@charset "utf-8";

/* MV
----------------------------------------------------------------------------- */
.top-mv{
    width:100%;
    overflow:hidden;
    z-index:-1;
}
.top-mv .slick-list{
    width: 3000px;
    left: 50%;
    margin-left: -1500px;
}
.top-mv ul li{
    position:relative;
}
.top-mv ul li a{
    display:block;
}
.top-mv ul li .top-mv-img-bnr{
    position:absolute;
    left:30px;
    bottom:30px;
}

.top-mv .slick-slide{
    width:1000px;
    height:600px;
}
.top-mv .slick-slide:not(.slick-center){
    position:relative;
    overflow:hidden;
}
.top-mv .slick-slide:not(.slick-center) .top-mv-img{
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width:1006px;
    height:606px;
    top:-3px;
    left:-3px;
    position:absolute;
    opacity:0.5;
}

/* dots */
.top-mv .slick-dots{
    margin:20px auto 0 !important;
    text-align:center;
}
.top-mv .slick-dots li{
    width:80px !important;
    height:5px !important;
    display:inline-block;
    margin:0 15px;
}
.top-mv .slick-dots li button{
    display:block;
    background-color:#eee;
    width:80px;
    height:5px;
    border:none;
    color:transparent;
    overflow:hidden;
    padding-top:5px;
}
.top-mv .slick-dots li.slick-active button{
    background-color:#16408c;
}

@media screen and (max-width:1000px){
    .top-mv .slick-dots{
        margin:20px auto 0 !important;
        text-align:center;
    }
    .top-mv .slick-dots li{
        width:50px !important;
        margin:0 5px;
    }
    .top-mv .slick-dots li button{
        width:50px;
        padding-top:5px;
    }
}

