@charset "utf-8";

.intro_area {
    text-align: center;
}

.salon_box_01 {
    text-align: center;
}

.salon_box_01 .img_area {
    text-align: center;
    margin: 0 0 2em;
}

.salon_box_01 p {
    margin: 0 0 1.4em;
}

.info_list li {
    border-bottom: dotted 1px #555;
    width: 100%;
    padding: 1.2em 0;
}

.info_list dl {
    display: flex;
    justify-content: flex-start;
    letter-spacing: 2px;
    line-height: 1.7
}

.info_list dt {
    width: 6em;
    margin: 0 1em 0 0;
}

.info_list dd {
    width: calc(100% - 6em);
}

.info_list .comment {
    text-align: center;
    padding: 2em 5%;
    border: none;
}

a.map_link {
    color: #7e9cf4;
}

.map_img {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    margin: 0 10px;
    border: solid 1px #eee;
    padding: 1%;
}

.salon_box_03 p {
    text-align: center;
}

.salon_box_03 .big {
    font-size: 120%;
}

.staff_list .list_box {}

.list_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    border: solid 1px #eee;
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
}

.imgSet {
    width: 48%;
    margin: 0 auto;
}

.staffName {
    text-align: center;
    width: 100%;
}

.staffNameE {
    display: block;
}

.staff_box h3 {
    display: none;
}

.staffComment {
    padding: 0 1em;
    letter-spacing: initial;
}

/*600px以上（タブレット使用）*/
@media screen and (min-width: 600px) {
    .salon_box_01 .box_text_img {
        flex-direction: column;
    }

    .salon_box_01 .img_area {
        width: 100%;
    }


    .salon_box_01 .text_area {
        margin: 0 auto;
        width: 85%;
    }

    .info_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info_list {
        max-width: 520px;
    }

    .info_list .comment {
        padding: 2em 0;
    }

    .staff_list .list_box {
        width: calc(100% / 2 - 2%);
    }

    .staff_list {
		justify-content:space-between;
        align-items: stretch;
    }

    .imgSet {
        height: 200px;
    }
}

/*900px以上（pc使用）*/
@media screen and (min-width: 900px) {
    .salon_box_01 .box_text_img {
        flex-direction: initial;
        align-items: center;
        margin: 0 0 3em;
        justify-content: space-between;
        position: relative;
    }

    .salon_box_01 .img_area {
        width: 30%;
        padding: 0 1% 0 0;
        text-align: right;

    }

    .salon_box_01 .text_area {
        margin: 0;
        width: 100%;
        padding: 0 3%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .salon_box_01 .text_area p {
        max-width: 500px;
        margin: 0 auto;
    }

    .salon_box_01 .box_text_img.reverse {
        flex-direction: row-reverse;
    }

    .salon_box_01 .reverse .img_area {
        text-align: left;
    }

    .salon_box_01 .reverse .text_area {
        display: flex;
        justify-content: end;
    }

    .salon_box_01 .text {
        margin: 0 0 4.5em;
    }

    .box_text_img.area_01 {
        flex-direction: column;
        align-items: center;
    }

    .text_area.area_01 {
        margin: 0 0 2em;
        width: 100%;
    }

    .salon_box_03 .box_text_img.reverse {
        flex-direction: row-reverse;
    }

    .salon_box_03 .box_text_img {
        align-items: center;
        margin: 0 0 5em;
    }

    .salon_box_03 p {
        margin: 0;
    }

    .bg_gray {
        margin: 50px 0;
    }

    .staff_list .list_box {
        width: calc(100% / 3 - 2%);
        margin: 1%;
    }
    
    .staff_list {
		justify-content: flex-start;
    }

}

/*姉妹************************************/
.branch .img_area {
    margin: 0 0 2em;
}

.branch dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px 0;
    margin: 0 0 6px;
    border-bottom: dotted 2px #ccc;
}

.branch dt {
    width: 30%;
}

.branch dd {
    width: 70%;
}

/*600px以上（タブレット使用）*/
@media screen and (min-width: 600px) {}

/*900px以上（pc使用）*/
@media screen and (min-width: 900px) {}