@charset "UTF-8";

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes arrow {
    50% {
        bottom: -25px;
    }

    100% {
        bottom: -20px;
    }
}

@-webkit-keyframes arrow {
    50% {
        bottom: -25px;
    }

    100% {
        bottom: -20px;
    }
}

.cm-h2 {
    margin-bottom: 60px;
}

.catch {
    font-size: 1.6rem;
    margin-bottom: 28px;
}

.price .supplement {
    margin: 10px 0 60px;
}

.icon-zoom {
    padding-left: 3px;
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}

.cm-section .price-ban-area .camp-ban-full {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    display: block;
    transition: .3s;
}

.cm-section .price-ban-area .camp-ban-full:hover {
    opacity: .8;
}

.cm-section .price-ban-area .camp-ban-full img {
    width: 100%;
}

/* ==============================
  ローカルナビゲーション
============================== */
.localNav-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.localNav-inner .localNav-inner-contents {
    width: 50%;
    max-width: 305px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 20px;
    position: relative;
    color: #fff;
    /*background: linear-gradient(#0d0d0d,#312e2e,#18110f);*/
    /*border-radius: 5px;*/
    /*border: 1px solid #999;*/
    border: 3px solid #fff;
    transition: .4s;
}

.localNav-inner .localNav-inner-contents:hover {
    background: #fff;
}

.localNav-inner .localNav-inner-contents:first-of-type {
    margin-left: 0;
}

.localNav-inner .localNav-inner-contents:last-of-type {
    margin-right: 0;
}

.localNav-inner .localNav-inner-contents:hover:before {
    opacity: 0;
}

.localNav-inner .localNav-inner-contents>a {
    display: block;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    padding: 30px 0;
}

.localNav-inner .localNav-inner-contents:hover>a {
    color: #333;
}

.localNav-inner .localNav-inner-contents>a>i {
    margin-right: 15px;
}

.btn-arrow {
    position: relative;
}

/* ==============================
  プラン共通部分
============================== */
.caption .cm-h2 {
    text-align: left;
    margin-bottom: 10px;
}

.caption .cm-h2 span {
    display: inline;
    margin-left: 10px;
}

.supplement {
    margin-top: 10px;
}

.ext-mes {
    width: 100%;
    max-width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-align: left;
}

.note {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
}

.price .cm-link {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.price-table {
    position: relative;
}

.price-table h3 {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
    background-color: #ff4c4c;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    position: static;
    text-align: center;
}

.planA-inner, .planB-inner, .planC-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.btn-arrow {
    position: relative;
}

.btn-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #999 transparent transparent transparent;
    transition: border-color .6s;
}

.btn-arrow:hover:after {
    -webkit-animation: arrow .4s;
    animation: arrow .4s;
    border-color: #fff transparent transparent transparent;
}

/* ==============================
  料金テーブル部分
============================== */
div.tables {
    /*background-color: #231815;*/
}

.planB-inner div.tables {
    border-bottom: 1px solid #dcdddd;
}

.dl-week {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: #222;
    color: #fff;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-top: 0;
}

.dl-week:last-of-type {
    margin-bottom: 0;
}

.planB-inner .dl-week {
    border-bottom: 0;
    border-top: 1px solid;
    margin-bottom: 0;
}

.price-table-head {
    margin-bottom: 0;
    border: 1px solid #fff;
    /* border-bottom: 0; */
    background-color: #444;
    color: #fff;
}

.roomtype {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 238px;
    width: 18%;
    font-size: 1.8rem;
    background: #222;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #dcdddd;
}

.roomtype>span.pht-newtab {
    font-size: 1.2rem;
    /* padding: 2px 0px; */
    /* border-radius: 30px; */
    /* font-weight: bold; */
    color: #fff;
    /* background: #363636; */
    /* border: 1px solid #999; */
    position: absolute;
    opacity: .5;
    bottom: 5px;
    right: 5px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    width: auto;
    text-align: center;
    text-decoration: underline;
    transition: .4s;
}

