﻿@charset "UTF-8";

html {
    scroll-behavior: smooth;
}


/*------------------------------------*
    ページ共通要素
\*------------------------------------*/
ul, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#springsale2020 a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#springsale2020 img {
    -webkit-tap-highlight-color: transparent;
}

#contents_wrap .enchou {
    text-decoration: underline;
    font-weight: bold;
    font-size: unset;
}

@media screen and (min-width: 821px) {
    #springsale2020 a {
        text-decoration: none;
        transition: all 0.3s ease;
    }

        #springsale2020 a:hover {
            opacity: 0.4;
        }
}


/*  パン屑
--------------------------- */
#breadcrumb {
    width: 100%;
    max-width: 930px;
    margin: 10px auto;
    font-size: 14px;
}



/* リンク先振替用　*/
.sp-link {
    display: inline;
}

.pc-link {
    display: none;
}





#springsale2020 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    letter-spacing: 0.03em;
    font-size: 0.9375rem;
    font-weight: normal;
    color: #375077;
    line-height: 1.5;
}

    #springsale2020 a, #springsale2020 li {
        transition-duration: 0.2s;
    }

        #springsale2020 a:hover, #springsale2020 li:hover {
            transition-duration: 0.4s;
            transition-timing-function: ease-in-out;
        }

/* 見出し共通*/
.springsale2020-Title, .springsale2020-Title02 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    line-height: 2em;
    color: #194BAA;
}

.ic01 {
    width: 30px;
    padding: 0 6px 9px 0px !important;
}

.ic02 {
    width: 21px;
    padding: 0 4px 5px 4px !important;
}

.ic03 {
    width: 25px;
    padding: 9px 10px 15px !important;
}

.ic04 {
    width: 24px;
    padding: 9px 7px 14px !important;
}

.ic05 {
    width: 40px;
    padding: 0 0px 7px 0px !important;
}

.ic06 {
    width: 28px;
    padding: 0 5px 0px 8px !important;
}



.springsale2020-Title img {
    vertical-align: middle;
}

.springsale2020-Title span, .springsale2020-Title02 span {
    font-size: 0.8rem;
}

.springsale2020-Title02 img {
    vertical-align: middle;
}


.d-none {
    display: none;
}


.scene-Title :before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    left: 0;
    background: url(../img/icon-01.png) no-repeat;
    background-size: contain;
}

.scene-Title :after {
    cotent: "";
    background: url("../img/icon-02.png");
    display: inline-block;
    position: absolute;
}


.day-Title :before {
    cotent: "";
    background: url("../img/date.png");
    display: inline-block;
    position: absolute;
}

.day-Title :after {
    cotent: "";
    background: url("../img/search.png");
    display: inline-block;
    position: absolute;
}

/*  メインビジュアル
--------------------------- */
.springsale2020-mainvis {
    background: url("../img/sp-mv_bg.png");
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(900 / 840 *100%);
    position: relative;
}

    .springsale2020-mainvis h1 {
        width: 90%;
        background: url(../img/sp_mv-copy.png) no-repeat;
        background-size: contain;
        padding-top: calc(704 / 641 *77.5%);
        position: absolute;
        top: 18.7%;
        left: -1px;
        right: 0;
        margin: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .springsale2020-mainvis h2 {
        background: url("../img/off.png");
        background-size: cover;
        width: 23%;
        height: 54%;
        position: absolute;
        top: 5px;
        right: 5%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }


.springsale2020-endday {
    font-size: 0.9375rem;
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 700;
    text-align: center;
    color: #ffff00;
}

    .springsale2020-endday span {
        font-size: 0.8125rem;
    }

.pl-countdown {
    background: #FFFDD9;
    color: #E54736;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 0 !important;
    text-align: center !important;
}

    .pl-countdown span {
        font-size: 1rem;
        vertical-align: 10%;
    }

.cd-close {
    font-size: 1rem;
    vertical-align: 10%;
    margin: 0px 0 0;
    padding: 20px 0 !important;
}


.cd-txt {
    font-size: 1.1rem;
    line-height: 0.8;
    padding: 10px 0 8px;
    background-color: #203CB4;
    color: #fff;
}




/*  リード文
--------------------------- */
.springsale2020-read {
    background: #fff;
    color: #4d4d4d;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 7px !important;
    overflow: hidden;
    height: 210px;
}

    .springsale2020-read span {
        /*display: inline-block;*/
        line-height: 1.3;
        font-size: 1rem;
        position: relative;
        margin-bottom: 0.625rem;
    }

.kyouchou:before, .kyouchou:after {
    content: '';
    background: url("../img/deco-line.png") no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 0;
}

.kyouchou:before {
    left: -1.5rem;
}

.kyouchou:after {
    right: -1.5rem;
    transform: scale(-1, 1);
}

.pokkiri {
    width: 115vw;
    margin: 20px calc(50% - 57.5vw);
}

.pokkiri img{
    width: 240px;
}

.u-line {
    color: #4d4d4d;
    background: linear-gradient(transparent 60%, #FFFBD3 0%);
    font-size: 1rem !important;
}

.springsale2020-read-caption {
    font-size: 0.75rem;
    color: #333;
    font-weight: 500;
    margin: 8px auto -10px !important;
    /* text-align: left; */
    width: 90%;
}

    .springsale2020-read-caption a {
        text-decoration: underline;
        color: #D34C36;
    }

.cvd19 {
    color: #00882A;
    border: 2px solid #00882A;
    border-radius: 5px;
    font-size: 0.8rem;
    padding: 10px !important;
    line-height: 1.7;
    max-width: 578px;
    margin: 20px auto 0px !important;
    text-align: left !important;
}


.mt-10 {
    margin: 10px 0 0;
}

.t-red {
    color: #D34C36;
}

.txt-l {
    font-size: 27px !important;
    vertical-align: baseline;
}

.sp-apr {
    display: none;
}










/*  クローズ後表示リンク
--------------------------- */
.top-link {
    background: #fff;
    padding: 50px 0px 60px !important;
    position: relative;
    overflow: hidden;
}

.fade-img {
    margin: -50px 0 0 !important;
}

.top-link-con {
    padding-top: 1rem;
    padding-bottom: 0.625rem;
}

    .top-link-con h1 {
        text-align: center;
    }

    .top-link-con ul {
        width: 288px;
        margin: 0 auto;
        counter-reset: item;
    }

    .top-link-con li {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 1.25rem !important;
        line-height: 0;
        height: 180px;
        box-shadow: 0 1px 5px #999;
    }

        .top-link-con li::after {
            content: "＞";
            position: absolute;
            right: 10px;
            bottom: 23px;
            color: #203CB4;
            font-weight: bold;
            font-size: 20px;
        }


        .top-link-con li:hover {
            opacity: 0.8;
        }

        .top-link-con li img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

    .top-link-con h2 {
        width: 100%;
        height: 50px;
        color: #203CB4;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: -1px;
        font-size: 18px;
        background-color: #fff;
    }

    .top-link-con li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }






/*  去年のTOP３
--------------------------- */
.springsale2020-ranking {
    background: #fff;
    padding: 60px 0px 0px !important;
    position: relative;
    overflow: hidden;
}

    .springsale2020-ranking:before, .top-link:before {
        content: '';
        position: absolute;
        background: url(../img/mdm-bg.jpg) no-repeat top center;
        width: 100%;
        height: 100%;
        top: 90px;
        /*background-color: #194baa;*/ /*全プラン確認用*/
    }

.springsale2020-ranking-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto !important;
    position: relative;
    max-width: 300px;
    padding: 6px 0 3px !important;
}

.fukidashi, .fukidashi02 {
    position: relative;
    display: inline-block;
    padding: 5px 20px 2px !important;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 20px;
    box-sizing: border-box;
}

.fukidashi {
    background: #D34C36;
    color: #fff;
    margin: 0 0 15px !important;
}

.fukidashi02 {
    background: #fff;
    color: #D34C36;
    margin: 8px 0 15px !important;
}

.fukidashi:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #D34C36;
    z-index: 2;
}

    .fukidashi p, .fukidashi02 p {
        font-size: 14px;
        margin: 0px auto 2px !important;
        padding: 0 !important;
        z-index: 3;
        position: relative;
    }


