.areaHair {
    padding-bottom: 90px;
}

.areaHair .inner{
    width: 1100px;
}

.areaHair .pageTitle{
    margin-bottom: 40px;
}

.areaHair .hairDetail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    overflow: hidden;
}

.areaHair .hairDetail .hairPhoto {
    width: 55.1%;
}

.areaHair .hairDetail .hairPhoto img {
    width: 551px;
    height: 401px;
    object-fit: cover;
    object-position: center;
}

.areaHair .hairDetail .hairContent {
    width: 41.9%;
    margin-top: -2px;
}

.areaHair .hairDetail .hairContent .stylist {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 118px;
}

.areaHair .hairDetail .hairContent .stylist li {
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.areaHair .hairDetail .hairContent .morePhotos {
    display: flex;
}

.slick-prev,
.slick-next {
    display: none;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto {
    width: 195px;
    margin-right: 30px;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto a {
    position: relative;
    display: block;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/style-detail/hair-bcr.jpg) no-repeat center center/cover;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto a:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/style-detail/icon-plus.svg) no-repeat center center/cover;
    width: 30px;
    height: 30px;
}

.areaHair .hairDetail .hairContent .morePhotos .otherPhoto:last-child {
    margin-right: 0;
}

.areaHair .allStyle {
    text-align: right;
}

.areaHair .allStyle a {
    position: relative;
    display: inline-block;
    letter-spacing: 2.7px;
    padding-right: 18px;
}

.areaHair .allStyle a:before {
    content: "＞";
    position: absolute;
    top: 0;
    right: -4px;
    transition: all .3s;
}

.areaHair .allStyle a:hover {
    text-decoration: underline;
}

.reservation {
    width: 350px;
    margin: 0 auto 199px;
    text-align: center;
}

.reservation a {
    display: inline-block;
    width: 100%;
    color: #808080;
    padding: 20px 0px 18px;
    background-color: #d8e1d6;
    border: none;
    letter-spacing: 2.5px;
    transition: all 350ms linear;
}

@media( min-width: 769px ){
    .reservation a:hover{
        background-color: #41a447;
        color: #fff;
        opacity: 1;
    }
}

@media(max-width: 1200px){
    .areaHair .inner{
        width: 100%;
    }
}

@media(max-width: 1080px) and (min-width: 769px) {
    .areaHair .hairDetail .hairContent .morePhotos .otherPhoto {
        margin-right: 15px;
    }
}

@media(max-width: 1050px) and (min-width: 769px) {
    .areaHair .hairDetail .hairContent .stylist {
        margin-bottom: 10.9vw;
    }

    .areaHair .hairDetail .hairPhoto img {
        width: 50vw;
        height: 37.6vw;
    }
}

@media(max-width: 950px) and (min-width: 769px) {
    .areaHair .hairDetail .hairContent .stylist {
        margin-bottom: 8.8vw;
    }
}

@media(max-width: 768px) {

    .areaHair {
        padding-bottom: 60px;
    }

    .areaHair .hairDetail {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .areaHair .hairDetail .hairPhoto {
        width: 100%;
        margin-bottom: 1.8vw;
    }

    .areaHair .hairDetail .hairContent {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 0;
    }

    .areaHair .hairDetail .hairContent .morePhotos .otherPhoto {
        width: 49%;
        margin: 0 0.9vw;
    }

    .areaHair .hairDetail .hairContent .morePhotos {
        display: block;
        /*justify-content: space-between;*/
        margin-bottom: 25px;
    }

    .areaHair .hairDetail .hairContent .stylist {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .areaHair .hairDetail .hairPhoto img {
        width: 100%;
        height: 66.8vw;
    }

    .reservation {
        width: 300px;
        margin: 0 auto 60px;
        text-align: center;
    }

}