@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/
.thumb_slider{
  display: none;
}
.thumb_slider.slick-initialized{
  display: block;
}
.thumb_slider .slick-prev,
.thumb_slider .slick-next{
    z-index: 1;
    width: 40px;
    height: 40px;
}
.thumb_slider .slick-prev{
    left: 25px;
}
.thumb_slider .slick-next{
    right: 25px;
}
.thumb_slider .slick-prev::before,
.thumb_slider .slick-next::before{
    display: block;
    content: ''!important;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
}
.thumb_slider .slick-prev::before{
    border-color: transparent transparent #000 #000;
}
.thumb_slider .slick-next::before{
    border-color: #000 #000 transparent transparent;
}

#gnav{
	display: none;
}
.txt_center{
	text-align: center;
}
.mv_under{
	padding: 15px 0;
	margin: 15px 0;
	border-bottom: 1px dashed #000;
}
.owabi {
	text-align: center;
}
.owabi a {text-decoration: underline!important;}

.fukkou{
    margin: 30px auto 15px;
    padding: 20px 10px;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
}

/* ▼ sliderl */
.slider{
	width: 100%;
    margin-bottom: 50px;
	}
.slider_inner{
	margin:0 auto;
	width:100%;
	font-size: 0;
	}
.slider .thumb_slider {
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
	font-size: 0;
	}
.slider .thumb_slider li{
    padding: 0 7px;
}
.slider .thumb_slider .slick-dots{
    left: 0;
    bottom: -35px;
}
.slider .slick-vertical .slick-slide{
	border: 0px none!important;
	}
.slider_inner .thumb_slider .slick-slide img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	}

.slider_inner .thumb {
	float: right;
	width: 25.3%;
	height: auto;
	position: relative!important;
	overflow: hidden;
	}
.slider .slick-initialized .slick-slide {
	 overflow:hidden;
	 }
.slider .slick-list,.slick-track {
	overflow:visible !important;
	padding: 0!important;
	}
.thumb .slick-list.draggable{
	padding: 12vw 0!important;
	}


/* ▼ MIO Club 会員様 限定コンテンツ */
#limited_area{
	background: #4D4747;
	}
	#limited_area p{
		color: #fff;
		float: left;
		margin-top: 20px;
		margin-right: 40px;
		}
	#limited_area ul.limited_list {
		list-style-type: none;
		text-align: justify;
		text-justify: distribute-all-lines;
		font-size: 0;
		padding: 10px 0;
		}
	#limited_area ul.limited_list:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		}
	#limited_area ul.limited_list li {
		background: #fff;
		border-radius: 3px;
		display: inline-block;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 168px;
		}
	#limited_area ul.limited_list a{
		display: block;
		text-align: center;
		}

/* ▼  sub_nav */
#sub_nav {
    display: grid;
    grid-template-columns: repeat(9,1fr);
}
#sub_nav a{
    display: block;
    height: 100%;
    padding: 30px 0 10px;
    line-height: 1.2;
}

#sub_nav a.active{
    background: #B1A9A9;
    color: #FFF;
}
#sub_nav a.active svg{
    fill:#FFF;
}
#sub_nav .sub_nav_img{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 42px;
    margin-bottom: 15px;
    text-align: center;
}
#sub_nav figcaption{
    display: block;
    min-height: 2.4em;
    font-size: 15px;
    text-align: center;
}

/* タブ */
.info_tab_wrap{
    text-align: center;
    background: #FAF7F7;
    overflow: hidden;
	}
	.info_tab_area{
		display:inline-block;
		font-size: 0;
		}
	.info_tab_area li{
		display:inline-block;
		text-align:center;
		font-size:14px;
	    line-height: 36px;
		cursor:pointer;
		transition:ease 0.2s opacity;
		text-indent: 1em;
		}
	.info_tab_area li a{
		display: block;
		text-align: center;
		padding: 10px 40px;
		position: relative;
		}

	.info_tab_area li:not(:last-child) a:after{
		content: "";
		border-right: 1px dotted #999;
		position: absolute;
		top: auto;
		right: 0;
		height: 35px;
		}
		.info_tab_area li a:before{
			content: "";
			background: url(../img/top/icon_01.png) no-repeat center/100%;
			width: 20px;
			height: 20px;
			position: absolute;
			top: 18px;
			left: 20px;
			}
		.info_tab_area li.info_tab2 a:before{
			background: url(../img/top/icon_04.png) no-repeat center/100%;
			height: 22px;
			top: 16px;
			}
		.info_tab_area li.info_tab3 a:before{
			background: url(../img/top/icon_02.png) no-repeat center/100%;
			}
		.info_tab_area li.info_tab4 a:before{
			background: url(../img/top/icon_03.png) no-repeat center/100%;
			width: 13px;
			height: 20px;
			left: 30px;
			}
		.info_tab_area li.info_tab5 a:before{
			background: url(../img/top/icon_05.png) no-repeat center/100%;
			height: 22px;
			}
		.info_tab_area li.info_tab6 a:before{
			background: url(../img/top/icon_06.png) no-repeat center/100%;
			width: 20px;
			height: 20px;
			}
		.info_tab_area li.info_tab7 a:before{
			background: url(../img/top/icon_07.png) no-repeat center/100%;
			hwidth: 20px;
			height: 20px;
			}


