@charset "utf-8";

/* ttl
----------------------------------------------------------------------------- */
.title-bg{
    background-image:url("../images/bg_ttl.png");
}

/* map
----------------------------------------------------------------------------- */
.top-shops{
    padding:50px 0 80px;
}

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

/* map */
.shop-list-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;
}
.shop-list-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;
}
.shop-list-map-main-select button:hover,
.shop-list-map-main-select button.is-active{
    background-color:#16408c;
    color:#fff;
}
.shop-list-map-main-select button.is-center{
    top:150px;
    left:130px;
}
.shop-list-map-main-select button.is-north{
    top:25px;
    left:165px;
}
.shop-list-map-main-select button.is-east{
    right:30px;
    top:120px;
}
.shop-list-map-main-select button.is-south{
    top:320px;
    left:180px;
}
@media screen and (max-width:1000px){
    .shop-list-map-main-select{
        width:280px;
        height:280px;
        background-size:100% auto;
        margin:0 auto 20px;
    }
    .shop-list-map-main-select button{
        width:120px;
        font-size:14px;
    }
    .shop-list-map-main-select button.is-center{
        top:90px;
        left:30px;
    }
    .shop-list-map-main-select button.is-north{
        top:30px;
        left:30px;
    }
    .shop-list-map-main-select button.is-east{
        right:0px;
        top:80px;
    }
    .shop-list-map-main-select button.is-south{
        top:170px;
        left:90px;
    }
}

/* list */
.shop-list-map-list .shop-list-map-list-box:not(:first-child){
    display:none;
}
.shop-list-map-list-box{
    border:3px solid #16408c;
    margin:0 0 50px;
}
.shop-list-map-list-box-ttl{
    background-color:#16408c;
    color:#fff;
    text-align:center;
    padding:10px 0;
}
.shop-list-map-list-box-main{
    padding:20px;
}
.shop-list-map-list-box-main .list-normal li a{
    padding:5px;
}
.shop-list-map-list-box-main .list-normal li .ttl-SS{
    margin-bottom:5px;
}
.shop-list-map-list-box-main .list-normal li.is-close .ttl-SS{
    color:#a9a9a9;
}
.shop-list-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;
}

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


/* slider
----------------------------------------------------------------------------- */
.shop-slider{
    width:100%;
    overflow-x:hidden;
    background-color:#f7f7f7;
    padding:50px 0 40px;
    margin:0 0 50px;
}
.shop-slider ul{
    width: 3000px;
    left: 50%;
    margin-left: -1500px;
}
.shop-slider ul li{
    width:800px;
    height:400px;
    overflow:hidden;
    position:relative;
    outline:none !important;
}
.shop-slider li img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
    margin:0 50px;
    outline:none !important;
}
@media screen and (max-width:1000px){
    .shop-slider{
        padding:20px 0 10px;
        margin:0 0 10px;
    }
    .shop-slider ul{
        width: 100%;
        left: 0;
        margin-left:0;
    }
    .shop-slider ul li{
        width:100%;
        height:150px;
        text-align:center;
        padding:0 10px;
    }
    .shop-slider li img{
        position: relative;
        margin:0 auto;
    }
}

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

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

/* calendar
----------------------------------------------------------------------------- */

.shop-calendar{
}

.shop-calendar-month{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#16408c;
    margin:0 0 20px;
}
@media screen and (max-width:1000px){
    .shop-calendar-month{
        font-size:18px;
        margin:0 0 5px;
    }
}

/* カレンダー */
.shop-calendar-main{
    width:100%;
    font-weight:bold;
}

.shop-calendar-main thead{
    border-bottom:1px solid #16408c;
}
.shop-calendar-main th,
.shop-calendar-main td{
    text-align:center;
    vertical-align:middle;
    padding:8px;
}
/* 日曜日 */
.shop-calendar-main tr th:nth-child(1),
.shop-calendar-main tr td:nth-child(1){
    color:#e60012;
}
/* 土曜日 */
.shop-calendar-main tr th:nth-child(7),
.shop-calendar-main tr td:nth-child(7){
    color:#16408c;
}

/* 店休日 */
.shop-calendar-main td.is-close{
    color:#fff !important;
    background-image:url("/shop/images/bg_close.png");
    background-size:30px 30px;
    background-repeat:no-repeat;
    background-position:center center;
}

@media screen and (max-width:1000px){
    .shop-calendar .box-2col-R{
        padding-top:30px;
    }
}

/* map
----------------------------------------------------------------------------- */
.shop-map{
    padding-top:30px;
}
.shop-map iframe{
    width:100% !important;
}

@media screen and (max-width:1000px){
    .shop-map iframe{
        height:250px !important;
    }
}