@charset "UTF-8";

.cm-head {
    background: url('../img/common/cm-head-price.jpg') no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.dayuse24 {
    padding: 5px 15px;
    background-color: #20a0ca;
    color: #fff;
    font-weight: 700;
    float: right;
}

.information-bn {
    text-align: center;
}

.information-bn li {
    margin-bottom: 15px;
}

.information-bn li:last-of-type {
    margin-bottom: 0;
}

.information-bn a {
    display: inline-block;
}

.information-bn img {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.price-type-list {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.price-type-list li {
    width: 48%;
    background-color: #fff;
    border: 1px solid #171717;
}

.price-type-list li a {
    display: block;
    color: #171717;
    text-decoration: none;
}

.price-type-list li a dl {
    position: relative;
    padding: 10px;
    transition: all 0.3s;
}

.price-type-list li a dl::after {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #171717 transparent transparent transparent;
    transition: 0.3s;
    transform: translateY(20px);
    content: '';
}

.price-type-list li a:hover dl:after, .price-type-list li a:active dl:after {
    transform: translateY(30px);
}

.price-type-list li a dl dt {
    margin-bottom: 10px;
    padding: 30px 0;
    background: url('../../img/price/bg_type-list.png');
    color: #fff;
    text-align: center;
}

.price-type-list li a dl dd {
    padding: 0;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
}

.price-type-list img {
    height: 71px;
}

.price-type-list li a:hover dl dd, .price-type-list li a:active dl dd {
    color: #fff;
    background-color: transparent;
}

.price-type-list li a:hover dl, .price-type-list li a:active dl {
    background-color: #171717;
}

.cm-link {
    justify-content: space-between;
}

.linkbtn {
    min-width: 0;
    width: 48%;
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*料金詳細・お部屋の詳細ボタン*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.price-btn-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#stay .stay-type .stay-type-content:nth-of-type(3) .price-btn-container {
    width: 100%;
}

/* 2018.11.16 tanaka */
#stay .stay-type .stay-type-content:nth-of-type(4) .price-btn-container {
    width: 100%;
}

/* 2018.02.02 Hiro */

.price-btn-inner {
    width: 48.5%;
    margin-bottom: 10px;
}

.theater .price-btn-inner {
    width: 100%;
}

#stay .stay-type .stay-type-content:nth-of-type(4) .price-btn-container .price-btn-inner {
    width: 32.1%;
}

/* 2018.02.02 Hiro */

.price-btn-inner_rimited {
    width: 100%;
}

.price-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 3px 2em 3px 1em;
    background-color: #28c3b3;
    border: 1px solid #28c3b3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.price-btn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.6s;
}

.price-btn_detail {
    border-color: #486590;
    background-color: #486590;
    color: #ffffff;
    cursor: pointer;
}

.price-btn_rimited {
    border-color: #c65252;
    background-color: #c65252;
    color: #ffffff;
    cursor: pointer;
}

/* 2018.11.16 tanaka */
.price-btn_detail span {
    border-color: #ffffff;
}

.price-btn_rimited {
    color: #ffeb3b;
}

.price-btn_rimited span {
    border-color: #ffeb3b;
}

.mdn_no-touchevents .price-btn:hover {
    background-color: #fff;
    color: #28c3b3;
}

.mdn_no-touchevents .price-btn:hover span {
    border-color: #28c3b3;
    transform: translate3d(5px, -50%, 0) rotate(-45deg);
}

.mdn_no-touchevents .price-btn_detail:hover {
    background-color: #ffffff;
    color: #486590;
}

.mdn_no-touchevents .price-btn_rimited:hover {
    background-color: #ffeb3b;
    color: #c65252;
}

.mdn_no-touchevents .price-btn_detail:hover span {
    border-color: #486590;
}

.mdn_no-touchevents .price-btn_rimited:hover span {
    border-color: #c65252;
}

/* .mdn_touchevents .price-btn_detail:active, .mdn_touchevents .price-btn_detail.active {
    background-color: #ffffff;
    color: #171717;
}
.mdn_touchevents .price-btn_detail:active span, .mdn_touchevents .price-btn_detail.active span {
    border-color: #171717;
}
.mdn_touchevents .price-btn_detail:hover span, .mdn_touchevents .price-btn_detail:active span {
    color: #171717;
} */

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*stay-type*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.stay-type {
    display: flex;
    flex-wrap: wrap;
}