.roomtype:hover>span.pht-newtab {
    opacity: 1;
    color: #ffe100;
}

.type {
    min-width: 237px;
    width: 18%;
    font-size: 1.8rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.price-table-head .list-time th {
    padding: 7px;
}

.price-container {
    display: flex;
    display: -webkit-flex;
    margin: 0;
}

.time-table-list {
    width: 100%;
    word-break: keep-all;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto;
}

.time-table-list tbody {
    width: 100%;
}

.list-time {
    text-align: center;
}

.list-time:first-of-type {
    border-bottom: 1px solid #828282;
}

.price-table-head .list-time {
    border-left: 1px solid #dcdddd;
    border-bottom: none;
}

.list-time.extension {
    flex-basis: 30%;
}

.planB-inner .list-time {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    text-align: center;
}

.planB-inner .list-time.list-time-head {
    display: none;
}

.planB-inner .list-time.extension {
    flex-basis: 75%;
}

.planB-inner .price-table-head .list-time {
    flex-basis: 623px;
}

.planB-inner .price-table-head .list-time.extension {
    flex-basis: 107px;
}

.list-time th, .list-time td {
    box-sizing: border-box;
}

.planC-inner .list-time th {
    width: 19.25%;
}

.planC-inner #planC-week2 .list-time th {
    width: 25.6%;
}

.list-time th {
    font-size: 1.6rem;
    padding: 10px 0;
    box-sizing: border-box;
    border-right: 1px solid #828282;
}

.price-table-head .list-time th {
    border-right: 1px solid #dcdddd;
}

.list-time td {
    height: 74px;
    padding: 20px 0;
    background-color: #000;
    border-right: 1px solid #828282;
}

.list-time th:last-of-type, .list-time td:last-of-type {
    border-right: none;
    width: 23%;
}

.planC-inner .list-time th:last-of-type,
.planC-inner .list-time td:last-of-type,
.planC-inner #planC-week2 .list-time th:last-of-type,
.planC-inner #planC-week2 .list-time td:last-of-type {
    border-right: none;
    width: 22.9%;
}

.planA-inner .list-time td {
    width: 19.25%;
}

.planB-inner .list-time th:last-of-type, .list-time td:last-of-type {
    width: 22.9%;
}

.price-table-head .list-time th {
    font-weight: 500;
    width: 22.9%;
}

.planB-inner .list-time th {
    width: 25.6%;
}

.price-table-head .list-time th.th-time {
    width: 77% !important;
}

.planB-inner .price-table-head .list-time th.th-time {
    width: 77%;
}

.list-time th span {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 1.4rem;
}

.planA-inner .list-time th span.assure {
    display: inline;
    width: auto;
    font-size: 1.6rem;
    color: #ffe100;
}

.list-time th span.part-txt {
    display: inline;
}

.before-extension {
    width: 260px;
    font-weight: bold;
    line-height: 1.5;
}

.before-extension div {
    font-size: 1.6rem;
    color: #444;
}

.planB-inner .list-time td {
    font-weight: bold;
    width: 25.6%;
    padding: 85px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.planB-inner #planB-week2 .list-time td {
    padding: 50px 0;
}

.planB-inner .list-time td:last-of-type {
    border-right: none;
    width: 22.9%;
}

.list-time.extension td {
    font-size: 2.6rem;
}

.camp-price {
    color: #ff4c4c;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
    display: inline;
    vertical-align: middle;
}

.base-price {
    color: #ffe100;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
}

.base-price-none {
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
}

.extension-price {
    font-size: 2.2rem;
    font-weight: bold;
}

.strike-through {
    display: inline;
    color: #7c7c7c;
    margin-right: 34px;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: line-through;
    position: relative;
}

.strike-through:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -35px;
    top: 50%;
    transform: translateX(0%);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #7c7c7c transparent transparent transparent;
}

