@charset "UTF-8";

/* common */

/* top */
@media screen and (min-width: 750px) {
    #mp .top h2 {
        background: url("../images/menu/massage-p/pc/mp_top_bg_pc.jpg")no-repeat top center;
        background-size: cover;
        padding-bottom: 0;
    }
}

/* section01 */
@media screen and (min-width: 750px) {
    #mp .sec01 {
        background: url("../images/menu/massage-p/pc/sec1_bg_pc.jpg")no-repeat top center;
        background-size: cover;
    }

    #mp .sec01 .inner {
        padding: 60px 50px 40px;
    }

    #mp .sec01 .w_bg {
        padding: 70px 50px 40px;
    }

    #mp .sec01 .w_bg h3 {
        top: -24px;
        width: 444px;
    }

    #mp .sec01 .w_bg .p_txt {
        line-height: 2;
        font-feature-settings: "palt";
        font-size: 2rem;
    }
}

/* section02 */
@media screen and (min-width: 750px) {
    #mp .sec02 {
        background: url(../images/menu/massage-p/pc/sec2_bg_pc.jpg) no-repeat;
        background-size: cover;
    }

    #mp .sec02 .mp_inner {
        padding: 50px 50px 40px;
    }

    #mp .sec02 .flex_pc {
        align-items: center;
        justify-content: space-between;
    }

    #mp .sec02 .flex_pc h3 {
        width: 60%;
        font-size: 4.4rem;
    }

    #mp .sec02 .flex_pc figure {
        width: 40%;
    }

    #mp .sec02 .txt_wrap .mb_6 {
        margin-bottom: 30px;
    }

    #mp .sec02 .txt_wrap h4 {
        font-size: 2.7rem;
        width: 80%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 1000px) {
    #mp .sec02 .flex_pc h3 {
        font-size: 4.4vw;
    }

    #mp .sec02 .txt_wrap h4 {
        font-size: 2.7vw;
    }
} 

@media screen and (max-width: 750px) {
    #mp .sec02 .flex_pc h3 {
        font-size: 5.3rem;
    }

    #mp .sec02 .txt_wrap h4 {
        font-size: 3rem;
    }
} 

/* section03 */
@media screen and (min-width: 750px) {
    #mp .sec03 {
        background-image: none;
        background-size: 48%;
    }

    #mp .sec03 .inner {
        padding: 60px 50px 40px;
        background-image: url(../images/menu/massage-p/pc/sec3_img1_pc.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 55%;
    }

    #mp .sec03 .heading_txt {
        width: 600px;
        margin: 0 auto 40px;
    }

    #mp .sec03 .heading_txt .bold_txt {
        font-size: 3.5rem;
        margin-bottom: 8px;
    }

    #mp .sec03 .heading_txt .pk_txt {
        font-size: 5rem;
    }

    #mp .sec03 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #mp .sec03 ul li {
        width: 48%;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    #mp .sec03 ul li:nth-child(5n) {
        display: flex;
    }

    #mp .sec03 ul li .p_txt {
        font-size: 2rem;
        font-feature-settings: "palt";
        line-height: 1.4;
        letter-spacing: .03em
    }
}

/* section04 */
@media screen and (min-width: 750px) {
    #mp .sec04 {
        padding: 230px 0 50px;
    }

    #mp .sec04 .heading_wrap {
        position: absolute;
        top: 6%;
        left: 50%;
        transform: translateX(-50%);
        width: 900px;
        background: url(../images/menu/massage-p/pc/sec4_img1_pc.png) no-repeat;
        background-size: cover;
        height: 237px;
    }

    #mp .sec04 .heading_wrap .txt_wrap {
        margin: 40px auto 40px;
        text-align: center;
        width: 450px;
    }

    #mp .sec04 .heading_wrap .txt_wrap .bold_txt {
        font-size: 4.1rem;
    }

    #mp .sec04 .heading_wrap .txt_wrap .pk_txt {
        font-size: 4.5rem;
    }

    #mp .sec04 .heading_wrap .txt_wrap .pk_txt .txt_s {
        font-size: 3.5rem;
    }

    #mp .sec04 .heading_wrap .txt_wrap .pk_txt::after {
        content: '';
        width: 451px;
        bottom: -65%;
        left: 50%;
        transform: translateX(-50%);
    }

    #mp .sec04 .w_bg {
        margin: 0 50px;
        padding: 50px 50px 40px;
    }

    #mp .sec04 .w_bg .p_txt {
        line-height: 2;
        font-size: 2rem;
        font-feature-settings: "palt";
    }

    #mp .sec04 .w_bg .bg_txt {
        padding: 0 0;
    }
}

