@charset "utf-8";

/* モーダル表示でスクロールストップ */
html {
    overflow: auto;
    height: 100%;
}
.under .mv {
    background:url(../../img/shop/pc/mv.jpg) no-repeat center;
    background-size: cover;
}

#lead {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
    #lead .secTtl {
        margin-bottom: 20px;
    }
    #lead span {
        line-height: 30px;
    }

.shopCategories {
    padding-top: 50px;
    padding-bottom: 120px;
}

    .shopCategories ul {
        /*max-width: 1200px;*/
        /*transform: translateX(120px);*/
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
        .shopCategories ul li {
            float: left;
            box-sizing: border-box;
            border: 1px solid #ccc;
            width: 20%;
            max-width: 240px;
            width: min(100%,240px);
        }
        .shopCategories ul li + li {
            margin-left: -1px;
        }
        .shopCategories ul li a {
            opacity: 1;
            transition-duration: .3s;
            transition-timing-function: ease-in-out;
        }
        .shopCategories ul li a:hover {
            opacity: .7;
        }

.shopListWrap {
    max-width: 1200px;
}

    #brilliandayspa {
        /* float: right; */
        width: 100%;
        /* max-width: 780px; */
    }
    #chanung {
        /* float: right; */
        width: 100%;
        /* max-width: 360px; */
    }

        .shopList .shop {
            float: left;
            max-width: 360px;
            width: 30%;
            margin-left: 5%;
            margin-bottom: 70px;
        }
        #brilliandayspa .shopList .shop {
            width:31%;
            /* margin-left: 7%; */
        }
        #brilliandayspa .shopList .shop:nth-child(2) {
            /* float: right; */
        }
        #chanung .shopList .shop {
           /* width: 100%;*/
            margin-left: 5%;
        }

        #wrap .shopList .shop:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }


/* shop 詳細 */
.shopDetail .company {
    line-height: 2;
    margin-bottom: 20px;
}

.shopDetail .company .area {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    background-color: #333;
    padding: 4px;
    display: inline-block;
    vertical-align: bottom;
}

.shopDetail .company .logo {
    display: inline-block;
    line-height: 1;
    height: 20px;
    vertical-align: bottom;
    margin: 0 11px;
}
#eyeflash .shopDetail .company .logo {
    height: 46px;
    position: relative;
    top: 7px;
}
#brilliandayspa .shopDetail .company .logo ,
#littleseoul .shopDetail .company .logo {
    height: 26px;
    position: relative;
    top: 1px;
}
#chanung .shopDetail .company .logo {
    height: 25px;
    position: relative;
    top: 2px;
}

.shopDetail .company .logo img {
    height: 100%;
}

.shop .figure {
    margin-bottom: 25px;
    box-sizing: border-box;
}

.shop .figure a {
    display: block;
    overflow: hidden;
    padding: 0;
    background: none;
    max-width: none;
}
.shop .figure a:not(.toLink) {
    cursor: default;
}

.shop .toLink {
    background: transparent;
}
.shop .toLink:after {
    content: none;
}

.shop .figure a img {
    position: relative;
    width: 100%;
}

.shop .figure a.toLink:hover img {
    transition-duration: .4s;
    filter: blur(4px);
}

    .blurbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,21,51,.8);
        transition-duration: .4s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    .figure:hover .blurbox {
        opacity: 1;
    }
        .blurbox .more {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: auto;
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
            letter-spacing: 3px;
            padding-bottom: 70px;
            color: #fff;
        }
            .blurbox .more span {
                font-size: 13px;
                opacity: 0;
                transition-duration: .3s;
                transition-timing-function: ease-in-out;
            }
            .blurbox .more span:nth-child(1) {
                transition-delay: .45s;
            }
            .blurbox .more span:nth-child(2) {
                transition-delay: .6s;
            }
            .blurbox .more span:nth-child(3) {
                transition-delay: .75s;
            }
            .blurbox .more span:nth-child(4) {
                transition-delay: .9s;
            }
            .figure:hover .blurbox .more span {
                opacity: 1;
            }
        .blurbox .h_line {
            width: 0%;
            height: 1px;
            margin-right: auto;
            margin-left: auto;
            background:rgba(255,255,255,.8);
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: auto;
            transform: translate(-50%, -50%);
            transition-duration: .6s;
            transition-timing-function: ease-in-out;
            transition-delay: .6s;
        }
        .figure:hover .blurbox .h_line {
            width: 30px;
        }
        .blurbox .v_line {
            width: 1px;
            height: 0px;
            margin-right: auto;
            margin-left: auto;
            background:rgba(255,255,255,.8);
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: auto;
            transform: translate(-50%, -50%);
            transition-duration: .3s;
            transition-timing-function: ease-in-out;
            transition-delay: .3s;
        }
        .figure:hover .blurbox .v_line {
            height: 30px;
        }

