@charset "UTF-8";

/* common */


/* top */
@media screen and (min-width: 750px) {
    #botox .top {
        background: url("../images/menu/botox/pc/botox_top_bg_pc.jpg") no-repeat center center;
        background-size: cover;
    }

    #botox .top img {
        margin: 0 auto;
    }
}

/* section02 */
@media screen and (min-width: 750px) {
    #botox .sec02 {
        background: url("../images/menu/botox/pc/sec02_bg_pc.jpg")no-repeat top center;
        background-size: cover;
    }

    #botox .sec02 .inner {
        padding: 30px 20px 60px;
    }

    #botox .sec02 .ttl_txt img {
        margin: 0 auto 50px;
        max-width: 330px;
    }

    #botox .sec02 .bg_wrap::before {
        left: 0.6%;
    }

    #botox .sec02 .bg_wrap .txt_wrap {
        padding: 55px 40px 40px;
    }

    #botox .sec02 .bg_wrap .txt_wrap .ttl_ribbon {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -34px;
        width: 570px;
    }

    #botox .sec02 .bg_wrap .txt_wrap .ribbon {
        font-size: 3.1rem;
    }

    #botox .sec02 .bg_wrap .txt_wrap .mb_4 {
        position: absolute;
        right: 1.5%;
        bottom: 0;
        width: 250px;
        z-index: 0;
        /* max-width: 27%; */
    }

    #botox .sec02 .bg_wrap .txt_wrap .mb_4 img {
        max-width: 100%;
    }

    #botox .sec02 .bg_wrap .txt_wrap .p_txt {
        font-size: 1.8rem;
        position: relative;
    }

    #botox .sec02 .bg_wrap .txt_wrap .p_txt:nth-child(4) {
        width: 73%;
    }

    #botox .sec02 .bg_wrap .txt_wrap .p_txt:nth-child(5) {
        width: 73%;
    }

    #botox .sec02 .bg_wrap .txt_wrap .mb_2 {
        margin-bottom: 40px;
    }

    #botox .sec02 .bg_wrap .txt_wrap .mb_6 {
        margin-bottom: 40px;
    }
}

/* section03 */
@media screen and (min-width: 750px) {
    #botox .sec03 h3 {
        background: url("../images/menu/botox/pc/sec3_heading_pc.png")no-repeat top center;
        width: 100%;
        height: 143px;
    }

    #botox .sec03 .inner {
        padding: 60px 20px;
    }

    #botox .sec03 ul li {
        margin-bottom: 50px;
    }

    #botox .sec03 ul li::before {
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 1.7%;
        left: .7%;
        z-index: 1;
        opacity: .7;
    }

    #botox .sec03 .border_wrap {
        padding: 60px 30px 30px 40px;
    }

    #botox .sec03 .border_wrap .list_ttl {
        top: -30px;
    }

    #botox .sec03 .border_wrap .list_ttl h4 {
        position: absolute;
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 3.1rem;
        color: #53b3e0;
    }

    #botox .sec03 .border_wrap .flex_pc {
        justify-content: space-between;
    }

    #botox .sec03 .border_wrap .flex_pc.reverse {
        flex-direction: row-reverse;
    }

    #botox .sec03 .border_wrap .flex_pc .list_img {
        width: 36%;
    }

    #botox .sec03 .border_wrap .list_img img {
        margin: 0;
        max-width: 100%;
    }

    #botox .sec03 .border_wrap .flex_pc .txt_wrap_pc {
        width: 60%;
    }

    #botox .sec03 .border_wrap .p_txt {
        line-height: 2;
    }

    #botox .sec03 .border_wrap .small_txt {
        font-size: 1.5rem;
        line-height: 2;
    }
}

@media screen and (max-width: 850px) {
    #botox .sec03 .border_wrap .flex_pc .list_img {
        width: 45%;
    }

    #botox .sec03 .border_wrap .flex_pc .txt_wrap_pc {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    #botox .sec03 .border_wrap {
        padding: 10% 4% 7%;
    }

    #botox .sec03 .border_wrap .flex_pc .list_img {
        width: 100%;
    }

    #botox .sec03 .border_wrap .flex_pc .txt_wrap_pc {
        width: 100%;
    }
}