.info_tab_inner{
	display:none;
    text-align: center;
	padding: 50px 0;
	border: 5px solid #B1A9A9;
	background: #fff;
	}

	/* 営業時間 */
	#inner1 table{
		border: 1px solid #000;
		margin-bottom: 40px;
		width: 100%;
		font-size: 18px;
		}
		#inner1 table th{
			border-right: 1px solid #000;
			font-weight: normal;
			width: 10%;
			padding: 20px;
			text-align: center;
			vertical-align: middle;
			}
		#inner1 table td{
			font-weight: bold;
			padding: 20px 40px;
			}
		#inner1 table td a{
			color: #3E459B;
			font-size: 16px;
			font-weight: normal;
			}
		#inner1 table td a:after{
			content: "\f105";
			font-family: FontAwesome;
			margin-left: 5px;
			}

	#inner1 dl{
		padding: 20px 0;
		}
	#inner1 dl:not(:last-child){
		border-bottom: 1px solid #ccc;
		}
	#inner1 dl dt{
		font-weight: bold;
		float: left;
		clear: both;
		width: 30%;
		}
	#inner1 dl dd{
	    padding-left: 20em;
		width: 70%;
		}
	#inner1 dl dd p{
	    position: relative;
		padding-left: 100px;
		}
	#inner1 dl dd :before{
		background: #eee;
		width: 80px;
		position: absolute;
		top: 2px;
		left: 0;
		text-align: center;
		font-size: 14px;
		}
	#inner1 dl dd p.main_bldg:before{
		content: "本館";
		}
	#inner1 dl dd p.plaza:before{
		content: "プラザ館";
		}
	#inner1 dl dd p span{
		padding-left: 60px;
		}
		#inner1 dl dd p span.miores10{
			background: url(../img/miores10.svg) no-repeat center/contain;
			}
		#inner1 dl dd p span.miores11{
			background: url(../img/miores11.svg) no-repeat center/contain;
			}
		#inner1 dl dd p span.miores4{
			background: url(../img/miores4.svg) no-repeat center/contain;
			}
		#inner1 dl dd p span.mioekitchen{
			background: url(../img/mioekitchen.svg) no-repeat center/contain;
			}
		#inner1 dl dd p span.ekiue_stand{
			background: url(../img/ekiue_stand.svg) no-repeat center/contain;
			}

	/* 休館日のご案内 */
	#inner2 p{
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
	}

	/* 駐車状況 */
	#inner_parking p{
		position: relative;
	    display: inline-block;
		font-size: 20px;
		font-weight: bold;
	    padding-right: 70px;
		}
		#inner_parking span{
			width: 50px;
			height: 50px;
			border-radius: 50%;
			line-height: 50px;
			text-align: center;
			position: absolute;
			top: -10px;
			right: 0;
			}
		#inner_parking .empty{
			background: #88AAD1;
			}
		#inner_parking .empty:before{
			content:"空";
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			}
		#inner_parking .congestion{
			background: #EFB33E;
			}
		#inner_parking .congestion:before{
			content:"混";
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			}
		#inner_parking .full{
			background: #D74655;
			}
		#inner_parking .full:before{
			content:"満";
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			}

	/* アクセス */
	#inner4 .top_access{
		float: left;
		margin-right: 30px;
		}
		#inner4 dt{
			font-weight: bold;
			}
		#inner4 dd{
			margin: 0 0 20px;
			}

	.info_tab_area li a:hover{
		background:#B1A9A9;
		color:#fff!important;
		opacity: 1!important;
		}
	.info_tab_area .info_tab1 a.active{
		background:#B1A9A9;
		color:#fff!important;
		}
	.info_tab_area li.info_tab1 a:hover:before,
	.info_tab_area li.info_tab1 a.active:before{
		background: url(../img/top/icon_01_check.png) no-repeat center/100%;
		}
	.info_tab_area li.info_tab2 a.active{
		background:#B1A9A9;
		color:#fff!important;
		}
	.info_tab_area li.info_tab2 a:hover:before,
	.info_tab_area .info_tab2 a.active:before{
		background: url(../img/top/icon_04_check.png) no-repeat center/100%;
		}

	.info_tab_area li.info_tab3 a.active{
		background:#B1A9A9;
		color:#fff!important;
		}
	.info_tab_area li.info_tab3 a:hover:before,
	.info_tab_area .info_tab3 a.active:before{
		background: url(../img/top/icon_02_check.png) no-repeat center/100%;
		}

	.info_tab_area .info_tab4 a.active{
		background:#B1A9A9;
		color:#fff!important;
		}
	.info_tab_area li.info_tab4 a:hover:before,
	.info_tab_area .info_tab4 a.active:before{
		background: url(../img/top/icon_03_check.png) no-repeat center/100%;
		}
	.info_tab_area .info_tab5 a.active{
		background:#B1A9A9;
		color:#fff!important;
		}
	.info_tab_area li.info_tab5 a:hover:before,
	.info_tab_area .info_tab5 a.active:before{
		background: url(../img/top/icon_05_check.png) no-repeat center/100%;
		}
	.info_tab_area li.info_tab6 a:hover:before,
	.info_tab_area .info_tab6 a.active:before{
		background: url(../img/top/icon_06_check.png) no-repeat center/100%;
		}
	.info_tab_area li.info_tab7 a:hover:before,
	.info_tab_area .info_tab7 a.active:before{
		background: url(../img/top/icon_07_check.png) no-repeat center/100%;
		}