.stay-type .stay-type-content {
    width: 46%;
    margin-bottom: 70px;
}

.stay-type .stay-type-content:nth-of-type(odd) {
    margin-right: 4%;
}

.stay-type .stay-type-content:nth-of-type(even) {
    margin-left: 4%;
}

#stay .stay-type .stay-type-content:nth-of-type(3),
#stay .stay-type .stay-type-content:nth-of-type(4) {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

/* 2018.02.02 Hiro */

.stay-type .stay-type-content .extension {
    letter-spacing: -2px;
}

.stay-type .stay-type-content .type-name {
    font-size: 26px;
    font-weight: 700;
}

.stay-type .stay-type-content img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#stay .stay-type .stay-type-content:nth-of-type(3) img,
#stay .stay-type .stay-type-content:nth-of-type(4) img {
    width: 50%;
    float: left;
}

/* 2018.02.02 Hiro */

.stay-type .stay-type-content .cm-caution-list {
    margin-bottom: 10px;
}

.stay-room-type {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.stay-room-type span {
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    border: 1px solid;
    font-weight: 700;
}

.stay-room-type i {
    font-size: 24px;
}

.stay-type-price {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    word-break: keep-all;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #1f1f1f;
    overflow: auto;
    cursor: pointer;
}

.stay-type-price th, .stay-type-price td {
    padding: 20px 0;
    border: 1px solid #1f1f1f;
    color: #ffffff;
    text-align: center;
}

.stay-type-price th {
    background-color: #1f1f1f;
}

#stay .stay-type .stay-type-content:nth-of-type(3) .stay-type-price th,
#stay .stay-type .stay-type-content:nth-of-type(4) .stay-type-price th {
    width: 36.5%;
}

/* 2018.02.02 Hiro */

.stay-type-price td {
    background-color: #424242;
    font-size: 28px;
    line-height: 1;
}

.camp-price {
    color: #ffeb3b;
    /*font-size: 28px;*/
    line-height: 1;
}

.camp-price .camp-description {
    display: block;
    color: #ffeb3b;
    font-size: 14px;
}

#stay .stay-type .stay-type-content:nth-of-type(3) .camp-price .camp-description,
#stay .stay-type .stay-type-content:nth-of-type(4) .camp-price .camp-description {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

/* 2018.02.02 Hiro */

.late-checkout {
    display: table;
    width: 100%;
    padding: 3px 10px;
    background-color: #1f1f1f;
    color: #ffffff;
    border-top: 1px dotted #939393;
    border-bottom: 1px dotted #939393;
}

.late-checkout dt {
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
}

