/*---------------------------------------------------------------------------------------------------
	各レストランのスタイル
---------------------------------------------------------------------------------------------------*/
#restaurants_tab {
	height: 40px;
	background: url(../restaurant/img/planlisttitle_bg.jpg) 0 0 no-repeat;
	overflow: hidden;
	padding-bottom: 1px;
	}
	#contents #restaurants_tab ul {
		padding-left: 10px;
		}
	#contents #restaurants_tab li {
		padding: 0;
		float: left;
		}
/*レストラン基本情報*/





/*レストランフェア*/
#fair_restaurants_tab {
	position: relative;
	height: 55px;
	overflow: hidden;
	}
#contents #fair_restaurants_tab ul {
	margin: 0;
	padding: 0;
	zoom: 1;
	display: block;
	}
	#contents #fair_restaurants_tab ul:after {
		content:"";
		display: block;
		clear: block;
		}
	#contents #fair_restaurants_tab ul.bottom {
		position: absolute;
		top: 25px;
		}
#contents #fair_restaurants_tab li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: none;

	}

/* fairBnr */
.fairBnr_sp {
  display: none !important;
}
/*---------------------------------------------------------------------------------------------------
	20201130トゥーランドット閉店対応
---------------------------------------------------------------------------------------------------*/

.turandot #restaurants_tab ul li:last-child{
	display: none;
}
.turandot .btnAreaRest{
	display: none;
}
.turandot .btntable{
	display: none;
}
.turandot .hztl_txt-btn{
	display: none;
}

/*---------------------------------------------------------------------------------------------------
	総料理長のスペシャルレシピ
---------------------------------------------------------------------------------------------------*/

.wpRecipe {
	background:url(/stay/img/detail/detail_info_bg.jpg) 0 0 repeat;
}
.wpRecipe .inner {
	padding: 10px;
}
.wpRecipe .boxEntry {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dotted #2f2817;
}
	.wpRecipe .boxEntry:first-child {
		border-top: 1px dotted #2f2817;
	}
	.wpRecipe .boxEntry>.boxImg,
	.wpRecipe .boxEntry>.boxTxt,
	.wpRecipe .boxEntry>.boxBtn {
		display: table-cell;
	}
	.wpRecipe .boxEntry>.boxImg {
		width: 110px;
		vertical-align: top;
		text-align: left;
	}
		.wpRecipe .boxEntry>.boxImg img {
			border: 5px solid #fff;
			-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
			box-shadow: 0px 1px 3px rgba(0,0,0,.3);
		}
	.wpRecipe .boxEntry>.boxTxt {
		vertical-align: top;
		text-align: left;
		color: #2f2817;
		font-size: 125%;
		line-height: 1.4;
	}
		.wpRecipe .boxEntry>.boxTxt .small {
			font-size: 70%;
			color: #fff;
			display: block;
			background-color: #2f2817;
			padding: 3px;
			width: 100px;
			text-align: center;
			line-height: 1;
			margin-bottom: 5px;
		}
	.wpRecipe .boxEntry>.boxBtn {
		width: 126px;
		vertical-align: bottom;
		text-align: right;
	}
