/* Alternative fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


:root {
    /* colors */
    --black-color: #111111;
    --bg-color: #ffffff;
    --white-color: #ffffff;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: Meiryo, sans-serif;
    font-style: normal;
}

html{
    font-family: Meiryo, 'Noto Sans JP' ,sans-serif;
}

body{
    background-color: var(--bg-color);
    overflow-x: hidden;
    /* max-width: 1200px; */
    /* width: 100%; */
    /* margin: 0 auto; */
}

/* fonts */
.corporate-logo-bold-font{
    font-family: corporate-logo-ver2, Meiryo ,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.dnp-shuei-shogomincho-std-bold-font{
    font-family: dnp-shuei-shogomincho-std, Meiryo , sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ms-pgothic-font{
    font-family: 'ＭＳ Ｐゴシック', Meiryo , sans-serif;
    font-style: normal;
}

.yu-mincho-font{
    font-family: 'Yu Mincho', Meiryo , sans-serif;
    font-style: normal;
}


/* -------- * ---------- */


/* --------- NAV --------- */

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    /* background-color: rgb(144, 70, 54); */
    transition: opacity 0.3s, position 1s;
    z-index: 1000;
    transition: 0.5s;
}

header.sticky{
    background-color: rgb(144, 70, 54, 0.5);
    color: #ffffff;
}


ul.nav__links {
    padding: 20px 5%;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

ul.nav__links[data-visible="true"]{
    transform: translateX(0%);
}

.nav__links li {
    padding: 0 30px;
    background-color: transparent;
}

.nav__links a{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.mobile-nav-toggle{
    display: none;
}

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


    .nav__links{
        z-index: 1;
        position: fixed;
        inset: 0 0 0 50%;
        background-color: rgb(153, 70, 54, 0.5);
        flex-direction: column;
        z-index: 1000;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
        padding: 0;
    }

    .nav__links li {
        background-color: transparent;
        border-bottom: #ffffff solid 2px; 
        width: 100%;
        padding-bottom: 20px;
    }

    .mobile-nav-toggle{
        z-index: 9999;
        background-image: url("images/hamburger-menu.svg");
        background-repeat: no-repeat;
        display: block;
        position: fixed;
        top: 2rem;
        right: 2rem;
        background-color: transparent;
        border: 0;
        width: 2.5rem;
        aspect-ratio: 1;
    }

    .mobile-nav-toggle[aria-expanded=true]{
        background-image: url("images/x-icon.svg");
        display: block;
        position: fixed;
        top: 2rem;
        right: 15rem;
    }

}

@media only screen and (max-width: 430px) {
    .nav__links a{
        font-size: 1rem;
    }
}


/* --------- * --------- */


/* --------- Section: Home --------- */
.home-background{
    margin-top: -70px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: -1;
    /* background-image: url('images/home-photo.png'); */
    /* max-width: 100vw; */
    /* max-width: 1200px; */
}

.ivent-name{
    font-weight: bold;
    font-size: 3vw;
    padding: 15px;
    text-align: center;
    color       :#777;
    /* text-shadow:  2px  2px 10px #777 ,
                -2px  2px 10px #777 ,
                    2px -2px 10px #777 ,
                -2px -2px 10px #777; */
}

/* .emblem-wrapper{
    margin-left: 30px;
} */

/* .emblem{
    width: 140px;
    height: auto;
    position:absolute;
    top: 80px;
    left: 180px;
} */


/* .event-title-wrapper  .event-title{
    max-width: 767.7168px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -383.8584px;
    margin-bottom: 10px;
} */

.event-date, .reservation-period{
    display: grid;
    place-items: center;
    padding: 20px;
}

.event-date{
    background-color: rgb(89, 88, 87);
}

.spacer{
    margin: 20px;
}

.event-date p{
    letter-spacing: 7px;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
}

.inclusions{
    background-color: rgb(255, 255, 255);
    width: 100%;   
}

.inclusions-wrapper{
    margin: 43.5px 101px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card{
    display: grid;
    place-items: center;
}

.card .card-image{
    width: 221.1672px;
    height: 147.56px;
    margin-bottom: 21.0617px;
}

.card-heading{
    color: rgb(174, 41, 36);
    font-weight: 700;
    font-size: 1.06rem;
}

.card-heading .diamond{
    font-size: 1.25rem;
}

.card-content, .card-content-2{
    font-size: 0.88rem;
    font-weight: 700;
}

.reservation-period{
    background-color: rgb(144, 70, 54);
    padding: 34.5458px 0;
    font-weight: bold;
}

.reservation-heading{
    margin-bottom: 24px;
}

.reservation-period p{
    letter-spacing: 7px;
    color: rgb(255, 255, 255);
    font-size: 2.22rem;
}
.box{
    font-size: 3.125rem;
}

.trip-arrow{
    float: left;
    padding: 12px 5px 10px 1px;
}

.trip-title{
    font-size: 16px;
    padding: 5px 1px 5px 1px;
}

/* TOP media query */

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

    .home-background{
        margin-top: 0px;
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        z-index: -1;
        /* background-image: url('images/home-photo.png'); */
        /* max-width: 100vw; */
        /* max-width: 1200px; */
    }

    .emblem{
        width: 60px;
        position:absolute;
        top: 10px;
        left: 50px;
    }

    .event-title-wrapper .event-title{
        width: 340px;
        position: absolute;
        left: 400px;
        bottom: 50px;
    }

    .event-date, .reservation-period{
        padding: 15px;
    }
    .spacer{
        margin: 5px;
    }
    .event-date p{
        letter-spacing: 7px;
        font-size: 0.5rem;
    }

    .inclusions-wrapper{
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .card-content-2{
        margin-bottom: 15px;
    }

    .reservation-period{
        padding: 20px;
    }
    
    .reservation-period p{
        letter-spacing: 7px;
        font-size: 0.7rem;
    }

    .reservation-heading{
        margin-bottom: 10px;
    }

    .box{
        font-size: 2rem;
    }

    .trip-title{
        font-size: 10px;
        padding: 10px 1px 10px 1px;
    }
}

/* ----- Appointment ----- */
.appointment-subheading{
    display: grid;
    place-items: center;
    color: rgb(215, 0, 16);
    margin: 15.6381px 0 42.7443px 0;
    line-height: 2em;
}

.appointment-subheading p{
    font-family: 'ＭＳ Ｐゴシック', Meiryo , sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

.schedule-of-appointment{
    margin-left: 170.4423px;
}

.schedule-of-appointment p{
    font-family: トガリテ, Meiryo, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(65, 78, 125);
}

.sched-heading{
    font-size: 2.27rem;
    border-bottom: 5px solid rgb(17, 17, 17);
    width: fit-content;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
}

.schedule-of-appointment .sched-subheading{
    margin-top: 10px;
    font-size: 1.26rem;
}

.steps-wrapper{
    margin: 40.62px 195.84px;
    max-width: 757.71px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.step-item{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
}

.step-number{
    min-width: 170px;
    max-width: 170px;
    height: 131.05px;
    border-radius: 50%;
    background-color: rgb(144, 70, 54);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-number p{
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: 700;
}

.step-details{
    min-width: 340px;
    min-height: 113.6808px;
    max-width: 571.2px;
    width: 100%;
    background-color: rgb(248, 246, 207, 0.5);
    padding: 20px 10px 20px 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.step-details p{
    font-family: 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.8rem;
}

.step-arrow{
    position: absolute;
    bottom: -40px;
    left: 60px;
    z-index: 1;
}

.step-arrow .arrow-step-down{
    width: 44.1108px;
    height: 55.1033px; 
}

/* appointment query */

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

    .appointment-subheading{
        margin: 10px 0 22px 0;
    }

    .appointment-subheading p{
        font-size: 0.8rem;
    }

    .schedule-of-appointment{
        margin-left: 60px;
    }
    .sched-heading{
        font-size: 1.5rem;
    }
    
    .schedule-of-appointment .sched-subheading{
        margin-top: 10px;
        font-size: 1rem;
    }

    .steps-wrapper{
        padding: 0;
    }

    .step-item{
        position: relative;
        margin-bottom: 5px;
    }

    .step-number{
        min-width: 96px;
        max-width: 96px;
        height: 80px;
    }
    
    .step-number p{
        font-size: 0.7rem;
    }

    .step-details{
        min-width: 290px;
        min-height: 100px;
        max-width: 450px;
        width: 100%;
        padding: 10px 5px 10px 20px;
        margin-left: -10px;
        z-index: -1;
    }

    .step-details p{
        font-size: 10px;
        line-height: 1.3rem;
    }
    
    .step-arrow{
        position: absolute;
        bottom: -30px;
        left: calc(12.5% - 22px);
        z-index: 1;
    }

    .step-arrow .arrow-step-down{
        width: 33px;
        height: 44px; 
    }
    .whole-accordion a.question p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 430px) {
    .step-arrow{
        position: absolute;
        bottom: -30px;
        left: calc(14% - 22px);
        z-index: 1;
    }
}


/* ---------- Section: ツアープラン - Tour Plan --------- */
section#ツアープラン{
    background-color: rgb(143, 65, 52);
    width: 100%;
}

section#ツアープラン .heading-wrapper{
    background-color: rgb(255, 255, 255);
    max-width: 50%;
}

.heading-wrapper .heading-subwrapper{
    background-color: rgb(43, 43, 43);
    max-width: 95%;
    padding: 30px 100px;
    display: flex;
    align-items: center;
    margin-bottom: 81px;
}

img.airplane-icon{
    max-width: 65.8795px;
    width: 100%;
    height: auto;
    margin-right: 48px;
}

.tourplan-heading{
    font-size: 2.3rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

section#ツアープラン .group-accordion{
    margin: 0 108px  0 108px;
    display: grid;
    place-items: center;
}

.trip-option{
    max-width: 1015px;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    /* border-radius: 0 0 89px 89px; */
    border-radius: 0 0 30px 30px;
    margin-bottom: 55px;
}

.trip-heading{
    padding: 31px 27px 23px 27px;
    background-color: rgb(81, 81, 81);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trip-heading p{
    /* font-size: 1.375rem; */
    font-size: 20px;
}

.notice{
    display: grid;
    place-items: center;
    padding: 10px 0 47px 0;
    font-size: 1.2rem;
    color: rgb(231, 52, 16);
    font-weight: 400;
}

.trip-details-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0 54px 47px 54px;
}

.trip-details-col-left{
    flex: 60%;
    
}

.trip-details-col-left p{
    font-size: 1.6rem;
}

.trip-details-col-right{
    flex: 40%;
}

.book-now-icon{
    padding: 0 0 0 70px;
    width: 270px;
    height: auto;
}

.expand-details{
    display: grid;
    place-items: center;
    margin-bottom: 41px;
}

button.expand-button{
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 1.69rem;
    cursor: pointer;
    transition: 0.4s;
}

button .arrow-down-icon{
    max-width: 41.99px;
    width: 100%;
    min-height: 41.99px;
    height: 100%;
    margin-left: 28px;
}

.additional-details{
    display: none;
    overflow: hidden;
    padding: 37px 79px 0 95px;
}


.additional-details p{
    font-size: 1.1rem;
}

.collapse-div{
    display: grid;
    place-items: center;
    margin-top: 40px;
    text-decoration: none;
}

button.collapse-button{
    font-family: "小塚ゴシック Pr6N R", Meiryo, sans-serif;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 1.69rem;
    cursor: pointer;
    transition: 0.4s;
}

button .arrow-up-icon{
    max-width: 41.99px;
    width: 100%;
    min-height: 41.99px;
    height: 100%;
    margin-right: 20px;
}

.trip-button-option{
    max-width: 1015px;
    width: 100%;
    height: auto;
    border-radius: 0 0 89px 89px;
    margin-bottom: 40px;
}

.trip-button{
    position:relative;
    padding: 10px 27px 10px 27px;
    background-color: rgb(255, 255, 255);
    border:5px solid rgb(81, 81, 81);
    margin-bottom: 20px;
    overflow: hidden;
}

.trip-button .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

    section#ツアープラン .heading-wrapper{
        background-color: rgb(255, 255, 255);
        max-width: 100%;
    }
    .heading-wrapper .heading-subwrapper{
        padding: 17px 60px;
        margin-bottom: 45px;
        max-width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section#ツアープラン .group-accordion{
        margin: 0 20px;
    }

    img.airplane-icon{
        width: 35.8795px;
        height: 35.1976px;
        margin-right: 48px;
    }
    
    .tourplan-heading{
        font-size: 1.3rem;
    }

    .trip-heading{
        padding: 20px 10px 20px 10px;
    }

    .trip-heading p{
        /* font-size: 1rem; */
        font-size: 12px;
    }
    
    .notice{
        padding: 10px 10px 30px 10px;
        font-size: 0.7rem;
    }
    
    .trip-details-row{
        /* padding: 0 20px 10px 20px; */
        padding: 0 20px 0px 20px;
    }

    .trip-details-col-left p{
        font-size: 0.8rem;
    }

    .book-now-icon{
        padding: 40px 0;
        width: 200px;
        height: auto;
    }

    .expand-details{
        display: grid;
        place-items: center;
        margin-bottom: 21px;
    }

    button.expand-button{
        font-size: 1.0rem;
        cursor: pointer;
    }

    .additional-details{
        padding: 37px 10px 0 10px;
    }
    
    .additional-details span.point{
        font-size: 1.2rem;
    }
    
    .additional-details p{
        font-size: 0.7rem;
    }

    .collapse-div{
        display: grid;
        place-items: center;
        margin-top: 20px;
        text-decoration: none;
    }

    .trip-button{
        position:relative;
        padding: 10px 5px 10px 5px;
        background-color: rgb(255, 255, 255);
        border:5px solid rgb(81, 81, 81);
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .trip-button .link{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    button.collapse-button{
        font-family: "小塚ゴシック Pr6N R", Meiryo, sans-serif;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        font-size: 1.0rem;
        cursor: pointer;
        transition: 0.4s;
    }

    button .arrow-up-icon{
        max-width: 22px;
        width: 100%;
        min-height: 22px;
        height: 100%;
        margin-right: 20px;
    }

    button .arrow-down-icon{
        max-width: 22px;
        width: 100%;
        min-height: 22px;
        height: 100%;
        margin-left: 28px;
    }
}



/* ---------- Section: よくある質問 - FAQ --------- */
#faq{
    padding: 46px 145px;
}

.faq-heading{
    font-family: 'GenJyuuGothicX P-Bold', Meiryo, sans-serif;
    display: flex;
    align-items: center;
    font-size: 4.16rem;
    font-weight: 700;
    line-height: 1;
    border-bottom: 5px solid rgb(17, 17, 17);
    width: fit-content;
    padding-bottom: 20px;
    color: rgb(77, 78, 81);
}

.faq-subheading{
    position: relative;
    margin-left: 40px;
    font-size: 2.22rem;
    font-weight: 500;
    color: rgb(17, 17, 17);
}

.whole-accordion{
    margin: 21.3px 0;
}

.whole-accordion a.question {
    display: flex;
    align-items: center;
    background-color: #904636;
    color: #ffffff;
    cursor: pointer;
    padding: 9.4px 23.6px;
    text-align: left;
    font-size: 1.445rem;
    border: none;
    outline: none;
    width: 100%;
    height: 89.4px;
}

.whole-accordion a.question p {
    flex: 50%;
    display: flex;
    align-items: center;
}



.question span.circle{
    font-family: '小塚ゴシック Pr6N R', Meiryo, sans-serif;
    color: #111111;
    background-color: rgb(181, 181, 181);
    max-height: 60.6px;
    height: 100%;
    max-width: 60.6px;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 44.9px;
    display: grid;
    place-items: center;
}


a.question span>img.plus-icon{
    height: 22.9149px;
    width: 28.5957px;
    float: right;
    font-weight: 700;
}

.whole-accordion .answer {
    padding: 26.5px 90px 26.5px 154.6px;
    background-color: #e5e3e2;
    display: none;
    overflow: hidden;
}

.whole-accordion .answer ol{
    list-style-type: upper-latin;
    font-size: 2.19rem;
}

.whole-accordion .answer ol li span.answer-small-font{
    font-size: 1.445rem;
}

@media only screen and (max-width: 430px) {
    #faq{
        padding: 46px 40px;
    }
    
    .faq-heading{
        font-size: 2.5rem;
    }
    
    .faq-subheading{
        font-size: 1.1rem;
        margin-left: 20px;
    }

    #faq a.question {
        width: 100%;
        max-height: 89.4px;
        font-size: 1rem;
        padding: 9.4px 9px;
    }
    
    .question span.circle{
        font-size: 1.3rem;
        margin-right: 10px;
        max-height: 50px;
        height: 100%;
        max-width: 50px;
        width: 100%;
    }
    
    #faq .question .plus-icon img{
        height: 15px;
        width: 21px;
    }
    
    #faq .answer {
        /* padding: 26.5px 30px 26.5px 60px; */
        padding: 26.5px 5px 26.5px 50px;
    }
    
    #faq .answer ol{
        font-size: 1.5rem;
    }
    
    #faq .answer ol li span.answer-small-font{
        /* font-size: 1rem; */
        font-size: 13px;
    }
}