/* 緊急情報 */
#attention{
	padding-top: 40px;
	}
	#attention table{
		border: 1px solid #000;
		margin-bottom: 40px;
		width: 100%;
		font-size: 18px;
		}
	#attention table th{
		border-right: 1px solid #000;
		padding: 20px;
		text-align: center;
		vertical-align: middle;
		}
	#attention table td{
		padding: 20px 40px;
		}
	#attention table td p.info_txt{
		color: #9A1919;
		margin-bottom: 10px;
		}
	#attention table td p.day{
		font-weight: bold;
		}
	#attention table td a{
		float: right;
		color: #3E459B;
		font-size: 16px;
		font-weight: normal;
		}
	#attention table td a:after{
		content: "\f105";
		font-family: FontAwesome;
		margin-left: 5px;
		}

/* ▼ バナー #bnr_are */
#bnr_list{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 60px;
	}
	#bnr_list ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	#bnr_list ul li{
		width: 49%;
		margin-top: 20px;
		}

/* ↑ バナー 2個目も全部半分 */




/* ▼ 他スライダー */
.slick-dotted,.slider02{
	display: none;
	}
	.slick-dotted.slick-initialized,.slider02.slick-initialized{
		display: block;
		}
	.mainVisual {
		display: block;
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
		}
	.mainVisual ul li{
		width: 310px!important;
		margin: 0 11px;
		}
	.mainVisual ul li:hover{
		opacity: 0.6;
		}
	.slider .img-container,
	.slider02 .img-container{
		width: 310px;
		height: 310px;
        background: #fff;
		margin: 0 0 10px;
		}
	.slider02  .slick-prev, .slider02 .slick-next,
	#staff_snap .slider02 .slick-prev,
	#staff_snap .slider02 .slick-next{
		top: 165px;
		}
	.slick-next:before{
		content: url(../img/next.png)!important;
		}
	.slick-prev:before{
		content: url(../img/prev.png)!important;
		}
	.slick-prev:before, .slick-next:before{
		opacity: 1;
		}
	.shop_name{
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		}
	.shop_name + p{
		font-size: 12px;
		}

/* ▼ coordinates */
#coordinates h2.title02{
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
#coordinates h2.title02.new::after{
	content: "";
	background: url(../img/top/icon_new.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 12px;
	right: -45px;
}
.coordinates_read{
    margin-bottom: 30px;
    text-align: center;
}
.coordinates_point{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	margin: 0 auto 40px;
	max-width: 550px;
	position: relative;
}
.coordinates_point p{
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	letter-spacing: .1em;
	position: absolute;
	transform: translateX(-50%);
	top: -12px;
	left: 50%;
}
.coordinates_point ul li{
	background: url(../img/top/coordinates_point.svg) no-repeat left 5px/auto;
	padding-left: 30px;
}
.coordinates_point ul li:not(:last-child){
	margin-bottom: 10px;
}
.coordinates_info{
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
}
.coordinates_info::after{
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	right: -20px;
}
.popup_wrap{
	background: rgba(0,0,0,.5);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.popup_wrap .box_area{
	background: #fff;
	border: 5px solid #A25E5E;
	border-radius: 10px;
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	max-width: 450px;
}
.popup_wrap .box_area > div{
	display: inline-block;
	width: 100%;
	padding: 50px 30px 110px;
	font-weight: 400;
	text-align: center;
}
.popup_wrap .box_area li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}
.popup_wrap .box_area li::before{
	content: "◆";
	color: #A25E5E;
	margin-right: .5em;
}

.popup_wrap .box_area .close_popup{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ccc;
	width: 100%;
	max-width: 200px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 40px;
}
.popup_wrap .box_area .close_popup:hover{
	background: #bbb;
}

