.bg_base_top {
	height: 100%;
}

.staff_contents_show {
    display: flex;
    flex-wrap: wrap;
}

.staff_thumbnail_show {
    width: 20vw;
    margin-left: 30px;
    margin-right: 30px;
}

.stylist_name {
    white-space: nowrap;
    margin: auto;
}

.stylist_contents {
    margin-left: 30px;
    margin-right: 30px;
}

.stylist_contents_bold {
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(165, 42, 42, 1);
}

.stylist_table_title {
    white-space: nowrap;
}

/**
スマホ対応
*/
@media screen and (max-width: 428px){
    .staff_thumbnail_show {
        order: 2;
        width: auto;
    }

    .stylist_name {
        order: 1;
        margin: auto;
    }

    .stylist_table_title {
        white-space: normal;
        width: 40vw;
    }

    .stylist_contents {
        order: 3;
        font-size: 0.8rem;
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .staff_contents_show {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