.mdm-ttl, .mdm-ttl2 {
    position: relative;
    font-size: 26px;
}

    .mdm-ttl:before, .mdm-ttl:after, .mdm-ttl2:before, .mdm-ttl2:after {
        content: "";
        background-image: url(../img/mdm-ttl.png);
        position: absolute;
        background-size: contain;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

    .mdm-ttl:before, .mdm-ttl:after{
        top: 9px;
    }

    .mdm-ttl2:before, .mdm-ttl2:after{
        top: 42px;
    }

    .mdm-ttl:before, .mdm-ttl2:before {
        margin-left: -23px !important;
    }

    .mdm-ttl:after, .mdm-ttl2:after {
        transform: scale(-1, 1);
    }

.mdm-ttl03 {
    position: relative;
    font-size: 17px;
}

    .mdm-ttl03:before, .mdm-ttl03:after {
        content: "";
        background-image: url(../img/mdm-ttl.png);
        position: absolute;
        background-size: contain;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

    .mdm-ttl03:before, .mdm-ttl03:after {
        top: 3px;
    }

    .mdm-ttl03:before {
        margin-left: -20px !important;
    }

    .mdm-ttl03:after {
        transform: scale(-1, 1);
    }

.noren01 {
    margin: 5px auto !important;
}

    .noren01 img {
        width: 86%;
    }

.noren02 {
    margin: 5px auto !important;
}

    .noren02 img {
        width: 100%;
    }


.kome {
    margin: -10px auto 0;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}


/*#### 3/16 追加ここから ####*/

.key-slider,
.slick-list,
.slick-track {
    height: 100%;
}

.single-item2 {
    display: flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 260px;
    margin: 0 auto 60px !important;
    overflow-x: scroll;
    padding: 0px 0 0 20px !important;
}



.mdm {
    flex: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    width: 200px;
    height: 236px;
    box-shadow: 0 2px 5px #999;
    margin: 10px 5px !important;
    background-color: #fff;
}

    .mdm a {
        position: absolute;
        color: #e81610;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

    .mdm-img {
        width: 115%;
        height: 135px;
        object-fit: cover;
    }

    .mdm p {
        margin: 6px 10px 0 !important;
        text-align: left;
        color: #333333;
    }


.box {
    position: absolute;
    top: 5px;
    left: 5px;
    filter: drop-shadow(0px 0px 5px #666);
}

    .box img {
        width: 65px;
        height: 65px;
    }

.top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
}

.tx-s1, .tx-s1-jp, .tx-s2 {
    display: inline-block;
}
.tx-s1 {
    font-size: 12px;
}
.tx-s1-jp {
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
}
.tx-s2 {
    font-size: 15px;
}


.fugaz-one-regular {
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.p-off {
    display: block;
    font-size: 24px;
    margin: -4px 0 -8px 3px !important;
}

.per {
    font-size: 15px;
}

.sl-icon, .sl-icon02, .sl-icon03 {
    background-color: #D34C36;
    color: #fff;
    padding: 3px 10px !important;
    margin: 5px 0 0 10px !important;
    word-break: break-all;
    text-align: center;
}

.sl-icon {
    width: 72px;
}

.sl-icon02 {
    width: 106px;
}

.sl-icon03 {
    width: 66px;
}




/*#### 3/16 追加ここまで ####*/



.springsale2020-ranking-title span {
    font-size: 2.25rem;
}

/*.springsale2020-ranking-title:before, .springsale2020-ranking-title:after {
            content: '';
            background: url("../img/mdm-dc.png");
            width: 40px;
            height: 55px;
            position: absolute;
            bottom: 0;
        }

        .springsale2020-ranking-title:before {
            left: 0;
            transform: scale(0.5) translate(-50%, 50%);
        }

        .springsale2020-ranking-title:after {
            right: 0;
            transform: scale(-0.5, 0.5) translate(-50%, 50%);
        }*/



.mdm a {
    position: absolute;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
}

@keyframes xslider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



.springsale2020-ranking-title span {
    font-size: 2.25rem;
}


.higawari, .higawari-last {
    display: flex;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: auto;
    margin: 15px auto 50px !important;
    padding: 0 0 5px 0 ;
}

.higawari {
    justify-content: flex-start;
}

/* ## 日替わりプランが１つになった時はこちらを有効にしてください ##*/

.higawari-last {
    justify-content: center;
    padding: 0 !important;
}



/*最終日以外用*/
.hgwr-con, .hgwr-con-last {
    width: 260px;
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px 0px !important;
    margin: 5px 5px 10px !important;
    flex: none;
    box-shadow: 0 2px 5px #999;
}

/*最終日のみ適用*/
/*.hgwr-con {
    width: 90%;
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px 0px !important;*/
/* margin: 0 5px;*/
/*margin: 0;*/ /*最終日のみ適用*/
/*flex: none;
}*/


.last-p02 {
    margin: 5px 40px 10px 5px !important;
}


.hgwr-ttl {
    width: 100%;
    max-width: 250px;
    background-size: contain;
    height: 70px;
    margin: 0 auto 6px !important;
}

.hgwr-date {
    font-size: 21px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 -3px !important;
}

.brown {
    color: #333333;
    margin: 0 10px 0 0 !important;
}

.gentei {
    color: #D34C36;
}

.green {
    color: #194BAA;
}

    .font-s {
        font-size: 18px;
        display: inline;
        margin: 6px 0 0 !important;
    }

.hgwr-time, .hgwr-time2 {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    height: 30px;
    padding: 2px 0 0 0 !important;
}

.hgwr-time {
    background: #D34C36;
}

.hgwr-time2 {
    background: #194BAA;
}

    .hgwr-time span, .hgwr-time2 span {
        font-size: 24px;
        display: block;
        margin: 0px 0 0 !important;
    }


.awsm {
    padding: 7px !important;
    font-size: 11px !important;
}

.hgwr-plan {
    background-color: #D34C36;
    border-radius: 5px;
    width: 92%;
    padding: 10px !important;
    margin: 0 auto 10px !important;
    position:relative;
}
/*↓soldoutの時*/
.soldout {
    position: absolute;
    color: red;
    background: #FFF;
    border: 1px red solid;
    padding: 0 14px;
    height: auto;
    display: block;
    font-size: 24px;
    width: 60%;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    opacity: 1;
    z-index: 10;
}

.hgwr-plan a {
    text-decoration: none;
}
    .hgwr-plan a.soldout-bg {
        opacity: 0.4;
    }


    .hgwr-plan h2, .scrt-plan h2 {
        color: #fff;
        text-align: center;
        line-height: 1.2;
        padding: 5px 0 0 !important;
        margin: 0 0 8px !important;
        font-size: 16px;
    }

    .scrt-plan h2 span{
        font-size: 15px;
    }

.pd-chousei {
    padding: 10px 0 !important;
}

.plan-detail {
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
    border-top: 1px solid #fff;
    padding: 10px 0 0 !important;
}

.detail-img {
    width: 50%;
    height: 120px;
    object-fit: cover;
}

.p-left {
    width: 50%;
    padding: 0 0 0 10px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .p-left h4 {
        color: #fff;
        font-weight: bold;
        margin: 0 0 5px !important;
        font-size: 10px;
    }

    .p-left h3 {
        color: #fff;
        font-size: 12px;
        line-height: 1.3;
    }

.de-btn {
    color: #D34C36;
    background-color: #fff;
    font-weight: bold;
    padding: 3px 10px !important;
    width: 60px;
    height: 15px;
    float: right;
    font-size: 10px;
    margin-left: auto !important;
}

.awsm02 {
    padding: 0 0 0 3px !important;
}

.scrt-plan {
    background-color: #194BAA;
    border-radius: 5px;
    width: 92%;
    max-width: 280px;
    padding: 10px !important;
    margin: 0 auto 10px !important;
    height: 179px;
}

.secret {
    margin: 10px !important;
    width: 90%;
    max-width: 220px;
}



/*福袋プラン*/

.ennichi img{
    height: 81px;
}

.single-item3 {
    display: flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 347px;
    margin: 0 auto 40px !important;
    overflow-x: scroll;
    padding: 0px 0 0 10px !important;
    overflow-y: hidden !important;
}


.mdm02, .mdm03 {
    flex: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    width: 210px;
    height: 328px;
    margin: 10px 5px !important;
    filter: drop-shadow(0px 0px 5px #2160A8);
    will-change: transform;
}

.mdm02 {
    background: #fff;
    border-bottom: 6px solid #ffe384;
    border-top: 6px solid #ffe384;
    height: 314px !important;
    border-radius: 10px;
}

.mdm02-1 {
    margin: 10px 5px !important;
    filter: drop-shadow(0px 0px 5px #2160A8);
}

.mdm02-1 a {
    display: block;
}

.mdm03 {
    padding: 0 0 0 10px !important;
}

.mdm02-1 img, .mdm03 img {
    width: 210px;
}


.mdm02 a {
    position: absolute;
    color: #ED3434;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    width: 210px;
}

.box02 {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: end;
}

.box03 {
    position: absolute;
    top: 1px;
    left: 5px;
    display: flex;
    align-items: end;
}


.staff {
    display: flex;
    justify-content: center; /* 水平方向にセンターに配置 */
    align-items: center;
    margin: 0 auto 5% !important;
}

    .staff img {
        width: 49px;
        height: 49px;
        object-fit: cover;
        border-radius: 50%;
    }


.ct-icon, .ct-icon02, .ct-icon03 {
    background-color: #D22105;
    color: #fff;
    padding: 3px 7px !important;
    margin: 5px 0 7px 5px !important;
    word-break: break-all;
    text-align: center;
    height: 14px;
    border-radius: 3px;
    font-size: 10px;
}

.ct-icon {
    width: 56px;
}

.ct-icon02 {
    width: 80px;
}

.ct-icon03 {
    width: 46px;
}


.mdm02 h2 {
    margin: 32px 10px 5px !important;
    color: #9F6E02;
    font-size: 16px;
    line-height: 1.2;
}

.ttl-lh{
    line-height: 2.4 !important;
}

.emw {
    /*font-size: 14.5px !important;
    letter-spacing: -1px !important;*/
    font-size: 13.5px !important;
    letter-spacing: -1px !important;
    line-height: 1.4 !important;
}

.mdm02-img {
    width: 93%;
    height: 127px;
    object-fit: cover;
    margin: 5px 0 0px 8px !important;
    border-radius: 7px;
}

.mdm02 p {
    margin: 2px 10px 0 !important;
    text-align: left;
    color: #3B0E04;
    font-size: 12px;
}

.mg-bt01 {
    margin: 2px 10px 20px !important;
    text-align: left;
    color: #3B0E04;
    font-size: 12px;
}

.mdm02 .price, .mdm02 .price02 {
    color: #BA1A1D;
    text-align: center;
}

.mdm02 .price {
    margin: 0px auto 0 !important;
}

.mdm02 .price02 {
    margin: 6px auto 0 !important;
}


.mdm02 h4 {
    font-size: 11px;
}

.mdm02 .tokka {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: -3px auto -2px;
}

.kakaku {
    font-size: 24px;
}

.en02 {
    font-size: 14px;
}

.tax {
    font-size: 10px;
}



.pu {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #4D4D4D;
    margin: 50px auto 15px !important;
    width: 100%;
}

    .pu img {
        width: 140px;
    }

.pu-ttl {
    width: 100%;
    display: flex;
    align-items: center;
    margin: -10px 0 20px !important;
}

    .pu-ttl:before,
    .pu-ttl:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #4D4D4D;
    }

    .pu-ttl:before {
        margin-right: 1rem;
    }

    .pu-ttl:after {
        margin-left: 1rem;
    }

.pick-up ul {
    width: 100%;
    margin: 0 auto;
    counter-reset: item;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mr-10 {
    margin: 0;
}

.pick-up li {
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
    background: #fff;
    position: relative;
    margin-bottom: 1.25rem !important;
    list-style-type: none;
    width: 280px;
}

    .pick-up li:hover {
        opacity: 0.8;
    }

.ttl {
    font-size: 1.0rem;
    font-weight: 700;
    min-height: 70px;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.4;
    color: #D34C36;
    flex-grow: 1;
    cursor: pointer;
    padding: 0 10px;
}

.pick-up a {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

.pick-up img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.fa-name {
    font-size: 0.87rem;
    font-weight: bold;
    margin: 5px 5px 15px !important;
    min-height: 42px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.pick-up-txt {
    padding: 15px 0 !important;
    font-size: 0.875rem;
    text-align: right;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 0 0 10px 10px;
    color: #fff;
    margin: -6px 0 0 !important;
    background: #D34C36;
}


    .pick-up-txt::after {
        content: "＞";
        position: absolute;
        right: 10px;
        bottom: 13px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }


    .credit{
        position: absolute;
        font-size: 10px;
        right: 10px;
        text-align: right;
        display: inline-block;
        color: #fff;
        top: 78px;
    }



/*  おすすめシーンから探す
--------------------------- */
#springsale2020-scene {
    padding-top: 1rem;
    padding-bottom: 0.625rem;
}

    #springsale2020-scene h1 {
        text-align: center;
    }

        #springsale2020-scene h1 img {
            height: 40px;
        }

    #springsale2020-scene ul, #springsale2020-scene dl {
        width: 288px;
        margin: 0 auto;
        counter-reset: item;
    }

    #springsale2020-scene li, #springsale2020-scene dt {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 1.25rem;
        line-height: 0;
        height: 120px;
    }

        #springsale2020-scene li::after, #springsale2020-scene dt::after {
            content: "＞";
            position: absolute;
            right: 10px;
            bottom: 23px;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
        }


        #springsale2020-scene li:hover, #springsale2020-scene dt:hover {
            opacity: 0.8;
        }

        #springsale2020-scene li img, #springsale2020-scene dt img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

    #springsale2020-scene h2 {
        width: 100%;
        height: 2.5em;
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        color: #fff;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: -1px;
        font-size: 20px;
    }

    #springsale2020-scene li a,#springsale2020-scene dt a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }





/*  日付や人数から探す
--------------------------- */
#springsale2020-day {
    padding-bottom: 6.8rem;
}