#coordinates .flex_wrap{
	display: flex;
	flex-wrap: wrap;
}
#coordinates .flex_wrap .coordinates_article{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
#coordinates .flex_wrap .coordinates_article:nth-of-type(3n){
	margin-right: 0;
}
#coordinates .main_image{
	border: 1px solid #CCCDCC;
	width: 100%;
	padding-top: 132.1%;
	margin-bottom: 10px;
}
#coordinates .main_image img{
	display: none;
}
#coordinates .label_name{
	font-weight: bold;
}
#coordinates .staff_height{
	color: #aaa;
}

/* ▼ Restaurant Menu */
#special2{
	text-align: center;
	}
	#special2 .mainVisual{
		margin: 0 auto 40px;
		}
		#special2 .slider02 .img-container{
			border: 1px solid #CCCDCC;
		}

/* ▼ New Item */
#new_item{
	background: #FAF7F7;
	text-align: center;
    padding-bottom: 0;
	}
    #new_item .container{
        overflow: visible;
    }
    #new_item .new_tab{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 10px;
    }
    #new_item .new_tab li{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 58px;
        border-radius: 10px 10px 0 0;
        background: #fff;
        font-size: 18px;
        cursor: pointer;
    }
	#new_item .new_tab li:not(.active){
		box-shadow: 0px -7px 7px -1px #eee inset;
	}
    #new_item .new_tab li::before{
        content: '';
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 18.25px;
        margin-right: 16px;
    }
    #new_item .new_tab li.new_tab_item_shop::before{
        background-image: url(../img/top/icon_newarr_shop.svg);
    }
    #new_item .new_tab li.new_tab_item_rest::before{
        background-image: url(../img/top/icon_newarr_rest.svg);
    }
    #new_item .new_tab li.active{
        background: #E8DEDE;
    }
    #new_item .new_article:not(.active){
        height: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
    #new_item .new_article{
        background: #E8DEDE;
        padding: 40px 0 50px;
    }

	#new_item .mainVisual{
		margin: 0 auto 40px;
		}
    .item_tab_wrap{
        overflow-x: scroll;
        margin-bottom: 30px;
    }
	ul.item_tab {
        display: flex;
        width: 100%;
        max-width: 1040px;
        padding: 0 20px;
		margin: 0 auto;
        overflow-x: visible;
		}
	ul.item_tab li {
        flex: none;
		}
	ul.item_tab li:not(:last-child){
		margin-right: 10px;
        margin-bottom: 5px;
		}
	ul.item_tab li a{
		display: block;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 25px;
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		}
	ul.item_tab li.active a,
	ul.item_tab li a:hover{
		opacity: 1!important;
		background: #B1A9A9;
		border: 1px solid #B1A9A9;
		color: #fff!important;
		}
/* 検索フォーム */
#new_item .txt_area{
	margin-bottom: 40px;
	padding: 0 10px;
	overflow: hidden;
	}
	#new_item .choice{
		display: inline-block;
		padding-left: 15px;
		position: relative;
		line-height: 50px;
		width: 15%;
		}
	#new_item .choice:before{
		content: "";
		position: absolute;
		top: 45%;
		left: 0;
		display: inline-block;
		width: 10px;
		height: 4px;
		background-color: black;
		}
	#new_item #txt_form{
		display: inline-block;
		float: right;
		background-color: white;
		height: 20px;
		border: 1px #000 solid;
		height: 50px;
		width: 85%;
		}
	#new_item #txt_form input{
		vertical-align: top;
		font-size: 16px;
		margin: 0px;
		height: 100%;
		box-sizing: border-box;
		}
	#new_item #input01{
		width: 87%;
		border: none;
		padding: 5px 30px;
		color: #666;
		}
	#new_item #input02{
		float: right;
		width: 13%;
		border: none;
		background: #000;
		color: #fff;
		}
	#new_item input[type="text"],
	#new_item input[type="submit"]{
		-webkit-appearance: none;
		border-radius: 0;
		}


/* Staff snap */
#staff_snap .mainVisual{
		margin: 0 auto 40px;
		}

/* ▼  Event */
#event{
	background:#FDFAF2;
	}
#tab_box{
	background: #EDE8DF;
	}

/* 日付タブ */
.scroll_wrap{
	max-width: 1000px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin: 0 auto;
	}
.tab_date{
	padding: 20px 0;
	font-size: 0;
	}
