@charset "UTF-8";
/* ************************************************************************
*
*   各館共通 - レストラン・カフェ情報
*
************************************************************************ */

/* -------------- 見出し -------------- */

.mainContents h2.ttl.restaurant {
	line-height: 1.1em;
	background: url(../img/icon_h_restaurant.gif) 0 0 no-repeat;
}
/* -------------- 営業時間 -------------- */

.restaurantCnt .infoBody {
	float: none;
	margin: 20px auto;
	padding: 0;
	width: 100%;
}
.restaurantCnt .infoBody .infoCol {
	display: table;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.restaurantCnt .infoBody .infoCol:first-child {
	border-top: 1px solid #ccc;
}
.restaurantCnt .infoBody .infoCol .label {
	display: table-cell;
	width: 96px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}
.restaurantCnt .infoBody .infoCol .infoTxt {
	display: table-cell;
	padding: 10px 0 10px 20px;
	text-align: left;
	vertical-align: middle;
}
.restaurantCnt .infoBody .infoCol .infoTxt span {
	font-size: 12px;
	color: #333;
}
.restaurantCnt .infoTxt table {
	width: 100%;
}
.restaurantCnt .infoTxt td {
	vertical-align: top;
}
/* -------------- 禁煙 -------------- */

.restaurantCnt .smokeInfo {
	margin-bottom: 40px;
	display: table;
}
.restaurantCnt .smokeInfo .img {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	text-align: center;
}
.restaurantCnt .smokeInfo .txt {
	display: table-cell;
	vertical-align: middle;
}
/* -------------- 追加お知らせ（大宮） -------------- */

.restaurantCnt .temporaryInfo {
	margin-bottom: 40px;
	display: table;
}
.restaurantCnt .temporaryInfo .img {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	text-align: center;
}
.restaurantCnt .temporaryInfo .txt {
	display: table-cell;
	vertical-align: middle;
}
/* -------------- フロアナビ -------------- */

.restaurantCnt .tab ul {
	display: table;
	margin-bottom: 35px;
}
.restaurantCnt .tab ul.single {
	display: none !important;
}
.restaurantCnt .tab ul li {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
.restaurantCnt .tab ul li a:focus{
	outline:none;
	}
.restaurantCnt .tab ul li span {
	height: 74px;
	display: table-cell;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: middle;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.restaurantCnt .tab ul li:last-child span {
	border-right: 1px solid #666;
}
.restaurantCnt .tab ul li a {
	height: 90px;
	display: block;
}
.restaurantCnt .tab ul li a:hover span {
	background: #666;
	color: #fff;
}
.restaurantCnt .tab ul li a.active {
	background: url(../img/tab_arrow_down.gif) no-repeat center 75px;
}
.restaurantCnt .tab ul li a.active span {
	background: #666;
	color: #fff;
}

/*ボタン2つの時*/
.restaurantCnt .col-2 li span {
	width: 365px;
}
/*ボタン3つの時*/
.restaurantCnt .col-3 li span {
	width: 244px;
}
/*ボタン4つの時*/
.restaurantCnt .col-4 li span {
	width: 182px;
}
/* for IE8*/
.ie8 .restaurantCnt .tab ul {
	margin-bottom: -55px;
}
.ie8 .restaurantCnt .tab li {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}
.ie8 .restaurantCnt .tab ul li a {
	position: relative;
	top: 90px;
}
/* -------------- ショップリスト -------------- */

.restaurantCnt .panel {
	overflow: hidden;
}

.restaurantCnt .panel div.shopBuild{
	}
	.restaurantCnt .panel div.shopBuild:nth-of-type(n+2){
		margin: 56px 0 0 0;
	}

.restaurantCnt .panel div.shopBuild p.headline{
	background-color: #000000;
	width: 100%;
	height: 22px;
	position: relative;
	margin: 0 0 30px 0;
	}
	.restaurantCnt .panel div.shopBuild p.headline span{
		background-color: #ffffff;
		color: #000000;
		font-size: 18px;
		font-weight: bold;
		height: 22px;
		padding: 1px 10px;
		position: absolute;
		top: 0; left: 12px;
	}

.restaurantCnt .panel div.shopBuild div.shopFloor{
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor:nth-of-type(n+2){
		margin: 40px 0 0 0;
	}
.restaurantCnt .panel div.shopBuild div.shopFloor p.shopFloorHeadline{
	margin: 0 0 6px 0;
	font-size: 0;
	font-weight: bold;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor p.shopFloorHeadline span:nth-of-type(1){
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor p.shopFloorHeadline span:nth-of-type(2){
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		margin: 0 0 0 22px;	
		position: relative;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor p.shopFloorHeadline span:nth-of-type(2)::before{
		content: '|';
		font-size: 18px;
		position: absolute;
		top: 0; left: -15px;
	}


.restaurantCnt .panel div.shopBuild div.shopFloor ul{
	display:-webkit-box;
	display:-webkit-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li{
	vertical-align: top;
	box-sizing: border-box;
	width: 238px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	}
	.restaurantCnt .panel div.shopBuild ul li:nth-of-type(n+2){
		margin: 0 0 0 8px;
	}
	.restaurantCnt .panel div.shopBuild ul li:nth-of-type(n+4){
		margin-top: 13px;
	}
	.restaurantCnt .panel div.shopBuild ul li:nth-of-type(3n+1){
		margin-left: 0;
	}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li a{
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 10px 10px 10px;
	height: 100%;
}

.restaurantCnt .panel div.shopBuild div.shopFloor ul li{}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li div.shopLogo{
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 44px;
}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li div.shopLogo div.shopLogoInr{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li div.shopLogo div.shopLogoInr img{
	max-height: 30px;
	width: auto;
	vertical-align: bottom;
}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li div.shopImg{
	max-height: 162px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.restaurantCnt .panel div.shopBuild div.shopFloor ul li p.shopCat{
	color: #999999;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor ul li p.shopCat span:nth-of-type(1){
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor ul li p.shopCat span:nth-of-type(2){
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		margin: 0 0 0 22px;	
		position: relative;
	}
	.restaurantCnt .panel div.shopBuild div.shopFloor ul li p.shopCat span:nth-of-type(2)::before{
		content: '|';
		font-size: 12px;
		position: absolute;
		top: 0; left: -15px;
	}
.restaurantCnt .panel div.shopBuild div.shopFloor ul li p.shopName{
	font-size: 16px;
	font-weight: bold;
}