/* ---------- Section: Precautions --------- */

.precaution-heading{
    display: grid;
    place-items: center;
    padding: 111px;
    background-color:rgb(144, 70, 54);
    color: rgb(255, 255, 255);
}

.precaution-title{
    font-family: 'MS UI Gothic 標準', Meiryo, sans-serif;
    font-size: 2.87rem;
    margin-bottom: 30px;
}

.precaution-subtitle{
    font-size: 1.875rem;
    font-weight: 600;
}

.precaution-header{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 94px 110px 30px 110px;
}

.precaution-header p{
    font-family: 'MS UI Gothic 標準', Meiryo, sans-serif;
    color: #a72024;
    font-size: 1.5rem;
    font-weight: 600;
}

.precaution-header .check{
    max-height: 34.3329px;
    height: 100%;
    max-width: 34.3329px;
    width: 100%;
    margin-right: 21px;
}

.precaution-list{
    background-color: rgb(145, 145, 145);
    padding: 34px 0 34px 150px;
}

.precaution-list ul{
    list-style-type: square;
}

.precaution-list ul li{
    font-family: 'MS UI Gothic 標準', Meiryo, sans-serif;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    line-height: 28px;
}

.precaution-list ul li.list-none-margin-bottom{
    list-style: none; 
    margin-bottom: 42px ;
    margin-left: -15px;
}