.tab_date li{
    display: inline-block;
	cursor: pointer;
	}
	.tab_date li p{
		display: table;
		background: #fff;
		border-radius: 50%;
		width: 64px;
		height: 64px;
		}
	.tab_date li:hover p,
	.tab_date li.active p{
		background: #B1A9A9;
		color: #fff;
		}
	.tab_date li.sat{color: #047CBC;}
	.tab_date li.sun{color: #C94B4B;}
	.tab_date li span{
		display: table-cell;
		vertical-align: middle;
		font-size: 21px;
		text-align: center;
		}
	.tab_date li:not(:last-child){
		margin-right: 8px;
		}
	.tab_date li span small{
		font-size: 10px;
		}
	.tab_date li span small:first-child{
		vertical-align: top;
		}
	.tab_date li span small:nth-child(2){
		display: block;
		text-align: center;
		}


/* タブ */
.tab_wrap{
    text-align: center;
	}
	.tab_wrap input[type="radio"]{
		display:none;
		}
	.tab_area{
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    }
	.tab_area li{
		max-width: 330px;
		width:30%;
		display:inline-block;
		background:#fff;
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
		box-shadow:0px -7px 7px -1px #eee inset;
		text-align:center;
		font-size:18px;
		cursor:pointer;
		transition:ease 0.2s opacity;
		position: relative;
		}
	.tab_area li:not(:first-child){
		margin-left: 10px;
		}
	.tab_area label{
		display: block;
	    text-align: center;
	    padding:10px 0;
	    cursor: pointer;
		}

.panel_area{
	}
	#panel1,#panel2,#panel3{background:#FDFAF2;}
	#panel1{
		padding-top: 60px;
		}
	#panel1 img{
		max-width: 650px;
		width: 100%;
		}
	.tab_panel{
		display:none;
	    text-align: center;
		padding: 30px 0 0;
		}
	.tab_panel ul{
		max-width: 1000px;
		margin: 0 auto 40px;
		overflow: hidden;
		}
	.tab_panel ul li{
		float: left;
		width: 31%;
		}
	.tab_panel ul li:hover{
		opacity: 0.6;
		}
	.tab_panel ul li:not(:nth-child(3n)){
		margin-right: 3.5%;
		}
	.tab_panel ul li:nth-child(-n + 3){
		margin-bottom: 40px;
		}
	.tab_panel h3{
		text-align: center;
		font-size: 19px;
		margin: 0 0 30px;
		}
	.tab_panel h3 span{
	    padding: 0 10px;
		font-size: 32px;
		}
	.tab_panel .event_list li p{
		font-size: 14px;
		margin: 0 0 10px;
		}
	.tab_panel .event_list li .img-container{
		width: 310px;
		height: 205px;
		}

#tab1:checked ~ .tab_area .tab1_label{box-shadow:none;background:#FDFAF2; color:#000;font-weight: bold;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{box-shadow:none;background:#FDFAF2; color:#000;font-weight: bold;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{box-shadow:none;background:#FDFAF2; color:#000;font-weight: bold;}
#tab3:checked ~ .panel_area #panel3{display:block;}


/* ▼ Information */
.info_list{
	margin: 0 0 40px;
	overflow: hidden;
	}
	.info_list li{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		font-size: 14px;
		width: 48%;
		}
	.info_list li:nth-child(odd){
		margin-right: 2%;
		}
    .info_list li:nth-child(3),
    .info_list li:nth-child(4){
		border-top: none;
		}
	.info_list li a{
		display: block;
		position: relative;
		padding: 10px 20px 10px 0;
		}
	.info_list li a:after{
		font-family: "FontAwesome";
		content: "\f105";
		font-size: 20px;
		position: absolute;
        top: 50%;
		right: 10px;
        transform: translateY(-50%);
		}

/* ▼ Instagram */
#instagram{
	background: #FAF7F7;
	text-align: center;
	}
	#instagram ul{
		overflow: hidden;
		margin: 0 auto 40px;
		}
	#instagram ul li{
		float: left;
		width: 25%;
		}
	#instagram ul li:hover{
		opacity: 0.6;
		}
	#instagram ul li .img-container{
		width: 250px;
		height: 250px;
    }
    #instagram ul li a{
        display: block;
        padding-top: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
	#other{
		border-top: 0px none;
		}

/* ▼ bnr_area */
#bnr_area{
	border-top: 1px solid #ccc;
	max-width: 1000px;
	margin: 0 auto 60px;
	}
	#bnr_area .mainVisual{
		max-width: 980px;
		}
	#bnr_area ul.bnr_slider li{
		max-width: 100%!important;
	    padding: 0 5px;
	    margin: 0;
		}

.slick-dots li{
    padding: 0 5px!important;
    margin: 0!important;
}
.slick-dots li button{
    position: relative;
}
.slick-dots li button::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EDE8DF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-dots li.slick-active button::before{
    background: #B1A9A9;
}

/* banner */
.banner{
	display: none;
	width: 230px;
    height: 230px;
    position: fixed;
    z-index: 100;
    bottom: 75px;
    right: 20px;
}
.banner a{
	display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.banner a img{
	width: 210px;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .1));
}
.banner-close {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    width: 28px;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 20px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 5px;
	z-index: 101;
}
.banner-close:hover {
	opacity: .6;
	cursor: pointer;
}
.banner-close::before {
	content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    top: 14px;
    right: 7px;
	transform: rotate(-135deg);
}
.banner-close::after {
	content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    top: 14px;
    right: 7px;
	transform: rotate(135deg);
}

/* ================================================================================================*/

