@charset "UTF-8";

/* ページトップタイトル---------------- */

.img-area img{
    width: 110%;
    object-position: 0 50%;
}

/* 特徴-------------------------------- */

.point-area{
    margin-top: 75px;
}

.point-item{
    display: block;
    max-width: 445px;
    gap:0;
    position: relative;
    justify-content: flex-end;
}

.point-item img{
    max-width: 200px;
    width: 100%;
}

.point-item .img-point-4{
    position: absolute;
    left: 0;
    bottom: -150px;
}

.point-item .img-point-5{
    position: absolute;
    bottom: -150px;
    left: 25%;
}

.point-item p{
    font-size: 1.14em;
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: -82px;
}

@media screen and (max-width:999px) {

    .point-area{
        margin-top: 45px;
    }

    .point-item{
        max-width: 400px;
        width: 100%;
    }

    .point-item img{
        max-width: 200px;
    }
    
    .point-item .img-point-4{
        left: -5%;
        bottom: -120px;
    }
    
    .point-item .img-point-5{
        left: 17%;
        bottom: -120px;
    }
    
    .point-item p{
        font-size: 16px;
        right: 12%;
        bottom: -52px;
    } 
}

/* 施術の流れ------------------------ */

.flex-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
}

.flex-area .flex-block{
    width: 64.6%;
    display: flex;
    justify-content: space-between;
}

.flex-area .flex-box{
    width: 45%;
}

.flex-area .txt-area{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.flex-area .number{
    font-size: 1.07em;
    color: var(--dullpink);
}

.flex-area .number span{
    font-size: 1.42em;
    line-height: 1;
}

.flex-area .order{
    text-align: center;
    line-height: 1.3;
    font-size: 1.28em;
    color: var(--white);
    background-color: var(--dullpink);
    border-radius: 20px;
    padding: 3px 15px;
    margin-left: 5px;
}

@media screen and (max-width:999px) {
    .flex-area{
        flex-wrap: wrap;
        gap: 30px;
        justify-content:space-around;
    }

    .flex-area .flex-block{
        justify-content: space-around;
        display: flex;
        width:100%;
        gap: 30px;
        flex-wrap: wrap;
    }

    .flex-area .flex-box{
        max-width: 360px;
        width:100%;
    }

    .flex-area .txt-area{
        margin-bottom: 10px;
    }

    .flex-area .order{
        font-size: 14px;
    }
}

/* ボディメニュー---------------------------------- */

.menu-list{
    display: flex;
    justify-content: space-between;
}

.menu-list-item{
    width: 47.7%;
}

.menu-list-item-main{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #707070;
}

.menu-list-item-main p{
    font-size: 1.28em;
}

.menu-list-item-main-name{
    font-size: 1.71em !important;
}

.menu-list-item-sub{
    margin-top: 5px;
}

@media screen and (max-width:999px) {
    .menu-list{
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .menu-list-item{
        width: 100%;
    }

    .menu-list-item-main p{
        font-size: 15px;
    }
    
    .menu-list-item-main-name{
        font-size: 20px !important;
    }
}