.list-time th>span.extension-text {
    display: none;
}

td.cp-price-bg {
    background-color: #000;
}

.price-inner-contents {
    padding: 60px 100px;
    margin-top: 20px;
}

.payment-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 10px;
    color: #333;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
}

.ie .payment-inner {
    color: #333;
    background: rgba(255, 255, 255, .8);
}

.payment-inner .catch {
    margin: 0;
    font-weight: 500;
}

.payment-inner .payment-inner-contents {
    /*background: #fff;*/
    padding: 20px 10px;
    text-align: center;
}

.payment-inner__paragraph {
    margin-bottom: 20px;
}

.payment-inner .payment-inner-contents dl {
    margin-bottom: 20px;
}

.payment-inner .payment-inner-contents dd {
    display: inline-block;
}

.payment-inner .payment-inner-contents img {
    margin: 10px;
    height: 55px;
    width: auto;
    min-width: 55px;
    max-width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ==============================
 タブ型料金表
 ============================== */
.tabsCont .price-inner-contents {
    transition: all .6s;
    padding: 0;
    margin-top: 0;
}

.tabsCont .planB-inner .price-inner-contents {
    margin-top: 40px;
}

.tabsCont .planB-inner .price-inner-contents:first-of-type {
    margin-top: 0;
}

.planB-inner .price-inner-contents h4 {
    font-size: 2.2rem;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: none;
    border-left: 15px solid;
}

.r-tabs-nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0px 0 50px;
}

.r-tabs-nav li {
    width: 33.3%;
    max-width: 296px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    background: #000;
    /*border: 1px solid #e36c9a;*/
}

.planC-inner .r-tabs-nav li {
    width: 50%;
    max-width: 596px;
}

.r-tabs-nav li.r-tabs-state-active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: border .6s;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

.r-tabs-nav li.r-tabs-state-active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: border .6s;
    border-style: solid;
    border-width: 11px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
}

.immutable-area {
    display: block !important;
}

.planA-inner .immutable-area {
    margin-top: 30px;
}

.price-tabs-section .price-slider-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.price-tabs-section .price-slider-wrap #price-slider-stay,
.price-tabs-section .price-slider-wrap #price-slider-rest,
.price-tabs-section .price-slider-wrap #price-slider-free {
    position: relative;
}

.price-tabs-section .price-slider-wrap #price-slider-stay .price-tabs-content,
.price-tabs-section .price-slider-wrap #price-slider-rest .price-tabs-content,
.price-tabs-section .price-slider-wrap #price-slider-free .price-tabs-content {
    display: block !important;
}

.price-tabs-section .price-tabs-nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    z-index: 0;
}

.price-tabs-section .price-tabs-nav:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translateX(-50%);
}

.price-tabs-nav li.r-tabs-state-active {
    width: 33.3%;
    max-width: 296px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    background: #000;
}

.planC-inner .price-tabs-nav li.r-tabs-state-active {
    width: 50%;
    max-width: 596px;
}

.price-tabs-section .price-tabs-nav li a {
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #828282;
    transition: background .4s, color .4s, border .6s, font-size .6s;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 80px;
    width: 296px;
    padding: 15px 0;
    border: 1px solid #828282;
}

.planC-inner .price-tabs-section .price-tabs-nav li a {
    width: 596px;
}

.price-tabs-section .price-tabs-nav li a span {
    display: block;
    font-size: 1.6rem;
    width: 100%;
}

.price-tabs-section .price-tabs-nav li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.r-tabs .r-tabs-panel {
    padding: 0 !important;
}

.price-tabs-section .price-tabs-content {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    text-align: left;
    float: left;
}

.price-tabs-section .price-tabs-content dl dd {
    flex: auto;
    margin: 0;
}

