@charset "utf-8";

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
html{scroll-behavior: smooth;}
a{text-decoration: none;}
a:hover{opacity: 0.8;transition-duration: 0.3s;}

img{width: 100%;}
#Footer img{width: 245px;}
.pc{display: block;}
.sp{display: none;}

#shokawari {
	margin-top: 80px;
}
.shokawari{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    color: #222;
    overflow-x: hidden;
}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
}
@media screen and (max-width:500px) {
}
/* /共通 */


/* head */
.head{
    background-image: url(../img/kv_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 50px;
}
.head .kv{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 32px;
}
.head .kv .ttl{
    width: 45%;
}
.head .kv .ttl img{
    max-width: 600px;
    margin: 40px auto;
}
.head .kv .img{
    width: 53.5%;
}
.head .lead{
    width: 100%;
    max-width: 1210px;
    margin: 100px auto 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 20px;
    padding: 0 20px;
}
.head .lead .lead_l{
    max-width: 288px;
    margin-top: 20px;
    margin-right: 30px;
}
.head .lead .lead_r{
    max-width: 335px;
}
.head .lead .txt{
    text-align: center;
    font-size: 17px;
    letter-spacing: 10%;
	line-height: 200%;
    display: flex;
    align-items: center;
}
@media screen and (min-width:1600px) {
    .head .kv{
        padding-top: 130px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width:1050px) {
    .head .kv{
        flex-wrap: wrap;
        margin-bottom: -25px;
    }
}
@media screen and (max-width:700px) {
    .head{
        background-image: url(../img/bk_sp01.webp);
        padding-top: 0;
    }
    .head .kv{
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .head .kv .ttl{
        width: 100%;
        order: 2;
        margin: -100px auto
    }
    .head .kv .img{
        width: 100%;
        order: 1;
    }
    .head .lead{
        width: 100%;
        margin: 37px auto 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
        padding: 0;
    }
    .head .lead .lead_l{
        width: 50%;
        order: 2;
        margin-right: -15px;
        margin-top: 20px;
    }
    .head .lead .lead_r{
        width: 60%;
        order: 3;
        margin-left: -55px;
    }
    .head .lead .txt{
        width: 100%;
        order: 1;
        text-align: left;
        padding: 0 20px 20px;
        font-size: 15px;
    }
}
@media screen and (max-width:500px) {
    .head .lead .txt {
        font-size: 3.98vw;
    }
    .head .kv .ttl{
        margin: -80px auto
    }
}
@media screen and (max-width:360px) {
    .head .kv .ttl{
        margin: -70px auto
    }
}
/* shokawari-slider */
.head .swiper {
    width: 100%;
    margin-inline: auto;
}
.head .shokawari-slider {
	padding: 0;
}
.head .shokawari-slider .swiper-wrapper {
	transition-timing-function: linear;
}
.head .shokawari-slider .swiper-slide {
    width: 288px;
    height: 190px;
    margin-inline: 5px;
}

@media screen and (max-width:700px) {
    .head .shokawari-slider .swiper-slide {
        width: 63.2%;
        height: auto;
        margin-inline: 1%;
    }
}
/* /shokawari-slider */
/* /head */


/* under */
.under{
    width: 100%;
    background-image: url(../img/bk.webp);
    background-size: 100vw 162vw;
    background-repeat: no-repeat;
    margin-top: 3px;
    padding-bottom: 50px;
}

/* period */
.period hr{
    background-image: url(../img/mark_line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 755px;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    border: unset;
}
.period h2{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin: 50px 20px;
    letter-spacing: 10%;
}
.period h2 span{
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    letter-spacing: 20%;
}
.period .plan{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 755px;
}
.period .plan .plan01,
.period .plan .plan02,
.period .plan .plan03{
    width: 33%;
    text-align: left;
}
.period .plan .plan01{
}
.period .plan .plan03{
    max-width: 200px;
}
.period .plan h3{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    color: #1E380B;
    position: relative;
    margin-left: 18px;
    letter-spacing: 10%;
    display: flex;
    align-items: center;
}
.period .plan h3::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/mark_orange.webp);
    width: 14px;
    height: 11px;
    top: 10px;
    left: -20px;
}
.period .plan ul li{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-indent: -1em;
	line-height: 200%;
    margin-left: 1em;
    letter-spacing: 10%;
}
.period .app .step{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 880px;
    gap: 20px;
    margin: 0 auto;
}
.period .app .step .step01,
.period .app .step .step02{
    width: 48%;
    background: linear-gradient(1deg,rgba(237, 243, 232, 1) 0%, rgba(249, 255, 244, 1) 50%, rgba(237, 243, 232, 1) 100%);
    padding: 0 20px 50px;
}
.period .app .step h4{
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25.71px;
    color: #DB3700;
    width: 180px;
    background-image: url(../img/step_ribbon.webp);
    background-repeat: no-repeat;
    background-size: 180px;
    height: 60px;
    text-align: center;
    margin: -10px auto 40px;
	padding: 5px 0 0 0;
}
.period .app .step h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #1E380B;
    text-align: center;
    margin-bottom: 16px;
}
.period .app .step p{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}
.period .app .step .btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    width: 270px;
    margin: 0 auto;
}
.period .app .step .btn .qr{
    width: 100px;
}
.period .app .step .btn .dl{
    width: 140px;
}
.period .app .step .btn .dl a{
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width:1050px) {
    .under {
        margin-top: 5px;
    }
}
@media screen and (max-width:700px) {
    .under {
        background-image: url(../img/bk_sp02.webp);
        margin-top: 25px;
        background-size: 100vw 448vw;
        padding-bottom: 0;
    }
    .period{
        padding: 0 20px;
    }
    .period h2 {
        font-size: 20px;
        margin: 35px 20px;
    }
    .period .plan{
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }
    .period .plan .plan01,
    .period .plan .plan02,
    .period .plan .plan03,
    .period .plan .plan04{
        width: 100%;
    }
    .period .plan .plan01{
        max-width: unset;
    }
    .period .plan .plan03{
        width: 100%;
		max-width: none;
		text-align: center;
    }
    .period .plan h3{
        font-size: 16px;
        margin-left: unset;
        width: fit-content;
        margin: 10px auto 0;
    }
    .period .plan h3::before{
        width: 12px;
        height: 9px;
        top: 10px;
        left: -15px;
    }
    .period .plan h3::after{
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/mark_orange.webp);
        width: 12px;
        height: 9px;
        top: 10px;
        right: -15px;
    }
    .period .plan ul li{
        text-align: center;
        font-size: 11px;
    }
    .period .app .step{
        flex-wrap: wrap;
        gap: 40px;
    }
    .period .app .step .step01,
    .period .app .step .step02{
        width: 100%;
        padding: 0 15px 5px;
    }
    .period .app .step h4{
        font-size: 21.86px;
        width: 153px;
        background-size: 153px;
        height: 51px;
        margin: -13px auto 12px;
    }
    .period .app .step h5{
        font-size: 16px;
        margin-bottom: 13px;
    }
    .period .app .step p{
        font-size: 12px;
        margin-bottom: 32px;
    }
    .period .app .step .btn{
        gap: 20px;
        width: 230px;
        margin-bottom: 25px;
    }
    .period .app .step .btn .qr{
        width: 85px;
    }
    .period .app .step .btn .dl{
        width: 120px;
    }
}
@media screen and (max-width:500px) {
    .period h2 {
        font-size: 5.1vw;
    }
    .period .plan h3 {
        font-size: 4.23vw;
    }
    .period .plan ul li {
        font-size: 2.95vw;
    }
    .period .app .step h5 {
        font-size: 4.29vw;
    }
    .period .app .step p {
        font-size: 3.21vw;
    }
    .campaign .hotel_name .tab_group .tab {
        font-size: 3.6vw;
    }
    .period .plan h3::before,
    .period .plan h3::after {
        top: 2.6vw;
    }
}
@media screen and (max-width:350px) {
    .period .plan h3::before,
    .period .plan h3::after {
        top: 2.2vw;
    }
}
/* /period */

