@charset "UTF-8";

/* 
photofacial
------------------------ 
*/

/* section01 */

#pf .sec01 {
    background: #dbf4fb;
}

#pf .sec01 .w_bg {
    padding: 3% 5%;
    border: 1px solid #181815;
    margin-top: 2%;
}

#pf .sec01 .w_bg h4 {
    font-size: 3rem;
    border-bottom: 4px dotted #181815;
    margin-bottom: 3%;
    padding-bottom: 1%;
}

@media screen and (max-width: 450px) {
    #pf .sec01 .w_bg h4 {
        border-bottom: 3px dotted #181815;
    }
}

#pf .sec01 .w_bg .p_txt {
    line-height: 1.5;
}

#pf .sec01 .accordion h4 {
    font-size: 2.7rem;
    color: #149ec7;
    font-weight: 700;
}

@media screen and (max-width: 749px) {
    #pf .sec01 .accordion h4 {
        font-size: 3.7vw;
    }
}

#pf .sec01 ul li img {
    margin: 0 auto;
}

#pf .sec01 details[open] .accordion_content {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0; 
        transform: translateY(-10px); 
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

#pf .sec01 .accordion_plus {
    display: inline-block;
    vertical-align: middle;
    color: #149ec7;
    line-height: 1;
    min-width: 3%;
    height: 2px;
    background-color: #149ec7;
    margin-left: 2%;
    position: relative;
    /* @include mq("sp") {
        min-width: 16px;
    } */

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
        transition: 0.3s;
    }
}

#pf .sec01 details[open] .accordion_plus::before {
    transform: rotate(0deg);
}

#pf .accordion_header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #149ec7;
    width: 85%;
    margin: 4% auto 4%;
}

#pf .accordion_content {
    padding-top: 3%;
}

@media screen and (max-width: 450px) {
    #pf .accordion_header {
        border-bottom: 1px solid #149ec7;
    }
}


/* section02 */

#pf .sec02 {
    background: #b5dff3;
    padding-bottom: 10%
}

#pf .sec02 .inner {
    padding-top: 2%;
}

/* #pf .sec02 .heading_area {
    position: relative;
    margin-bottom: 6%;
} */

/* #pf .sec02 .heading_area h3 {
    position: absolute;
    font-size: 4.3rem;
    top: 35%;
    left: 12%;
    line-height: 1.6;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}

#pf .sec02 .heading_area h3 span {
    color: #1ea9d2;
} */

#pf .sec02 .p_txt {
    line-height: 1.6;
}

#pf .sec02 .p_txt .bg_txt {
    background: #f0f9fd;
    color: #1ea9d2;
}

#pf .sec02 .img_wrap .ttl_area {
    position: relative;
}

#pf .sec02 .img_wrap .ttl_area h4 {
    position: absolute;
    top: 12%;
    left: 6%;
    font-size: 3.7rem;
    line-height: 1.5;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

#pf .sec02 .img_wrap .ttl_area h4 .bg_txt {
    background: #fff;
    padding: 0 2%;
}

#pf .sec02 .img_wrap .ttl_area h4 .txt_l {
    font-size: 8.9rem;
}

#pf .sec02 .img_wrap .ttl_area h4 .txt_m {
    font-size: 7.3rem;
    line-height: 1.3;
}

#pf .sec02 .img_wrap .ttl_area h4 .txt_s {
    font-size: 5.2rem;
}

#pf .sec02 .img_wrap .checkbox {
    position: relative;
    width: 95%;
    margin: -22% auto 0;
}

#pf .sec02 .img_wrap .checkbox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2.5%;
    left: 1%;
    background: #fff;
}

#pf .sec02 .img_wrap .checkbox .border_wrap {
    position: relative;
    padding: 7% 8% 6%;
    z-index: 1;
}

#pf .sec02 .img_wrap .checkbox .border_wrap .border {
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: 3;
}

#pf .sec02 .img_wrap .checkbox .border_wrap ul li {
    margin-bottom: 2.2%;
}

#pf .sec02 .img_wrap .checkbox .border_wrap ul l:last-child {
    margin-bottom: 0;
}

#pf .sec02 .img_wrap .checkbox .border_wrap ul li figure {
    margin-right: 2%;
    width: 8%;
}

#pf .sec02 .img_wrap .checkbox .border_wrap ul li .p_txt {
    font-size: 3.2rem;
}

#pf .sec02 .img_wrap .checkbox .border_wrap ul li .txt_s {
    font-size: 3rem;
    letter-spacing: -.01em;
}

@media screen and (max-width: 749px) {
    #pf .sec02 .img_wrap .ttl_area h4 {
        font-size: 5vw;
    }

    #pf .sec02 .img_wrap .ttl_area h4 .txt_l {
        font-size: 11.9vw;
    }
    
    #pf .sec02 .img_wrap .ttl_area h4 .txt_m {
        font-size: 9.5vw;
    }
    
    #pf .sec02 .img_wrap .ttl_area h4 .txt_s {
        font-size: 6.9vw;
    }

    #pf .sec02 .img_wrap .checkbox .border_wrap ul li .p_txt {
        font-size: 4.3vw;
    }

    #pf .sec02 .img_wrap .checkbox .border_wrap ul li .txt_s {
        font-size: 4vw;
    }
}