.price-tabs-section .price-tabs-nav li.r-tabs-state-active a {
    color: #fff;
    border: 3px solid #fff;
    font-size: 1.9rem;
    background: #000;
    text-decoration: none;
    transition: 0.8s;
}

.list-time.checkout td {
    height: 35px;
    max-height: 35px;
    padding: 5px;
    /* text-align: left; */
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #828282;
}

@media screen and (max-width: 1199px) {
    html {
        font-size: 58%;
    }

    .price-tabs-section .price-tabs-nav li a {
        font-size: 1.6rem;
    }

    .price-tabs-section .price-tabs-nav li.r-tabs-state-active a {
        font-size: 1.7rem;
    }

    .r-tabs-nav {
        padding: 10px 0px 40px;
    }

    .price-tabs-section .price-tabs-content {
        width: 100%;
        max-width: 884px;
    }

    .tabsCont .price-inner-contents {
        padding: 0;
    }

    .roomtype {
        min-width: 160px;
    }

    .type {
        min-width: 160px;
    }

    .strike-through {
        font-size: 1.8rem;
    }

    .list-time th, .list-time td {
        padding: 10px 10px;
        font-size: 1.4rem;
    }

    .planA-inner .list-time th:last-of-type,
    .planA-iiner .list-time td:last-of-type {
        width: 23%;
    }

    .planB-inner .list-time td {
        font-size: 2rem;
    }

    .ext-mes {
        width: 100%;
        max-width: 884px;
        padding: 25px 0px;
        margin: 0px auto;
    }

    .price .cm-link {
        width: 100%;
        padding: 20px 0 0;
    }

    .payment-inner .payment-inner-contents img {
        height: 65px;
    }

    .camp-price {
        font-size: 2.6rem;
        line-height: 1;
        display: inline;
        vertical-align: middle;
    }

    .base-price {
        font-weight: bold;
        font-size: 2.4rem;
        line-height: 1;
    }

    .extension-price {
        font-size: 2rem;
        font-weight: bold;
    }

    .price-tabs-nav li.r-tabs-state-active {
        width: 33.3%;
        max-width: 216px;
    }

    .r-tabs-nav li {
        width: 33.3%;
        max-width: 216px;
    }

    .planC-inner .r-tabs-nav li {
        width: 50%;
        max-width: 439px;
    }

    .planC-inner .price-tabs-nav li.r-tabs-state-active {
        width: 50%;
        max-width: 439px;
    }

    .planC-inner .price-tabs-section .price-tabs-nav li a {
        width: 439px;
    }

    .br {
        display: block;
    }

    .price-table h3 {
        margin: -20px 0px 20px;
        font-size: 2.4rem;
    }

    .roomtype>span.pht-newtab {
        bottom: 15px;
        width: 120px;
    }

    .price-tabs-section .price-tabs-nav li a {
        width: 216px;
    }
}

