/* -----------共通------------- */
.type1_main a {
/* text-decoration: none; */
}

.type1_main h2 {
padding: 5px 20px;
margin-bottom: 10px;
background: #FF666B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #fff;
font-size: 120%;
font-weight: bold;
}

.type1_main .wrap {
margin-bottom: 1em;
}

.type1_main .button {
text-align: center;
margin-bottom: 1em;

}
.type1_main .button a {
display: inline-block;
padding: 5px 10px;
color: #fff;
background: #17B200;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
}
.type1_main .button a:hover {
color: #fff;
text-decoration: none;
background: #20F200;
}


.type1_main .wrap ul {
list-style: none; /* リストマーカーを消す */
padding: 0;
margin: 0;
}

.type1_main .wrap li {
padding: 10px 5px;  /* 各項目にパディングを追加 */
border-bottom: 1px solid #eee; /* 項目間に罫線を引く */
}

.type1_main .wrap li a:hover {
text-decoration: underline; 
}


/* -----------ヘッダー------------- */
@media screen and (max-width: 890px) {
.header {
font-size: 100%;
margin-top: 43px;
}
}

.header .dmnet {
background-color: #3F6AFF;
color: #FFF;
font-weight: bold;
padding: 10px;
margin: 5px auto;
}
@media screen and (max-width: 890px) {
.header .dmnet {
font-size: 88%;
}
}

.header .type1_header {
display: flex;
justify-content: center;
padding: 0 0.5em;
}


.header .type1_header .type1_img {
display: flex;
align-items: center;
}

.header .type1_header .type1_img img {
/* max-height: 100px; */
}

.header .type1_header .type1_title {
display: flex;
align-items: center;
}

.header .dmnet {
text-align: center;
}

/* -----------ヘッダーバナーセクション------------- */
.type1_main .header_bnr {
margin: 2em auto;
text-align: center;
}

/* -----------タブ切り替えセクション------------- */
.type1_main .tab {
margin: 2em auto;
}


#main .type1_main .tab .tab1 {
display: flex;
flex-direction: row;
text-align: center;
background-color: #fff;
margin: 0;
}
#main .type1_main .tab .tab1__item {flex: 0 1 120px;display: flex;}
#main .type1_main .tab .tab1__link {display: block;text-decoration: none;color: #fff;background-color: #3F6AFF;cursor: pointer;border: solid 1px #3F6AFF;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center;padding: 5px;margin-right: 3px;flex: auto;}
#main .type1_main .tab .tab1__link.on {background-color: #4C99FF;border: solid 1px #4C99FF;margin-top: -5px;transition: .3s;padding-top: 10px;}

#main .type1_main .tab li:last-child .tab1__link {
margin-right: 0;
}

#main .type1_main .tab .tab1-body {
border: solid 1px #3F6AFF;
padding: 1em 0.5em;
}
#main .type1_main .tab .tab1-body__item {
display: none;
text-align: center;
}
#main .type1_main .tab .tab1-body__item.on {
display: block;
}

#main .type1_main .tab #news dl {
display: grid; 
grid-template-columns: 5em 1fr; 
gap: 1em 10px; 
padding-top: 10px;
}

#main .type1_main .tab #news dt {
font-weight: bold;
color: #333; 
}

#main .type1_main .tab #news dd {
margin: 0;
}

#main .type1_main .tab #event-list dl {
display: grid; 
grid-template-columns: 7em 1fr; 
gap: 1em 10px; 
padding-top: 10px;
}

#main .type1_main .tab #event-list dt {
font-weight: bold;
color: #333; 
}

#main .type1_main .tab #event-list dd {
margin: 0;
}




/* -----------バナーセクション------------- */
.type1_main .banner {
display: flex;
align-items: center;
justify-content: center;
margin: 2em auto;
}

.type1_main .banner .box_banner {
margin: 1em;
text-align: center;
}

.type1_main .banner .box_banner img {
max-width: 300px;
}


/* -----------2カラムセクション------------- */
#main .type1_main .flex {
display: flex;
justify-content: space-between;
margin: 2em auto;
}

#main .type1_main .flex .box {
flex: 0 0 50%;
padding: 10px;
}

#main .type1_main .flex .box > div {
margin-bottom: 3em;
}

#main .type1_main .pr__box {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 500px;
}

#main .type1_main .pr_item {
display: flex;
flex: 0 0 50%;
position: relative;
padding: 10px;
align-items: flex-start;
}

#main .type1_main .pr_item img {
flex: 1 1 70px;
max-width: 70px;
margin-right: 1em;
}

#main .type1_main .pr_item p {
font-size: 85%;
margin-bottom: 0;
}

#main .type1_main .pr_item a {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}

#main .type1_main .pr_item a:hover {
opacity: 0.3;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #f0f0f0;
}

#main .type1_main .pr_mark {
display: table;
background: #ccc;
color: #fff;
padding: 0 5px;
margin-right: 5px;
position: absolute;
top: 0;
left: 0;
}

#main .type1_main .headLine {
padding: 0 0 0 5px;
font-weight: bold;
border-left: 20px solid #4C99FF;
margin-bottom: 5px;
}

#main .type1_main .authorName {
text-align: right;
font-weight: bold;
margin-bottom: 0.5em;
}

