/*---▼ファーストビュー▼---*/
.fv_top {
    padding-top: 0;
}

.fv_top .fv_inner {
    position: relative;
    z-index: -1;
}

.top_contact_wrap {
    position: relative;
}

.top_contact_wrap .contact_top {
    position: absolute;
    top: 0.56rem;
    right: 0;
}

.top_contact_wrap .contact_top p {
    color: #124B80;
    font-size: 1rem;
    font-weight: 600;
}

.top_contact_wrap .contact_top img {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

.top_contact_wrap .contact_top a {
    color: #124B80;
    display: flex;
    gap: 0.31rem;
    font-family: Roboto;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 150%;
    align-items: center;
}


.fv_top .fv_inner .bk_img {
    height: 40.9375rem;
    width: 100%;
    object-fit: cover;
}
.fv_top .fv_inner .txt_sec{
display: flex;
    gap: 5rem;
    margin-top: -5rem;
    background: #fff;
    padding: 5rem 5rem 5rem 0rem;
    position: relative;
    border-radius: 0 3.125rem 3.125rem 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
}

.fv_top .fv_inner .txt_sec h1 {
    color: #4C3B30;
font-family: "Noto Serif JP";
font-size: 2.5rem;
font-weight: 500;
line-height: 150%; 
}
.fv_top .fv_inner .txt_sec h2 {
color: #312828;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin-top: 2.31rem;
}
.fv_top .fv_inner .txt_sec img{
    width: 15.29831rem;
}
@media screen and (max-width: 1024px) {
    .top_contact_wrap .contact_top {
        right: 0.7rem;
    }
    .fv_top {
        height: auto;
    }
    .fv_top .fv_inner .bk_img {
        top: 0;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .fv_top .fv_inner .txt_sec h1 img {
        width: 400px;
        padding-top: 2rem;
    }
    .fv_top .fv_inner .txt_sec .fv_concept img {
        width: 120px;
    }
    .fv_top .fv_inner .txt_sec .fv_concept {
        display: inline-flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        padding-left: 3rem;
    }
    .fv_top .fv_inner .txt_sec h2 {
        font-size: 1rem;
        text-align: justify;
        font-weight: 400;
        line-height: 120%;
        margin-top: 1rem;
    }
    .fv_top .fv_inner .txt_sec h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
    .top_contact_wrap .contact_top {
        right: 0.7rem;
        top: 5rem;
    }
}

@media screen and (max-width:430px) {
    .fv_top {
       height: auto;
        padding: 0;
    }
    .fv_top .fv_inner .txt_sec {
        flex-direction: column;
        padding: 2rem 2rem 2rem 0rem;
        padding-left: calc(50vw - 50%);
        margin-top: -1rem;
        border-radius: 0 2.125rem 2.125rem 0;
        gap: 1rem;
    }
    .top_contact_wrap .contact_top {
        top: 1rem;
    }
    .fv_top .fv_inner.wrap {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        height: 32.8125rem;
    }
    .fv_top .fv_inner .bk_img {
        width: 100%;
    }
    .fv_top .fv_inner .txt_sec h1 {
        font-size: 1.5125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
.fv_top .fv_inner .txt_sec img {
    width: 10.29831rem;
    display: block;
    margin: auto;
}
}


/*---▼お知らせ▼---*/

section.news_sec ul {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

section.news_sec .news_content {
    margin: 0 0 4.5rem 0;
}

section.news_sec ul li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #312828;
}

section.news_sec .tal {
    text-align: end;
}

section.news_sec ul li a {
    padding-right: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

section.news_sec ul li a .data {
    font-family: "Open Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

section.news_sec ul li a h3 {
    font-weight: 400;
    line-height: 100%;
    font-size: 1.125rem;
}

@media screen and (max-width: 420px) {
    section.news_sec .news_content{
        margin-bottom: 0;
    }
    section.news_sec ul li .deta {
        font-size: 0.8rem;
    }
    section.news_sec ul li .deta {
        font-size: 0.8rem;
    }
    section.news_sec ul li h3 {
        font-size: 1rem;
    }
    section.news_sec ul li a {
        padding: 0 0.5rem;
        gap: 1rem;
        flex-direction: column;
        align-items: baseline;
    }
    
}


/*---Secret Fortについて---*/

section.camp_top_sec .flex_box {
    gap: 2rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4.25rem;
}
section.camp_top_sec p{
    margin-top: 1.44rem;
}
section.camp_top_sec .photo_sec{
    background: #fff;
    padding: 0rem 3rem 4.5rem 1rem;
    position: relative;
    border-radius: 0 3.125rem 3.125rem 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    margin-top: 6.19rem;
}
section.camp_top_sec .photo_sec.reverse{
    padding: 0rem 0rem 4.5rem 3rem;
    border-radius: 3.125rem 0 0 3.125rem;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    margin-left: auto;
    padding-left: auto;
}
section.camp_top_sec .photo_sec .img_box{
display: flex;
    gap: 2rem;
    justify-content: end;
}
section.camp_top_sec .photo_sec.reverse .img_box{
    justify-content:left;
}
section.camp_top_sec .photo_sec .img_box img{
    width: 25.5625rem;
    height: 18.5625rem;
    flex-shrink: 0;
    aspect-ratio: 409 / 297;
    margin-top: -2rem;
    border-radius: 0.9375rem;
}
section.camp_top_sec .photo_sec .text_box h2{
    text-align: left;
    margin-top: 2.31rem;
}
section.camp_top_sec .photo_sec.reverse .text_box h2,
section.camp_top_sec .photo_sec.reverse .text_box p{
    text-align: right;
}
@media screen and (max-width: 1024px) {
    section.camp_top_sec .flex_box {
        gap: 0.5rem;
        flex-direction: row;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 420px) {
    section.camp_top_sec .flex_box {
    margin-top: 0;
    }
    section.camp_top_sec p{
        margin-top: 0;
    }
section.camp_top_sec .photo_sec .img_box img {
    width: 49%;
    height: 50%;
    flex-shrink: 0;
    aspect-ratio: 0;
    margin-top: -2rem;
}
section.camp_top_sec .photo_sec .text_box h2{
    margin-bottom: 0.5rem;
    margin-top: 1.31rem;
}
section.camp_top_sec .photo_sec {
    padding: 0rem 1rem 2rem 1rem;
    border-radius: 0 2.125rem 2.125rem 0;
}
section.camp_top_sec .photo_sec.reverse {
    padding: 0rem 0rem 1rem 1rem;
    border-radius: 2.125rem 0 0 2.125rem;
    padding-right: calc(50vw - 50%);
}
section.camp_top_sec .photo_sec .img_box {
    display: flex;
    gap: 0.5rem;
}
}
/*---▼スケジュール▼---*/
.schedule_sec iframe{
    margin-top: 2rem;
}
@media screen and (max-width: 420px) {
.schedule_sec iframe{
        height: 400px;
    margin-top: 2rem;
}
}
/*---▼アクセス▼---*/

section.access_top_sec {
}

section.access_top_sec .white {
    background: #fff;
    padding: 4.5rem 4.5rem 4.5rem 0rem;
    border-radius: 0 3.125rem 3.125rem 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
}

section.access_top_sec .white .flex_box {
    gap: 2rem;
}

section.access_top_sec .white .flex_box>div {
    flex: 1;
}
section.access_top_sec .white .flex_box .text_box h2{
    text-align: left;
}
section.access_top_sec .white .flex_box .text_box p{
    margin-top: 1.25rem;
}
section.access_top_sec .white .flex_box .text_box .access_btn a{
    border-radius: 3.125rem;
    background: #4C3B30;
    color: #FFF;
text-align: center;
font-size: 1.25rem;
font-weight: 700;
line-height: 100%;
padding: 1rem 2.19rem;
    display: inline-block;
    margin: 1rem 0 3rem 0;
}
section.access_top_sec .white .flex_box .text_box .link_btn .yellow_btn{
display: inline-flex;
    gap: 0.62rem;
    justify-content: center;
    border-radius: 0.9375rem;
    align-items: center;
    background: #FCCF00;
    padding: 1rem 5rem;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2.19rem;
    width: 26.4375rem;
}
section.access_top_sec .white .flex_box .text_box .link_btn img{
height: 1.9375rem;
    width: auto;
}
section.access_top_sec .white .flex_box iframe {
    height: 100%;
    width: 100%;
}





@media screen and (max-width: 1024px) {
    section.access_top_sec {
        padding: 3rem 0;
    }
    section.access_top_sec .white .flex_box {
        flex-direction: column;
    }
    section.access_top_sec .white .flex_box .text_box .logo {
        width: 80%;
        margin: auto;
    }
    section.access_top_sec .white .flex_box .text_box .area {
        text-align: center;
        margin: 0.5rem 0;
    }
    section.access_top_sec .white .flex_box .contact_box {
        margin-bottom: 2.5rem;
    }
    section.access_top_sec .white .flex_box iframe {
        height: 25rem;
    }
}

@media screen and (max-width: 430px) {
section.access_top_sec .white {
    padding: 2rem 1rem 2rem 0rem;
    border-radius: 0 2.125rem 2.125rem 0;
    padding-left: calc(50vw - 50%);
}
section.access_top_sec .white .flex_box .text_box .access_btn a {
    font-size: 1rem;
    padding: 1rem 2.19rem;
    margin: 0rem 0 3rem 0;
}
section.access_top_sec .white .flex_box .text_box .link_btn .yellow_btn {
    display: flex;
    gap: 0.62rem;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    width: auto;
}

}