body{
    overflow-x: hidden;
}
/* detailsタグのデフォルトのマーカーを消す */
details > summary:first-of-type{
    list-style-type: none;
}
.page-contents{
    padding: 0;
}
.page-header{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    max-width: none;
    background-color: #fff;
}
.page-header-inner{
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
}
.page-header.-fixed{
    position: fixed;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.page-header-form-link{
    width:270px;
    height: 56px;
    text-align: center;
    background-color: #259a22;
    color: #ffffff;
    line-height: 56px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 28px;
    font-size: 18px;
    position: relative;
}
.page-header-form-link::before{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/letter.svg");
    background-size: cover;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -1px;
}
.page-header-form-link::after{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/arrow.svg");
    background-size: cover;
    width: 11px;
    height: 17px;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    right: 10px;
    top: 35%;
}
.page-header-cv{
    display: flex;
    column-gap: 25px;
}
.page-header-tel{
    font-size:30px;
    color: #259a22;
    line-height: 1;
    font-weight: bold;
}
.page-header-tel::before{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/tel.svg");
    background-size: cover;
    width: 20px;
    height: 25px;
    display: inline-block;
    margin-right: 7px;
}
.page-header-tel-desc{
    font-size: 18px;
}
.support-section{
    position: relative;
}
.support-section-title{
    padding-top: 65px;
}
.section-title-eng{
    color:#ff6f61;
}
.section-title::after{
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/title-under.webp");
}
.support-section-lead{
    font-size: 20px;
    text-align: center;
    margin:30px auto 40px;
}
.support-section-points{
    display: flex;
    justify-content: center;
    column-gap:18px;
    width: 84vw;
    max-width: 1500px;
    margin: 0 auto;
}
.travel-cv{
    margin-top:40px;
}
.travel-cv-lead{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}
.travel-cv-title{
    font-size: 20px;
    text-align: center;
    color: #259a22;
    font-weight: bold;
}
.travel-cv-tel{
    font-size:36px;
    color: #259a22;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: 5px auto 0;
    display: flex;
    justify-content: center;
}
.travel-cv-tel::before{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/tel.svg");
    background-size: cover;
    width: 29px;
    height: 34px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 3px;
}
.travel-cv-desc{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.travel-cv-link{
    width:360px;
    height: 56px;
    text-align: center;
    background-color: #259a22;
    color: #ffffff;
    line-height: 56px;
    display: inline-block;
    text-decoration: none;
    border-radius: 28px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 20px auto 30px;
    position: relative;
}
.travel-cv-link::before{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/letter.svg");
    background-size: cover;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -1px;
}
.travel-cv-link::after{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/arrow.svg");
    background-size: cover;
    width: 11px;
    height: 17px;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    right: 20px;
    top: 37%;
}
.using-scene-section-title{
    margin-top:90px;
}
.sub-section-title{
    font-size: 30px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.sub-section-title::after{
    content:"";
    background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/title-under.webp") no-repeat;
    display: block;
    width: 160px;
    height: 20px;
    margin: 20px auto 0;
}
.using-scene-section-contents{
    display: flex;
    justify-content: center;
    column-gap: 70px;
    flex-wrap: wrap;
}
.using-scene-section-contents-figcaption{
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.service-section{
    background-color: #ffeae7;
    margin-top: 100px;
    padding: 80px 0;
}
.recommendation-point-section-contents{
    display: flex;
    justify-content: center;
    gap:65px 45px;
    flex-wrap: wrap;
    margin-top: 70px;
}
.recommendation-point-section{
    background-color: #fff;
}
.recommendation-point-section-img{
    top:-39px;
}
.model-course-section{
    padding:80px 0;
    position: relative;
}
.model-course-section-desc{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.model-course-section-buttons{
    margin: 60px auto 30px;
    display: flex;
    justify-content: center;
    column-gap: 18px;
}
.model-course-section-button{
    max-width:496px;
    width: 40%;
    height: 72px;
    border-radius: 36px;
    background-color: #fff;
    color: #ff6f61;
    font-size: 30px;
    border: 2px solid #ff6f61;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.model-course-section-button::after{
    content:"";
    background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/under-arrow.svg");
    background-size: cover;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: 40%;
}
.model-course-section-button.-active::after{
    display: none;
}
.model-course-section-button.-active{
    background-color: #ff6f61;
    color: #ffffff;
    border: none;
    position: relative;
}
.model-course-section-button.-active::before{
    content:"";
    border-top: 11px solid #ff6f61;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    display:block;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    top:auto;
    bottom: -9px;
    width:0;
}
.model-course-section-content{
    background-color: #f6f3ea;
    max-width: 1200px;
    margin:0 auto;
    padding: 60px 0 90px;
}
.model-course-section-content-price{
    padding-top: 0px;
}
.model-course-section-content-desc{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    width: 480px;
    display: block;
    margin:0 auto 60px;
}
.model-course-section-content-desc::after{
    content:"";
    width: 480px;
    height: 10px;
    background-color: #ffd166;
    display: flex;
    justify-content: center;
    margin: -15px 0 0;
    border-radius: 5px;
}
.model-course-section-contents{
    display: none;
}
.model-course-section-contents.-active{
    display: block;
}
.model-course-section-contents.-daytrip .model-course-section-content-desc ,
.model-course-section-contents.-daytrip .model-course-section-content-desc::after{
    width:630px;
}
.model-course-section-content-images{
    display: flex;
    justify-content: center;
    column-gap: 50px;
    width: 84vw;
    max-width: 1000px;
    margin: 0 auto;
}
.model-course-section-content-note{
    font-size: 16px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}
.model-course-section-content-table{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}
.model-course-section-content-table-tr:first-child{
    border-bottom: 2px solid #f6f3ea;
}
.model-course-section-content-table-th ,
.model-course-section-content-table-td{
    width: 280px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
}
.model-course-section-content-table-th:first-child ,
.model-course-section-content-table-td:first-child{
    width: 160px;
    background-color: #ffd166;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-course-section-content-table-th:not(:first-child){
    font-size:20px;
    height: auto;
    font-weight: normal;
    border-left: 2px solid #f6f3ea;
}
.model-course-section-content-table-td:not(:first-child){
    color: #e85c50;
    font-weight: bold;
    font-size: 36px;
    border-left: 2px solid #f6f3ea;
}
.model-course-section-content-table-td-small{
    font-size: 24px;
}
.model-course-section-content-note{
    max-width: 1000px;
    width: 80%;
    margin: 10px auto 0;
    font-size: 16px;
}
.applying-list-right{
    font-size: 18px;
    line-height: 28px;
}
.applying-list-right-bg{
    background-color: #fff6e0;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
}
.applying-list-left.-step1::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/applying-step1.webp);
}
.applying-list-left.-step2::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/applying-step2.webp);
}
.applying-list-left.-step3::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/applying-step3.webp);
}
.applying-list-left.-step4::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/applying-step4.webp);
}
.applying-list-left.-step5::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/applying-step5.webp);
}
.qa-wrapper{
    max-width: 1000px;
    width: 84vw;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.qa-item{
    background-color: #f6f3ea;
    border-radius: 15px;
    position: relative;
}
.qa-item-summary{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 30px;
    position: relative;
}
.qa-item-summary::before{
    content:"Q.";
    font-size: 24px;
    color: #259a22;
    margin-right: 10px;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
}
.qa-item-summary::marker{
    content: "";
    display: none;
}
.qa-item-summary::after{
    content: "";
    background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/qa-item.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 12px;
    display:block;
    position: absolute;
    right: 30px;
    top: 45%;
    transform: rotate(180deg);
}
.qa-item[open] .qa-item-summary::after{
    transform: rotate(0deg);
}
.qa-item-answer{
    display: flex;
    align-items:flex-start;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.qa-item-answer::before{
    content:"A.";
    font-size: 24px;
    font-weight: bold;
    color: #e85c50;
    margin-right: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
}
.qa-item-answer{
    font-size: 18px;
}
.travel-cv-lead2{
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.travel-cv2{
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    max-width: 1000px;
    margin: 100px auto;
    width: 84vw;
    padding: 40px 0;
}
.page-side-link::before{
    content:"";
    background:url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/letter.svg") no-repeat;
    background-size: cover;
    width: 22px;
    height: 16px;
    display: block;
}
.page-side-link{
    position: fixed;
    display: flex;
    column-gap: 10px;
    right:0;
    top: 50%;
    background-color: #259a22;
    color: #ffffff;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    z-index: 1000;
    width: 60px;
    text-align: center;
    writing-mode: vertical-rl;
    align-items: center;
}
.narrow-br{
    display: none;
}
@media (min-width:769px) {
    .page-header{
        padding: 20px 45px;
    }
    .support-section::after{
        content:"";
        position: absolute;
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/bus-to-left.webp") no-repeat;
        display: block;
        width: 300px;
        height: 50px;
        right: 0;
        top:150px;
    }
    .model-course-section::after{
        content:"";
        position: absolute;
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/bus-to-right.webp") no-repeat;
        display: block;
        width: 300px;
        height: 50px;
        left: 0;
        top:290px;
    }
    .page-header-cv.pc{
        display: flex !important;
    }
    .page-header-cv.sp{
        display: none !important;
    }
    .recommendation-point-section-subtitle{
        font-size:24px;
    }
    .recommendation-point-section:nth-child(4) .recommendation-point-section-subtitle{
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .applying-list-number{
        font-size: 18px;
    }
    .qa-section{
        margin-top:100px;
    }
    .page-bottom-cv{
        display: none;
    }
    .applying-list-item{
        padding: 63px 70px 53px 105px;
        align-items: center;
    }
    .qa-item-answer{
        padding-left: 30px;
        padding-right: 120px;
    }
    .model-course-section-content-single-img{
        max-width: 740px;
    }
}
@media (min-width:769px)  and (max-width: 1200px){
    .support-section::after{
        width: 200px;
    }
    .model-course-section::after{
        left: -50px;
        top:150px;
    }
    .recommendation-point-section:nth-child(4) .recommendation-point-section-subtitle{
        height: auto;
    }
}
@media (max-width:768px) {
    .page-header-inner{
        align-items: center;
    }
    .page-header-h1{
        height: auto;
    }
    .section-title{
        text-align: center;
    }
    .section-title-eng{
        margin-bottom: 5px;
    }
    .sub-section-title{
        font-size: 23px;
    }
    .page-header{
        align-items: center;
    }
    .page-header-cv.sp{
        border: 1px solid #259a22;
        border-radius: 10px;
        padding:8px;
    }
    .page-header-tel-sp{
        font-size:16px;
        color: #259a22;
        line-height: 1;
        font-weight: bold;
        display: flex;
        justify-content: center;
    }
    .page-header-tel-sp::before{
        content:"";
        background-image: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/tel.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 16px;
        display:inline-block;
    }
    .page-header-tel-desc-sp{
        color: #259a22;
        font-size: 12px;
        margin-top: 5px;
    }
    .support-section-points{
        flex-direction: column;
        row-gap: 18px;
        width: 80vw;
        max-width: 400px;
        margin: 0 auto;
    }
    .travel-cv-link{
        width: 80vw;
        height: 65px;
        line-height: 65px;
        border-radius: 32.5px;
    }
    .using-scene-section-contents-img{
        width:24.6vw;
    }
    .using-scene-section-contents{
        gap:20px;
    }
    .using-scene-section-contents-figcaption{
        font-size:16px;
    }
    .model-course-section-content-images{
        flex-direction: column;
        row-gap: 30px;
        width: 84vw;
        margin: 0 auto;
    }
    .model-course-section-content-table{
        display:flex;
        width: 84vw;
        justify-content: center;
    }
    .model-course-section-content-table-tr{
        display: grid;
    }
    .model-course-section-content-table-th:first-child, 
    .model-course-section-content-table-td:first-child,
    .model-course-section-content-table-th , 
    .model-course-section-content-table-td{
        width:160px;
        border-bottom: 2px solid #f6f3ea;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .model-course-section-content-table-th:first-child, 
    .model-course-section-content-table-td:first-child{
        height: 45px;
        font-size: 16px;
    }
    .model-course-section-content-table-th:not(:first-child){
        font-size: 16px;
        height: 60px;
    }
    .model-course-section-content-table-td:not(:first-child){
        font-size: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .model-course-section-content-table-td-small{
        font-size: 16px;
    }
    .model-course-section-content-table-td-wrapper{
        display: flex;
        align-items: baseline;
    }
    .model-course-section-content-desc{
        font-size:23px;
        font-weight: bold;
        width: 75vw;
        margin-bottom: 30px;
    }
    .model-course-section-content-desc::after{
        width: 75vw;
    }
    .model-course-section-buttons{
        width: 84vw;
    }
    .model-course-section-button{
        height: 50px;
        font-size: 23px;
    }
    .model-course-section-button::after{
        right: 10px;
    }
    .model-course-section-content-desc{
        text-decoration: underline;
        text-underline-offset: -2px;
        text-decoration-color: #ffd166;
        text-decoration-thickness: 6px;
    }
    .model-course-section-contents.-daytrip .model-course-section-content-desc{
        width: 75vw;
        margin-bottom: 35px;
    }
    .model-course-section-content-desc::after{
        display: none;
    }
    .qa-section{
        margin-top:80px;
    }
    .qa-wrapper{
        width: 84vw;
    }
    .qa-item-summary{
        padding: 20px 40px 20px 20px;
        display: flex;
        font-size: 16px;
    }
    .qa-item-summary::after{
        right: 20px;
        top:28px;
        width: 14px;
        height: 10px;
    }
    .page-side-link{
        display: none;
    }
    .qa-item-answer{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
    .qa-item-summary::before{
        margin-right: 5px;
    }
    .travel-cv2{
        width: 84vw;
    }
    .travel-cv-lead2{
        font-size: 23px;
    }
    .recommendation-point-section{
        width: 84vw;
        max-width: 400px;
    }
    .recommendation-point-section-img{
        top:15px;
    }
    .recommendation-point-section-contents{
        row-gap: 20px;
        margin-top: 35px;
    }
    .service-section{
        padding: 40px 0;
    }
    .model-course-section::before{
        content:"";
        position: absolute;
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/bus-to-right-sp.webp") no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 22px;
        left: 0;
        top:50px;
    }
    .page-bottom-cv-wrapper{
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
        position: fixed;
        bottom: 0;
        left:0;
        width: 100%;
        padding: 1.5vw 0;
        border-top: 1px solid #ccc;
    }
    .page-bottom-cv{
        display: flex;
        justify-content: center;
        column-gap: 0.75vw;
        margin:0;
        padding:0 0.75vw;
    }
    .page-bottom-cv-tel{
        border: 2px solid #259a22;
        background-color: #fff;
        color: #259a22;
        border-radius: 2px;
        width: 48vw;
        font-weight: bold;
        text-align: center;
        border-radius: 8px;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
    }
    .page-bottom-cv-tel-small{
        font-size: 12px;
        display: block;
    }
    .page-bottom-cv-tel::before{
        content:"";
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/bottom-tel2.svg") no-repeat;
        background-size: contain;
        min-width: 15px;
        min-height: 16px;
        margin-bottom: -1px;
        width: 2.5vw;
        height: 2.5vw;
        display:inline-block;
    }
    /* .page-bottom-cv-tel::after{
        content:"";
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/arrow-green.svg") no-repeat;
        background-size: cover;
        width: 3vw;
        height: 4.3vw;
        display:inline-block;
        margin-left: 7px;
        position: absolute;
        right: 10px;
        top: 35%;
    } */
    .page-bottom-cv-link{
        background-color: #259a22;
        color: #ffffff;
        width: 48vw;
        font-weight: bold;
        text-align: center;
        border-radius: 8px;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
    }
    .page-bottom-cv-link::before{
        content:"";
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/bottom-form.svg") no-repeat;
        background-size: cover;
        width: 6vw;
        height: 4vw;
        display:inline-block;
        margin-right: 7px;
        position: absolute;
        left: 10px;
        top: 35%;
    }
    .page-bottom-cv-link::after{
        content:"";
        background: url("/wp-content/themes/kuratomo2022/travel/group-bus-tour/img/arrow.svg") no-repeat;
        background-size: cover;
        width: 3vw;
        height: 4.3vw;
        display:inline-block;
        margin-left: 7px;
        position: absolute;
        right: 10px;
        top: 35%;
    }
    .applying-list-right-bg{
        padding: 4px 5px;
    }
    .footer{
        padding-bottom: 90px;
    }
}
@media (max-width: 374px) {
    .narrow-br{
        display: block;
    }
    .page-header-tel-desc-sp{
        text-align: center;
    }
    .page-header-h1{
        height: auto;
    }
}