#main .type1_main .thumbnail {
float: right;
}



@media screen and (max-width: 890px) {

#main .type1_main .tab .tab1__item {
flex: auto;
}

.type1_main .banner {
display: block;
}

.type1_main .banner .box_banner img {
max-width: 100%;
}

#main .type1_main .flex {
display: block;
}

#main .type1_main .pr__box {
max-width: 100%;
}

#main .type1_main .pr_item {
flex: auto;
}
}



/* ------------一覧ページ------------ */
#main .type1_main .news {
margin-top: 2em;
}

#main .type1_main .news dl {
display: grid;
grid-template-columns: auto 1fr;
gap: 1em 15px;
padding-top: 10px;
}


/*---サマーキャンプ---*/

body .summer_camp {
font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
color: #555555;
}

#container.container-camppage {
width: auto;
max-width: 800px;
}

#summer_camp-list {
margin: 1em;
}

.summer_camp .camp__maintitle {
background: none;
color: #555555;
padding: 0;
font-size: 24px;
margin: 0 auto;
text-align: center;
}

.summer_camp p {
margin-bottom: 0.5em;
}

.summer_camp .camp__link {
display: block;
margin: 3em auto;
border: 1px dotted #808080;
padding: 1em;
}

.summer_camp .camp__link h2 {
background: no-repeat;
color: #555555;
margin: 0;
padding-bottom: 1em;
border-bottom: 1px dotted #808080;
border-radius: inherit;
text-align: center;
}

.summer_camp .camp__linklist {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2em 0;
}

.summer_camp .camp__linklist li a {
display: block;
background: #33CCA1;
color: #ffffff;
padding: 8px 14px;
font-size: 15px;
font-weight: bold;
border-radius: 20px;
}

.summer_camp .camp__linklist li a:hover {
text-decoration: none;
opacity: 0.5;
transition: 0.5s;
}

.summer_camp .camp__areatitle {
font-size: 20px;
font-weight: bold;
margin: 1em 0;
text-align: center;
background: #82c73c;
color: #ffffff;
padding: 10px;
border-radius: 30px;
letter-spacing: 5px;
}

.summer_camp .camp__areatitle.area_tohoku {
background: #33CCA1;
}

.summer_camp .camp__areatitle.area_chubu {
background: #ffd154;
}

.summer_camp .camp__areatitle.area_kinki {
background: #FFAE5A;
}

.summer_camp .camp__areatitle.area_chugoku {
background: #FF754D;
}

.summer_camp .camp__areatitle.area_shikoku {
background: #ff96dc;
}

.summer_camp .camp__areatitle.area_kyushu {
background: #a696ff;
}

.summer_camp .camp__loctitle {
margin: 1em 0;
font-size: 18px;
border-left: 5px solid #82c73c;
padding: 0 10px;
}

.summer_camp .camp__loctitle.loc_tohoku {
border-left: 5px solid #33CCA1;
}

.summer_camp .camp__loctitle.loc_chubu {
border-left: 5px solid #ffd154;
}

.summer_camp .camp__loctitle.loc_kinki {
border-left: 5px solid #FFAE5A;
}

.summer_camp .camp__loctitle.loc_chugoku {
border-left: 5px solid #FF754D;
}

.summer_camp .camp__loctitle.loc_shikoku {
border-left: 5px solid #ff96dc;
}

.summer_camp .camp__loctitle.loc_kyushu {
border-left: 5px solid #a696ff;
}

.summer_camp .la__box {
border: 1px dotted #808080;
border-radius: 15px;
margin-bottom: 3em;
padding: 0.5em 1em;
}

.summer_camp .la__box .la__dtl li {
display: flex;
margin: 8px 0;
word-break: break-all;
}

.summer_camp .la__box .la__dtl_title {
display: flex;
justify-content: center;
align-items: center;
background: #f2f2f2;
padding: 3px 10px;
text-align: center;
min-width: 80px;
margin-right: 10px;
font-weight: bold;
}

.summer_camp .la__box .la__title {
display: block;
font-weight: bold;
font-size: 18px;
margin: 0.5em 0;
color: #555555;
}

.sp_only {
display: none;
}

.pc_only {
display: block;
}

#main .summer_camp .camp__maintitle_txt {
max-width: 800px;
margin: auto;
letter-spacing: 2px;
font-size: 100%;
line-height: 1.8;
}

.summer_camp .summer_camp__offer {
    display: flex;
    max-width: 800px;
    margin: 2em auto 0 auto;
    align-items: flex-start;
    justify-content: center;
}

.summer_camp .summer_camp__offer img {
max-width: 60px;
margin-right: 2em;
}

@media screen and (max-width: 890px) {

#container.container-camppage .box-left,
#container.container-camppage .box-right {
width: auto;
float: none;
margin: 1em auto;
}

#container.container-camppage {
padding: 0;
}

.summer_camp .camp__linklist {
justify-content: normal;
}

.summer_camp .camp__linklist li a {
width: max-content;
margin: 5px;
}

.sp_only {
display: block;
}

.pc_only {
display: none;
}

#main .summer_camp .camp__maintitle_txt {
  font-size: 75%;
}
}