.pt {
    padding-top: 2rem !important;
}

#springsale2020-day h1 {
    text-align: center;
}


    #springsale2020-day h1 img {
        height: 47px;
    }


.springsale2020-day-btn {
    display: block;
    background: #D34C36;
    width: 250px;
    margin: 0 auto !important;
    padding: 1.25rem !important;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

    .springsale2020-day-btn::after {
        content: "＞";
        position: absolute;
        right: 10px;
        bottom: 19px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .springsale2020-day-btn:link, .springsale2020-day-btn:visited, .springsale2020-day-btn:active {
        color: #ffffff;
    }

    .springsale2020-day-btn:hover {
        opacity: 0.8;
    }

    .springsale2020-day-btn span {
        padding-left: 0;
    }





/*  エリアから探す
--------------------------- */
#springsale2020-area {
    /*padding-top: 1.875rem;*/
}

    #springsale2020-area h1 {
        text-align: center;
    }

/*  ナビゲーション */
.springsale2020-area-navi {
    background: #D3A459;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0.3125rem 0 !important;
    z-index: 2;
}

    .springsale2020-area-navi ul {
        width: 95%;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
    }

    .springsale2020-area-navi li {
        display: inline;
        width: 23%;
        color: #203CB4;
        font-size: 0.75rem;
        text-align: center;
        font-weight: 700;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px 0;
        line-height: 1.2;
        flex-grow: 1;
    }

        .springsale2020-area-navi li a {
            color: #333333;
            transition: all 0.3s ease;
            display: block;
        }

            .springsale2020-area-navi li a:hover {
                opacity: 0.4;
            }



.mr-30 {
    margin-right: 8px;
}

.springsale2020-area-navi li span {
    position: relative;
}

.lh-sp {
    line-height: 2.5;
}

.springsale2020-area-navi li a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4.5px 0 4.5px;
    border-color: #D34C36 transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: -40px;
    margin: auto;
    right: 0;
    left: 0;
}

/*.link-current span {
        color: #DA0E5B;
    }*/

.link-current span::after {
    border-color: #DA0E5B transparent transparent transparent !important;
}










/*  リスト */
.springsale2020-area-wrapper {
    background-color: #fff;
    /*background: url("../img/pu-bg.jpg") no-repeat;*/
    padding-bottom: 1.875rem;
    padding-top: 0px;
}

.plan-ttl01, .plan-ttl02, .plan-ttl03, .plan-ttl04 {
    position: relative;
    text-align: right;
    margin: 60px auto 15px !important;
}

.plan-ttl01 {
    width: 280px;
}

.plan-ttl02 {
    width: 340px;
}

.plan-ttl03 {
    width: 280px;
}

.plan-ttl04 {
    width: 280px;
}



.plan-ttl01 img {
    height: 40px;
    margin: 0 auto 20px !important;
}

.plan-ttl02 img {
    height: 40px;
    margin: 0 auto 20px !important;
}

.plan-ttl03 img {
    height: 40px;
    margin: 0 auto 20px !important;
}

.plan-ttl04 img {
    height: 40px;
    margin: 0 auto 20px !important;
}



.pl-ttl01, .pl-ttl02, .pl-ttl03, .pl-ttl04, .pl-ttl05 {
    text-align: center;
    color: #fff;
    font-size: 2.15rem;
    font-weight: 700;
}

.pl-ttl01 {
    height: 40px;
}

.pl-ttl02 {
    height: 40px;
}

.pl-ttl03 {
    height: 40px;
}

.pl-ttl04 {
    height: 40px;
}



.springsale2020-area-wrapper h2 {
    text-align: center;
    color: #FFE881;
    font-size: 2.15rem;
    font-weight: 700;
}

.exp {
    text-align: center;
    line-height: 1;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 0 10px !important;
    color: #fff;
}

    .exp p {
        font-size: 0.9rem;
        color: #fff;
        line-height: 0.3;
    }

    .exp span {
        color: #fff;
        font-size: 0.75rem;
    }

    .exp img {
        width: 270px;
    }

.text-divider {
    font-size: 15px;
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem;
    width: 300px;
    margin: 0 auto !important;
    color: #fff;
}

    .text-divider::before,
    .text-divider::after {
        content: '';
        height: 1px;
        background-color: #fff;
        flex-grow: 1;
    }

    .text-divider::before {
        margin-right: var(--text-divider-gap);
    }

    .text-divider::after {
        margin-left: var(--text-divider-gap);
    }

.springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
    padding-top: 62px;
    margin-top: -62px !important;
    overflow: hidden;
    background: url(../img/pu-bg.jpg) no-repeat;
    background-size: unset;
}

.springsale2020-area-region {
    background-position: right 50% bottom 94.5%;
    /*background-position: right 50% bottom 98.7%;*/ /*全プラン確認用*/
}

.springsale2020-area-region02 {
    background-position: right 50% bottom 91.5%;
}

.springsale2020-area-region03 {
    background-position: right 50% bottom 88%;
}







.springsale2020-to-scene:before {
    background: url("../img/icon-scene.png") no-repeat;
}

.springsale2020-to-day:before {
    background: url("../img/icon-day.png") no-repeat;
}





.mr-10 {
    margin: 0;
}















/*  注意事項
--------------------------- */
.springsale2020-attention, .springsale2020-question {
    padding: 1.875rem 0 !important;
    color: #666;
}

    .springsale2020-attention h1, .springsale2020-question h1 {
        font-size: 1.125rem;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-bottom: 0.625rem !important;
    }

        .springsale2020-attention h1:before, .springsale2020-attention h1:after, .springsale2020-question h1:before, .springsale2020-question h1::after {
            content: "";
            flex-grow: 1;
            height: 2px;
            background: #999;
            display: block;
        }

        .springsale2020-attention h1:before, .springsale2020-question h1:before {
            margin-right: 0.4em;
        }

        .springsale2020-attention h1:after, .springsale2020-question h1::after {
            margin-left: 0.4em;
        }

    .springsale2020-attention ul, .springsale2020-question ul {
        width: 90%;
        margin: 0 auto !important;
        list-style-type: none;
        color: #4d4d4d;
    }

    .springsale2020-attention li, .springsale2020-question li {
        font-size: 0.875rem;
        padding-left: 0.3125rem !important;
        position: relative;
        margin-bottom: 0.625rem !important;
    }

        .springsale2020-attention li:before {
            content: '';
            width: 3px;
            height: 3px;
            display: inline-block;
            background-color: #666;
            border-radius: 50%;
            position: absolute;
            top: 0.4375rem;
            left: -0.1875rem;
            margin-right: 0.3125rem;
        }

    .springsale2020-question li {
    }

.question {
    font-weight: bold;
    line-height: 2;
}

.springsale2020-question li a {
    color: #D34C36;
    text-decoration: underline;
}

.blue {
    color: #114CC2;
}

.pink {
    color: #D34C36;
    font-weight: bold;
}

.cutn {
    font-size: 14px;
}