/* ▼▼▼ 1024px
=====================================*/
@media screen and (max-width: 1024px) {

.mainVisual{
		width: 915px;
		}
	.mainVisual ul li{
		width: 280px!important;
		margin: 0 11px;
		}
.btn_all{
	margin: 0 20px;
	}

/* 他スライダー */
.slider02 .img-container{
	width: 280px;
	height: 280px;
	margin: 0 0 10px;
	}

/* Event */
.scroll_wrap{
	margin: 0 20px;
	}
	.tab_panel{
		padding: 0 20px;
		}
	.tab_panel .event_list li .img-container{
		width: 297px;
		height: 196.5px;
		}
	#info.container{
		padding: 50px 20px 60px;
		}

/* Instagram */
#instagram ul li{
	width: 25%;
	}
	#instagram ul li .img-container{
		width: 240px;
		height: 240px;
		}
}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
/*-- ▼ メインスライダー --*/
.slider{
    margin-bottom: 30px;
	}
.slider_inner{
	width:100%;
	max-width: 100%;
	max-height: 100%;
}
.slider .thumb_slider {
    float: none;
    width: 100%;
    }

.slider .thumb_slider li{
    padding: 0 2px;
}
.slider .thumb_slider .slick-dots{
    left: 0;
    bottom: -25px;
}

.fukkou{
    margin: 10px auto 5px;
    padding: 8px 10px;
    font-size: 12px;
    text-align: left;
}


/* ▼ MIO Club 会員様 限定コンテンツ */
#limited_area{
    overflow: hidden;
    padding: 10px 0;
	}
	#limited_area p{
		float: none;
		text-align: center;
		margin: 0 auto 10px;
		}
	#limited_area ul.limited_list {
		padding: 0;
		}
	#limited_area ul.limited_list li {
		width: 48%;
		}
	#limited_area ul.limited_list li:nth-child(-n + 2){
		margin: 0 0 2%;
		}

/* #sub_nav */
.sub_nav_wrap{
    padding: 0;
}
#sub_nav {
    grid-template-columns: repeat(3,1fr);
    row-gap: 10px;
}
#sub_nav a{
    padding: 10px 0 5px;
}
#sub_nav a:not(:nth-child(3n)){
    border-right: 1px dotted #999;
}

#sub_nav .sub_nav_img{
    height: 30px;
    margin-bottom: 10px;
}
#sub_nav .sub_nav_img img,
#sub_nav .sub_nav_img svg{
    width: auto;
    height: 100%;
}
#sub_nav figcaption{
    font-size: 12px;
}
/* タブ */
.info_tab_wrap{
	}
	.info_tab_area{
		display:inline-block;
		font-size: 0;
		width: 100%;
		}
	.info_tab_area li{
		font-size:11px;
		line-height: 36px;
		cursor:pointer;
		transition:ease 0.2s opacity;
		text-indent: 0;
		width: 33.3%;
		}

	.info_tab_area li a{
		display: block;
		text-align: center;
		padding: 35px 0 10px;
		position: relative;
		}
	.info_tab_area li:not(:last-child) a:after{
		top: 16px;
		right: 0;
		height: 50px;
		}
	.info_tab_area li:nth-child(3) a:after{
		display: none;
	}

		.info_tab_area li a:before{
			top: 20px;
			left: 50%;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
			}
		.info_tab_area li.info_tab4 a:before{
			width: 13px;
			height: 20px;
			left: 50%;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
			}

.inner_area{
	}
	.info_tab_inner{
		padding: 10px 0;
		border: 4px solid #B1A9A9;
		}

	/* 営業時間 */
	#inner1 table{
		display: block;
		margin-bottom: 20px;
		font-size: 14px;
		}
		#inner1 tbody,#inner1 tr{
			display: block;
			}
		#inner1 table th{
			display: block;
			border-right: 0 none;
			border-bottom: 1px solid #000;
			width: 100%;
			padding: 10px 0;
			}
		#inner1 table td{
			display: block;
			padding: 10px 20px;
			}
		#inner1 table td a{
			font-size: 14px;
			}
	#inner1 dl{
		padding: 10px 0;
		overflow: hidden;
		}
	#inner1 dl:not(:last-child){
		border-bottom: 1px solid #ccc;
	    font-size: 12px;
		}
	#inner1 dl dt{
		width:43%;
		}
	#inner1 dl dd{
	    padding-left: 43%;
		width: 100%;
		}
	#inner1 dl dd p{
		padding-left: 60px;
		}
	#inner1 dl dd :before{
		background: #eee;
		width: 55px;
		position: absolute;
		top: 2px;
		left: 0;
		text-align: center;
		font-size: 10px;
		}
	#inner1 dl dd p.main_bldg:before{
		content: "本館";
		}
	#inner1 dl dd p.plaza:before{
		content: "プラザ館";
		}
	#inner1 dl dd p span{
		padding-left: 40px;
		}

	/* 休館日のご案内 */
	#inner2 p{
		font-size: 16px;
		}

	/* 駐車状況 */
	#inner_parking p{
		font-size: 16px;
	    padding-right: 20px;
		}
		#inner_parking span{
			top: 0;
			right: -40px;
			}

	/* アクセス */
	#inner4 .top_access{
		float: none;
		margin: 0 0 10px;
		}
		#inner4 dd{
			margin: 0 0 10px;
			}

	/* 会員案内 */
	#inner5 .top_menber{
		float: none;
		margin: 0 0 10px;
		}
		#inner5 dd{
			margin: 0 0 10px;
			}