@media screen and (max-width: 899px) {
    .localNav-inner .localNav-inner-contents {
        margin: 0 5px;
    }

    .price-tabs-section .price-tabs-nav li a {
        font-size: 1.4rem;
    }

    .price-tabs-section .price-tabs-nav li a span {
        font-size: 1.4rem;
    }

    .price-tabs-section .price-tabs-nav li.r-tabs-state-active a {
        font-size: 1.5rem;
    }

    .r-tabs-nav {
        padding: 20px 0 40px;
    }

    .price-tabs-section .price-tabs-content {
        width: 100%;
        max-width: 708px;
    }

    .tabsCont .price-inner-contents {
        padding: 0;
    }

    .list-time th {
        width: 27.1%;
        font-size: 1.4rem;
        padding: 10px 0px;
    }

    .planA-inner .list-time td, .planC-inner .list-time td {
        padding: 10px;
    }

    .planB-inner .list-time th {
        padding: 5px 0;
    }

    .price-table-head .list-time th {
        font-weight: 500;
        width: 19%;
    }

    .planB-inner .price-table-head .list-time th {
        font-weight: 500;
        width: 25%;
    }

    .price-table-head .list-time th.th-time {
        width: 81%;
    }

    .list-time th:last-of-type, .list-time td:last-of-type {
        width: 19%;
    }

    .planA-inner .list-time th span.assure {
        font-size: 1.4rem;
    }

    .planA-inner .price-table-head .list-time th.th-time {
        width: 77%;
    }

    .planA-inner .list-time th {
        width: 25.6%;
    }

    .planA-inner .list-time th:last-of-type,
    .planA-iiner .list-time td:last-of-type {
        width: 23%;
    }

    .roomtype {
        font-size: 1.6rem;
        min-width: 130px;
        line-height: 1.2;
    }

    .roomtype>span.pht-newtab {
        bottom: 5px;
        /* right: 0; */
        font-size: 1.1rem;
        width: 75px;
    }

    .type {
        font-size: 1.6rem;
        min-width: 129px;
    }

    .planB-inner .list-time td {
        font-size: 1.6rem;
        width: 25%;
        padding: 77px 0;
    }

    .planB-inner #planB-week2 .list-time td {
        height: 80px;
        padding: 45px 5px;
    }

    .ext-mes {
        max-width: 100%;
    }

    .price .cm-link {
        width: 100%;
        padding: 20px 0 0;
    }

    .before-extension div {
        font-size: 1.4rem;
    }

    .camp-price {
        font-size: 2.4rem;
    }

    .base-price {
        font-size: 2.1rem;
    }

    .planB-inner .base-price {
        font-size: 1.8rem;
    }

    .extension-price {
        font-size: 1.6rem;
    }

    .strike-through {
        display: inline;
        margin-right: 20px;
        font-size: 1.4rem;
    }

    .strike-through:after {
        content: "";
        right: -23px;
        border-width: 6px 8px 0 8px;
    }

    .list-time th span.part-txt {
        display: block;
    }

    .payment-inner {
        padding: 30px 0 10px;
    }

    .payment-inner .payment-inner-contents img {
        height: 50px;
        margin: 10px 4px;
    }

    .price-tabs-nav li.r-tabs-state-active {
        width: 33.3%;
        max-width: 174px;
    }

    .r-tabs-nav li {
        width: 33.3%;
        max-width: 174px;
    }

    .planC-inner .r-tabs-nav li {
        width: 50%;
        max-width: 350px;
    }

    .planC-inner .price-tabs-nav li.r-tabs-state-active {
        width: 50%;
        max-width: 350px;
    }

    .planC-inner .price-tabs-section .price-tabs-nav li a {
        width: 350px;
    }

    .price .section-inner-bg .linkbtn.btn2 {
        line-height: 30px;
        min-width: 200px;
        font-size: 1.5rem;
    }

    .price-table h3 {
        margin: -20px 0px 10px;
        font-size: 2.2rem;
    }

    .price-tabs-section .price-tabs-nav li a {
        width: 174px;
    }

    .planB-inner .list-time td:last-of-type {
        border-right: none;
        width: 25%;
    }
}