/*　お知らせ
--------------------------- */
.springsale2020-information {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #FFB03E;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
    color: #666;
    font-size: 0.875rem;
    position: relative;
}

    .springsale2020-information:before {
        content: '';
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFB03E;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .springsale2020-information h1 {
        font-size: 1.625rem;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 0.625rem;
    }

.springsale2020-information-detail {
    margin-bottom: 1.5625rem;
}

.springsale2020-information-txt {
    margin-bottom: 0.625rem;
}

.springsale2020-information-target {
    margin-bottom: 0.625rem;
    text-align: center;
}

    .springsale2020-information-target span {
        font-size: 1.25rem;
        color: #FFB03E;
        font-weight: 700;
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
    }

        .springsale2020-information-target span:before, .springsale2020-information-target span:after {
            content: '';
            background: url("../img/deco-target.png") no-repeat;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .springsale2020-information-target span:before {
            right: 100%;
        }

        .springsale2020-information-target span:after {
            transform: scale(-1, 1);
            left: 100%;
        }

.springsale2020-information-btn {
    display: block;
    background: #FFB03E;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px #d99430;
    padding: 0.5rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    position: relative;
}

    .springsale2020-information-btn:link, .springsale2020-information-btn:visited, .springsale2020-information-btn:active {
        color: #ffffff;
    }

    .springsale2020-information-btn:hover {
        opacity: 0.8;
    }

    .springsale2020-information-btn:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.5px 0 5.5px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        left: 1.25rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }


/* 以下、編集不可
-----------------------*/
/* SNSボタン */

.section-box {
    background: #FFF;
    margin: 2% !important;
    font-size: 0.85rem;
}

.section-box a:hover{
    opacity: 0.6;
}

.btnIg, .btnLINE, .btnFb, .btnTw {
    margin: 0 auto 20px !important;
}

.btnYt {
    margin: 0 auto 50px !important;
}

    .btnIg a, .btnLINE a, .btnFb a, .btnTw a, .btnYt a {
        display: block;
        border: 1px solid #ccc;
        border-width: 1px 1px 3px;
        border-style: solid;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ccc;
        border-image: none;
        border-radius: 5px;
        text-align: center;
        padding: 10px 10px 10px 30px !important;
        margin: 0 auto !important;
        width: 200px;
        background-position: 10px 50%;
        background-repeat: no-repeat;
        background-size: auto 22px;
        font-weight: bold;
    }


    .btnIg a {
        background-image: url(../../../s/img/home/logoIg.png);
        color: #262626;
    }

    .btnLINE a {
        background-image: url(../../../s/img/home/logoLINE.png);
        color: #262626;
    }

    .btnFb a {
        background-image: url(../../../s/img/home/logoFB.png);
        color: #3b5998;
    }

    .btnTw a {
        background-image: url(../../../s/img/home/logox.png);
        color: #262626;
    }


    .btnYt a {
        background-image: url(../../../s/img/home/logoYoutube.png);
        color: #f44336;
    }



    /*.pl-snsButtons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 8em auto 3em;
    width: 930px;
    padding: 2em 0;
}

.pl-snsButtons_item {
    display: inline-block;
    margin: 0 .35em;
}*/

    /* ホテルレストランTOPへ */
    .pl-footerButtonWrapper {
        margin: 4em 0;
        text-align: center;
    }

    .pl-footerButton {
        background-color: #ffb03e;
        border-color: #ffb03e #ffb03e #d99430;
        -webkit-border-image: none;
        -o-border-image: none;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 3px;
        width: 230px;
        height: 45px;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 14px;
        padding: 10px 30px;
        -webkit-transition: background-color 50ms linear;
        transition: background-color 50ms linear;
        position: relative;
    }

        .pl-footerButton:link,
        .pl-footerButton:visited {
            color: #fff;
        }

        .pl-footerButton:hover {
            background-color: #ffba58;
            -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
        }

        .pl-footerButton::before {
            content: '';
            display: inline-block;
            border-top: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #fff;
            position: absolute;
            left: 14px;
            top: 14px;
        }

    /*------------------------------------*
     PageNav
\*------------------------------------*/
    .pl-pageNavArea {
        padding: 35px 0 30px;
        background-color: #DCC767;
        color: #fff;
    }

    .pl-pageNavArea_title {
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        padding: 0 0 25px;
    }

    .pl-pageNav {
        width: 100%;
        max-width: 930px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .pl-pageNav .pl-pageNav_item:first-of-type {
            padding-right: 20px;
        }

    .pl-pageNav_item {
        width: 50%;
        box-sizing: border-box;
    }

        .pl-pageNav_item a {
            border: 2px solid #fff;
            text-align: center;
            position: relative;
            color: #fff;
            text-decoration: none;
            display: block;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            font-weight: bold;
        }

            .pl-pageNav_item a::after {
                content: '';
                display: inline-block;
                border-top: 9px solid #fff;
                border-right: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid transparent;
                position: absolute;
                right: 12px;
                top: 16px;
            }

            .pl-pageNav_item a:hover {
                color: #DCC767;
                background-color: #fff;
                -webkit-transition-duration: 200ms;
                transition-duration: 200ms;
            }

                .pl-pageNav_item a:hover::after {
                    border-top-color: #DCC767;
                }

    /* スティッキーヘッダー
--------------------------- */
    .js-stickyHeader {
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0;
        -webkit-transition: top .25s;
        transition: top .25s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-color: #DCC767;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .js-stickyHeader[aria-hidden='false'] {
            top: 0;
        }

        .js-stickyHeader .pl-pageNav_item a:hover,
        .js-stickyHeader .pl-pageNav_item a.current {
            background-color: #fff;
            color: #DCC767;
            -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
        }

            .js-stickyHeader .pl-pageNav_item a:hover::after,
            .js-stickyHeader .pl-pageNav_item a.current::after {
                border-top-color: currentColor;
            }

        .js-stickyHeader .pl-pageNav_item.\--isSmall a:hover,
        .js-stickyHeader .pl-pageNav_item.\--isSmall a.current {
            background-color: transparent;
            color: #fff;
            text-decoration: none;
        }

        .js-stickyHeader .pl-pageNav_item {
            width: 455px;
        }

            .js-stickyHeader .pl-pageNav_item:first-of-type {
                margin-right: 20px;
            }

        .js-stickyHeader li {
            list-style: none;
        }

    /* 掲載終了用のCSS
--------------------------- */
    .\--isClose .pl-mainvisual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .\--isClose .pl-mainvisual::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

    /*----------------------------------
  sns box
----------------------------------*/
    #snsTit {
        width: 98%;
        margin: 2em auto;
        display: block;
    }

        #snsTit h2 {
            color: #4a3e35;
            font-size: 15px;
            border-bottom: solid 2px #555;
            box-sizing: border-box;
            position: relative;
            width: 142px;
            margin: 0 auto 10px;
            text-align: center;
        }

            #snsTit h2::before {
                content: "";
                position: absolute;
                bottom: -7px;
                left: 55.5%;
                margin-left: -15px;
                border: 3px solid transparent;
                border-top: 6px solid #FFF;
                z-index: 2;
            }

            #snsTit h2::after {
                content: "";
                position: absolute;
                bottom: -11px;
                left: 50.353%;
                margin-left: -9px;
                border: 4px solid transparent;
                border-top: 7px solid #555;
                z-index: 1;
            }



    .szo-sns {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 280px;
        margin: 0 auto !important;
    }

        .szo-sns img {
            height: 40px;
        }


    .inline-b {
        padding: 20px 8px !important;
        height: 90px;
    }

        .inline-b a {
            transition: all 0.3s ease;
        }

            .inline-b a:hover {
                opacity: 0.4;
            }



    .pl-snsButtons {
        max-width: 930px;
        width: 100%;
        padding: 0 0 1em 0;
        display: flex;
        justify-content: center;
        margin: 0 auto 1em;
    }

    .pl-snsButtons_item {
        display: block;
        margin: 0 0.35em 1em;
    }

        .pl-snsButtons_item h3 {
            font-size: .9em;
            line-height: 1.3;
            font-weight: normal;
            text-align: center;
            margin: 0.3em auto;
        }

        .pl-snsButtons_item a {
            color: #fff;
        }

    .mbtn {
        display: inline-block;
        max-width: 180px;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #FC9F55;
        font-size: .8em;
        color: #fff;
        background-color: #FC9F55;
        text-decoration: none;
        font-weight: bold;
        padding: 1em 1.2em;
        border-radius: 4px;
        transition: 0.4s;
    }

        .mbtn a {
            width: 100%;
            height: 100%;
            color: #fff;
            display: block;
        }

            .mbtn a:hover {
                color: #fff;
                text-decoration: none;
            }

        .mbtn:hover {
            background-color: #fff;
            border-color: #FC9F55;
            color: #FC9F55;
        }

    .icon-stxt {
        font-size: .9em;
        padding-left: 0.5em;
    }

    .sline {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        width: 100%;
        color: #fff;
        font-size: 16px;
        border-bottom: solid 2px #ffb03e;
        box-sizing: border-box;
    }

        .sline:before {
            content: "";
            position: absolute;
            bottom: -25px;
            left: 50%;
            margin-left: -15px;
            border: 12px solid transparent;
            border-top: 13px solid #fff;
            z-index: 2;
        }

        .sline:after {
            content: "";
            position: absolute;
            bottom: -30px;
            left: 50%;
            margin-left: -17px;
            border: 14px solid transparent;
            border-top: 14px solid #ffb03e;
            z-index: 1;
        }

        .sline p {
            margin: 0;
            padding: 0;
        }

    .shareList8 a {
        color: #fff;
    }

    .shareList8 {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: -5px 0 0 -5px;
    }

    .shareList8_item {
        line-height: 2.5;
        text-align: center;
        margin: 0 auto .5em;
        list-style: none;
    }

    .shareList8_link {
        display: block;
        color: #ffffff;
        padding: 0 20px;
        text-decoration: none;
        transition: .2s;
        border: 2px solid;
        border-radius: 5px;
    }

        .shareList8_link::before {
            font-size: 16px;
        }

        .shareList8_link::after {
            content: attr(title);
            font-size: 1em;
            font-weight: normal;
            vertical-align: top;
        }

        .shareList8_link.icon-twitter {
            background: #55acee;
            color: #fff;
        }

            .shareList8_link.icon-twitter:hover {
                color: #55acee;
                background: #ffffff;
                border-color: #55acee;
            }

        .shareList8_link.icon-facebook {
            background: #3B5998;
            color: #fff;
        }

            .shareList8_link.icon-facebook:hover {
                color: #3B5998;
                background: #ffffff;
                border-color: #3B5998;
            }

        .shareList8_link.icon-google-plus {
            background: #dd4b39;
            color: #fff;
        }

            .shareList8_link.icon-google-plus:hover {
                color: #dd4b39;
                background: #ffffff;
                border-color: #dd4b39;
            }

        .shareList8_link.icon-hatebu {
            background: #008FDE;
            color: #fff;
        }

            .shareList8_link.icon-hatebu:hover {
                color: #008FDE;
                background: #ffffff;
                border-color: #008FDE;
            }

        .shareList8_link.icon-pocket {
            background: #EB4654;
            color: #fff;
        }

            .shareList8_link.icon-pocket:hover {
                color: #EB4654;
                background: #ffffff;
                border-color: #EB4654;
            }

        .shareList8_link.icon-rss {
            background: #ff9900;
            color: #fff;
        }

            .shareList8_link.icon-rss:hover {
                color: #ff9900;
                background: #ffffff;
                border-color: #ff9900;
            }

        .shareList8_link.icon-feedly {
            background: #6cc655;
            color: #fff;
        }

            .shareList8_link.icon-feedly:hover {
                color: #6cc655;
                background: #ffffff;
                border-color: #6cc655;
            }

        .shareList8_link.icon-pinterest {
            background: #cb2027;
            color: #fff;
        }

            .shareList8_link.icon-pinterest:hover {
                color: #cb2027;
                background: #ffffff;
                border-color: #cb2027;
            }

        .shareList8_link.icon-linkedin {
            background: #0e76a8;
            color: #fff;
        }

            .shareList8_link.icon-linkedin:hover {
                color: #0e76a8;
                background: #ffffff;
                border-color: #0e76a8;
            }

        .shareList8_link.icon-line {
            background: #1dcd00;
            color: #fff;
        }

            .shareList8_link.icon-line:hover {
                color: #1dcd00;
                background: #ffffff;
                border-color: #1dcd00;
            }

        .shareList8_link.icon-instagram {
            background: linear-gradient(to right, #ffd521, red, #b900b4);
            color: #fff;
        }

            .shareList8_link.icon-instagram:hover {
                color: #d20e78;
                background: #ffffff;
                border-color: #d20e78;
            }

    #fbox {
        width: 100%;
        background-color: #fff;
    }







/* iPhone5/SEのみ */
@media screen and (max-width: 320px) {

    header{
        overflow: hidden;
    }

    .pl-countdown {
        /*padding-left: 0.625rem;*/
    }

    .springsale2020-endday {
        font-size: 0.875rem;
    }

    .springsale2020-read {
        height: 200px;
        margin: 30px auto 0px !important;
    }
    .pokkiri {
        width:115vw;
        margin: 10px calc(50% - 57.5vw);
    }

    .chrt-coupon {
        width: 248px;
    }
    .chrt-coupon_ttl {
        width: 95%;
        padding: 0 0 10px;
    }
        .chrt-coupon_ttl h2{
            font-size: 22px;
        }
    .chrt-coupon_con img{
        width: 67px;
    }




    .springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
        padding-top: 67px;
    }

    .springsale2020-area-region {
        background-position: right 50% bottom 95% !important;
        /*background-position: right 50% bottom 97.7% !important;*/ /*全プラン確認用*/
    }

    .springsale2020-area-region02 {
        background-position: right 50% bottom 91.5% !important;
    }

    .springsale2020-area-region03 {
        background-position: right 50% bottom 85% !important;
    }

    .plan-ttl01, .plan-ttl02, .plan-ttl03, .plan-ttl04 {
        width: 280px;
    }

    .pl-ttl02 {
        bottom: -18px;
        left: 6%;
    }


    #springsale2020-scene h1 img{
        height: 34px;
    }

    #springsale2020-day h1 img{
        height: 40px;
    }

    .ttl {
        font-size: 0.9rem;
    }

    .szo-sns img {
        width: 45px;
    }

    .inline-b {
        padding: 20px 5px !important;
    }
    .mdm-ttl, .mdm-ttl2 {
        font-size: 23px;
    }

}

/* spコンテンツ中央寄せ*/
/* コンテンツ中央寄せ*/
/* iPhone5/SE改行解除用*/
@media screen and (min-width: 321px) {
    .u-sp2 {
        display: none;
    }
}



@media screen and (max-width: 369px) {
    .sp-apr {
        display: block;
    }
}


@media screen and (min-width: 560px) {
    .mr-10 {
        margin: 0 10px 0 0 !important;
    }

    .springsale2020-area-navi li {
        width: 170px;
        /* width: 150px;*/
    }

    .mr-30 {
        margin-right: 10px !important;
    }
}