.late-checkout dd {
    font-size: 14px;
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Responsive price tables*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.price-table {
    display: none;
    width: 100%;
}

.price-table h4 {
    margin-bottom: 15px;
    padding: 10px 0;
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.camp-head {
    padding-left: 0;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 18px;
    /*position: absolute;*/
    display: block;
    /*right: 10px;*/
    /*top: 15px;*/
}

.newyear-head {
    padding-left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    /*position: absolute;*/
    display: block;
    margin: 25px 0 15px;
    line-height: 1.5;
    /*right: 10px;*/
    /*top: 15px;*/
}

.newyear-head a {
    color: #fff;
}

.newyear-head a>br {
    display: none;
}

.dl-week {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background-color: #1f1f1f;
    word-break: keep-all;
}

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

.day {
    display: table-cell;
    min-width: 210px;
    width: 20%;
    border-right: 1px solid #424242;
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
}

.price-container {
    display: table-cell;
    margin: 0;
}

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

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

.list-time {
    flex-basis: 37%;
    display: block;
    width: 100%;
    text-align: center;
}

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

.list-time th, .list-time td {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.stay .list-time th, .stay .list-time td,
.dayuse .list-time th, .dayuse .list-time td {
    height: 90px;
}

.dayuse .list-time td {
    height: 100px;
}

.list-time th {
    border-right: 1px solid #424242;
    border-bottom: 1px solid #424242;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

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

.list-time td {
    height: 90px;
    border-right: 1px solid #1f1f1f;
    background-color: #424242;
    color: #ffffff;
    font-size: 28px;
}

.list-time:last-of-type th, .list-time:last-of-type td {
    border-right: 0;
}

.list-time.extension td {
    font-size: 24px;
}

.camp-price {
    color: #ffeb3b;
    /*font-size: 24px;*/
}

.shifts-price {
    line-height: 1;
    margin-bottom: 5px;
}

.strike-through {
    display: block;
    width: 100%;
    color: #d8d8d8;
    font-size: 16px;
    text-align: center;
    text-decoration: line-through;
}

.short-2shifts {
    display: block;
    width: 100%;
    color: #d8d8d8;
    font-size: 14px;
    text-align: center;
}

.short-height td {
    height: 150px !important;
}

.featherlight .featherlight-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #444444;
    border-radius: 10px;
}

.featherlight .featherlight-content::-webkit-scrollbar {
    width: 8px;
    background-color: #444444;
}

.featherlight .featherlight-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a0a0a0;
}

/*end responsive price table*/

.price-link {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #20a0ca;
    background-color: #ffffff;
    color: #20a0ca;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    cursor: default;
}

.credit dd:first-of-type {
    margin-bottom: 20px;
}

.credit img {
    width: 100%;
    max-width: 330px;
}

.cancel table {
    width: 50%;
}

.cancel .caution-list {
    text-align: left;
}

.credit ul {}

.credit li {
    font-weight: bold;
    margin-bottom: 14px;
}

.payment-icon img {
    margin: 5px 7px 0 0;
    height: 45px;
    width: auto;
    min-width: 55px;
    max-width: 70px;
}

.payment-icon.alipay img {
    margin: 0 0 5px 0;
    height: 60px;
    width: auto;
    min-width: 400px;
    max-width: 400px;
}

#payyment .cm-h3 {
    margin-bottom: 10px !important;
}

.payment-inner {
    width: 72%;
    max-width: 1200px;
    /* margin: 0 auto; */
    padding: 30px 0;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

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

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

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

.payment-inner .payment-inner-contents .visa {
    margin: 10px 10px 5px 0;
    height: 50px;
    width: auto;
    min-width: 55px;
    max-width: 96px;
    -o-object-fit: contain;
    object-fit: contain;
}


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


/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*特別料金*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.rimited-price .day {
    min-width: 255px;
    color: #ffeb3b;
}

/*.rimited-price .list-time th, .rimited-price .list-time td {
    padding: 10px;
}*/
.rimited-price .list-time td {
    height: 90px;
}

.rimited-price .list-time td.camp-price {
    color: #ffeb3b;
}

.rimited-price .list-time th {
    height: 90px;
}


/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Responsive*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@media screen and (max-width: 1024px) {
    .price-link:hover, .price-link:active {
        background-color: #20a0ca;
        color: #ffffff;
    }

    .stay-type-price td {
        font-size: 24px;
    }

    .stay-type .stay-type-content .type-name {
        font-size: 24px;
    }

    .day {
        width: 170px;
    }

    .list-time th, .list-time td {
        padding: 20px 0;
    }

    .camp-price {
        font-size: 20px;
    }

    .list-time.extension td {
        font-size: 18px;
    }

    .price-btn {
        padding: 8px 2em 8px 1em;
        font-size: 18px;
    }

    .rimited-price .list-time th {
        height: 80px;
        font-size: 12px;
    }

    .list-time th {
        font-size: 12px;
    }

    .list-time th span {
        font-size: 12px;
    }

    .camp-head {
        position: static;
    }

    .featherlight .featherlight-content {
        width: 90% !important;
    }

    /*responsive price tables*/
    .price-table h4 {
        margin-bottom: 0;
    }

    .dl-week {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #a0a0a0;
    }

    .dl-week:last-of-type {
        margin-bottom: 0;
        border-bottom: 1px solid #a0a0a0;
    }

    .day {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #424242;
        background-color: #000000;
        text-align: center;
    }

    .price-container, .time-table-list {
        display: block;
    }

    .list-time th, .list-time td {
        /*padding: 10px 0;*/
        padding: 15px 0;
    }

    .list-time th {
        background-color: #1f1f1f;
    }

    .stay .list-time th {
        height: 60px;
    }

    .dayuse .list-time th {
        height: 80px;
    }

    .dayuse .list-time td {
        height: 90px;
    }

    .list-time td {
        height: 75px;
    }

    .late-checkout {
        border-bottom: 0;
    }

    /*end*/
}

@media screen and (max-width: 900px) {
    .camp-head {
        font-size: 16px;
    }

    .list-time td {
        font-size: 22px;
    }

    .day {
        width: 150px;
    }

    .camp-price {
        font-size: 20px;
    }

    .list-time.extension td {
        font-size: 18px;
    }

    .price-btn {
        font-size: 16px;
    }

    .late-checkout dt {
        font-size: 12px;
    }

    .late-checkout dd {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .dayuse24 {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .price-type-list {
        width: 100%;
    }

    .price-type-list img {
        height: 65px;
    }

    .price-type-list li a dl dt {
        padding: 25px 0;
    }

    .stay-type .stay-type-content {
        width: 48%;
        margin-bottom: 60px;
    }

    .stay-type .stay-type-content:nth-of-type(odd) {
        margin-right: 2%;
    }

    .stay-type .stay-type-content:nth-of-type(even) {
        margin-left: 2%;
    }

    .stay-type .stay-type-content .type-name {
        font-size: 22px;
    }

    /*responsive price tables*/
    .price-table h4 {
        margin-bottom: 0;
    }

    .dl-week {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #a0a0a0;
    }

    .dl-week:last-of-type {
        margin-bottom: 0;
        border-bottom: 1px solid #a0a0a0;
    }

    .day {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #424242;
        background-color: #000000;
        text-align: center;
    }

    .price-container, .time-table-list {
        display: block;
    }

    .list-time th, .list-time td {
        /*padding: 10px 0;*/
        padding: 15px 0;
    }

    .list-time th {
        background-color: #1f1f1f;
    }

    .stay .list-time th {
        height: 60px;
    }

    .dayuse .list-time th {
        height: 80px;
    }

    .dayuse .list-time td {
        height: 90px;
    }

    .list-time td {
        height: 75px;
    }

    .late-checkout {
        border-bottom: 0;
    }

    /*end*/

    .camp-head {
        display: block;
        padding-left: 0;
    }

    #stay .stay-type .stay-type-content:nth-of-type(3) .camp-price .camp-description,
    #stay .stay-type .stay-type-content:nth-of-type(4) .camp-price .camp-description {
        display: block;
        vertical-align: inherit;
        margin-right: 0;
    }

    /* 2018.02.02 Hiro */

    .price-btn-container {
        width: 90%;
        margin: 0 auto;
    }

    #stay .stay-type .stay-type-content:nth-of-type(3) .price-btn-container,
    #stay .stay-type .stay-type-content:nth-of-type(4) .price-btn-container {
        width: 90%;
    }

    /* 2018.02.02 Hiro */
    #stay .stay-type .stay-type-content:nth-of-type(3) .stay-type-price th,
    #stay .stay-type .stay-type-content:nth-of-type(4) .stay-type-price th {
        width: auto;
    }

    /* 2018.02.02 Hiro */

    .price-btn-inner {
        width: 100%;
    }

    #stay .stay-type .stay-type-content:nth-of-type(3) .price-btn-container .price-btn-inner {
        width: 100%;
    }

    /* 2018.11.16 tanaka */
    #stay .stay-type .stay-type-content:nth-of-type(4) .price-btn-container .price-btn-inner {
        width: 100%;
    }

    /* 2018.02.02 Hiro */
    .rimited-price .list-time th {
        height: 65px;
    }

    .payment-inner {
        width: 100%;
    }

    .payment-inner .payment-inner-contents img {
        margin: 10px 10px 5px 0;
        height: 40px;
        width: auto;
        min-width: 45px;
        max-width: 80px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .payment-inner .payment-inner-contents .visa {
        margin: 10px 10px 5px 0;
        height: 40px;
        width: auto;
        min-width: 20px;
        max-width: 80px;
        -o-object-fit: contain;
        object-fit: contain;
    }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    /* .linkbtn{
        margin-right: 0;
        margin-bottom: 10px;
    } */

    .stay-type .stay-type-content .type-name {
        font-size: 20px;
    }

    .camp-price {
        font-size: 20px;
    }

    .camp-price .camp-description {
        font-size: 12px;
    }

    .price-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .price-btn_detail.active span, .price-btn_rimited.active span {
        transform: rotate(45deg) translateY(-100%);
    }

    .price-type-list img {
        height: 55px;
    }

    .price-type-list li a dl dt {
        padding: 20px 0;
    }

    .stay-type .stay-type-content {
        padding-top: 40px;
        border-top: 1px dotted #939393;
    }

    .stay-type .stay-type-content:nth-of-type(odd) {
        width: 100%;
        margin-right: 0;
    }

    .stay-type .stay-type-content:nth-of-type(even) {
        width: 100%;
        margin-left: 0;
    }

    .stay-type .stay-type-content .type-name {
        font-size: 22px;
    }

    /*responsive price tables*/
    .time-table-list tbody {
        display: table;
    }

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

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

    .list-time th, .list-time td {
        display: table-cell;
        width: 50%;
    }

    .stay .list-time th, .stay .list-time td,
    .dayuse .list-time th, .dayuse .list-time td {
        width: 50%;
        height: auto;
    }

    .list-time:last-of-type th, .list-time:last-of-type td {
        border-bottom: 0;
    }

    .list-time td {
        height: auto;
        border-right: 0;
        border-bottom: 1px solid #1f1f1f;
    }

    .price-table {
        margin-bottom: 30px;
    }

    .price-table h4 {
        margin-bottom: 0;
        border-bottom: 1px solid #a0a0a0;
    }

    .dl-week {
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #a0a0a0;
    }

    .late-checkout {
        display: block;
        padding: 10px 10px 15px 10px;
        border-bottom: 0;
        border-top: 1px solid #424242;
        text-align: center;
    }

    .late-checkout dt {
        display: block;
        padding-right: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .late-checkout dd {
        font-size: 13px;
        text-align: center;
    }

    .dl-week:last-of-type {
        border-bottom: 1px solid #1f1f1f;
    }

    .rimited-price .list-time th {
        height: auto;
    }

    .payment-icon img {
        margin: 5px 10px 0 0;
        height: 25px;
        width: auto;
        min-width: 40px;
        max-width: 55px;
    }

    .payment-icon.alipay img {
        min-width: auto;
        max-width: none;
        width: 85%;
        height: auto;
    }

    /*end*/
}

@media screen and (max-width: 450px) {
    .price-type-list img {
        height: 45px;
    }

    .price-type-list li a dl dt {
        padding: 15px 0;
    }

    .price-link {
        font-size: 18px;
    }

    .camp-price {
        font-size: 20px;
    }

    .camp-price .camp-description {
        font-size: 12px;
    }

    .camp-head {
        font-size: 14px;
        font-weight: 500;
    }

    .camp-head .br {
        display: block;
    }

    .newyear-head {
        padding: 0 15px;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        margin: 25px 0 15px;
        line-height: 1.5;
    }

    .newyear-head a>br {
        display: block;
    }

    .stay-type .stay-type-content {
        margin-bottom: 35px;
        padding-top: 35px;
    }

    .stay-type .stay-type-content .type-name {
        font-size: 18px;
    }

    .stay-type-price td {
        font-size: 20px;
    }

    .price-table h4 {
        font-size: 18px;
    }

    .cancel table {
        width: 100%;
    }

    .list-time.extension td {
        font-size: 20px;
    }

    #stay .stay-type .stay-type-content:nth-of-type(3) img,
    #stay .stay-type .stay-type-content:nth-of-type(4) img {
        width: 100%;
        float: none;
    }

    #stay .stay-type .stay-type-content:nth-of-type(3) img:first-child,
    #stay .stay-type .stay-type-content:nth-of-type(4) img:first-child {
        margin-bottom: 0;
    }

    .list-time th {
        line-height: 1.2;
    }

    .rimited-price .list-time th {
        font-size: 14px;
    }

    .list-time th {
        font-size: 14px;
    }

    .list-time th span {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .price-table h4 {
        font-size: 16px;
    }

    .price-type-list {
        flex-wrap: wrap;
    }

    .price-type-list li {
        width: 100%;
    }

    .price-type-list li:first-child {
        margin-bottom: 15px;
    }

    .price-type-list li a dl::after {
        content: none;
    }

    .price-btn-inner {
        margin-bottom: 15px;
    }
}