/* 緊急情報 */
#attention{
	padding-top: 20px;
	}
#attention table{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	}
	#attention tbody,#attention tr{
		display: block;
		}
	#attention table th{
		display: block;
		border-right: none;
		border-bottom: 1px solid #000;
		width: 100%;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		}
	#attention table td{
		display: block;
		padding: 10px 20px;
		font-size: 14px;
		}
	#attention table td p.info_txt{
		margin-bottom: 10px;
		}
	#attention table td a{
		display: block;
		float: none;
		font-size: 14px;
		}


/* ▼ バナー #bnr_are */
#bnr_list{
	margin: 0 auto;
	padding: 20px 20px 30px;
	}
	#bnr_list ul li{
		margin-top: 10px;
		}


/* ▼ 他スライダー */
.mainVisual {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
	}
.mainVisual ul.slider li{
	width: 170px!important;
	}
.slider .img-container{
	width: 170px;
	height: 170px;
	margin: 0 0 10px;
	}

.slider .slick-prev, .slider .slick-next,
#special .slider02 .slick-prev,
#special .slider02 .slick-next{
	top: 165px;
	}
.slick-next:before,
.slick-prev:before{
	display: none;
	}
.slick-prev:before, .slick-next:before{
	opacity: 1;
	}
.shop_name{
	font-weight: bold;
	font-size: 14px;
	}
.shop_name + p{
	font-size: 12px;
	}
.slider02 {
	width: 355px;
	}
.slider02 .slick-list {
	padding: 0 10% 0 0;
    overflow: visible;
	}
.slider02 li{
	float: left;
	}
.slider02 .img-container{
	width: 280px;
	height: 280px;
	}

.thumb_slider .slick-prev,
.thumb_slider .slick-next{
    top: 50%;
    width: 20px;
    height: 20px;
}
.thumb_slider .slick-prev{
    left: 25px;
}
.thumb_slider .slick-next{
    right: 25px;
}
.thumb_slider .slick-prev::before,
.thumb_slider .slick-next::before{
    width: 20px;
    height: 20px;
}

/* ▼ coordinates */
#coordinates h2.title02{
	margin-bottom: 20px;
}
.coordinates_point{
	padding: 25px 0 20px;
}
.coordinates_point p{
	top: -10px;
}
.coordinates_point ul li{
	background: url(../img/top/coordinates_point.svg) no-repeat left 3px/auto;
	padding-left: 24px;
}
.coordinates_point ul li:not(:last-child){
	margin-bottom: 10px;
}
.popup_wrap .box_area{
	width: calc(100% - 40px);
	max-width: 320px;
	border: 3px solid #A25E5E;
}
.popup_wrap .box_area > div{
	padding: 40px 25px 110px;
}
.coordinates_info{
	font-size: 18px;
}
.coordinates_info::after{
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	top: 11px;
	right: -10px;
}
#coordinates .flex_wrap {
	margin-bottom: 20px;
}
#coordinates .flex_wrap .coordinates_article,
#coordinates .flex_wrap .coordinates_article:nth-of-type(3n){
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
#coordinates .flex_wrap .coordinates_article:nth-of-type(2n){
	margin-right: 0;
}
#coordinates .flex_wrap .coordinates_article:nth-of-type(n+5){
    display: none;
}
/* ▼ 検索 */
#new_item .new_tab li{
    height: 48px;
    font-size: 15px;
}
#new_item .txt_area .container{
	padding: 0;
	}
#new_item .txt_area{
	margin-bottom: 40px;
	overflow: hidden;
	}
#new_item .choice{
	float: none;
	display: block;
	padding-left: 15px;
	font-size: 16px;
	position: relative;
	line-height: 1;
	margin: 0 0 10px;
	}
#new_item .choice:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 4px;
	background-color: black;
	}

/* 検索フォーム */
#new_item .choice{
	width: 100%;
	}
#new_item #txt_form{
	width: 100%;
	display: inline-block;
	float: none;
	height: 20px;
	border: 1px #000 solid;
	height: 50px;
	}
#new_item #txt_form input{
	font-size: 16px;
	margin: 0px;
	}
#new_item #input01{
	width: 72%;
	padding: 5px 20px;
	}
#new_item #input02{
	width: 28%;
	}
/* ▼  Event */
/* 日付タブ */
.scroll_wrap{
	max-width: 1000px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin: 0 10px;
	}
.tab_date{
	padding: 10px 0;
	font-size: 0;
	}