@media screen and (min-width: 579px) and (max-width: 767px) {
    .top-link-con ul {
        width: 50%;
    }

    #springsale2020-scene ul, #springsale2020-scene dl {
        width: 50%;
    }

    .springsale2020-day-btn {
        width: 45%;
    }
}


@media screen and (max-width: 596px) {
    .pick-up li {
        width: 92%;
    }
}


@media screen and (min-width: 596px) and (max-width: 615px) {
    .springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
        margin: -3.9rem ​0 auto !important;
        padding: 4.375rem 0px 0 !important;
        width: 100%;
    }

    .springsale2020-area-region {
        background-position: right 50% bottom 94.9%;
    }

    .springsale2020-area-region02 {
        background-position: right 50% bottom 90.7%;
    }

    .springsale2020-area-region03 {
        background-position: right 50% bottom 90.7%;
    }
}


@media screen and (min-width: 616px) and (max-width: 769px) {
    .springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
        margin: -3.9rem ​0 auto !important;
        padding: 5.375rem 0px 0 !important;
        width: 100%;
    }

    .springsale2020-area-region {
        background-position: right 50% bottom 89%;
        /*background-position: right 50% bottom 97.9%;*/ /*全プラン確認用*/
    }

    .springsale2020-area-region02 {
        background-position: right 50% bottom 67.7%;
        margin-bottom: 50px !important;
    }

    .springsale2020-area-region03 {
        background-position: right 50% bottom 72.7%;
        margin-bottom: 50px !important;
    }
}


@media screen and (min-width: 640px) and (max-width: 767px) {
    .springsale2020-head {
        position: relative;
        height: auto;
    }
}


@media screen and (min-width: 640px) and (max-width: 820px) {
    .single-item2 {
        overflow: visible;
        width: 90%;
        height: 250px;
        margin: 0 auto 50px !important;
        overflow-x: initial;
        padding: 0 !important;
    }

    .single-item3 {
        width: 90%;
        height: 285px;
        overflow: visible;
        margin: 0 auto 50px !important;
        overflow-x: initial;
        padding: 0 !important;
    }


    .slick-next {
        right: -30px !important;
    }

    .slick-prev {
        left: -30px !important;
    }

    .slick-next:before {
        background: url(../img/right.svg) no-repeat !important;
        background-size: contain !important;
    }

    .slick-prev:before {
        background: url(../img/left.svg) no-repeat !important;
        background-size: contain !important;
    }

    .slick-arrow {
        z-index: 2 !important;
        width: 26px !important;
        height: 60px !important;
    }

        .slick-arrow:before {
            content: "" !important;
            width: 100% !important;
            height: 100% !important;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1 !important;
        }

    .sl-icon, .sl-icon02, .sl-icon03 {
        font-size: 12px;
    }

    .sl-icon {
        width: 62px;
    }

    .sl-icon02 {
        width: 90px;
    }

    .sl-icon03 {
        width: 57px;
    }


    .mdm {
        margin: 10px 5px !important;
    }

        .mdm a {
            font-size: 13px;
        }


    .mdm02 {
        width: 159px !important;
        height: 253px !important;
        border-top: 5px solid #ffe384;
        border-bottom: 5px solid #ffe384;
    }

        .mdm02 a {
            width: 159px;
        }

        .mdm02 h2 {
            font-size: 13px;
            margin: 30px 7px 0 !important;
        }

        .mdm02 p {
            font-size: 10px;
            margin: 2px 7px 0 !important;
            letter-spacing: 0;
        }

    .ls-tab {
        letter-spacing: -0.5px !important;
    }

    .mdm02 .price02 {
        margin: 13px auto 0 !important;
    }

    .emw {
        font-size: 11.5px !important;
        letter-spacing: -1px !important;
    }


    .mdm02-img {
        width: 89%;
        height: 84px;
        margin: 3px 0 0px 8px !important;
    }

    .mdm02 .price {
        margin: 5px auto 0 !important;
    }

    .mdm03 {
        padding: 0 0 0 5px !important;
        height: 264px !important;
        width: 169px !important;
    }


    .staff img {
        width: 40px;
        height: 40px;
    }

    .box02 {
        top: 3px;
    }

    .box03 {
        top: 1px;
        left: 3px;
    }

    .kakaku {
        font-size: 23px;
    }

    .mdm02 h4 {
        font-size: 10.2px;
        letter-spacing: 0;
    }

    .l-sp {
        letter-spacing: -1px !important;
    }

    .mdm03 img {
        width: 169px;
    }

    .mdm02-1 img {
        width: 169px;
    }

    .pd-1st {
        padding: 0 !important;
    }


    .ct-icon, .ct-icon02, .ct-icon03 {
        padding: 2px 6px 1px !important;
    }

    .ct-icon {
        width: 56px;
    }

    .ct-icon02 {
        width: 77px;
    }

    .ct-icon03 {
        width: 46px;
    }

    .hgwr-con, .hgwr-con-last {
        margin: 5px 5px 10px !important;
    }

    .last-p02 {
        margin-right: 90px !important;
    }

}


@media screen and (min-width: 640px) and (max-width: 930px) {
    /*#wrapper{
        overflow: hidden;
    }*/

    header .headerInner {
        width: 100%;
    }

    #pageHead .gnav {
        width: 100%;
        display: flex;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        height: 50px;
        position: absolute;
        top: 97px;
        right: 0;
    }

    #pageHead .gnavInner {
        width: 100%;
        max-width: 930px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    #pageHead .gnav li {
        width: calc(100% / 7);
        min-height: 50px;
        margin-right: 1px;
    }

        #pageHead .gnav li > a {
            width: 100%;
            height: 100%;
            padding: .9em 0;
        }

        #pageHead .gnav li.current {
            width: 100px;
            margin: -5px 0px -5px 0;
            position: relative;
            padding: 5px 0;
        }

    header .gnav li > a {
        width: 112px;
        position: relative;
        z-index: 2;
        color: #905030;
        cursor: pointer;
        overflow: hidden;
        display: block;
        vertical-align: middle;
        line-height: 1;
    }

    header .gnav li.current > a {
        width: 100px;
        line-height: 29px;
    }

    #springsale2020 {
        margin: 40px 0 0;
    }

    footer {
        overflow: hidden;
    }
}



@media screen and (min-width: 767px) and (max-width: 769px) {

    #contents_wrap * {
        box-sizing: initial; /*全体*/
    }

    .springsale2020-mainvis h2 {
        width: 150px;
        height: 150px;
        bottom: 30px;
        right: 20px;
    }

    .pick-up p {
        margin: 5px 10px 15px;
    }

    .mr-30 {
        margin-right: 10px !important;
    }

    .springsale2020-area-navi li {
        width: 175px !important;
        padding: 0px 0;
    }

        .springsale2020-area-navi li a {
            padding: 15px 0 !important;
            width: 175px;
        }
}


@media screen and (min-width: 770px) and (max-width: 929px) {
    .springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
        padding-top: 5.5rem;
        margin-top: -5.0rem !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .springsale2020-area-region {
        background-position: right 50% bottom 85.8%;
        /*background-position: right 50% bottom 96.8%;*/ /*全プラン確認用*/
    }

    .springsale2020-area-region02 {
        background-position: right 50% bottom 63.6%;
        margin-bottom: 50px;
    }

    .springsale2020-area-region03 {
        background-position: right 50% bottom 72.6%;
        margin-bottom: 50px;
    }
}

/* スマホ改行解除用*/
@media screen and (max-width: 767px) {
    .u-sp-none {
        display: none;
    }

    .u-pad {
        display: none;
    }

    .last-p01 {
        margin: 10px 40px 0 5px !important;
    }
    .higawari, .higawari-last {
        padding: 0 0 5px 20px;
    }
}