/* campaign */
.campaign {
	margin-top: 80px;
}
.campaign h2{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 80px auto 25px;
    line-height: 1.6;
    letter-spacing: 10%;
}
.campaign h2 span{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 600;
    margin: 20px auto 0;
    font-size: 18px;
    width: fit-content;
    letter-spacing: 10%;
}
.campaign h2 span::before,
.campaign h2 span::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 14px;
}
.campaign h2 span::before{
    background-image: url(../img/ttl_campa_l.webp);
    top: 14px;
    left: -15px;
}
.campaign h2 span::after{
    background-image: url(../img/ttl_campa_r.webp);
    top: 14px;
    right: -15px;
}
.campaign .mark{
    width: 100%;
    max-width: 583px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 48px;
    align-items: center;
}
.campaign ul.mark li{
    width: 30%;
    border-left: 1px solid #D8DCDD;
    height: 58px;
    text-align: center;
}
.campaign ul.mark li.laforet{
    border-right: 1px solid #D8DCDD;
}
.campaign ul.mark li.courtyard{
    width: 38%;
}
.campaign ul.mark li.marriott img{
    width: 64.2px;
    margin-top: 3px;
}
.campaign ul.mark li.courtyard img{
    width: 143px;
    margin-top: 16px;
}
.campaign ul.mark li.laforet img{
    width: 82.9px;
}