/* section04 */
@media screen and (min-width: 750px) {
    #botox .sec04 {
        background: url("../images/menu/botox/pc/sec4_bg_pc.jpg") repeat-y center;
        margin: 0;
        padding: 0;
    }

    #botox .sec04 .pc_inner {
        padding: 60px 20px;
    }

    #botox .sec04 .txt_wrap h3 {
        font-size: 3.1rem;
        border-bottom: 2px solid #fff;
        max-width: 610px;
        margin: 0 auto 40px;
        padding-bottom: 10px;
    }

    #botox .sec04 .txt_wrap h3 .border {
        border: none;
    }

    #botox .sec04 .txt_wrap {
        background: #6abfe6;
        padding: 50px 60px;
        position: relative;
    }

    #botox .sec04 .txt_wrap figure {
        top: -10px;
        left: 36px;
        width: 125px;
    }

    #botox .sec04 .txt_wrap .p_txt {
        line-height: 2;
        font-size: 1.8rem;
        font-feature-settings: "palt";
    }
}

@media screen and (max-width: 1000px) {
    #botox .sec04 .txt_wrap figure {
        top: -5%;
        left: 16%;
        width: 14%;
    }

    #botox .sec04 h3 .sp {
        display: block;
    }

    #botox .sec04 .txt_wrap h3 {
        border-bottom: none;
    }

    #botox .sec04 .txt_wrap h3 .border {
        border-bottom: 2px solid #fff;
    }
} 

@media screen and (max-width: 750px) {
    #botox .sec04 .txt_wrap figure {
        top: -5.5%;
        left: 2%;
        width: 19%;
    }
} 


/* section05 */
@media screen and (min-width: 750px) {
    #botox .sec05 {
        margin-bottom: 60px;
    }

    #botox .sec05 h3 {
        background: url("../images/menu/botox/pc/sec5_heading_pc.png")no-repeat center center;
        width: 100%;
        height: 222px;
    }

    #botox .sec05 .inner {
        padding: 40px 70px 60px;
    }

    #botox .sec05 .inner .p_txt {
        font-size: 2.2rem;
        line-height: 2;
    }
}
        

/* section06 */
@media screen and (min-width: 750px) {
    #botox .sec06 .pc_inner {
        padding: 0 20px;
    }

    #botox .sec06 h3 .pc {
        margin-bottom: 0;
    }

    #botox .sec06 .fee_inner {
        padding: 0;
    }

    #botox .sec06 .flex_pc {
        justify-content: space-between;
    }

    #botox .sec06 .bg_area {
        width: 48.7%;
        padding: 20px 20px 20px 30px;;
    }

    #botox .sec06 .bg_area .p_txt {
        letter-spacing: 0.1rem;
    }

    #botox .sec06 .pk_bg {
        position: relative;
        padding: 30px 20px 20px;
        margin: 50px 0 30px;
        background: #e1f2fa;
    }
    
    #botox .sec06 .pk_bg h5 {
        position: absolute;
        width: 180px;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    #botox .sec06 .pk_bg .p_txt {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.6;
    }

    #botox .sec06 .unit_wrap .img_area .ribbon_ttl img {
        margin: 0 auto;
        width: 340px;
        filter: drop-shadow(5px 5px 0px #fbdbe5);
    }

    #botox .sec06 .unit_wrap .img_area .ribbon_ttl h5 {
        font-size: 3rem;
    }

    #botox .sec06 .flex_pc {
        padding: 0 0;
        justify-content: space-between;
    }

    #botox .sec06 .fee_inner .flex_pc {
        padding: 30px 0 0;
        justify-content: space-between;
    }

    #botox .sec06 .flex_pc figure {
        width: 55%;
    }

    #botox .sec06 .flex_pc ul {
        width: 45%;
    }

    #botox .sec06 .unit_list dl dt h6 {
        font-size: 2.2rem;
    }

    #botox .sec06 .unit_list .p_txt {
        line-height: 1.4;
    }

    #botox .sec06 .unit_list .p_txt .bold_txt {
        font-size: 2.7rem;
    }

    #botox .sec06 .unit_list dl dt .ttl_s {
        font-size: 2rem;
        font-feature-settings: "palt";
    }

    #botox .sec06 .fee_inner .flex_pc_unit {
        padding-bottom: 0;
    }

    #botox .sec06 .caution {
        margin-bottom: 80px;
    }

    #botox .sec06 .caution .border_area {
        padding: 20px 20px;
    }

    #botox .sec06 .caution .p_txt {
        font-size: 2rem;
    }

    #botox .sec06 .caution .caution_ttl::before {
        content: '';
        width: 30px;
    }

    #botox .sec06 .caution .caution_ttl::after {
        content: '';
        width: 30px;
    }
}