@media screen and (min-width: 768px) {
    .u-sp {
        display: none; /* PC改行解除用*/
    }

    .sp-link {
        display: none;
    }

    .pc-link {
        display: inline;
    }


    .d-none {
        visibility: hidden;
        display: block;
    }

    .springsale2020-Title, .springsale2020-Title02 {
        font-size: 1.75rem;
        margin-bottom: 0 !important;
    }

    .ic01 {
        width: 46px;
        padding: 0 14px 17px !important;
    }

    .ic02 {
        width: 36px;
        padding: 0 17px 12px 10px !important;
    }

    .ic03 {
        width: 37px;
        padding: 0 14px 8px !important;
    }

    .ic04 {
        width: 34px;
        padding: 0 10px 8px !important;
    }

    .ic05 {
        width: 60px;
        padding: 0 2px 17px !important;
    }

    .ic06 {
        width: 46px;
        padding: 0 17px 10px !important;
    }

    .springsale2020-Title span, .springsale2020-Title02 span {
        font-size: 1.35rem;
    }



    .springsale2020-mainvis {
        background: url("../img/pc-mv_bg.png") no-repeat center;
        background-size: cover;
        padding-top: 0;
        width: inherit;
        height: 400px;
    }

        .springsale2020-mainvis h1 {
            background: url("../img/mv-copy.png") no-repeat center;
            padding-top: 0;
            width: 689px;
            height: 400px;
            top: -6px;
            right: calc(50% - 341px);
            left: inherit;
            margin: inherit;
        }

        .springsale2020-mainvis h2 {
            width: 155px;
            height: 174px;
            top: 30px;
            right: calc(50% - 350px);
        }


    .springsale2020-head {
        position: relative;
        height: 517px;
    }

    .springsale2020-endday {
        bottom: 65px;
        font-size: 1.375rem;
    }

    .pl-countdown {
        position: unset; /*開催中はabsolute　終了時はunset*/
        width: 100%;
        height: 102px;
        right: 0;
        left: 0;
        margin: 0 auto !important;
        top: 400px;
        text-align: center;
        padding: 0 0 9px !important;
        font-size: 3.5rem;
        z-index: 1000;
        box-sizing: initial !important;
    }

        .pl-countdown span {
            font-size: 1.5rem;
        }

    .cd-close {
        font-size: 1.8rem;
        margin: 0 !important;
    }

    .cd-txt {
        font-size: 1.5rem;
        line-height: 1.35;
        padding: 6px 0 3px !important;
        margin: 0 0 5px !important;
    }


    .springsale2020-read {
        padding: 1.875rem 0 0 !important;
        /*padding-top: 34.875rem !important; ←セール終了時*/
        font-size: 1.625rem;
    }

    .springsale2020-read-txt {
        text-align: center !important;
        font-size: 24px;
        margin: 8px auto 20px !important;
        line-height: 1.5;
    }

    .springsale2020-read-caption {
        margin-top: 0.9375rem !important;
        line-height: 1.5;
        text-align: center;
    }

    .springsale2020-read span {
        font-weight: 700;
    }

    .springsale2020-read-inner {
        max-width: 970px;
        padding: 0 20px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        line-height: 1.3;
    }

        .springsale2020-read-inner span {
            margin-bottom: 0.625rem;
        }

    .txt-l {
        font-size: 26.5px !important;
        vertical-align: baseline;
    }

    .cvd19 {
        font-size: 1rem;
        text-align: center;
        box-sizing: initial !important;
    }

    .pokkiri {
        width: 340px;
        margin: 20px auto 0 !important;
    }
   
    .u-line {
        background: linear-gradient(transparent 60%, #FFEF0B 0%);
        font-size: 24px !important;
        line-height: 1.8 !important;
    }


    .top-link {
        padding: 50px 0 !important;
        position: relative;
        overflow: hidden;
        margin: 50px 0 0 !important;
    }

    .top-link-con {
        padding: 1.75rem 0;
        max-width: 880px;
        margin: 0 auto;
    }

        .top-link-con ul {
            width: inherit;
            max-width: 970px;
            margin: 0 auto;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .top-link-con li {
            width: 40%;
            margin: 0 10px 20px !important;
        }

    .single-item2 {
        padding: 0 !important;
    }

    .single-item3 {
        /*padding: 0px 0 0 20px !important;*/
        overflow-y: initial !important;
    }

    .higawari {
        padding: 0 0 5px 40px !important;
    }

    .hgwr-date {
        padding: 0px 0 2px !important;
    }

    .hgwr-time, .hgwr-time2 {
        font-size: 18px;
    }
    /*１日限定カード最終日以外用*/
    .hgwr-con {
        width: 300px;
    }

    /*１日限定カード最終日のみ適用*/
    .hgwr-con-last {
        width: 96%;
        max-width: 900px;
        padding: 10px 5px 0 !important;
        margin: 5px auto !important;
    }

        .hgwr-con-last .hgwr-plan {
            min-width: 220px;
            width: 30%;
        }

    .hgwr-ttl {
        margin: 0 auto 10px !important;
    }

    .hgwr-con-last .hgwr-ttl {
        margin: 0 auto 10px !important;
        display: flex;
        max-width: 680px;
        height: 50px;
        justify-content: center;
        background: none;
        align-items: center;
    }

        .hgwr-con-last .hgwr-ttl::before,
        .hgwr-con-last .hgwr-ttl::after {
            background-color: #D34C36;
            content: "";
            height: 2px;
            width: 18%;
        }

        .hgwr-con-last .hgwr-ttl::before {
            margin-right: 5px !important;
        }

        .hgwr-con-last .hgwr-ttl::after {
            margin-left: 5px !important;
        }


    .hgwr-con-last .hgwr-date {
        padding: 0 !important;
        margin: 0 10px !important;
    }


    .hgwr-con-last .hgwr-time, .hgwr-con-last .hgwr-time2 {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 0px 8px !important;
    }

    .hgwr-con-last .awsm {
        padding: 0 2px 0 4px !important;
        font-size: 8px;
    }

    .hgwr-con-last .hgwr-time span {
        font-size: 20px;
        margin: 0px 0 3px !important;
    }

    .hgwr-con-last .hgwr-time::before,
    .hgwr-con-last .hgwr-time::after,
    .hgwr-con-last .hgwr-time2::before,
    .hgwr-con-last .hgwr-time2::after {
        display: none;
    }

    .lastday {
        display: flex;
        flex-wrap: nowrap;
    }


    .hgwr-plan h2, .scrt-plan h2, .scrt-plan h2 span {
        font-size: 17px;
    }

    .p-left h4 {
        font-size: 12px;
    }

    .p-left h3 {
        font-size: 14px;
    }


    .lastday .detail-img {
        width: 40%;
        height: 100px;
    }

    .lastday .p-left {
        width: 55%;
    }

        .lastday .p-left h3 {
            font-size: 13px;
        }

    .coo-cate:before {
        border-width: 9px 17px 26px 23px;
        transform: rotate(122deg);
    }



    .chrt-coupon {
        width: 470px;
        margin: 60px auto 0px !important;
    }
    .chrt-coupon_ttl{
        width: 450px;
    }

    .chrt-coupon_con {
        justify-content: center;
        padding: 20px 0 20px !important;
        width: 460px;
    }

        .chrt-coupon_con p {
            font-size: 18px;
            padding: 0px 20px 0 0px !important;
        }

    .chrt-coupon_con img {
        width: 60px;
    }



    .springsale2020-ranking {
        padding: 70px 0 10px !important;
        position: relative;
        overflow: hidden;
        margin: 0px 0 0 !important;
    }

    .springsale2020-ranking-title {
        max-width: 400px;
        padding: 30px 20px 0 !important;
        margin: 0 auto 0.6rem !important;
        font-size: 38px;
        line-height: 1.2;
    }

        .springsale2020-ranking-title span {
            font-size: 2.5rem;
        }


    .fukidashi, .fukidashi02 {
        padding: 6px 20px 3px !important;
    }

        .fukidashi p {
            font-size: 16px;
            z-index: 3;
            position: relative;
        }

    .fukidashi02 {
        margin: 0 10px !important
    }

        .xslider_wrap {
            width: 930px;
            height: 276px;
        }

    .mdm-ttl, .mdm-ttl2 {
        font-size: 30px;
    }

    .mdm-ttl03 {
        font-size: 19px;
    }

    .noren01 {
        margin: 5px auto !important;
    }

        .noren01 img {
            width: 80%;
        }

    .noren02 {
        margin: 5px auto -10px !important;
    }

        .noren02 img {
            width: 100%;
        }

    .ennichi {
        height: 96px;
    }

    .ennichi img {
        height: 96px;
    }


    .mdm-ttl2 {
        margin: 0 0 20px !important;
    }

        .mdm {
            width: 216px;
            height: 230px !important;
            margin: 5px !important;
        }

    .sl-icon {
        width: 97px;
    }

    .sl-icon02 {
        width: 122px;
    }

    .sl-icon03 {
        width: 80px;
    }


    .mdm a {
        font-size: 13px;
    }

    .mdm-img {
        height: 114px;
    }


    .lp-ch {
        letter-spacing: -0.4px !important;
    }

    .pu {
        width: 615px;
        font-size: 24px;
        margin: 60px auto 10px !important;
    }

    .pu-ttl {
        width: 615px;
    }

    .pick-up ul {
        width: inherit;
        max-width: 830px;
        padding: 0 20px !important;
        margin: 0 auto !important;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .pick-up li {
        width: 400px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

    .ttl {
        font-size: 1.1rem;
        line-height: 1.4;
        padding: 10px !important;
        text-align: justify;
    }

    .pick-up img {
        height: 182px;
    }

    .pick-up-item {
        margin-top: auto !important;
    }

    .pick-up p {
        font-size: 0.98rem;
        margin: 5px 10px 15px;
    }

    .pick-up-txt {
        padding: 15px !important;
        font-size: 1rem;
    }

        .pick-up-txt::after {
            bottom: 12px;
            font-size: 20px;
        }


    .credit {
        top: 99px;
    }

    #springsale2020-scene {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        max-width: 930px;
        margin: 0 auto;
    }

        #springsale2020-scene h1 img {
            height: 40px;
        }


        #springsale2020-scene ul, #springsale2020-scene dl {
            width: inherit;
            max-width: 970px;
            padding: 0 20px;
            margin: 0 auto;
            display: -webkit-flex;
            display: flex;
        }

        #springsale2020-scene ul {
            justify-content: space-between;
        }

        #springsale2020-scene dl {
            justify-content: center;
        }

    .ml-20 {
        margin: 0 20px 0 0;
    }

        #springsale2020-scene li, #springsale2020-scene dt {
            width: 32%;
        }


    #springsale2020-day {
        padding-bottom: 4.75rem;
    }

    #springsale2020-day h1 img {
        height: 47px;
    }


    .springsale2020-day-btn {
        width: 25rem;
        font-size: 1.25rem;
    }

        .springsale2020-day-btn::after {
            bottom: 18px;
            font-size: 20px;
        }

    #springsale2020-area {
        padding-bottom: 0;
    }

    .springsale2020-area-navi {
        padding: 0.625rem 0 !important;
        overflow: hidden;
    }

    .mr-30 {
        display: none;
    }

    .springsale2020-area-navi ul {
        max-width: 930px;
    }

    .springsale2020-area-navi li {
        width: 205px;
        font-size: 1.1rem;
        padding: 0 !important;
    }

        .springsale2020-area-navi li a {
            display: inline-block;
            cursor: pointer;
            position: relative;
            width: 140px;
        }

    .lh-sp {
        line-height: 0;
    }

    .springsale2020-area-navi li a::after {
        border-width: 6px 5.5px 0 5.5px;
        bottom: -37px;
    }


    .springsale2020-area-wrapper {
        padding-bottom: 0 !important;
    }

    plan-ttl01, .plan-ttl02, .plan-ttl03, .plan-ttl04 {
        margin: 50px auto 15px !important;
        /*position: relative;
            text-align: right;*/
    }

    .plan-ttl01 {
        width: 478px;
        /*margin: 50px auto 15px !important;*/
    }

    .plan-ttl02 {
        width: 730px;
        /*margin: 20px auto 25px !important;*/
    }

    .plan-ttl03 {
        width: 560px;
        /*margin: 20px auto 15px !important;*/
    }

    .plan-ttl04 {
        width: 313px;
        /*margin: 20px auto 15px !important;*/
    }

        .plan-ttl01 img, .plan-ttl02 img, .plan-ttl03 img, .plan-ttl04 img {
            width: auto;
        }


    .pl-ttl01, .pl-ttl02, .pl-ttl03, .pl-ttl04 {
        margin-bottom: 0.625rem !important;
    }


    .pl-ttl01 {
        bottom: -12px;
        left: 152px;
    }

    .pl-ttl02 {
        bottom: -22px;
        left: 242px;
    }

    .pl-ttl03 {
        bottom: -12px;
        left: 204px;
    }

    .pl-ttl04 {
        bottom: -12px;
        left: 110px;
    }



    .springsale2020-area-wrapper h2 {
        text-align: center;
        color: #FFE881;
        margin-bottom: 0.625rem;
        font-weight: 700;
    }

    .springsale2020-area-wrapper h3 {
        font-size: 1rem;
        margin-right: 1.25rem;
        padding-top: 1.25rem;
    }

    .exp {
        margin: -5px 0 30px !important;
    }

        .exp img {
            width: 336px;
        }

        .exp p {
            font-size: 18px;
            margin: 20px !important;
        }

        .exp span {
            font-size: 14px;
        }

    .springsale2020-area-region {
        margin: 0 auto;
        /*padding: 4.375rem 20px 0 !important;*/
        background-size: unset;
    }




    .springsale2020-attention, .springsale2020-question {
        max-width: 970px;
        padding: 0 20px 0 !important;
        margin: 40px auto 0 !important;
    }

    .springsale2020-attention-inner, .springsale2020-question-inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

        .springsale2020-attention-inner ul, .springsale2020-question-inner ul {
            width: 100%;
        }

    .springsale2020-information {
        max-width: 970px;
        padding: 0 20px;
        margin: 0 auto;
        padding: 2.5rem;
        margin-bottom: 6.25rem;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

        .springsale2020-information > div {
            width: 48%;
        }

    .springsale2020-information-detail:first-child {
        padding-right: 2.5rem;
        border-right: 1px solid #FFB03E;
    }


    #fbox {
        width: 100%;
        background-color: #fff;
        margin: 60px auto 40px !important;
    }

    .sns-box {
        display: flex;
        width: 520px;
        flex-wrap: wrap;
        margin: 0 auto !important;
    }


    .inline-b {
        display: inline-block;
        padding: 20px !important;
        height: 60px;
    }

    .szo-sns {
        width: 390px;
    }
}


