@charset 'UTF-8';

/* =========================================================
共通
========================================================= */
#contents_wrap_inner {
    width: 100%;
}

#breadcrumb {
    width: 930px;
    margin: 0 auto 10px;
}

a:hover {
    opacity: 0.8;
}

#timesale_lp{
    margin-bottom: 100px;
}

/* タイトル */
.pl-headline {
    color: #d91b30;
    text-align: center;
    padding: 10px 0;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
    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.\--isSmaller{
    font-size: 28px;
}
.pl-headline.\--calender::before{
    content: "";
    padding-right: 10px;
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url(../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(../img/icon_area.png) no-repeat 0 0;
    background-size: contain;
}

/* コーテーション */
.pl-quotation {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffb03e
}
.pl-quotation.\--isRed{
    color: #d91b30;
}

.pl-quotation::before {
    content: url(../img/quotate_l.png);
    padding-right: 2px;
}

.pl-quotation::after {
    content: url(../img/quotate_r.png);
    padding-left: 2px;
}

.pl-quotation.\--isRed::before {
    content: url(../img/redquotate_l.png);
    padding-right: 2px;
}

.pl-quotation.\--isRed::after {
    content: url(../img/redquotate_r.png);
    padding-left: 2px;
}

/* ボタン */
a.pl-button {
    margin: 10px 0 15px;
    width: 100%;
    padding: 6px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #FFB03F;
    border-bottom: 3px solid #D8942F;
    border-radius: 5px;
    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;
    -webkit-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    position: relative
}
a.pl-button.\--isRed{
    background-color: #d91b30;
    border-bottom: 3px solid #b92b1e;
}

a.pl-button span {
    font-size: 20px;
    font-weight: bold;
}

a.pl-button::before {
    content: '';
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    left: 5%;
    top: 35%;
}

/*---------------
* クローズ表示
*--------------*/
.pl-mainvisual.\--isClose {
    margin-bottom: auto
}
.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;
    z-index: 100;
    top: 120px;
    right: 50%;
    margin-right: -300px;
    background-color: #fff;
    width: 600px;
    height: 150px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pl-mainvisual__close__text {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

/* =========================================================
メインビジュアル
========================================================= */
.pl-mainvisual {
    position: relative;
    height: 430px;
    margin-bottom: 60px;
    background: url('/special/timesale1810/img/bg_mainvisual.jpg') no-repeat center;
}

.pl-mainvisual__headline {
    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;
}

/* =========================================================
リード
========================================================= */
.pl-lead {
    text-align: center;
    margin-bottom: 60px;
}

.pl-lead__box {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 610px;
    margin: 0 auto;
    padding: 25px 0;
    border: 4px solid #d91b30;
    background-color: #fff;
}

.pl-lead__box a {
    width: 400px;
}

/* =========================================================
 日程からホテルを探す
========================================================= */
.pl-search__calender {
    width: 930px;
    margin: 0 auto;
}

.pl-search__calender__list {
    max-width: 930px;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}

.pl-search__calender__list .\--isBanner{
    margin-top: 20px;
}

.pl-search__calender__list a{
    display: block;
}

/* =========================================================
 エリアからホテルを探す
========================================================= */
.pl-navi {
    padding: 30px 0;
    background-color: rgba(255,255,255, 0.8);
}

.pl-navi-area {
    width: 930px;
    margin: 0 auto;
}

.pl-navi-area__list {
    width: 930px;
    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 a {
    position: relative;
    width: 294px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #d91b30;
    padding: 10px 0;
    border: 2px solid #d91b30;
    background-color: #FFFFFF
}

.pl-navi-area__list__item a:hover, .pl-navi-area__list__item a.current{
    color: #FFFFFF;
    background-color: #d91b30;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
}

.pl-navi-area__list__item a:hover::before, .pl-navi-area__list__item a.current::before{
    border-top: 8px solid #FFFFFF;
}

.pl-navi-area__list__item a::before{
    content: '';
    display: inline-block;
    border-top: 8px solid #d91b30;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    vertical-align: 0px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

/* =========================================================
 プラン
========================================================= */
.pl-plan{
    padding-bottom: 60px;
    background-color: #f6e7ba;
}

.pl-area {
    padding-top: 80px;
}

.pl-area__title {
    padding: 0;
    text-align: center;
    height: 80px;
    color: #333;
    font-weight: bold;
}

.pl-plan__text {
    width: 930px;
    margin: 20px auto 0;
    text-align: left;
    color: #000;
    text-shadow: 0 0 2px #fff;
    font-size: 14px;
    line-height: 1;
}

.pl-plan__box {
    width: 930px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}


.pl-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
    background-color: #fff;
    margin: 18px 2% 0 0;
    text-decoration: none
}


.pl-card:nth-child(2n){
    margin-right: 0;
}

.pl-card__wrap {
    width: 49%;
    background: #fff;
    margin: 18px 2% 0 0
}

.pl-card__wrap:nth-child(2n){
    margin-right: 0;
}

a.pl-card {
    width: 100%;
    margin: 0
}

a.pl-card:hover .pl-card__text__link{
    text-decoration: underline;
}

.pl-card__image {
    width: 160px;
    height: 105px;
    background: #ddd
}

.pl-card__image img{
    width: 100%;
    height: auto;
}

.pl-card__text {
    width: 100%;
    height: 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 16px;
    position: relative;
}

.pl-card__text__title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 1.4;
    color: #000;
}

a.pl-card__text__link, .pl-card__text__link {
    color: #d91b30;
    font-size: 16px;
    position: absolute;
    bottom: 14px;
    right: 16px;
}

/* =========================================================
 ○○からホテルを探す
========================================================= */
.pl-search {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
}

/* =========================================================
注意事項
========================================================= */
.pl-noteSection {
    width: 930px;
    margin: 60px auto 10px;
    border-top: 2px solid #777;
    position: relative;
    padding: 30px 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-noteSection li{
    padding-left: 1em;
    position: relative;
}
.pl-noteSection li::before{
    content: "・";
    position: absolute;
    left: 0;
}

.pl-noteHeadline {
    font-size: 18px;
    position: absolute;
    top: -15px;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    margin-left: -47px;
}

.pl-noteSection__items {
    width: 48%;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.pl-info {
    width: 930px;
    margin: 0 auto;
    padding: 2px;
    border: 2px solid #FFB03F;
}

.pl-info__box {
    margin: 2px;
    border: 1px solid #FFB03F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.pl-info__box::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 83%;
    background: #FFB03F;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 8%;
}

.pl-info__box__card {
    width: 100%;
    margin: 30px;
}

.pl-info__headline {
    text-align: center;
    font-size: 24px;
    margin: 15px 0;
}

.pl-info__box__card .pl-quotation {
    margin: 0;
}

.pl-info__text {
    text-align: center;
    margin: 15px 0 20px;
    font-size: 15px;
    line-height: 1.6;
}

.pl-info__buttonWrapper {
    width: 400px;
    margin: 0 auto;
}

/* =========================================================
スティッキーヘッダー
========================================================= */
.js-stickyHeader {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 80px;
    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;
}

.js-stickyHeader[aria-hidden='false'] {
    top: 0;
}

.js-stickyHeader .pl-pageNav__item a {
    background-color: #fff;
}
.js-stickyHeader .pl-pageNav__item a:hover,
.js-stickyHeader .pl-pageNav__item a.current {
    background-color: #fff;
    color: #950a0a;
    -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-countdown
========================================================= */
.pl-countdown {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 48%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#js-countdown {
    color: #FFFFFF;
    background-color: #d91b30;
}

.pl-countdown__time {
    padding: 24px 0;
    color: #c11410;
    font-size: 32px;
    line-height: 1;
    width: 100%;
    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;
    position: relative;
    height: 107px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.pl-countdown__time span{
    display: block;
    font-size: 60px;
    font-weight: bold;
}

.pl-countdown__time span.isGray{
    color: #333;
    margin: 2px 0 5px 0;
}

.pl-countdown__time::before{
    content: "";
    padding-right: 10px;
    display: inline-block;
    width: 122px;
    height: 113px;
    background: url('/special/timesale1810/img/icon_kaisai.png') no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: -132px;
    bottom: 0;
}

.pl-countdown__text {
    margin-top: 10px;
    font-size: 30px
}

.pl-countdown__text span{
    font-size: 24px;
}
