@charset "UTF-8";

.title{
    border-bottom: 3px solid #B8CDCC;
    padding: 0 15px 5px 15px;
}

.graphic_headspa__img{
    background-color: rgba(184, 204, 205, 0.4);
}

.graphic_headspa__img img{
    width: 236px;
    margin-top: 0;
}

.color__group{
    margin-top: 30px;
}

.color__group li:first-child{
    background-color: #523E27;
}

.color__group li:nth-child(2){
    background-color: #F8F7F5;
    color: #393736;
}

.color__group li:nth-child(3){
    background-color: #DCD0BA;
}

.color__group li:nth-child(4){
    background-color: #B5A795;
}

@media screen and (max-width:700px) {
    .graphic_headspa__img {
        margin: 30px auto 0;
    }
}