/* section03 */

#pf .sec03 {
    background: #dfedf1;
}

#pf .sec03 .txt_area {
    padding: 0 2%;
}

#pf .sec03 .txt_area .pk_txt {
    color: #e66a7a;
}

#pf .sec03 .img_wrap {
    position: relative;
    margin: 8% -2.5% 2% 0;
    transform: scale(1.005);
}



/* section04 */

#pf .sec04 {
    background: #d8f4f6;
}

#pf .sec04 .inner {
    padding: 6% 5% 10%;
}

#pf .sec04 .heading_wrap {
    margin-bottom: 6%;
}

#pf .sec04 .heading_wrap figure {
    max-width: 48%;
}

#pf .sec04 h3 {
    color: #606060;
    font-size: 4.3rem;
    line-height: 1.5;
    padding-left: 6%;
    letter-spacing: .1em;
}

#pf .sec04 h3 .bg_txt_half {
    background: linear-gradient(transparent 70%, #fff 30%);
}

#pf .sec04 .p_txt .bold_txt {
    color: #51b0dd;
}

#pf .sec04 .p_txt .border_txt {
    border-bottom: 1px solid #51b0dd;
}

/* section05 */

#pf .sec05 {
    background: #e1f2fa;
    margin-bottom: 6%;
}

#pf .sec05 .inner {
    padding: 6% 5%;
}

#pf .sec05 .bold_txt {
    color: #51b0dd;
    background: linear-gradient(transparent 60%, #fff 40%);
}

#pf .sec05 .bg_txt {
    background: #39b881;
    color: #fff;
    font-weight: 700;
}

#pf .sec05 .img1 {
    margin: 6% 0;
}

#pf .sec05 .btn_area {
    position: relative;
    margin: 14% 0 0;
}

#pf .sec05 .btn_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 1.5%;
    left: 1.5%;
}

#pf .sec05 .btn_area .border_area {
    border: 2px solid #39b881;
    padding: 8% 4% 24%;
    position: relative;
    z-index: 3;
}

#pf .sec05 .btn_area .border_area .ttl_area {
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

#pf .sec05 .btn_area .border_area .ttl_area h4 {
    font-size: 3.3rem;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 749px) {
    #pf .sec05 .btn_area .border_area .ttl_area h4 {
        font-size: 4.4vw;
    }
} 

#pf .sec05 .btn_area .border_area .ttl_area h4 span {
    color: #feef3c;
}

#pf .sec05 .btn_area .border_area .flex p {
    width: 75%;
}

#pf .sec05 .btn_area .border_area .flex figure {
    width: 23%;
}

#pf .sec05 .btn_area .border_area .bold_txt {
    color: #62c6d8;
}

#pf .sec05 .btn_area .btn {
    bottom: 0;
    width: 100%;
}

#pf .sec05 .btn_area a {
    transition: .4s;
}

#pf .sec05 .btn_area a:hover {
    opacity: .7;
    transition: .4s;
}

#pf .sec06 .bottom_wrap {
    margin-bottom: 6%;
}

#pf .sec06 .bottom_pk_bg {
    padding: 6% 3% 6% 7%;
}

#pf .sec06 .bottom_txt {
    width: 100%;
}

#pf .sec06 .fee_list dl {
    border: 3px solid #89cded;
}

@media screen and (max-width: 450px) {
    #pf .sec06 .fee_list dl {
        border: 2px solid #89cded;
    }
}

#pf .sec06 .fee_list dt {
    background: #d2ecf8;
}

#pf .sec06 .fee_list dt h4 {
    font-size: 3.6rem;
    padding: 2% 4%;
    text-align: center;
}

#pf .sec06 .fee_list dd .price_list {
    padding: 1% 0 1%;
    align-items: center;
    justify-content: center;
}

#pf .sec06 .fee_list dd .price_list .p_txt {
    font-size: 1.8rem;
}

#pf .sec06 .fee_list dd .border_top {
    border-top: 2px solid #89cded;
}

#pf .sec06 .fee_list dd .txt_s {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-right: 4%;
}

#pf .sec06 .fee_list dd .circle {
    background: #6bc0e8;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 3.6% 2.2%;
    border-radius: 50%;
}

#pf .sec06 .fee_list dd .circle2 {
    text-align: center;
    padding: 3.2% 2% 1.9%;
    line-height: 1.2;
    font-size: 1.9rem;
}

/* #pf .sec06 .fee_list dd .add_mr {
    margin-right: 16%;
} */

#pf .sec06 .fee_list dd .pk_txt {
    font-size: 3.8rem;
    color: #e66a7a;
}

#pf .sec06 .fee_list dd .p_txt {
    width: 55%;
    text-align: right;
}

#pf .sec06 .fee_list dd .price {
    font-size: 5.5rem;
}


/* 広告用
-------------- */
#pf_pr .sec05 .btn_area {
    position: relative;
}

#pf_pr .sec05 .btn {
    bottom: 13%;
}

/* renewal 2411 */
#pf .pk_txt {
    color: #51b0dd;
}

#pf .bottom_info .pk_txt {
    color: #4fb0dd;
}

#pf .approval .pk_txt {
    color: #4fb0dd;
}