/* section05 */
@media screen and (min-width: 750px) {
    #mp .sec05 {
        background: url(../images/menu/massage-p/pc/sec5_bg_pc.jpg) no-repeat top center;
        margin-bottom: 60px;
        background-size: cover;
    }

    #mp .sec05 .inner {
        padding: 60px 50px 30px;
    }

    #mp .sec05 .heading_wrap {
        padding-top: 170px;
        margin-bottom: 40px;
    }

    #mp .sec05 .heading_wrap h3 {
        font-size: 5.5rem;
    }

    #mp .sec05 .heading_wrap .shadow {
        font-size: 5.5rem;
    }

    #mp .sec05 .heading_wrap .border_txt {
        font-size: 3.4rem;
        width: 475px;
    }

    #mp .sec05 .heading_wrap .fukidashi {
        position: absolute;
        top: -15px;
        left: 230px;
        font-size: 3.1rem;
        width: 93px;
        padding: 0 .5% .5% 0;
    }

    #mp .sec05 .flex_pc {
        justify-content: space-between;
        align-items: center;
    }

    #mp .sec05 .flex_pc figure {
        width: 42%;
    }

    #mp .sec05 .flex_pc .txt_box {
        width: 50%;
        margin-bottom: 30px;
    }

    #mp .sec05 .txt_box .border_box {
        padding: 30px 40px;
    }

    #mp .sec05 .txt_box .border_box .p_txt {
        font-size: 1.8rem;
    }

    #mp .sec05 .btn_area .pk_txt {
        font-size: 2.6rem;
        width: 295px;
        padding-bottom: 25px;
    }

    #mp .sec05 .btn_area .mj_btn {
        width: 485px;
        margin: -1.2% auto 0;
    }
}

@media screen and (max-width: 1000px) {
    #mp .sec05 .heading_wrap {
        padding-top: 20%;
    }

    #mp .sec05 .heading_wrap h3 {
        font-size: 5.3vw;
    }

    #mp .sec05 .heading_wrap .shadow {
        font-size: 5.3vw;
    }

    #mp .sec05 .heading_wrap .border_txt {
        font-size: 3.4vw;
        width: 55%;
    }

    #mp .sec05 .heading_wrap .fukidashi {
        position: absolute;
        top: -10%;
        left: 26%;
        font-size: 3.1vw;
        width: 10%;
        padding: 0 .5% .5% 0;
    }
}

@media screen and (max-width: 750px) {
    #mp .sec05 .heading_wrap {
        padding-top: 42%;
    }

    #mp .sec05 .heading_wrap h3 {
        font-size: 8.8vw;
    }

    #mp .sec05 .heading_wrap .shadow {
        font-size: 8.8vw;
    }

    #mp .sec05 .heading_wrap .fukidashi {
        position: absolute;
        top: -8%;
        left: 8%;
        font-size: 3.5rem;
        width: 18%;
        padding: 0 1% 1% 0;
    }

    #mp .sec05 .heading_wrap .border_txt {
        font-size: 5.2vw;
        width: 80%;
    }
}


/* section06 */
@media screen and (min-width: 750px) {
    #mp .sec06 .fee_list {
        padding: 0 50px;
    }

    #mp .sec06 .fee_list dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #mp .sec06 .fee_list .border_area {
        margin: 20px 0 20px;
    }

    #mp .sec06 .fee_list .border_area:first-child {
        margin: 40px 0 0px;
    }


    #mp .sec06 .fee_list .border_area dt {
        font-size: 3.2rem;
        padding: 20px 0;
        width: 43%;
    }

    #mp .sec06 .fee_list .border_area dd {
        padding: 0 40px;
    }

    #mp .sec06 .fee_list .border_area dd .pk_txt {
        font-size: 4.7rem;
        font-feature-settings: "palt";
    }

    #mp .sec06 .fee_list .border_area dd .txt_s {
        font-size: 3.5rem;
        margin-right: 0;
    }

    #mp .sec06 .fee_list .border_area dd .ta-left {
        font-size: 2.5rem;
        font-feature-settings: "palt";
    }

}