@charset 'UTF-8';

/* =========================================================
共通
========================================================= */
img {
    margin: 0 auto;
    display: block;
}

#timesale_lp {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",sans-serif;
    color: #333333;
    background-color: #fff;
    font-size: 12px;
    padding-bottom: 30px;
}

#timesale_lp .pl-box__buttonWrapper__button:link,
#timesale_lp .pl-box__buttonWrapper__button:visited,
#timesale_lp .pl-box__buttonWrapper__button:hover,
#timesale_lp .pl-box__buttonWrapper__button:active {
    color: #fff;
}


#timesale_lp .pl-info__buttonWrapper__button:link,
#timesale_lp .pl-info__buttonWrapper__button:visited,
#timesale_lp .pl-info__buttonWrapper__button:hover,
#timesale_lp .pl-info__buttonWrapper__button:active {
    color: #fff;
}

#contents_wrap_inner {
    width: 100%;
}

/* ボタン */
a.pl-button {
    padding: 10px 4%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #FFB03F;
    border-bottom: 3px solid #D8942F;
    border-radius: 5px;
    -webkit-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    position: relative;
}

.pl-button + .pl-button {
    margin-top: 20px;
}

a.pl-button::before {
    content: '';
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 0;
    left: 4%;
}

a.pl-button.\--isRed {
    background-color: #d91b30;
    border-bottom: 3px solid #d91b30;
}

/* コーテーション */
.pl-quotation {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffb03e
}
.pl-quotation::before{
    content: "";
    margin-right: 2px;
    background: url('/special/timesale1810/img/quotate_l.png') no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.pl-quotation::after{
    content: "";
    margin-left: 2px;
    background: url('/special/timesale1810/img/quotate_r.png') no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}



.pl-quotation.\--isRed {
    color: #d91b30
}



.pl-quotation.\--isRed::before{
    background: url('/special/timesale1810/img/redquotate_l.png') no-repeat;
    background-size: contain;
}



.pl-quotation.\--isRed::after{
    background: url('/special/timesale1810/img/redquotate_r.png') no-repeat;
    background-size: contain;
}

/*---------------
* クローズ表示
*--------------*/
.pl-mainvisual.\--isClose::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.pl-mainvisual__close {
    position: absolute;
    margin: 0 auto;
    top: 32%;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 280px;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
}

.pl-mainvisual__close__text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center;
}