@media screen and (max-width:1000px){
    .top-mv .slick-list{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .top-mv ul li .top-mv-img-bnr{
        position:absolute;
        left:0;
        bottom:10px;
        width:100%;
        text-align:center;
        padding:0 10px;
    }
    .top-mv .slick-slide{
        width:100%;
        height:auto;
    }
    .top-mv .slick-slide .top-mv-img{
        width:100%;
        height:auto;
    }
    .top-mv .slick-slide:not(.slick-center){
        position:relative;
        overflow:hidden;
    }
    .top-mv .slick-slide:not(.slick-center) .top-mv-img{
        -webkit-filter: blur(0);
        filter: blur(0);
        width:100%;
        height:auto;
        top:0;
        left:0;
        position:relative;
        opacity:1;
    }
}


/* MENU
----------------------------------------------------------------------------- */
.top-menu{
    padding:50px 0;
}

.top-menu-link{
    
}
.top-menu-link li{
    display:inline-block;
    margin:0 30px 50px 0;
    float:left;
    width:485px;
}
.top-menu-link li:nth-child(2n){
    margin-right:0;
}
.top-menu-link li a{
    display:block;
    text-decoration:none;
    position:relative;
    text-align:center;
    height:120px;
}
.top-menu-link li a p{
    border-radius:5px;
    overflow:hidden;
    height:120px;
    position:relative;
}
.top-menu-link li a p img{
    width:100%;
    height:auto;

}
.top-menu-link li a span{
    position:absolute;
    left:111px;
    bottom:-20px;
}
.top-menu-link li a:hover .btn-main{
    background-position:left 97% center,right center;
}

@media screen and (max-width:1000px){
    .top-menu{
        padding:30px 0;
    }

    .top-menu-link li{
        display:block;
        margin:0 0 40px;
        float:none;
        width:100%;
    }
    .top-menu-link li a{
        width:300px;
        margin:0 auto;
        height:100px;
    }
    .top-menu-link li a p{
        height:100px;
    }
    .top-menu-link li a span{
        left:0;
    }
}

/* NEWS
----------------------------------------------------------------------------- */
.top-news{
    background-color:#f7f7f7;
    padding:50px 0;
}
@media screen and (max-width:1000px){
    .top-news{
        padding:25px 0;
    }
}

/* bnr */
.top-news-bnr{
    margin:0 0 30px;
}
.top-news-bnr li{
    margin-bottom:10px;
}

/* list */
.top-news-list li a{
    display:block;
    margin:0 0 15px;
    text-decoration:none;
    color:#333;
}

@media screen and (max-width:1000px){
    .top-news-list{
        margin:0 0 20px;
        padding:0 10px;
    }
    .top-news-list li a{
        margin:0;
        text-decoration:none;
        color:#333;
        border-bottom:1px solid #fff;
        padding:15px;
    }
    .top-news-bnr li{
        text-align:center;
    }
}

/* HOW TO CARE
----------------------------------------------------------------------------- */
.top-care{
    padding:50px 0;
    background-image:url("/top/images/bg_care.png");
    background-repeat:no-repeat;
    background-size:cover;
}

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

/* SHOPS
----------------------------------------------------------------------------- */
.top-shops{
    padding-top:50px;
}

.top-shops-map{
    display:table;
    width:100%;
}
.top-shops-map-main,
.top-shops-map-list{
    display:table-cell;
    width:50%;
    vertical-align:top;
}
.top-shops-map-list{
    padding-top:4px;
}
@media screen and (max-width:1000px){
    .top-shops-map{
        display:block;
    }
    .top-shops-map-main,
    .top-shops-map-list{
        display:block;
        width:100%;
        vertical-align:top;
    }
    .top-shops-map-list{
        padding-top:4px;
    }
}

/* map */
.top-shops-map-main-select{
    width:100%;
    height:458px;
    background-image:url("/top/images/bg_map.png");
    background-position:center top;
    background-repeat:no-repeat;
    margin:0 0 40px;
    position:relative;
}
.top-shops-map-main-select button{
    width:150px;
    height:40px;
    border-radius:20px;
    border:2px solid #16408c;
    display:inline-block;
    text-align:center;
    font-family:inherit;
    background-color:#fff;
    font-size:15px;
    position:absolute;
}
.top-shops-map-main-select button:hover,
.top-shops-map-main-select button.is-active{
    background-color:#16408c;
    color:#fff;
}
.top-shops-map-main-select button.is-center{
    top:150px;
    left:130px;
}
.top-shops-map-main-select button.is-north{
    top:25px;
    left:165px;
}
.top-shops-map-main-select button.is-east{
    right:30px;
    top:120px;
}
.top-shops-map-main-select button.is-south{
    top:320px;
    left:180px;
}
@media screen and (max-width:1000px){
    .top-shops-map-main-select{
        width:280px;
        height:280px;
        background-size:100% auto;
        margin:0 auto 20px;
    }
    .top-shops-map-main-select button{
        width:120px;
        font-size:14px;
    }
    .top-shops-map-main-select button.is-center{
        top:90px;
        left:30px;
    }
    .top-shops-map-main-select button.is-north{
        top:30px;
        left:30px;
    }
    .top-shops-map-main-select button.is-east{
        right:0px;
        top:80px;
    }
    .top-shops-map-main-select button.is-south{
        top:170px;
        left:90px;
    }
}

/* list */
.top-shops-map-list .top-shops-map-list-box:not(:first-child){
    display:none;
}
.top-shops-map-list-box{
    border:3px solid #16408c;
}
.top-shops-map-list-box-ttl{
    background-color:#16408c;
    color:#fff;
    text-align:center;
    padding:10px 0;
}
.top-shops-map-list-box-main{
    padding:20px;
}
.top-shops-map-list-box-main .list-normal li a{
    padding:5px;
}
.top-shops-map-list-box-main .list-normal li .ttl-SS{
    margin-bottom:5px;
}
.top-shops-map-list-box-main .list-normal li.is-close .ttl-SS{
    color:#a9a9a9;
}
.top-shops-map-list-box-main .list-normal li.is-close .ttl-SS::after{
    content:"本日は店休日です";
    font-size:13px;
    color:#fff;
    background-color:#f29c9f;
    display:inline-block;
    padding:1px 10px;
    margin-left:10px;
    vertical-align:middle;
    border-radius:30px;
}

.link-img-M li a .list-highschool-img {
    left: 0;
    top:0;
}

.link-img-M li.list-highschool a img {
    margin-top: 0;
    vertical-align: top;
    border-radius: 5px;
}

@media screen and (max-width:1000px){
    .link-img-M li.list-highschool a .list-highschool-img{
         overflow: hidden;
         display: block;
         max-height: 100px;
         top:-1px;
         border-radius: 5px;
    }
    
    .link-img-M li.list-highschool a img {
         width: 100%;
         height:auto;
	margin-top:-30px;
    }
}