@charset "utf-8";@charset "utf-8";

.stylist-column {
    font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    padding-bottom: 15px;
    font-size: 18px;
}
.banner-title {
    font-size: 20px;
}

.collection-text {
    font-size: 24px;
}

.item-img {
    margin-bottom: -30px;
}

.apply-for-styling {
    margin: 3% 33%;
    padding: 2rem;
}

.stylist-name {
    font-size: 18px;
}

.sp-br-1 {
    display: none;
}
.sp-br-2 {
    display: none;
}
.sp-br-3 {
    display: block;
}

.oshida-img {
    width: 163%;
}
.aya-img {
    width: 80%;
}
.hiromi-img {
    width: 46%;
}
.ritsuko-img {
    width: 97%;
}

@media only screen and (max-width: 960px) {
    .apply-for-styling {
        margin: 3% 13%;
    }

    .collection-text {
        font-size: 18px;
        margin-bottom: 3%;
    }

    .item-img {
        margin-bottom: 0;
    }
    

    .stylist-column {
        font-size: 16px;
    }

    .sp-br-1 {
        display: block;
    }
    .sp-br-2 {
        display: none;
    }
    .sp-br-3 {
        display: none;
    }

    .oshida-img {
        width: 100%;
    }
    .aya-img {
        width: 100%;
    }
    .hiromi-img {
        width: 100%;
    }
    .ritsuko-img {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .apply-for-styling {
        margin: 3% 0%;
    }

    .stylist-column {
        font-size: 14px;
    }

    .stylist-column {
        line-height: 1.5rem;
    }

    .sp-br-1 {
        display: block;
    }
    .sp-br-2 {
        display: block;
    }
    .sp-br-3 {
        display: none;
    }
}