/* =========================================================
メインビジュアル
========================================================= */
.pl-mainvisual {
    height: 89vw;
    background-image: url('/s/special/timesale1810/img/bg_mainvisual.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
}

.pl-mainvisual__headline {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

.pl-mainvisual__headline img {
    display: block;
    margin: 0 auto;
}

.enchou .pl-mainvisual__headline {
    width: 88%;
}

.pl-banner {
    margin: 20px 2%;
    text-align: center;
}

.pl-banner a {
    display: inline-block;
}

/* =========================================================
ナビリード
========================================================= */
.pl-lead {
    margin: 5vw auto;
}

.pl-lead__text {
    text-align: center;
    margin: 5vw auto;
    font-size: 12px;
}

.pl-lead__box {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 3%;
    padding: 6% 3%;
    border: 4px solid #d91b30;
    background-color: #fff;
}

.pl-info__text {
    margin: 10px auto 2%;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.pl-info .pl-info__text {
    margin-bottom: 20px;
}

/* =========================================================
エリアからホテルを探す
========================================================= */
.pl-area {
    margin-bottom: 0;
    padding-top: 30px;
}

.pl-area:last-child {
    margin-bottom: 20px;
}

.pl-navi {
    padding: 20px 2% 10px;
    background-color: #FFFFFF;
}

.pl-headline {
    margin: 0 0 10px;
    color: #d91b30;
    font-size: 17rem;
    font-weight: bold;
    text-align: center;
    line-height: 17px
}

.pl-headline.\--isSmaller{
    font-size: 14px;
}

.pl-navi-area__headline::before {
    display: inline-block;
    width: 13px;
    height: 17px;
    content: "";
    background: url(../img/icon_area.png) no-repeat 0 50%;
    background-size: auto 100%;
}

.pl-navi-area__list {
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pl-navi-area__list__item {
    padding: 0;
    width: 100%;
    position: relative;
}

.pl-navi-area__list__item:nth-child(2n) {
    margin: 0 10px;
}

.pl-navi-area__list__item a {
    padding: 10px 10px 10px 0;
    width: 100%;
    display: block;
    color: #d91b30;
    background: #FFFFFF;
    border: 1px solid #d91b30;
    font-size: 14rem;
    line-height: 14px;
    text-align: center;
    text-decoration: none
}

.pl-navi-area__list__item a::after{
    content: '';
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d91b30;
    position: absolute;
    margin: auto;
    top: 50%;
    margin-top: -0.2em;
    right: 7%;
}

/* =========================================================
プラン
========================================================= */
.pl-plan {
    padding: 0 2% 20px;
    background-color: #f6e7ba;
}

.pl-plan__text {
    text-align: center;
    margin: 10px auto;
}

.pl-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    background-color: #fff;
}

.pl-card__image {
    width: 40%;
}

.pl-card__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
    padding: 3% 3% 2.25em;
    position: relative;
}

.pl-card__text__title {
    font-size: 14px;
    padding-bottom: 4px;
    color: #333333;
}

a.pl-card__text__link, .pl-card__text__link {
    position: absolute;
    bottom: 0.5em;
    right: 6px;
    padding: 0 1em 0 6px;
    font-size: 12px;
    line-height: 1;
    color: #d91b30;
    text-decoration: underline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}

a.pl-card__text__link::after, .pl-card__text__link::after{
    content: '＞';
    position: absolute;
    text-decoration: none;
    right: 0;
}

.pl-box__info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.pl-box__info__image {
    width: 100%;
    margin-right: 10px;
}

.pl-box__info__headline {
    width: 100%;
    font-size: 14px;
}

/* =========================================================
日付や人数からホテル検索はこちら
========================================================= */
.pl-searchSection {
    background-color: #d91b30;
    padding: 20px 0;
}

.pl-search {
    background-color: #fff;
    width: -webkit-calc(100% - 6%);
    width: calc(100% - 6%);
    margin: 0 auto;
    padding: 10px 0;
}

.pl-search__inner {
    text-align: center;
}

.pl-search__inner a.pl-button {
    margin: 20px auto 10px;
    padding: 8px 0;
}

.pl-search__calender__list li + li {
    margin-top: 12px;
}

/* =========================================================
注意事項
========================================================= */
.pl-noteSection {
    border-top: 2px solid #777;
    position: relative;
    margin: 8% 4%;
    padding-top: 15px;
}

.pl-noteHeadline {
    font-size: 14px;
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    margin-left: -37px;
}

.pl-noteSection__items li {
    display: block;
    padding-left: 1em;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #555;
}

.pl-noteSection__items li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.pl-info {
    margin: 2%;
    padding: 2px;
    border: 2px solid #505050
}

.pl-info.pl-headline{
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.4;
}

.pl-info__headline {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

.pl-info__box {
    border: 2px solid #505050;
}

.pl-info__box__card {
    margin: 4%;
    padding-bottom: 1em;
}

.pl-info__box__card:first-child {
    border-bottom: 1px solid #999;
}

.pl-headline {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #d91b30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
}

.pl-headline.\--calender::before{
    content: "";
    padding-right: 10px;
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url('/special/timesale1810/img/icon_calendar.png') no-repeat 0 0;
    background-size: contain;
}

.pl-headline.\--navi::before{
    content: "";
    padding-right: 6px;
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url('/special/timesale1810/img/icon_area.png') no-repeat 0 0;
    background-size: contain;
}

.pl-info__box__card .pl-quotation {
    margin: 0;
}

a.pl-button.\--isBlack {
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px;
            box-shadow: 2px 2px;
}

.pl-button.\--isBlack::after {
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4%;
}

/* =========================================================
スティッキーヘッダー
========================================================= */
.js-stickyHeader {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    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: rgba(255,255,255, 0.8);
    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;
    z-index: 9999;
}

.js-stickyHeader[aria-hidden='false'] {
    top: 0;
}

.js-stickyHeader .pl-navi-area__list {
    padding: 0 2%;
}

.js-stickyHeader .pl-navi-area__list__item a.current {
    background-color: #d91b30;
    color: #FFFFFF;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
}

.js-stickyHeader .pl-navi-area__list__item a.current::after {
    border-top: 8px solid #FFFFFF;
}

/* =========================================================
延長 カウントダウン js-countdown
========================================================= */
.pl-countdown {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 42%;
    width: -webkit-calc(100% - 20%);
    width: calc(100% - 20%);
    text-align: center;
    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-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#js-countdown {
    color: #FFFFFF;
    background-color: #d91b30;
    line-height: 1;
    padding: 10px 0;
    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: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 50px;
}

.pl-countdown__time {
    color: #d91b30;
    font-size: 16px;
    line-height: 1.4;
    width: 100%
}

.pl-countdown__time span{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.pl-countdown__time span.isGray{
    color: #333;
    margin: 6px 0 5px 0;
    font-weight: normal;
}

.pl-countdown__text {
    font-size: 18px
}

.pl-countdown__text span{
    font-size: 16px;
}