@media screen and (max-width: 599px) {
    .localNav-inner {
        display: none;
    }

    .supplement-secondary {
        margin-bottom: 20px;
    }

    .cm-section .price-ban-area .camp-ban-full {
        margin: 0 auto;
    }

    .price .supplement {
        margin: 10px 0 30px;
    }

    .tabsCont .price-inner-contents {
        padding: 20px 10px;
    }

    .r-tabs .r-tabs-panel {
        border-bottom: 1px solid #fff;
        margin-bottom: 19px;
    }

    .price-table {
        background-color: transparent;
    }

    .price-table h3 {
        display: block;
        padding: 10px 0;
        text-align: center;
        position: static;
        right: 0;
        top: 0;
        margin: 0 0 20px;
        font-size: 1.7rem;
    }

    .price-table-head {
        display: none;
    }

    .dl-week {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-top: 1px solid #fff;
        margin-bottom: 25px;
    }

    .roomtype {
        font-size: 1.6rem;
        width: 100%;
        height: 50px;
        position: relative;
        z-index: 3;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        padding-left: 15px;
        border-right: 0;
        border-bottom: 1px solid #fff;
        background-color: #363636;
    }

    .time-table-list tbody {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .list-time {
        width: 55%;
        min-height: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        background: #000;
    }

    .list-time.checkout {
        width: 100%;
    }

    .time-table-list tbody .list-time:last-of-type {
        /*background: #fff;*/
    }

    td.cp-price-bg {
        background-color: transparent;
        position: relative;
    }

    .list-time td {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
    }

    .list-time th {
        height: 25%;
        width: 100%;
        font-size: 1.5rem;
        padding: 10px 0;
        line-height: 1.2;
    }

    .planC-inner .list-time th {
        height: 20%;
    }

    .planC-inner #planC-week2 .list-time th {
        height: 25%;
        width: 100%;
    }

    .list-time th span {
        font-size: 1rem;
    }

    .list-time th:last-of-type, .list-time td:last-of-type {
        width: 100%;
        border-bottom: none;
    }

    .planC-inner .list-time th:last-of-type,
    .planC-inner .list-time td:last-of-type,
    .planC-inner #planC-week2 .list-time th:last-of-type,
    .planC-inner #planC-week2 .list-time td:last-of-type {
        border-right: none;
        width: 100%;
    }

    .list-time th:last-of-type,
    .planC-inner #planC-week2 .list-time th:last-of-type {
        border-right: 1px solid #828282;
    }

    .list-time th, .list-time td {
        border-bottom: 1px solid #828282;
        border-right: 1px solid #828282;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
    }

    .planA-inner .list-time th {
        width: 100%;
        height: 20%;
    }

    .planA-inner .list-time th:last-of-type, .planA-iiner .list-time td:last-of-type {
        width: 100%;
    }

    .planB-inner .list-time th {
        height: 20%;
        width: 100%;
        padding: 12px 0;
    }

    .planB-inner .list-time th:last-of-type {
        width: 100%;
        padding: 6px 0;
    }

    .list-time td {
        height: 25%;
        border-right: none;
    }

    .planC-inner .list-time td {
        height: 20%;
    }

    .planC-inner #planC-week2 .list-time td {
        height: 25%;
        width: 100%;
    }

    .planA-inner .list-time td {
        height: 20%;
    }

    .planA-inner .list-time.checkout td {
        height: 100%;
        min-height: 55px;
        border-top: 1px solid #828282;
    }

    .planA-inner .list-time td.extension-price {
        height: 20%;
    }

    .planB-inner .list-time td {
        font-size: 1.8rem;
        width: 100%;
        height: 20%;
        padding: 10px;
    }

    .planB-inner .list-time td:last-of-type {
        border-right: none;
        width: 100%;
    }

    .list-time:first-of-type {
        border-bottom: none;
        width: 45%;
        min-height: 160px;
        background: #363636;
    }

    .before-extension div {
        font-size: 1.4rem;
    }

    .camp-price {
        font-size: 2.2rem;
        position: absolute;
        top: 50%;
    }

    .base-price {
        font-size: 2.2rem;
    }

    .planB-inner .base-price {
        font-size: 2.2rem;
    }

    .extension-price {
        font-size: 1.8rem !important;
    }

    .strike-through {
        display: block;
        margin-right: 0;
        font-size: 1.6rem;
        position: absolute;
        top: 26%;
    }

    .strike-through:after {
        content: none;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor span {
        font-size: 1.4rem !important;
        display: inline !important;
        margin-left: 5px;
    }

    .ext-mes {
        display: block;
    }

    .planA-inner .ext-mes {
        display: block;
    }

    .planC-inner .ext-mes {
        display: block;
    }

    .payment-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0 10px;
    }

    .payment-inner .payment-inner-contents {
        text-align: center;
        padding: 20px 15px;
    }

    .payment-inner .payment-inner-contents img {
        height: 45px;
    }

    .list-time th>span.extension-text {
        display: block;
    }

    .price .cm-link .linkbtn:nth-of-type(2) {
        margin-left: 10px;
    }

    .cm-link .linkbtn {
        width: 48%;
    }

    .price .section-inner-bg .linkbtn.btn2 {
        min-width: 20px;
    }

    .price .cm-link {
        padding: 20px 0 0;
    }

    .immutable-area {
        padding-bottom: 0px;
    }

    .payment-inner .payment-inner-contents img {
        min-width: 39px;
        max-width: 95px;
    }

    .br {
        display: none !important;
    }

    .roomtype>span.pht-newtab {
        bottom: 13px;
        padding: 5px 0;
        font-size: 1.1rem;
        transform: none;
        -webkit-transform: none;
        left: auto;
        right: 10px;
        opacity: 1;
        color: #fff;
    }

    .icon-zoom {
        font-size: 1.1rem;
    }

    .tabsCont .planB-inner .price-inner-contents {
        margin-top: 0px;
    }

    .planA-inner .list-time th span.assure {
        font-size: 1.4rem;
    }

    .planA-inner .list-time td {
        width: 100%;
        padding: 15px 0;
    }

    .planB-inner .list-time {
        width: 55%;
    }

    .planB-inner .list-time.list-time-head {
        display: block;
        width: 45%;
    }

    .planB-inner .dl-week {
        border-bottom: 1px solid;
        border-top: 1px solid;
        margin-bottom: 25px;
    }

    .planB-inner .dl-week:last-of-type {
        margin-bottom: 0;
    }

    .planC-inner .list-time th {
        width: 100%;
    }

    .planC-inner .list-time:first-of-type {
        border-bottom: none;
        width: 45%;
        min-height: 250px;
    }

    .planC-inner .list-time th:last-of-type {
        border-right: 1px solid #828282;
        width: 100%;
    }

    .planC-inner .list-time td:last-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 55%;
    }

    .payment-inner .payment-inner-contents img {
        margin-bottom: 10px;
    }

    .payment-inner .payment-inner-contents {
        padding: 10px 0;
    }

    .planA-inner .list-time th {
        min-height: 54px;
        max-height: 54px;
        padding: 14px 0;
    }

    .planA-inner .list-time td {
        display: block;
        min-height: 54px;
        max-height: 54px;
    }

    .planA-inner .list-time td.extension-price {
        min-height: 54px;
        max-height: 54px;
        padding: 17px 0;
    }

    .time-table-list tbody .list-time:last-of-type {
        font-size: 1.4rem;
    }

    .planB-inner .list-time th {
        min-height: 48px;
        max-height: 48px;
        padding: 16px 0;
    }

    .planB-inner .list-time td {
        min-height: 48px;
        max-height: 48px;
    }

    .planC-inner .list-time:first-of-type {
        min-height: 252px;
    }

    .planC-inner .list-time th {
        min-height: 63px;
        max-height: 63px;
        padding: 10px 0;
    }

    .planC-inner .list-time td {
        min-height: 63px;
        max-height: 63px;
    }

    .list-time th {
        font-size: 1.4rem;
        padding: 0;
    }

    .planA-inner .camp-price {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .planA-inner .base-price {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    .strike-through {
        font-size: 1.4rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
    }

    .payment-inner .payment-inner-contents img {
        height: 39px;
    }

    .roomtype {
        padding-left: 6px;
    }

    .price-table h3 {
        font-size: 1.5rem;
    }

    .roomtype>span.pht-newtab {
        bottom: 13px;
        font-size: 1rem;
        right: 6px;
        width: 82px;
    }

    .planA-inner .list-time.checkout td {
        min-height: 50px;
    }
}