.shopDetail .name {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.shopDetail .station {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    position: relative;
    padding-left: 25px;
}

.shopDetail .tel {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    position: relative;
    padding-left: 25px;
}

.shopDetail .station:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 16px;
    background: url(../../img/shop/pc/icon_train.png) no-repeat top left;
    background-size: contain;
}

.shopDetail .tel:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 16px;
    background: url(../../img/shop/pc/icon_tel.png) no-repeat top left;
    background-size: contain;
}

.shopDetail .detailLink {
    font-size: 16px;
    font-weight: bold;
    color: #263866;
    line-height: 1.4;
    display: block;
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: inherit;
}

.shopDetail .detailLink:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 14px;
    background: url(../../img/shop/pc/icon_arrow.png) no-repeat top left;
    background-size: contain;
    -webkit-transition: ease-in-out .4s;
    -moz-transition: ease-in-out .4s;
    -ms-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
}

.shopDetail .detailLink:hover:before {
    left: 7px;
}


/* モーダル custom */
#shop .remodal-overlay {
    background: rgba(38,56,102,.9);
    background: -moz-linear-gradient(left, rgba(38,56,102,.9) 0%, rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(left, rgba(38,56,102,.9) 0%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to right, rgba(38,56,102,.9) 0%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263866', endColorstr='#000000',GradientType=1 );
}
#shop .remodal-wrapper {
    padding: 0;
}
#shop .remodal {
    padding: 0;
    max-width: none;
    margin: auto;
    background: transparent;
}
    #shop .remodal iframe {
        width: 100vw;
        height: 100vh;
    }
    #shop .remodal iframe.loading {
        background: url(../../img/common/pc/loading.svg) center 40% no-repeat;
    }

#shop .remodal-close {
    top: 2%;
    right: 2%;
    width: 60px;
    height: 60px;
}
#shop .remodal-close:before {
    font-size: 40px;
    line-height: 60px;
    width: 60px;
}

@media screen and (max-width:1260px) {
    .shopCategories ul {
        /*margin-left: 12%;*/
        /*transform: translateX(0);*/
    }
}

@media screen and (max-width:768px) {

    #lead {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .areamap {
        width: 120%;
        margin-left: -10%;
    }

    .shopCategories {
        padding-bottom: 120px;
    }
    .shopCategories ul {
        display: block;
        max-width: 80vw;
    }
    .shopCategories ul li {
        width: 49%;
        max-width: none;
    }

    .shopCategories ul li:nth-child(odd) {
        clear: both;
        margin-left: 0;
    }

    .shopCategories ul li:nth-child(n+3) {
        margin-top: -1px;
    }

    #brilliandayspa,
    #chanung {
        float: none;
        width: auto;
        max-width: none;
    }

    .contents .contTtl {
        font-size: 26px;
    }

    .shopList .shop,
    #brilliandayspa .shopList .shop:nth-child(2){
        float: none;
        width: 100%;
        margin: 0 auto 50px;
        height: auto !important;
    }

    #wrap .shopList .shop:nth-child(3n+1) {
        margin-left: auto;
    }
    #brilliandayspa .shopList .shop,
    #chanung .shopList .shop {
        width: auto;
    }

    .shop .figure img {
        width: 100%;
    }
    
    .shopListWrap .shop.listLeft {
        margin: 0 auto 50px;
    }

    #shop .remodal-close {
        position: absolute;
        top: 3vw;
        right: 3vw;
        width: 12vw;
        height: 12vw;
        margin: 0 auto;
    }
    #shop .remodal-close:before {
        font-size: 12vw;
        line-height: 12vw;
        width: 12vw;
    }

}