.page-contents{
    margin-top: 0;
    max-width: 1500px;
    margin: 0 auto;
}
.page-header{
    padding: 30px 45px;
    max-width: 1500px;
    margin: 0 auto;
}
.page-mv-img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.banner-link{
    margin: 80px auto;
    display: block;
    max-width: 700px;
}
.banner-link-img{
    display: block;
    margin: 0 auto;
}
.coupon-section-title{
    display: flex;
    justify-content: center;
}
.coupon-section-desc{
    font-size: 20px;
    text-align: center;
    color: #5a4a3f;
    margin-top: 40px;
}
.coupon-section-term-img{
    display: block;
    margin: 30px auto;
}
.coupon-lines{
    display: flex;
    justify-content: center;
    gap: 35px clamp(8px, 2.4vw, 32px);
    width: 92vw;
    max-width: 960px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.coupon-line-img{
    width: 19.2vw;
    max-width:297.6px;
}
.coupon-img-wrapper{
    position: relative;
}
.coupon-img-code{
    color: #5a4a3f;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom:30px;
    gap: 15px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.coupon-img-code-label{
    font-size: clamp(12px, 1.2vw, 15px);
    font-weight: bold;
}
.coupon-img-code-main{
    font-size: clamp(19.2px, 2vw, 28.8px);
    line-height: 1;
    font-family: 'Lato', sans-serif;
}
.coupon-section{
    background-color:#ffd166;
    padding-bottom: 80px;
    padding-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.coupon-section::before ,
.coupon-section::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/coupon-left.webp?v=20260422) no-repeat;
    display: block;
    width: 590px;
    height: 200px;
    position: absolute;
    top:0px;
    left: 0;
}
.coupon-section::after{
    background: url(/wp-content/themes/kuratomo2022/travel/img/coupon-right.webp?v=20260422) no-repeat;
    left: auto;
    right: 0;
}
.pickup-section{
    margin-top: 80px;
    position: relative;
    padding-bottom: 120px;
}
.pickup-section::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-left-img.webp) no-repeat;
    display: block;
    width: 315px;
    height: 315px;
    position: absolute;
    top:-90px;
    left: 160px;
}
.pickup-section::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-right-img.webp) no-repeat;
    display: block;
    width: 365px;
    height: 40px;
    position: absolute;
    top:150px;
    right: 0;
}
.section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 46px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}
.section-title::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/title-top-icon.webp) no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 43px;
}
.section-title::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickuptour-under.webp) no-repeat;
    display: block;
    width: 160px;
    height: 20px;
    margin-top: 20px;
}
.section-title-eng{
    color: #4ead4b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}
.section-title-small{
    font-size: 30px;
    display: block;
}
.pickup-section-tours{
    margin-top: 25px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    width: 92vw;
}
.pickup-section-tag{
    position: relative;
}
.pickup-section-tag{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color: #ff6f3d;
    color: #fff;
    width:120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top:-35px;
}
.pickup-section-tag::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/recommendation-icon.webp) no-repeat;
    background-size: contain;
    width:20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.pickup-section-tag[data-tag="一番人気"]{
    background-color: #4ead4b;
}
.pickup-section-tag[data-tag="一番人気"]::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/number1-icon.webp);
}
.pickup-section-desc{
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
}
.pickup-section-recommendation{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.pickup-section-recommendation-title{
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 36px;
    position: relative;
}
.pickup-section-recommendation-title::before ,
.pickup-section-recommendation-title::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-recommendation-title-left.webp?v=20260421) no-repeat;
    display: block;
    width: 60px;
    height: 15px;
    position: absolute;
    left:0;
    top:30px;
}
.pickup-section-recommendation-title::after{
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-recommendation-title-right.webp?v=20260421) no-repeat;
    left: auto;
    right: 0;
}
.pickup-section-recommendation-title-main{
    text-align: center;
    margin-bottom: 10px;
}
.pickup-section-recommendation-title-main::after{
    content: "";
    width: 384px;
    height: 2px;
    background-color:#b8deb7;
    display: block;
}
#domestic ,
#overseas ,
#cruise,
#bus-tour{
    position: relative;
}
#domestic::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-title-shinkansen.webp) no-repeat;
    display: block;
    height:50px;
    width:340px;
    position: absolute;
    left: 0;
    top:0;
}
#overseas::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-airplane.webp) no-repeat;
    display: block;
    height:105px;
    width:310px;
    position: absolute;
    right: 0;
    top:0;
}
#cruise::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/cruise.webp) no-repeat;
    display: block;
    height:50px;
    width:210px;
    position: absolute;
    left: 45px;
    top:0;
}
#bus-tour::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/bustour.webp) no-repeat;
    display: block;
    height:50px;
    width:310px;
    position: absolute;
    right:0px;
    top:0;
}
.pickup-section-recommendation-title-eng{
    color:#4ead4b;
    font-size: 14px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
a.pickup-section-tour-link{
    display: block;
    width: 368px;
    color: #333;
    margin-top: 35px;
    position: relative;
}
.pickup-section-recommendation-figure{
    width: 368px;
    height: 184px;
    display: block;
    position: relative;
    object-fit: cover;
}
.pickup-section-recommendation-figcaption{
    font-size: 13px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #fff;
    text-shadow: 0 0px 10px rgb(0,0,0) ,0 0px 10px rgb(0,0,0);
}
.pickup-section-base-place{
    background-color:#fff7d0;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    margin-top: 10px;
}
.pickup-section-base-place-note{
    font-size: 16px;
}
.pickup-section-tour-icons{
    display: flex;
    column-gap: 5px;
    margin-bottom: 20px;
    position: absolute;
    top:5px;
    left: 5px;
}
.pickup-section-tour-icon{
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    line-height: 1;
    background-color: #fff;
    color: #fff;
}
.pickup-section-tour-icon[data-icon="バスツアー"]{
    background-color: #bd5206;
}
.pickup-section-tour-icon[data-icon="日帰り"]{
    background-color: #7a3f2a;
}
.pickup-section-tour-icon[data-icon="列車利用"]{
    background-color: #5a8211;
}
.pickup-section-tour-icon[data-icon="JR利用"]{
    background-color: #1f7a74;
}
.pickup-section-tour-icon[data-icon="宿泊"]{
    background-color: #b23a5b;
}
.pickup-section-tour-icon[data-icon="航空機利用"]{
    background-color: #1a6da5;
}
.pickup-section-tour-icon[data-icon="船舶利用"]{
    background-color: #794e96;
}
.pickup-section-tour-title{
    height: 120px;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #999;
}
.pickup-section-tour-period{
    font-size: 15px;
    color:#666;
}
.pickup-section-tour-price{
    margin-top: 15px;
    color:#666;
}
.pickup-section-tour-price-value{
    color:#e85c50;
    font-size: 20px;
    font-weight: bold;
}
.pickup-section-tour-price-currency ,
.pickup-section-tour-price-from-to{
    font-size: 16px;
}
a.all-plans-link{
    background-color: #E85C50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    margin: 45px auto 0;
    border-radius:30px;
}
a.all-plans-link::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/arrow.webp) no-repeat;
    display: block;
    width: 8px;
    height: 16px;
    margin-left: 10px;
    margin-top: 3px;
}
.recommendation-section{
    padding: 90px 0 80px;
    position: relative;
}
.recommendation-section::after{
    content:"";
    position: absolute;
    right: 0;
    background: url(/wp-content/themes/kuratomo2022/travel/img/recommendation-after.webp?v=20260421) no-repeat;
    width: 320px;
    height: 320px;
    display: block;
    top:-10px;
    right: 40px;
}
.recommendation-section-blocks{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 45px;
    max-width: 1200px;
    width: 92vw;
    margin: 90px auto 0;
}
.recommendation-point-section-subtitle{
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-weight: 500;
}
.recommendation-point-section-subtitle-strong{
    color: #e85c50;
    font-weight: 700;
}
.recommendation-point-section-desc{
    margin-top:10px;
    font-size: 18px;
    line-height: 30px;
}
.recommendation-point-section{
    background-color:#f6f3ea;
    padding:45px 30px 30px;
    width: 370px;
    border-radius:10px;
    position: relative;
}
.recommendation-point-section-img{
    position: absolute;
    top:-50px;
    left:0;
    right:0;
    margin: 0 auto;
}
.contact-section{
    padding: 70px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width: 1200px;
    width: 83vw;
    margin: 0 auto;
}
.contact-section-title{
    font-size: 46px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-section-desc{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 40px;
}
.contact-blocks{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.contact-block{
    background-color: #eee;
    padding: 15px 40px 15px 15px;
    border-radius: 10px;
}
a.contact-block-tel-link{
    color: #333;
    font-size: 24px;
}
a.contact-block-tel-link::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/tel.webp) no-repeat;
    width: 19px;
    height: 21px;
    display: inline-block;
    margin-right: 5px;
}
.applying-section{
    padding: 120px 0 0;
    position: relative;
}
.applying-section::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/applying-left.webp?v=20260421) no-repeat;
    display: block;
    width: 311px;
    height: 290px;
    position: absolute;
    top:50px;
    left:calc((100vw - 1200px) / 2);
}
.applying-section::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/pickup-right-img.webp) no-repeat;
    display: block;
    width: 365px;
    height: 40px;
    position: absolute;
    top: 150px;
    right: 0;
}
.applying-list-items{
    margin-top: 50px;
    max-width: 1200px;
    width: 83vw;
    margin: 50px auto 0;
}
.applying-list-item{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 70px 50px 105px;
}
.applying-list-item:last-child{
    padding-bottom:100px;
}
.applying-list-item::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/applying-under.webp) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}
.applying-list-item:last-child:after{
    display: none;
}
.applying-list-number{
    color: #4ead4b;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.applying-list-left-main{
    margin-left: 25px
}
.applying-list-desc{
    font-size: 24px;
    font-weight: bold;
}
.applying-list-left{
    position: relative;
    width: 435px;
    display: flex;
    align-items: center;
}
.applying-list-left::before{
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.applying-list-left.-step1::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-step1.webp);
}
.applying-list-left.-step2::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-step2.webp);
}
.applying-list-left.-step3::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-step3.webp);
}
.applying-list-left.-step4::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-step4.webp);
}
.applying-list-left.-step5::before{
    background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-step5.webp);
}
.applying-list-right{
    width: calc(100% - 435px);
}
.applying-list-right-li{
    font-size: 18px;
    line-height: 40px;
    margin-left: 1em;
    text-indent: -1em;
}
.applying-list-right-li::before{
    content: "";
    background-color: #4ead4b;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 2px;
    display:inline-block;
}
.applying-list-right-note{
    font-size: 16px;
    line-height: 25px;
}
.guide-section-wrapper{
    background-color: #e5f3e4;
}
.guide-section{
    padding: 80px 0 140px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 83vw;
}
.guide-section::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/guide-right.webp) no-repeat;
    display: block;
    width: 320px;
    height: 320px;
    position: absolute;
    right: 0;
    top: 50px;
}
.guide-section-title.section-title::after{
    display: none;
}
.guide-section-blocks{
    display: flex;
    flex-direction: column;
    margin-top:70px;
    row-gap: 80px;
    max-width: 1010px;
    width: 83vw;
    margin: 70px auto 0;
}
.guide-section-block{
    display: flex;
    column-gap: 50px;
}
.guide-section-block-img{
    width: 368px;
    object-fit: contain;
    object-position: top;
}
.guide-section-block-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.guide-section-block-subtitle{
    font-size: 20px;
    font-weight: bold;
}
.guide-section-block-desc{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
a.guide-section-block-link{
    color: #333;
    font-size: 18px;
    border-radius:30px;
    border: 1px solid #333;
    padding: 13px 20px 13px 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 20px;
}
a.guide-section-block-link::after{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/travel/img/guide-arrow.webp) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    margin-left:15px;
    margin-top: 3px;
    display: inline-block;
}
.guide-section-block-contact{
    margin-top:20px;
    padding-top:20px;
    font-size: 16px;
    border-top: 1px dashed #999;
}
.guide-section-block-contact-bold{
    font-weight: bold;
}
.guide-section-block-contact-big{
    font-size: 24px;
}
.footer{
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1500px;
}
.footer-wrapper{
    background-color: #f6f6f6;
    max-width: 1200px;
    width: 92vw;
    margin: 0 auto;
}
.footer-main{
    display: flex;
    align-items: end;
    column-gap: 100px;
    margin-bottom: 1em;
}
.footer-list{
    display: flex;
    align-items: center;
    column-gap:45px;
    font-size: 16px;
}
a.footer-list-link{
    color: #333;
}
.copyright{
    text-align: right;
}
.guide-section-block-contact-big a{
    color: #515151 !important;
}
.footer-img{
    width: 185px;
}
.footer__totop{
    right: 10px;
}
.tour-anchors{
    padding: 60px 0;
}
.tour-anchors-ul{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.tour-anchors-li:first-child{
    border-left: 1px solid #cccccc;
}
.tour-anchors-li{
    width: 250px;
    border-right: 1px solid #cccccc;
    text-align: center;
    height: 60px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    position: relative;
}
.tour-anchors-li::before{
    content:"";
    background: url(/wp-content/themes/kuratomo2022/travel/img/anchor-mark.webp) no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;
    display: block;
    position: absolute;
    margin: 0 auto;
    left:0;
    right:0;
    bottom: 0;
}
.tour-anchors-li-a{
    color: #776a63;
    width: 100%;
    padding-top: 15px;
    height: 100%;
    display: block;
}
@media (min-width:1501px) {
    .applying-section::before{
        left:100px;
    }
}
@media screen and (min-width: 1400px){
    .footer__totop {
        right: calc(((100% - 1400px) / 2));
    }
}
@media (min-width:1001px) and (max-width:1300px) {
    .pickup-section::before{
        left: 0;
    }
}
@media (max-width:1000px) {
    .page-header{
        padding:15px 20px;
    }
    .page-header-h1{
        width:160px;
        height:20px;
    }
    .coupon-section-term-img{
        width:73.6vw;
    }
    .banner-link{
        width: 92vw;
    }
    .banner-link{
        margin: 50px auto;
    }
    .coupon-section::before, .coupon-section::after{
        background-size: contain;
        width: 100%;
        height: 80px;
    }
    .coupon-section::after{
        background-position: right;
    }
    .coupon-section::before{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/coupon-left-sp.webp);
    }
    .coupon-section::after{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/coupon-right-sp.webp);
    }
    .coupon-section-title-img{
        width: 92vw;
        max-width: 400px;
        margin: -60px auto 0;
        display: block;
    }
    .footer-main ,
    .footer-list{
        flex-direction: column;
    }
    .coupon-section{
        padding-bottom: 50px;
        padding-top: 100px;
        width: 84vw;
        margin: 0 auto;
    }
    .coupon-section-title-img{
        width: 57vw;
    }
    .coupon-section-desc{
        margin-top: 30px;
        font-size: clamp(14px, 3.73vw, 18px);
        font-weight: bold;
        margin-top: 20px;
    }
    .coupon-section-term-img{
        margin:15px auto;
    }
    .coupon-lines{
        width:84vw;
        row-gap: 10px;
    }
    .coupon-line-img{
        width: 83vw;
    }
    .coupon-img-code-label{
        font-size: clamp(16px , 3vw, 20px);
    }
    .coupon-img-code-main{
        font-size: clamp(30px, 5vw, 35px);
    }
    .pickup-section::before{
        height:100px;
        width:125px;
        background-size: cover;
        top: -95px;
        left: 10px;
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/pickup-left-img-sp.webp);
    }
    .pickup-section::after{
        right: 0;
        height: 20px;
        width: 121px;
        background-size: cover;
        top: -20px;
    }
    .section-title{
        font-size: 28px;
    }
    .section-title::after{
        width: 110px;
        height: 15px;
        background-size: contain;
    }
    .section-title::before{
        width: 45px;
        height: 30px;
    }
    .section-title-small{
        font-size: 21px;
    }
    .pickup-section-desc{
        font-size: 16px;
        line-height: 26px;
        width: 83vw;
        max-width: 1200px;
        margin: 30px auto 0;
    }
    .pickup-section-recommendation{
        margin-top: 50px;
    }
    .pickup-section-recommendation-title-main{
        font-size: 28px;
        margin-bottom: 10px;
        text-align: center;
    }
    .pickup-section-recommendation-title-main::after{
        width: 83vw;
    }
    .pickup-section-recommendation-title-eng{
        font-size: 12px;
    }
    .pickup-section-recommendation-title::before, .pickup-section-recommendation-title::after{
        left: clamp(5vw, 10px, 10vw);
        top: 20px;
    }
    .pickup-section-recommendation-title::after{
        right: clamp(5vw, 10px, 10vw);
        left: auto;
    }
    .pickup-section-tours{
        flex-direction: column;
        row-gap: 35px;
        width: 83vw;
    }
    .pickup-section-tour-title{
        line-height: 25px;
        height: auto;
        font-size: clamp(15px, 4.5vw, 18px);
    }
    a.pickup-section-tour-link ,
    .pickup-section-recommendation-figure{
        width: 83vw;
    }
    #domestic::before{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/shinkansen-sp.webp);
        height:25px;
        width:110px;
        top: -30px;
        background-size: cover;
    }
    #overseas::before{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/airplane-sp.webp);
        height: 39px;
        width: 112px;
        background-size: cover;
        top: -30px;
    }
    #cruise::before{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/ship-sp.webp);
        height: 30px;
        width: 123px;
        background-size: cover;
        top: -30px;
        left: 0;
    }
    #bus-tour::before{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/bustour-sp.webp);
        height: 24px;
        width: 104px;
        background-size: cover;
        top: -30px;
    }
    .guide-section-block{
        flex-wrap: wrap;
    }
    .tour-sections{
        display: flex;
        flex-direction: column;
        row-gap: 35px;
    }
    a.all-plans-bustour-link{
        margin-top: 5px;
    }
    .recommendation-section::after{
        width: 110px;
        height: 115px;
        background-size: cover;
        right: 20px;
    }
    .recommendation-section::after{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/recommendation-after-sp.webp);
    }
    .recommendation-section{
        padding: 75px 0 50px;
    }
    .recommendation-point-section{
        padding:15px 20px 15px;
    }
    .recommendation-point-section-subtitle{
        font-size: clamp(15px, 5.4vw, 21px);
        margin-bottom: 10px;
        width: clamp(140px, 51vw, 250px);
        text-align: left;
        margin-left: auto;
    }
    .recommendation-point-section-desc{
        font-size: 16px;
    }
    .recommendation-point-section-img{
        width:60px;
        height:60px;
        top:15px;
        left: 20px;
        right: auto;
    }
    .recommendation-section-blocks{
        width: 83vw;
        margin-top: 40px;
        row-gap: 30px;
    }
    .contact-section{
        padding: 30px 0;
    }
    .contact-section-title{
        font-size: 28px;
        text-align: center;
    }
    .contact-section-desc{
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        margin-top: 20px;
    }
    .contact-blocks{
        row-gap:10px;
        margin-top: 30px;
    }
    .contact-block{
        padding: 14px;
        width: 100%;
    }
    .applying-section{
        padding: 80px 0 50px;   
    }
    .applying-section::before{
        width: 110px;
        height: 105px;
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-left-sp.webp);
        background-size: cover;
        left: 15px;
        top: 10px;
    }
    .applying-section::after{
        height:20px;
        width:120px;
        background-size: cover;
        top: 45px;
    }
    .applying-list-items{
        display: flex;
        flex-direction: column;
        row-gap: 65px;
    }
    .applying-list-item{
        padding: 0;
    }
    .applying-list-item:last-child{
        padding-bottom:0;
    }
    .applying-list-item::after{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/applying-under-sp.webp);
        bottom: -50px;
        height: 3vw;
        width: 100%;
        background-size: cover;
    }
    .applying-list-left::before{
        width:50px;
        height:50px;
        background-size: contain;
    }
    .applying-list-desc{
        font-size: 19px;
    }
    .applying-list-left-main{
        margin-left: 10px;
    }
    .applying-list-right{
        width: 100%;
        margin-top: 20px;
    }
    .applying-list-right-li{
        font-size: 16px;
        line-height: 25px;
    }
    .guide-section-wrapper{
        margin-top: 80px;
    }
    .guide-section::after{
        background-image: url(/wp-content/themes/kuratomo2022/travel/img/guide-right-sp.webp);
        height: 110px;
        width: 105px;
        background-size: contain;
        top: -40px;
        right: -10px;
    }
    a.guide-section-block-link{
        font-size: 14px;
        padding: 10px 20px 10px 20px;
        line-height: 18px;
    }
    .guide-section-block-title{
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 21px;
    }
    #sagano{
        margin-top: -30px;
    }
    #sagano .guide-section-block-title{
        margin-top: 0;
    }
    .guide-section{
        padding-bottom: 80px;
    }
    .guide-section-block-subtitle{
        font-size: 17px;
    }
    .guide-section-block-desc{
        font-size: 16px;
        line-height: 26px;
    }
    .guide-section-block-contact-big{
        font-size: 18px;
    }
    .guide-section-block-contact{
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer{
        padding-bottom: 30px;
    }
    .footer-main, .footer-list{
        align-items: flex-start;
    }
    .footer-main{
        padding:0 30px;
    }
    .footer-list{
        margin-top: 35px;
        row-gap: 30px;
    }
    a.footer-list-link{
        font-size: 14px;
    }
    .copyright{
        margin-top: 65px;
        margin-right: 30px;
    }
    .tour-anchors{
        padding: 40px 0;
        width: 92vw;
        margin: 0 auto;
    }
    .tour-anchors-ul{
        font-size: clamp(14px, 3.77vw ,18px);
    }
    a.guide-section-block-link::after{
        width: 6px;
        height: 12px;
        margin-bottom: -1px
    }
}