@media screen and (min-width: 770px) {
    .springsale2020-area-navi li a {
        padding: 19px 0 !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }
}



@media screen and (min-width: 821px) {
    .springsale2020-area-navi {
        padding: 0.625rem 0 !important;
        overflow: hidden;
    }

        .springsale2020-area-navi ul {
            max-width: 930px;
        }

        .springsale2020-area-navi li {
            width: 205px;
            font-size: 1.125rem;
            padding: 0 !important;
        }

            .springsale2020-area-navi li a {
                display: inline-block;
                cursor: pointer;
                position: relative;
                width: 150px;
            }

    .lh-sp {
        line-height: 0;
    }

    .springsale2020-area-navi li a::after {
        border-width: 6px 5.5px 0 5.5px;
        bottom: -37px;
    }


    .single-item2 {
        width: 930px;
        height: 275px;
        margin: 0 auto 50px !important;
        overflow-x: initial;
    }

    .ennichi img {
        margin-bottom: -15px;
    }

    .single-item3 {
        width: 930px;
        height: 345px;
        margin: 25px auto 70px !important;
        padding: 0px 10px !important;
        overflow-x: initial;
    }

    .slick-next {
        right: -30px !important;
    }

    .slick-prev {
        left: -30px !important;
    }

    .slick-next:before {
        background: url(../img/right.svg) no-repeat !important;
        background-size: contain !important;
    }

    .slick-prev:before {
        background: url(../img/left.svg) no-repeat !important;
        background-size: contain !important;
    }

    .slick-arrow {
        z-index: 2 !important;
        width: 26px !important;
        height: 60px !important;
    }

        .slick-arrow:before {
            content: "" !important;
            width: 100% !important;
            height: 100% !important;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1 !important;
        }


    .mdm {
        height: 250px !important;
        margin: 10px !important;
    }

        .mdm:hover {
            opacity: 0.5;
        }

        .mdm a {
            font-size: 14px;
        }

        .mdm-img {
            height: 142px !important;
        }


    .sl-icon {
        width: 77px;
    }

    .sl-icon02 {
        width: 112px;
    }

    .sl-icon03 {
        width: 70px;
    }

    .sns-box {
        width: 800px;
    }

    .last-p03 {
        margin: 0px 0px 0px 0px !important;
    }

    .mdm02-img {
        width: 96%;
    }

    .mdm02 .price {
        margin: 4px auto 0 !important;
    }

    .mdm02 .price02 {
        margin: 11px auto 0 !important;
    }

    .mdm03 {
        padding: 0 0 0 5px !important;
        margin: 10px 0 10px 5px !important;
    }

    .lp-ch {
        letter-spacing: 0 !important;
    }
}

@media screen and (min-width: 821px) and (max-width: 1024px) {
    .mdm02 {
        width: 172px !important;
    }
        .mdm02 a{
            width: 174px;
        }
}

@media screen and (min-width: 821px) and (max-width: 1659px) {
    .last-p02 {
        margin: 5px 90px 10px 5px !important;
    }
}

@media screen and (max-width: 896px) {
    #breadcrumb {
        display: none;
    }

    .pl-point_content.\--isReverse .pl-point_content_image {
        text-align: left;
        width: 60%;
    }

    .pl-snsButtons {
        max-width: 930px;
        width: 100%;
        padding: 0 0 1em 0;
        display: -ms-flexbox;
        display: block;
        margin: 0 auto 1em;
        text-align: center;
    }
}


@media screen and (min-width: 930px) {
    .u-pad {
        display: none;
    }

    .springsale2020-area-region, .springsale2020-area-region02, .springsale2020-area-region03 {
        padding-top: 5.5rem;
        margin-top: -5.0rem !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .springsale2020-area-region {
        background-position: right 50% bottom 85.6%;
        /*background-position: right 50% bottom 96.9%;*/ /*全プラン確認用*/
        margin-bottom: 70px;
    }

    .springsale2020-area-region02 {
        background-position: right 50% bottom 64.5%;
        margin-bottom: 70px;
    }
}


@media screen and (min-width: 1660px) {
    .higawari {
        padding: 0 !important;
        justify-content: center;
        /*justify-content: flex-start;*/ /*全プラン確認用*/
    }
    .last-p02 {
        margin: 5px 5px 10px !important;
    }
}


