@charset "utf-8";

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
html{scroll-behavior: smooth;}
a{text-decoration: none;}
a:hover, a:visited, a{color: #222;}
.pc{display: block;}
.sp{display: none;}

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

/* /共通 */

#timesale{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    background-color: #FBF5EF;
    overflow:hidden;
}
#timesale header img{
    width: 100%;
}
#timesale header .read{
    padding: 0 17px;
    text-align: center;
    margin-top: 50px;
}
.time_area{
    width: 100%;
    max-width: 811px;
    margin: 50px auto 0;
    position: relative;
}
.time_area::before, .time_area::after{
    display: inline-block;
    position: absolute;
	content: '';
	background-size: contain;
	width: 98px;
	height: 131px;
}
.time_area::before{
    background-image: url(../img/time_left.webp);
    top: 17%;
    left: 0;
}
.time_area::after{
    background-image: url(../img/time_right.webp);
    right: 0;
    top: 44%;
}
.timetop{
    text-align: center;
}
.time_area .timetop img{
    display: block;
    width: 100%;
    max-width: 61px;
    margin: 0 auto;
}
.time_area .countdown .time_areaP{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.time_area .countdown #CDT_sat {
    font-size: 80px;
    font-family: "times-new-roman", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: -35px auto 0;
}
.time_area .countdown #CDT_sat .moji{
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
}
.install_area{
    margin: 60px auto 0;
}
.installtop{
    font-size: 20px;
    color: #1CA161;
    line-height: 1.6;
    text-align: center;
    background-image: url(../img/ttl_install.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    max-width: 500px;
    height: 60px;
    margin: 0 auto;
}
.install_area .qr_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 633px;
    width: 100%;
    margin: 40px auto 0;
}
.install_area .qr_flex .qr_l, 
.install_area .qr_flex .qr_r{
    width: 48%;
}
.install_area .qr_flex .qr_l{
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-evenly;
}
.install_area .qr_flex .qr_l img{
    width: 100%;
    max-width: 110px;
}
.install_area .qr_flex .qr_r{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 500;
}
.install_area .qr_flex .qr_r .bottom{
    display: none;
}
.install_area .qr_flex .store{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.install_area .qr_flex .store img{
    width: 100%;
    max-width: 137px;
    margin: 18px auto 0;
}
.period{
    margin: 48px auto 0;
    max-width: 654px;
    width: 98%;
}
.period dl {
    display: flex;
    flex-wrap: wrap;
}
.period dl dt{
    width: 125px;
    height: 27px;
    color: #CF9214;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding: 1px 10px;
    border: #CF9214 1px solid;
    text-align: center;
    margin-bottom: 28px;
}
.period dl dd{
    width: 70%;
    min-width: 503px;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-left: 24px;
}
.period dl dd.tokuten{
    font-size: 15px;
}
.period dl dd.tokuten span.small{
    font-size: 13px;
}
.period dl dd.tokuten span.big{
    font-size: 18px;
}
.period dl dd.tokuten span.orange{
    color: #CF9214;
    padding-bottom: 4px;
    border-bottom: dotted 3px;
}
.period span.indent{
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.0;
    letter-spacing: 0.4px;
    margin: 3px 0 24px;
}
.period p.indent{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 24px;
}
.hotel_area{
    margin: 48px auto 0;
    width: 100%;
    max-width: 1060px;
}
.hotel_area .hotel_area_ttl{
    font-size: 24px;
    letter-spacing: 0.1px;
    text-align: center;
    background-image: url(../img/ttl_hotel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 294px;
    height: 46px;
    margin: 0 auto;
}
.hotel_area .marriott .hotel_white{
    width: 100%;
    padding: 40px;
    background-color: #fff;
    margin-top: 29px;
    text-align: center;
}
.hotel_area .marriott .hotel_white .hotel_logo{
    display: block;
    width: 53px;
    margin: 0 auto;
}
.hotel_logo img{
    width: 100%;
}
.hotel_white .hotel_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
    gap: 20px;
}
.marriott .hotel_white .hotel{
    width: 33%;
    max-width: 310px;
    margin-top: 14px;
}
.hotel .hotel_ttl{
    color: #fff;
    background-color: #CF9214;
    font-weight: 700;
    font-size: 16px;
    padding: 4px;
    text-align: center;
}
.hotel .swiper img{
    width: 100%;
}
.hotel .present{
    color: #CF9214;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: center;
    background-image: url(../img/present.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 63% center;
    width: 210px;
    height: 20px;
    margin: 22px auto 0;
}
.hotel ul{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 22px;
    text-align: left;
}
.hotel ul li{
    text-indent: -1px;
    margin-left: 1px;
    margin-bottom: 7px;
}
.courtyard .hotel_white .hotel_logo{
    display: block;
    width: 155px;
    margin: 0 auto;
}
.courtyard_westin_area{
    width: 100%;
    max-width: 1060px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}
.courtyard_westin_area .courtyard,
.courtyard_westin_area .westin{
    width: 48.5%;
}
.courtyard .hotel_white,
.westin .hotel_white{
    width: 100%;
    padding: 40px;
    background-color: #fff;
    margin-top: 29px;
    text-align: center;
}
.courtyard .hotel_white .hotel,
.westin .hotel_white .hotel{
    width: 100%;
    max-width: 310px;
    margin-top: 14px;
}
.courtyard .hotel_white .hotel img,
.westin .hotel_white .hotel img{
    width: 100%;
}
.westin .hotel_white .hotel_logo{
    display: block;
    width: 95px;
    margin: 0 auto;
}
.laforet_area .hotel_white .hotel_logo{
    display: block;
    width: 70px;
    margin: 0 auto 2px;
}
.laforet_area{
    width: 100%;
    max-width: 1060px;
    margin-top: 10px;
}
.hotel_area .laforet_area .hotel_white{
    width: 100%;
    padding: 40px;
    background-color: #fff;
    margin-top: 29px;
    text-align: center;
    padding: 40px 200px;
}
.laforet_area .hotel_white .hotel{
    width: 48%;
    max-width: 310px;
    margin-top: 14px;
}
.indent_area{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 49px;
    text-align: center;
    text-indent: -1px;
    margin-left: 1px;
    padding: 0 20px;
}

.swiper-pagination-bullet {
    background: rgba(0,0,0, 0.5) !important;
    margin: 0 6px !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 3px !important;
}
.install_area .last{
    display: block;
    width: 300px;
    font-weight: 500;
    font-size: 15px;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    padding-right: 10px;
}
.install_area .last::after{
    content:'';
    background-image: url(../img/yaji.webp);
	position:absolute;
	display: inline-block;
	width: 15px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: contain;
    right: -10px;
    top: 7px;
}

@media only screen and (min-width: 1200px){}
@media only screen and (max-width: 1050px){
    .marriott .hotel_white .hotel,
    .courtyard .hotel_white .hotel,
    .westin .hotel_white .hotel,
    .laforet_area .hotel_white .hotel {
        max-width: 500px;
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }
    .courtyard_westin_area {
        flex-wrap: wrap;
        gap: 0;
    }
    .courtyard_westin_area .courtyard, .courtyard_westin_area .westin {
        width: 100%;
        background-color: unset;
    }
    .hotel_area .laforet_area .hotel_white {
        padding: 40px;
    }
}
@media only screen and (max-width: 700px){
    #timesale header .read {
        font-size: 15px;
        margin-top: 35px;
    }
    .time_area {
        margin: 30px auto 0;
        padding: 0 20px;
    }
    .time_area .timetop img {
        max-width: 51px;
    }
    .time_area .countdown .time_areaP{
        font-size: 18px;
        margin-top: 10px;
    }
    .time_area .countdown #CDT_sat {
        font-size: 49px;
        margin-top: -10px;
        width: 100%;
        max-width: 313px;
    }
    .time_area .countdown #CDT_sat .moji{
        font-size: 24px;
    }
    .time_area::before, .time_area::after{
        display: none;
    }
    .timetop{
        position: relative;
        max-width: 225px;
        margin: 0 auto;
    }
    .timetop::before, .timetop::after{
        position: absolute;
       	content: '';
        background-image: url(../img/time_sp.webp);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
    }
    .timetop::before{
        top: -10px;
        left: -60px;
        transform: rotate(10deg);
    }
    .timetop::after{
        top: -14px;
        right: -64px;
        transform: rotate(68deg);
    }
    .install_area{
        margin: 30px auto 0;
    }
    .installtop{
        font-size: 14px;
    }
    .installtop{
        font-size: 14.05px;
        background-image: url(../img/ttl_install_sp.webp);
        max-width: 335px;
        width: 95%;
        height: 41px;
    }
    .install_area .qr_flex {
        flex-wrap: wrap;
        margin: 24px auto 0;
    }
    .install_area .qr_flex .qr_l{
        width: 98%;
        font-size: 17px;
        text-align: center;
    }
    .install_area .qr_flex .qr_l a{
        display: none;
    }
    .install_area .qr_flex .qr_r .top{
        width: 98%;
    }
    .install_area .qr_flex .qr_r .top{
        display: none;
    }
    .install_area .qr_flex .qr_r .bottom{
        display: block;
        width: 290px;
        font-weight: 500;
        font-size: 13px;
        margin: 32px auto 0;
        position: relative;
        padding-right: 7px;
    }
    .install_area .qr_flex .qr_r .bottom::after{
        content:'';
        background-image: url(../img/yaji.webp);
        position:absolute;
        display: inline-block;
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        background-size: contain;
        right: 9px;
        top: 6px;
    }
     .install_area .qr_flex .qr_r {
        width: 100%;
    }
    .period {
        margin: 40px auto 0;
        max-width: 654px;
        width: 100%;
        padding: 0 20px;
    }
    .period dl dt {
        width: 102px;
        margin-bottom: 0;
        font-size: 14px;
        padding: 2px 6px;
    }
    .period dl dd {
        width: 100%;
        font-size: 16.5px;
        margin-left: 0;
        margin-bottom: 13px;
        min-width: unset;
    }
    .period span.indent {
        margin: 3px 0 5px;
    }
    .period dl dd.tokuten {
        font-size: 14px;
        margin-bottom: 0;
    }
    .period dl dd.tokuten span.big {
        font-size: 16.5px;
    }
    .period p.indent {
        margin-top: 12px;
        letter-spacing: 0;
    }
    .hotel_logo img {
        display: none;
    }
    .hotel_white .hotel_flex {
        gap: 10px;
    }
    .hotel_area .hotel_area_ttl {
        font-size: 20.4px;
    }
    .hotel_area .marriott .hotel_white {
        padding: 20px;
        background-color: unset;
    }
    .hotel .sp{
        display: block;
        width: 53px;
        margin: 0 auto;
    }
    .hotel .sp img{
        width: 100%;
    }
    .courtyard_westin_area {
        gap: 0;
        margin-top: -30px;
    }
    .courtyard .hotel_ttl{
        font-size: 14px !important;
    }
    .hotel .hotel_ttl {
        margin-top: 15px;
        font-size: 15px;
    }
    .marriott{
        margin-top: -45px;
    }
    .courtyard .hotel_white .hotel{
        margin-top: 8px;
    }
    .westin .hotel_white .hotel {
        margin-top: 35px;
    }
    .courtyard .hotel_white, .westin .hotel_white {
        background-color: unset;
        padding: 0 20px;
    }

    .courtyard .hotel_white .hotel .sp{
        width: 132px;
    }
    .westin .hotel_white .hotel .sp {
        width: 80px;
    }
    .westin{
        margin-top: -30px;
    }
    .laforet_area .hotel_white .hotel .sp {
        width: 58px;
    }
    .laforet_area .hotel_white {
        background-color: unset !important;
        padding: 0 !important;
        margin-top: 30px;
    }
    .laforet_area {
        width: 100%;
        background-color: unset;
        padding: 0 20px 20px;
        margin-top: -10px;
    }
    .indent_area {
        font-size: 11px;
        padding: 0 20px;
        margin-top: 32px;
        margin-bottom: -20px;
    }
    .install_area .last {
        font-size: 13px;
    }
    .install_area .last::after{
        right: 5px;
    }
}
@media only screen and (max-width: 500px){
    #timesale header .read {
        font-size: 4vw;
    }
    .time_area .countdown #CDT_sat {
        font-size: 12.2vw;
        max-width: unset;
    }
    .timetop::before {
        left: -50px;
    }
    .timetop::after {
        right: -52px;
    }
    .period dl dt {
        font-size: 14px;
        padding: 3px;
    }
    .period dl dd {
        font-size: 4.5vw;
    }
    .period dl dd.tokuten {
        font-size: 3.8vw;
    }
    .period dl dd.tokuten span.small {
        font-size: 3.6vw;
    }
    .install_area .last::after{
        right: 14px;
        top: 6px;
    }
}


/* ----------
 mthr-promo footer
---------- */
footer.mthr-promo {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #999692;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	padding: 60px 0 73px;
    background-color: #fff;
    margin-top: 64px;
}
footer.mthr-promo p{
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
}
footer.mthr-promo ul {
	width: 100%;
    margin: 0 auto 30px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-start: 0;
}
footer.mthr-promo ul li{
    margin: 10px 10px;
}
footer.mthr-promo a{
    color: #393939;
    text-decoration: none;
}
footer.mthr-promo a:before {
    content: ">";
    width: 8px;
    margin-right: 8px;
}

@media screen and (max-width:1050px) {
	footer.mthr-promo ul {
         width: 100%;
         flex-wrap: wrap;
    }
}
@media screen and (max-width:700px) {
	footer.mthr-promo { 
        padding: 5% 0 12%;
    }
    footer.mthr-promo ul {
        flex-wrap: wrap;
    }
    footer.mthr-promo ul li{
        width: 100%;
        text-align: left;
        margin: 5px 15px;
    }
}