.tab_date li{
    display: inline-block;
	}
	.tab_date li p{
		width: 48px;
		height: 48px;
		}
	.tab_date li span{
		font-size: 16px;
		}
	.tab_date li:not(:last-child){
		margin-right: 3px;
		}
	.tab_date li span small{
		font-size: 8px;
		}

/* タブ */
.tab_wrap{
    text-align: center;
	}
	.tab_wrap input[type="radio"]{
		display:none;
		}
	.tab_area{
		width: 100%;
	    padding: 0 10px;
		}
	.tab_area li{
		width: 30%;
		font-size:14px;
		box-shadow:0px -5px 5px -1px #eee inset;
		}
	.tab_area li:not(:first-child){
		margin-left: 1%;
		}
	.tab_area label{
	    padding:10px 0;
		}

	.tab_panel{
		padding: 30px 15px 0;
		}
	.tab_panel ul{
		max-width: 1000px;
		margin: 0 auto 40px;
		overflow: hidden;
		font-size: 0;
		}
	.tab_panel ul li{
		float: left;
		width: 48%;
		}

	.tab_panel ul li:not(:nth-child(3n)){
		margin-right: 0;
		}
	.tab_panel ul li:nth-child(-n + 3){
		margin-bottom: 0;
		}
	.tab_panel ul li:nth-child(odd){
		margin-right: 4%;
		}
	.tab_panel h3{
		text-align: center;
		font-size: 19px;
		margin: 0 0 30px;
		}
	.tab_panel h3 span{
	    padding: 0 10px;
		font-size: 24px;
		}
	.tab_panel .event_list li p{
		font-size: 14px;
		margin: 0 auto 10px;
		}
	.tab_panel .event_list li .img-container{
		width: 166px;
		height: 111px;
		}
#panel1{
	padding-top: 30px;
	}

/* ▼ Information */
#info.container{
	padding: 30px 20px 40px;
	}
.info_list{
		margin: 0 0 40px;
		overflow: hidden;
		}
		.info_list li{
			float: none;
			font-size: 14px;
			width: 100%;
			}
		.info_list li:nth-child(odd){
			margin: 0;
			border-bottom: 0px none;
			}

/* ▼ Instagram */
#instagram ul li{
	width: 50%;
	}
#instagram ul{
	overflow: hidden;
	margin: 0 0 40px;
	}
#instagram ul li .img-container{
	width: 187px;
	height: 187px;
	}

/* ▼ bnr_area */
#bnr_area{
	border-top: 0 none;
	padding-top: 0;
	margin: 0 auto 40px;
}
#bnr_area .mainVisual{
    margin: 0;
}
#bnr_area ul.bnr_slider{
    /* overflow: hidden; */
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
#bnr_area ul.bnr_slider .slick-list{
    overflow: visible;
}
#bnr_area ul.bnr_slider .slick-slide{
    transition: 0.5s;
}
#bnr_area ul.bnr_slider .slick-slide:not(.slick-active){
    transform: scale(0.8);
/* float: left;
width: 50%!important;
padding: 0; */
}

.banner {
    width: 170px;
    height: 170px;
	bottom: 150px;
    right: 10px;
}
.banner-close {
    width: 26px;
    height: 26px;
    right: 5px;
    top: 15px;
}
.banner a img {
    width: 150px;
}
.banner-close::before {
    top: 13px;
    right: 6px;
}
.banner-close::after {
    top: 13px;
    right: 6px;
}
}

/* ▼▼▼ 430px
=====================================*/
@media screen and (max-width: 430px) {
	#new_item #txt_form input{
		font-size: 14px;
		}
	}

/* ▼▼▼ 375px
=====================================*/
@media screen and (max-width: 375px) {
#instagram .container{
	padding: 0;
	}
#instagram ul li .img-container{
	width: 187.5px;
	height: 187.5px;
	}
}

/* ▼▼▼ 360px
=====================================*/
@media screen and (max-width: 360px) {
.slider02 {
	width: 340px;
	}

.tab_panel .event_list li .img-container{
	width: 155px;
	height: 102px;
	}

#instagram ul li .img-container{
	width: 180px;
	height: 180px;
	}
#new_item #txt_form input{
		font-size: 12px;
	}
}
	/* ▼▼▼ 330px
=====================================*/
@media screen and (max-width: 430px) {
	#new_item #input01 {
		padding: 5px 10px;
		}
	}

/* ▼▼▼ 320px
=====================================*/
@media screen and (max-width: 320px) {
#limited_area ul.limited_list li{
	font-size: 12px;
	}

ul.item_tab li{
	font-size: 10px;
	}
.slider02 {
	width: 300px;
	}

.slider02 li{
	width: 230px!important;
	}
.slider02 .img-container{
	width: 230px;
	height: 230px;
	}

.tab_panel .event_list li .img-container{
	width: 139px;
	height: 92px;
	}
#instagram ul li .img-container{
	width: 160px;
	height: 160px;
	}
}