.precaution-list ul li.list-none{
    list-style: none;
    margin-left: -15px;
}

.cancelation-table-image{
    max-width: 519.942px;
    width: 100%;
    height: auto;
    margin: 33px 0;
}

/* Precaution Media Query */

@media only screen and (max-width: 430px) {
    .precaution-heading{
        padding: 25px;
    }

    .precaution-title{
        font-size: 1.60rem;
    }


    .precaution-subtitle{
        font-size: 0.9rem;
    }

    
    .precaution-header{
        padding: 40px 40px 10px 10px;
    }

    .precaution-header p{
        font-size: 1rem;
    }

    .precaution-list{
        
        padding: 34px 20px 34px 20px;
    }

    .precaution-list ul{
        display: flex;
        flex-direction: column;
    }

    .precaution-list ul li{
        font-size: 0.9rem;
        margin-left: 15px;
    }

    .precaution-list ul li.list-none-margin-bottom{
        list-style: none; 
        margin-bottom: 42px ;
        margin-left: 0;
    }

    .precaution-list ul li.list-none{
        list-style: none;
        margin-left: 0;
    }
    
}

/* ---------- * --------- */


/* ---------- Footer --------- */

.site-contact{
    background-color: #994838;
    padding: 50px 143px 73px 143px;   
}