.campaign .hotel_name .tab_group{
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0 auto 50px;
    width: 96%;
    max-width: 780px;
}

.campaign .hotel_name .tab_group .tab{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    padding: 11px 12px;
    cursor:pointer;
    border: 1px solid #333;
    width: 32%;
    height: 44px;
    margin-bottom: 10px;
    background-color: #FFF;
}
.campaign .hotel_name .tab_group .tab.courtyard{
    font-size: 13px;
    padding: 6px 5px;
}
.campaign .hotel_name .tab_group .tab.empty{
    border: unset;
    background-color: unset;
}
.campaign .hotel_name .tab_group .tab.active{
    background:#DB3700;
    border: 1px solid #DB3700;
    color:#fff;
}
.campaign .hotel_name .tab_group .tab.tab.empty.active {
    display: none;
}
.campaign .panel{
    display:block;
    width: 100%;
    max-width: 880px;
    margin: 0 auto 40px;
    background-color: #FEFFF0;
    padding: 50px;
}
.campaign .panel.active{
    display:block;
}
.campaign .indent{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.campaign .indent li{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: 2%;
    margin-bottom: 15px;
    color: rgba(0,0,0,0.7);
}
@media screen and (max-width:700px) {
    .campaign h2{
        font-size: 20.4px;
        text-align: center;
        margin: 50px auto 25px;
    }
    .campaign h2 span{
        font-size: 15.3px;
    }
    .campaign h2 span::before{
        top: 11px;
        left: -15px;
    }
    .campaign h2 span::after{
        top: 11px;
        right: -15px;
    }
    .campaign .mark{
        margin: 0 auto 32px;
    }
    .campaign ul.mark li{
        border-left: unset;
        height: 38px;
    }
    .campaign ul.mark li.laforet{
        border-right: unset;
    }
    .campaign ul.mark li.courtyard{
        border-right: 1px solid #D8DCDD;
        border-left: 1px solid #D8DCDD;
    }
    .campaign ul.mark li.marriott img{
        width: 41.3px;
        margin-top: 3px;
    }
    .campaign ul.mark li.courtyard img{
        width: 91px;
        margin-top: 16px;
    }
    .campaign ul.mark li.laforet img{
        width: 54px;
    }
    .campaign .hotel_name .tab_group{
        margin:0 auto 40px;
        justify-content: space-evenly;
    }
    .campaign .hotel_name .tab_group .tab{
        font-size: 13.5px;
        padding:20px 1px;
        width: 48%;
        height: 60px;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .campaign .hotel_name .tab_group .tab.courtyard{
        padding:13px 1px;
    }
    .campaign .panel{
        padding: 20px 20px 50px;
        background-color:rgba(254,255,240,0.7);
    }
    .campaign .panel.active{
        display:block;
    }
    .campaign .indent{
        width: 90%;
        max-width: 700px;
        margin: 0 auto 65px;
    }
    .campaign .indent li{
        font-size: 12px;
        margin-bottom: 9px;
    }
}
@media screen and (max-width:500px) {
    .campaign .hotel_name .tab_group .tab {
        font-size: 3.55vw;
    }
}
/* hotel */
.hotel .logo{
    display: block;
    margin: 0 auto 29px;
    height: unset;
}
.hotel.kmh .logo{
    width: 71px;
}
.hotel.smh .logo{
    width: 112px;
}
.hotel.bmh .logo{
    width: 65px;
}
.hotel.cyh .logo{
    width: 154px;
}
.hotel.nas .logo{
    width: 62.7px;
}
.hotel h3{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0 auto 22px;
    padding-right: 25px;
    position: relative;
    width: fit-content;
    letter-spacing: 10%;
    display: flex;
    align-items: center;
    color: #222 !important;
}
.hotel h3 .window_link{
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background-image: url(../img/mark_window.webp);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.hotel p{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 42px;
    text-align: center;
    letter-spacing: 10%;
}
.hotel .hotel_cont01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.hotel .hotel_cont01 h4{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    color: #1E380B;
    position: relative;
    margin-left: 17px;
    margin-bottom: 40px;
    letter-spacing: 10%;
    display: flex;
    align-items: center;
}
.hotel .hotel_cont01 .txt{
    width: 32%;
}
.hotel .hotel_cont01 .pic{
    width: 62%;
}
.hotel .hotel_cont01 h4::before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/mark_orange.webp);
    width: 14px;
    height: 11px;
    top: 10px;
    left: -17px;
    flex-shrink: 0;
}
.hotel .hotel_cont01 p{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: 10%;
}
.hotel .hotel_cont01 p span.orange{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 600;
    color: #DB3700;
}
.hotel .hotel_cont01 a{
    display: flex;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    max-width: 242px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #333;
    position: relative;
    color: #222 !important;
    align-items: center;
    justify-content: center;
}
.hotel .hotel_cont01 a::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/mark_right.webp);
    width: 7.8px;
    height: 7.8px;
    top: 15px;
    right: 5px;
}
.hotel .hotel_cont02{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
    gap: 10px;
}
.hotel .hotel_cont02 div.hotel_c{
    width: 31.2%;
    position: relative;
}
.hotel .hotel_cont02 div.hotel_c h4{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 10%;
    text-align: center;
    position: absolute;
    width: 120px;
    background-color: rgba(255,255,255,0.8);
    top: 10px;
    left: 0;
    z-index: 1;
}
.hotel .hotel_cont02 img {
    margin-bottom: 24px;
}
.hotel .hotel_cont02 p{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;letter-spacing: 10%;
    margin-bottom: 0;
}
@media screen and (max-width:700px) {
    .hotel.kmh .logo{
        width: 60.35px;
    }
    .hotel.smh .logo{
        width: 95px;
    }
    .hotel.bmh .logo{
        width: 55.79px;
    }
    .hotel.cyh .logo{
        width: 131.45px;
    }
    .hotel.nas .logo{
        width: 53.3px;
    }
    .hotel h3{
        font-size: 20px;
        padding-right: 10px;
        text-align: center;
        line-height: 1.6;
    }
    .hotel h3::after {
        width: 12px;
        height: 12px;
        top: 9px;
        right: -8px;
    }
    .hotel p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 32px;
    }
    .hotel .hotel_cont01{
        flex-wrap: wrap;
        margin-bottom: 48px;
    }
    .hotel .hotel_cont01 h4{
        font-size: 15.3px;
        text-align: center;
        width: fit-content;
        margin: 0 auto 15px;
    }
    .hotel .hotel_cont01 .txt{
        width: 100%;
        order: 2;
    }
    .hotel .hotel_cont01 .pic{
        width: 100%;
        order: 1;
        margin-bottom: 24px;
    }
    .hotel .hotel_cont01 h4::before {
        width: 12px;
        height: 9px;
        top: 10px;
        left: -20px;
    }
    .hotel .hotel_cont01 p{
        font-size: 15.3px;
        margin-bottom: 15px;
    }
    .hotel .hotel_cont01 .txt .right{
        display: inline-block;
    }

    .hotel .hotel_cont02{
        display:block !important;
        overflow:hidden;
    }
    .hotel_swiper {
        width:100%;
        padding-bottom: 30px;
    }
    .hotel_swiper .swiper-slide {
        width: 204px !important;
    }
    .hotel_swiper .swiper-wrapper{
        align-items:flex-start;
    }
    /* .hotel_swiper .swiper-scrollbar {
        background: #eee;
        height: 2px;
        border-radius: 999px;
        left: 0 !important;
        width: 100% !important;
    } */
    .hotel_swiper .swiper-scrollbar{
        background: #eee;
        height: 2px;
        border-radius: 999px;
        position:relative;
        margin-top:20px;
        left:0 !important;
        width:100% !important;
    }
    .hotel_swiper .swiper-scrollbar-drag {
        background: #222;
        border-radius: 999px;
        /* width: 104px !important; */
    }

    .hotel .hotel_cont02 div.hotel_c{
        width: 204px;
    }
    .hotel .hotel_cont02 div.hotel_c h4{
        font-size: 13.6px;
        width: 102px;
        top: 10px;
    }
    .hotel .hotel_cont02 img {
        margin-bottom: 20px;
    }
    .hotel .hotel_cont02 p{
        font-size: 12.75px;
    }
}
@media screen and (max-width:500px) {
    .hotel h3 {
        font-size: 5.35vw;
    }
    .hotel.cyh h3 {
        font-size: 4.3vw;
    }
    .hotel p {
        font-size: 3.43vw;
    }
    .hotel .hotel_cont01 h4 {
        font-size: 4.1vw;
    }
    .hotel .hotel_cont01 p {
        font-size: 4.1vw;
    }
    .hotel .hotel_cont01 h4::before {
        top: 2.6vw;
    }

}
@media screen and (max-width:350px) {
    .hotel h3::after {
        top: 5px;
    }
    .hotel p {
        font-size: 3.33vw;
    }
}
/* /hotel */
/* /campaign */


/* /under */
