.sub .content-primary#buy .price .cont-wrap::before {
    display: none !important;
}

#wrap.jp #buy .price .cont-wrap .cont .info {
    min-height: 0px !important;
}
.pointB {
    color: #123C91 !important;
    font-style: normal;
    font-weight: 600;
}

#subBanner {
    display: none !important;
}

.list_wrapper {
    padding: 0 1.05vw;
}

.list_wrapper .list_desc {
    position: relative;
    font-size: 1.8rem;
    color: #2f2b28;
    line-height: 1.4;
    padding-left: 1rem;
}

.icon_reservation_price {
    display: inline-block;
    max-width: 10vw;
    margin-left: -1.3em;
}
.icon_reservation_price img {
    max-width: 100%;
}

.list_wrapper .list_desc::before {
    content: '';
    position: absolute;
    top: 0.95rem;
    left: -0.3rem;
    width: 7px;
    height: 7px;
    background-color: #2f2b28;
    border-radius: 50%;
}

.btn_yellow {
    font-family: "Meiryo UI W53 Bold";
}

.btn_yellow.arrow {
    padding-left: 25px;
    font-size: 35px;
    position: relative;
    top: -0.3em;
}

.btn_yellow:hover {
    color: #fff;
}

.btn_yellow.arrow::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1.64rem;
    background: url('/images/jp/new/arrow.png') center no-repeat;
    background-size: contain;
    margin-left: 0.3em;
    position: relative;
    top: 2px;
}

.payment_box.reservation {
    padding-top: 4vw;
}

.payment_box .box .inner .textarea .price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.popup .popup_title {
    font-family: "Meiryo UI W53 Bold", sans-serif;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    margin: 0.8em 0;
}

.popup .desc_block {
    margin-bottom: 1.8em;
}

.popup .desc {
    font-family: "Meiryo UI W53 Regular", sans-serif;
    font-size: 24px;
    text-align: center;
}

.popup .btn_yellow {
    width: auto;
    min-width: 20px;
    font-size: 30px;
    font-weight: 500;
    border: none;
    outline: none;
    padding: 0.3em 1.8em;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.experience_payment .back {
    padding-top: 150px;
}

.payment_box .box .inner .textarea .price p {
    font-size: 40px;
}

.payment_box .box .inner .textarea .price .btn_yellow {
    font-size: 30px;
}

.sub_price_txt {
    font-size: 30px;
    color: #000;
    margin-left: 5px;
}


.apply_btn {
    position: fixed;
    left: 50%;
    overflow: hidden;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 -7px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 -7px 10px rgb(0 0 0 / 25%);
    border-radius: 45px 45px 0 0;
}
.apply_btn.sticky {
    position: absolute;
}
.apply_btn p {
    font-size: 40px;
    background: #ce0118;
    font-family: "Jua", sans-serif;
    display: block;
    color: #fff;
    padding: 10px 100px 5px 100px;
    border-radius: 45px 45px 0 0;
    min-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .apply_btn p {
        min-width: initial;
        width: 80vw;
        padding: 16px 50px 10px 50px;
        font-size: 25px;
        max-width: 600px;
    }

    .apply_btn p {
        width: 100vw;
    }
}

@media (max-width: 1000px){
    .list_wrapper .list_desc {
        font-size: 1.5rem;
    }
    .list_wrapper .list_desc::before {
        top: 0.75rem;
        left: 2px;
        width: 5px;
        height: 5px;
    }

    .payment_box .box .inner .textarea .price p {
        font-size: 3.1vw;
    }

    .payment_box .box .inner .textarea .price .btn_yellow{
        font-size: 2.3vw;
    }

    .sub_price_txt {
        font-size: 2.2vw;
    }

    .btn_yellow.arrow::after {
        width: 0.8rem;
        height: 1.64rem;
        top: 4px;
    }

}

@media (max-width: 800px) {
    html {
        font-size: 14px;
    }
    .list_wrapper .list_desc {
        font-size: 1.4rem;
    }
    .list_wrapper .list_desc::before {
        top: 0.75rem;
        left: 3px;
        width: 4px;
        height: 4px;
    }

}

@media screen and (max-width: 640px) {
    #allwrap,
    #container {
        padding-top: 0!important;
    }

    .experience_payment .back {
        padding-top: 10vh;
    }

    .payment_box .box .inner .textarea .price p {
        font-size: 7vw;
    }

    .payment_box .box .inner .textarea .price .btn_yellow {
        font-size: 5.3vw;
    }

    .sub_price_txt {
        font-size: 4.5vw;
    }

    .btn_yellow.arrow {
        position: relative;
        top: 0.8vw;
    }

    .btn_yellow.arrow::after {
        top: 0;
    }

}

@media screen and (max-width: 500px) {
    .apply_btn {
        border-radius: 30px 30px 0 0;
    }
    .apply_btn p {
        padding: 16px 20px 10px 20px;
        border-radius: 30px 30px 0 0;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .list_wrapper .list_desc {
        font-size: 10px;
        padding-left: 8px;
    }

    .list_wrapper .list_desc::before {
        top: 0.4rem;
        left: 2.469px;
        width: 2px;
        height: 2px;
    }

    .icon_reservation_price {
        max-width: 25vw;
    }

    .btn_yellow.arrow::after {
        width: 0.65rem;
        height: 1.06rem;
    }

    .popup .popup_title {
        font-size: 28px;
        margin: 0.8em 0;
    }

    .popup .desc_block {
        margin-bottom: 1.8em;
    }

    .popup .desc {
        font-size: 18px;
    }

    .popup .btn_yellow {
        font-size: 20px;
        padding: 0.3em 1.8em;
    }
}