.site-contact ul{
    list-style: none;
}

.site-contact p{
    font-family: 'Yu Mincho', Meiryo, sans-serif;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}

.site-contact .site-notice{
    padding: 28px 51px;
    background-color: rgb(255, 255, 255);
    opacity: 0.7;
}

.site-contact .site-notice ul li{
    opacity: 1;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.site-contact .site-notice ul li.site-mb{
    margin-bottom: 29px;
}

.download-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.25rem 5%;
    background-color: rgb(145, 145, 145);
    width: 100%; 
}


.download__links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
    padding: 0;
}

.download__links li {
    padding: 0 40px;
    margin-bottom: 23px;
    background-color: transparent;
}

.download__links a{
    font-size: 1.28rem;
    color: var(--white-color);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
}

.download__links a:hover{
    opacity: 0.8;
}

.download__links a img.txt-icon{
    width: 30.6295px;
    height: 33.6634px;
    margin-right: 13px;
}

/* Footer Media Query */
@media only screen and (max-width: 430px) {

    .site-contact{
        padding: 20px;
        font-size: 0.875rem;
    }

    .download__links a{
        font-size: 1rem;
        display: flex;
        align-items: center;
    }

    .site-contact .site-notice{
        padding: 5px 2px 5px 2px;
    }

    .site-notice{
        font-size: 10px;
    }

}

/* ---------- * --------- */