@charset "utf-8";
.mens_sp-navItem_ul{
    background: #FCF4FF;
}
.backimg{
    background-image: url(../img/ladies.jpg);
}
/* カット */
.perm-color-singleitem_block{
    margin: auto;
}
dt span, dd span{
    font-weight: 100;
}
.perm-color-singleitem_block dl div{
    justify-content: space-between;
    align-items: flex-start;
}
/* morning */
.sun{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #765B26;
}
.sun::before{
    display: none;
}
.sun::after{
    display: none;
}
.sun span{
    width: 32px;
}
.morning .singleitem{
    width: 35%;
}
.morning .singleitem dl{
    padding: 20px 0px;
    justify-content: space-between;
}
/* women-shaving */
.women-shaving-txtgroup{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.women-shaving-txtgroup div{
    width: 30%;
    text-align: center;
}
.women-shaving-txtgroup div h3{
    color: #707070;
    text-align: center;
    margin-bottom: 10px;
}
.three-kinds_cut h3{
    color: #765B26;
}
.three-kinds_cut{
    flex-wrap: wrap;
    justify-content: space-around;
}
.three-kinds_cut_block{
    width: 40%;
    margin-bottom: 20px;
}
.space_secound{
    padding: 0;
}
/* bridal-shaving */
.bridal-shaving-attentiontxt{
    margin: 30px auto;
}
.bridal-shaving-attentiontxt p{
    color: #CC2A2A;
}
.bridal-shaving-attention h3{
    margin-left: 25px;
    margin-bottom: 5px;
    color: #9B6833;
    position: relative;
}
.bridal-shaving-attention h3::before{
    content: "";
    background-image: url(../img/attention.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 22px;
    position: absolute;
    top: -5px;
    left: -25px;
}
.bridal-shaving-attention ul{
    margin-left: 20px;
}
.bridal-shaving-attention ul li,
.therapy ul li{
    font-size: 1.4rem;
    font-weight: 900;
    list-style: circle;
    color: #707070;
}
.bridal-shaving .three-kinds_cut .three-kinds_cut_block{
    width: 33%;
}
.bridal-shaving .three-kinds_cut .three-kinds_cut_block span{
    font-weight: 900;
}
/* therapy */
.therapy-effect{
    text-align: center;
}
.therapy ul{
    width: 50%;
    margin: auto;
    padding: 40px;
    background: url(../img/kumo.png) no-repeat;
    background-size: contain;
}
.therapy ul li{
    width: 200px;
    margin: auto;
}
.unwantedhair_price{
    height: 200px;
}
.unwantedhair_price_1st p{
    width: 300px;
    margin: 10px auto;
}
.unwantedhair_price{
    margin: 0 ;
}
.unwantedhair_price dl div{
    justify-content: space-between;
}
@media screen and (max-width: 1000px){
    .morning .singleitem{
        width: 100%;
    }
    .sun{
        margin: 0;
    }
    .women-shaving-txtgroup{
        display: block;
    }
    .women-shaving-txtgroup div{
        width: 100%;
        margin-bottom: 30px;
    }
    .three-kinds_cut_block{
        width: 100%;
    }
    .therapy ul{
        width: 41%;
        background: url(../img/kumosp.png) no-repeat;
        background-size: contain;
        padding: 60px;
        padding-top: 40px;
    }
    .bridal-shaving .three-kinds_cut .three-kinds_cut_block{
        width: 100%;
    }
    .unwantedhair_price{
        height: auto;
        margin-bottom: 20px;
    }
    .three-kinds_cut p{
        margin: auto;
    }
    .three-kinds_cut{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .therapy ul{
        padding: 80px;
        padding-top: 35px;
    }
}