.mvRecipe {
	position: relative;
	zoom: 1;
}
	.mvRecipe:after {
		content: '';
		display: block;
		clear: both;
	}
	.mvRecipe .boxTxt {
		margin-right: 330px;
	}
		.mvRecipe .boxTxt h3 {
			    font-size: 150%;
			    line-height: 1.4em;
			    color: #000;
			    font-weight: normal;
			    margin-bottom: 20px;
		}
		.mvRecipe .boxTxt h3 .small {
			font-size: 70%;
			color: #fff;
			display: block;
			background-color: #2f2817;
			padding: 3px;
			width: 100px;
			text-align: center;
			line-height: 1;
			margin-bottom: 5px;
		}
		.mvRecipe .boxTxt p {
			color: #000;
			line-height: 1.6;
		}
	.mvRecipe .boxImg {
		width: 300px;
		float: right;
		padding: 10px;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
		box-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
		.mvRecipe .boxImg img {
			width: 100%;
			height: auto;
		}
.wpRecipe .boxDetail {
	background: url(/stay/img/detail/detail_bg.gif) 0 0 repeat;
    padding: 20px;
    border: 1px solid #fff;
}
.wpRecipe .boxDetail h4 {
	background: url(../stay/img/detail/h3bg.png) 0 bottom no-repeat;
    padding: 0 0 5px;
    margin: 20px 0;
    color: #301c01;
}
	.wpRecipe .boxDetail h4:first-child {
		margin-top: 0;
	}
.wpRecipe .boxDetail h5 {
	font-weight: bold;
	color: #000;
	font-size: 100%;
	margin-bottom: 10px!important;
}
.wpRecipe .boxDetail h6 {
	font-weight: normal;
	font-size: 100%;
	color: #000;
}
.btn_recipe01 {
	text-align: center;
	padding: 20px 0 0;
	clear: both;
}
.wpRecipe .space01 {
	height: 20px;
}
.wpRecipe .sub {
	padding-left: 20px;
}
.wpRecipe .pointWp {
		position: relative;
		margin-top: 30px;
		padding: 5px;
		border: 1px dotted #be6a02;
	}
	.wpRecipe .point {
		padding: 2px;
		width: 70px;
		background-color: #be6a02;
		border-radius: 3px;
		line-height: 1.1;
		color: #fff;
		display: block;
		text-align: center;
		position: absolute;
		top: -20px;
		left: 0;
	}
	.wpRecipe .point:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		bottom: -10px;
		left: 10px;
		border-color: #be6a02 transparent transparent transparent;
		border-width: 5px;
		border-style: solid;
	}
.tbRecipe01 {
	width: 100%;
}
	.tbRecipe01 th,
	.tbRecipe01 td {
		border-bottom: 1px dotted #aa996f;
		padding: 10px 5px;
		background-color: transparent;
		-webkit-transition: background-color .5s ease;
		-o-transition: background-color .5s ease;
		transition: background-color .5s ease;
	}
		.tbRecipe01 tr:hover th,
		.tbRecipe01 tr:hover td {
			background-color: #fff;
		}
	.tbRecipe01 th {
		text-align: left;
		vertical-align: top;
		font-weight: normal;
	}
	.tbRecipe01 td {
		text-align: right;
		vertical-align: bottom;
	}
.tabRecipe {
	zoom: 1;
	margin-top: 20px;
}
	.tabRecipe:after {
		content: '';
		display: block;
		clear: both;
	}
	.tabRecipe li {
		width: 322px;
		height: 40px;
	}
	.tabRecipe li.tab1.active {
		background: url(../restaurant/recipe/img/tab01_on.png) 0 0 no-repeat !important;
	}
	.tabRecipe li.tab2.active {
		background: url(../restaurant/recipe/img/tab02_on.png) 0 0 no-repeat !important;
	}
#contents .olRecipe {
	counter-reset: recipe;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
	#contents .olRecipe li {
		list-style-type: none;
		position: relative;
		margin: 0;
		padding: 15px 0 15px 40px;
		min-height: 10px;
		vertical-align: middle;
	}
	#contents .olRecipe li:before {
		counter-increment: recipe;
		content: counter(recipe);
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		text-align: center;
		top: 5px;
		left: 0;
		background-color: #e9dab9;
		border: 1px solid #cbbfa2;
		border-radius: 100%;
		color: #000;
	}

.wpRecipe .boxProfile{
	display: table;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,.7);
	border: 3px double #cbbfa2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
	.wpRecipe .boxProfile h4 {
		font-weight: normal;
		color: #000;
		margin-bottom: 10px;
	}
	.wpRecipe .boxProfile h4 .small {
		font-size: 100%;
	}
	.wpRecipe .boxProfile h4 .name {
		font-size: 130%;
	}
	.wpRecipe .boxProfile .birth {
		margin-bottom: 20px;
		color: #000;
	}