@charset "UTF-8";


/*============================
	s-contents 
============================*/
.s-contents {
    padding: 100px 0 150px;
}

.s-pnav {
    padding-bottom: 90px;
}

.spn__btn {
    width: 247px;
    height: 83px;
    background: #EEECE5;
    margin-right: 20px;
    position: relative;
    transition: .3s ease-out;
}

.spn__btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #eeece5 transparent transparent transparent;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    transition: .3s ease-out;
}

.spn__btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.spn__btn .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.spn__btn .font-en {
    display: block;
    font-size: 1.2rem;
    text-align: center;
}

.spn__btn:hover {
    background: #DDD9CC;
    transform: translate(0, 5px);
}

.spn__btn:hover a {
    opacity: 1;
}

.spn__btn:hover::before {
    border-color: #DDD9CC transparent transparent transparent;
}


.se__ttl {
    margin-bottom: 70px;
}


/* swiper */
.sc__swiper-area {
    padding: 0 100px;
}

.sc__item .salon-button-prev,
.sc__item .salon-button-prev02,
.sc__item .salon-button-prev03,
.sc__item .salon-button-prev04 {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin: 0;
    transform: translate(0, -50%);
    cursor: pointer;

}

.sc__item .salon-button-next,
.sc__item .salon-button-next02,
.sc__item .salon-button-next03,
.sc__item .salon-button-next04 {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    margin: 0;
    transform: translate(0, -50%);
    cursor: pointer;
}

.sc__item .salon-button-prev:after,
.sc__item .salon-button-next:after,
.sc__item .salon-button-prev02:after,
.sc__item .salon-button-next02:after,
.sc__item .salon-button-prev03:after,
.sc__item .salon-button-next03:after,
.sc__item .salon-button-prev04:after,
.sc__item .salon-button-next04:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc__item .salon-button-prev:after,
.sc__item .salon-button-prev02:after,
.sc__item .salon-button-prev03:after,
.sc__item .salon-button-prev04:after {
    background: url(../img/cmn/sw_arw_next.png) no-repeat center center/contain;
}

.sc__item .salon-button-next:after,
.sc__item .salon-button-next02:after,
.sc__item .salon-button-next03:after,
.sc__item .salon-button-next04:after {
    background: url(../img/cmn/sw_arw_prv.png) no-repeat center center/contain;
}

.sc__swiper-area .sc__item {
    margin: 0;
}

/* thumbnail */
.sc__thmbbox {
    background-color: #F5F4F0;
    padding: 15px 5%;
    max-width: 864px;
    margin: 0 auto 80px;
}

.sc__thumb-item {
    cursor: pointer;
}

.sc__thmbbox  .swiper-slide.swiper-slide-thumb-active {
    opacity: .5;
}


.sci__txt {
    max-width: 640px;
    margin: 0 auto 80px;
}

.sci__infobox {
    max-width: 864px;
    margin: 0 auto 80px;
    background: #F5F4F0;
}

.sci__infowarp {
    width: 50%;
    padding: 30px 5%;
}

.sci__mapwarp {
    width: 50%;
}

.sci__mapwarp iframe {
    width: 100%;
    height: 100%;
}

.sci__info {
    font-size: 1.4rem;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
}
.salon__page .sc__item {
    padding-top: 60px;
    margin-top: -60px;
}

@media screen and (max-width:1024px) {
    .s-contents {
        padding: 80px 0 100px;
    }

    .s-pnav {
        padding-bottom: 60px;
    }

    .spn__btn {
        width: 247px;
        height: 83px;
        margin-right: 20px;
    }

    .spn__btn::before {
        border-width: 15px 10px 0 10px;
        bottom: -14px;
    }

    .spn__btn .txt {
        font-size: 1.6rem;
    }

    .spn__btn .font-en {
        font-size: 1.2rem;
    }


    .se__ttl {
        margin-bottom: 50px;
    }

    /* swiper */
    .sc__swiper-area {
        padding: 0 60px;
    }

    .sc__item .salon-button-prev,
    .sc__item .salon-button-prev02,
    .sc__item .salon-button-prev03,
    .sc__item .salon-button-prev04 {
        right: 3%;
        top: 50%;
    }

    .sc__item .salon-button-next,
    .sc__item .salon-button-next02,
    .sc__item .salon-button-next03,
    .sc__item .salon-button-next04 {
        left: 3%;
        top: 50%;
    }

    .sc__item .salon-button-prev:after,
    .sc__item .salon-button-next:after,
    .sc__item .salon-button-prev02:after,
    .sc__item .salon-button-next02:after,
    .sc__item .salon-button-pre03v:after,
    .sc__item .salon-button-next03:after,
    .sc__item .salon-button-prev04:after,
    .sc__item .salon-button-next04:after {
        width: 50px;
        height: 50px;
    }


    /* thumbnail */
    .sc__thmbbox {

        padding: 10px 5%;
        margin: 0 60px 60px;
    }

    .sci__txt {
        margin: 0 60px 60px;
    }

    .sci__infobox {
        margin: 0 60px 80px;
    }

    .sci__infowarp {
        width: 50%;
        padding: 30px 5%;
    }

    .sci__mapwarp {
        width: 50%;
    }

    .sci__info {
        font-size: 1.4rem;
        margin: 0 auto;
    }

}

@media screen and (max-width:767px) {
    .s-contents {
        padding: 60px 0 80px;
    }

    .s-pnav {
        padding-bottom: 60px;
    }

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

    .spn__btn {
        width: 48%;
        height: 60px;
        margin: 0 auto 20px 0;
    }

    .spn__btn::before {
        border-width: 10px 5px 0 5px;
        bottom: -9px;
    }

    .spn__btn .txt {
        font-size: 1.4rem;
        line-height: 1;
    }

    .spn__btn .font-en {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 5px;
    }


    .se__ttl {
        margin-bottom: 50px;
    }

    .sc__item {
        margin-bottom: 60px;
    }

    .sc__item:last-child {
        margin-bottom: 0;
    }

    /* swiper */
    .sc__swiper-area {
        padding: 0;
    }

    .sc__item .salon-button-prev,
    .sc__item .salon-button-prev02,
    .sc__item .salon-button-prev03,
    .sc__item .salon-button-prev04 {
        right: 1%;
        top: 50%;
        z-index: 99;
    }

    .sc__item .salon-button-next,
    .sc__item .salon-button-next02,
    .sc__item .salon-button-next03,
    .sc__item .salon-button-next04 {
        left: 1%;
        top: 50%;
        z-index: 99;
    }

    .sc__item .salon-button-prev:after,
    .sc__item .salon-button-next:after,
    .sc__item .salon-button-prev02:after,
    .sc__item .salon-button-next02:after,
    .sc__item .salon-button-prev03:after,
    .sc__item .salon-button-next03:after,
    .sc__item .salon-button-prev04:after,
    .sc__item .salon-button-next04:after {
        width: 35px;
        height: 35px;
    }

    .sc__swiper-area .sc__item {
        margin: 0;
    }

    /* thumbnail */
    .sc__thmbbox {
        padding: 10px;
        margin: 0 0 40px;
    }

    .sci__txt {
        margin: 0 0 40px;
        text-align: left;
    }

    .sci__infobox {
        height: auto;
        margin: 0 auto;
    }

    .sci__infowarp {
        width: 100%;
        padding: 20px 5%;
    }

    .sci__mapwarp {
        width: 100%;
        height: 200px;
    }

    .sci__info {
        font-size: 1.4rem;
        margin: 0 auto;
        width: 100%;
    }
}