@charset 'UTF-8';
/* =================================================
リセット
================================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: separate;
	vertical-align: middle;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

body {
	font-family: Arial, Helvetica, Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	width: 100%;
	color: #353b52;
	background: #efefeb url(../img/restaurant_033_pc/body_background.png) left 468px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	text-decoration: none;
	color: #353b52;
}

a:hover {
	text-decoration: underline;
}

a img {
	background: none;
}

#container{
	margin: 0 auto;
	background: url(../img/restaurant_033_pc/background.png) repeat-x;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}

input[type='text'] {
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	margin: 0;
	padding: 4px;
	text-align: justify;
	color: #48505c;
	border: solid 2px #d1d1c6;
	border-top: solid 2px #b6b6a8;
	border-radius: 0;
	outline: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='button'] {
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 16px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	color: #fff;
	border-top: solid 2px #353b52;
	border-bottom: solid 2px #353b52;
	border-radius: 0;
	outline: 0;
	background: #353b52;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='button']:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}
/* =================================================
ヘッダー
================================================= */
#LPheader {
	background: #000;
	font-size: 12px;
	position: relative;
}
#LPheaderContents {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
	padding: 4px;
	position: relative;
}
#LPheaderContents:before, #LPheaderContents:after {
	display: table;
	content: '';
}

#LPheaderContents:after {
	clear: both;
}
#categoryList{
	padding: 2px;
}
#categoryList dt {
	font-weight: bold;
	float: left;
	padding: 0 16px 0 0;
	color: #f9f8ed;
}
	#categoryList dd {
		float: left;
		padding-right: 24px;
		color: #ccc;
	}
	#categoryList dd a { color: #ccc; }
	#categoryList dd a:hover { opacity: .8; }


	#translate {
		float: right;
		font-size: 10px;
		position: absolute;
		right: 0;
		top: 0;

	}

	#translate input[type='button'] {
		font-size: 10px;
		padding: 2px 5px;
		border:none;
		vertical-align: middle;
		margin-right: 2px;

	}

	#translate select{
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		border: none;
		font-size: 10px;
		padding: 2px 4px;
	}

		#translate div{
			padding-top: 1px;
			display: inline-block;

		}
		#translate .jp{
			/*float: left;*/
			vertical-align: bottom;
		}


/* =================================================
レイアウト
================================================= */
.clearfix:before,
.clearfix:after
{
    display: table;

    content: ' ';
}
.clearfix:after
{
    clear: both;
}

/* =================================================
ヘッダー
================================================= */
#header{
	padding: 40px 0 40px;
}
	#header:after{
		display: block;
		clear: both;
		content: '';
	}
	#g01 #header{
		margin-bottom: 0;
	}
#header_message{
	padding: 30px 15px;
	background: #353b52;
	min-width: 960px;
	position: relative;
	margin-bottom: 20px;
}
#header_message:after {
	clear: both;
	display: block;
	content: '';
}

#logo {
	padding-top: 10px;
	float: left;

	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	font-size: 34px;
	color: rgb(255, 255, 255);


	line-height: 53px;
	height: 53px;
}
	#logo a {
		font-size: 34px;
		font-weight: normal;
		color: #333;
		text-decoration: none;
	}
	#logo:hover a{
	}

	#logo .kana {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 4px;
		color: #333;
	}


#shopIcons {
	float: right;
	clear: right;
}
	#shopIcons ul {
		position: relative;
	}

	#shopIcons ul:before, #shopIcons ul:after {
		display: table;
		content: '';
	}

	#shopIcons li {
		display: block;
		float: left;
		height: 42px;
		margin-right: 1px;
	}

	#shopIcons img {
		display: block;
	}

/* =================================================
 メイン画像・コース概要
================================================= */
#main_image {
	margin-bottom: 8px;
	margin: 0 10px 10px;
}

#main_image:before, #main_image:after {
	display: table;
	content: '';
}

#main_image:after {
	clear: both;
}

#main_image .left_img {
	float: left;
	width: 482px;
	height: 408px;
	padding: 8px;
	background: url(../img/restaurant_033_pc/texture2.png);
}

#main_image .left_img .img {
	position: relative;
	width: 100%;
	height: 100%;
}

#main_image .left_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#courseInfo {
	float: right;
}

#courseInfo li {
	width: 176px;
	margin-bottom: 8px;
	padding: 8px;
	background: url(../img/restaurant_033_pc/texture2.png);
}

#courseInfo li:last-child {
	margin: 0;
}
#courseInfo li a {
}

#courseInfo li h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	overflow: hidden;
	width: 100%;
	text-align: justify;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#courseInfo li .img {
	position: relative;
	width: 160px;
	height: 160px;
	margin-bottom: 8px;
}

#courseInfo li img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* =================================================
catchCopy
================================================= */
#contents #catchCopy {
	background: #34394d url(../img/restaurant_033_pc/block_bg.png);
	margin: 0 -1px 20px;
	padding: 30px 20px 40px;
}

#contents #catchCopy .title {
	margin-bottom: 8px;
	padding: 4px 8px;
	background: none;
}

#contents #catchCopy .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	width: 524px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0;
}
#contents #catchCopy p {
	color: #fff;
}

/* =================================================
グローバルナビ
================================================= */
#gNavi {
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	border-top: 1px solid #c2c1be;
	border-bottom: 1px solid #fbfbfa;
	margin-bottom: 60px;
}

#gNavi>li{
	font-weight: bold;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #c2c1be;
	border-top: 1px solid #fbfbfa;
}
#gNavi>li a {
	line-height: 32px;
	display: block;
	font-size: 15px;
	color: #333;
	padding-left: 10px;
}

#gNavi>li:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gNavi li>a:hover {
	opacity: .8;
}

	#gNavi>li.active{
	}

	#gNavi>li ul {
		display: none;
	}

	#gNavi>li li {
		padding-left: 10px;
	}

/* =================================================
phone
================================================= */
#phone {
	float: right;
	font-size: 17px;
	color: #353b52;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	margin-bottom: 4px;
}

#phone .phone_title {
	display: inline;
}

#phone .pnohe_number {
	display: inline;
}


/* =================================================
top_image
================================================= */
#contents #top_image {
	margin: 0;
}
#contents #top_image img{
	width: 100%;
	height: auto;
}



/* =================================================
contents
================================================= */
#contents{
	width: 700px;
	float: right;
	border: 5px solid #353b52;
	padding: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	background: #fff;
}
	#contents .more{
		text-align: right;
		clear: both;
	}

	#contents .block{
		margin: 10px 10px 20px;
	}
	#contents .block:after{
		clear: both;
		display: block;
		content: '';
	}
	#contents .title{
		font-size: 20px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
		margin-bottom: 8px;
		background: none;
		background: url(../img/restaurant_033_pc/hr.png) no-repeat left bottom;
		padding-left: 15px;
		height: auto;
		margin-bottom: 0px;
		font-weight: bold;
		padding-bottom: 30px;
		padding-top: 10px;
		position: relative;
	}
	#contents .lead{
		font-size: 17px;
		color: #353b52;
		margin-bottom: 20px;
	}


/* =================================================
トピックス
================================================= */
#contents .block.topics .title{
	background: none;
	border-bottom: 3px double #353b52;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 0;
}
	#contents .block.topics ul {
		margin-bottom: 24px;
		border-radius: 0;
	}

	#contents .block.topics li {
		border-bottom: solid 1px #ccc;
	}
	#contents .block.topics li:last-child {
		border: none;
	}
	#contents .block.topics li a {
		padding: 10px;
		display: block;
	}

/* =================================================
ギャラリー
================================================= */
#galleryList{
	margin: 10px;
}
#contents .block.gallery .title{
}

.galleryImg {
	float: left;
	overflow: hidden;
	width: 165px;
	margin-bottom: 8px;
	padding: 0 8px;

	box-shadow: 0.5px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.galleryImg:nth-child(4n+1) {
	clear: left;
}

.galleryImg a.img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 149px;
	height: 149px;
	padding: 4px;
	background: #fff;
}

.galleryImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.galleryImg .desc {
	line-height: 1.4;
	margin-top: 4px;
	padding: 4px;
	text-align: justify;
}
/* =================================================
 メイン画像・コース概要
================================================= */
#ownerMessage {
	padding: 10px;
}
#ownerMessage li {
	margin-bottom: 8px;
	margin-bottom: 20px;
	border-radius: 0;
}
#ownerMessage li:first-child {
}

		#ownerMessage .title {
			margin-bottom: 8px;
			background: none;
			background: url(../img/restaurant_033_pc/hr.png) no-repeat left bottom;
			padding-left: 15px;
			height: auto;
			margin-bottom: 0px;
			padding-left: 50px;
			padding-bottom: 30px;
			position: relative;
		}
		#ownerMessage .title:before {
			left: 10px;
			content: url(../img/restaurant_033_pc/subtitle_icon.png);
			position: absolute;

			margin-right: 10px;
			float: left;
			vertical-align: top;
			padding-top: 8px;
		}
			#ownerMessage .date {
				font-size: 13px;
				line-height: 30px;
				clear: both;
			}

		#ownerMessage .more a {
			float: none;
		}
		#ownerMessage .msg:before, #ownerMessage .msg:after {
			display: block;
			content: '';
			clear: both;
		}
		#ownerMessage .msg img {
			float: left;
			margin: 0 8px 8px 0;
		}



/* =================================================
店舗基本情報
================================================= */
#contents .block.shopBasicInfo .title{
	margin: 0 -10px 20px;
}
.shopBasicInfo  {
	padding: 10px;
}
.shopBasicInfo dl {
	display: table;
	width: 100%;
	padding: 8px 0;
	border-top: solid 1px #353b52;

}
	.shopBasicInfo dl:last-child {
		border-bottom: solid 1px #353b52;
	}
	.shopBasicInfo dl dt {
		font-weight: bold;
		display: table-cell;
		width: 190px;
		padding: 8px 16px;
		text-align: right;
		border-right: solid 4px #353b52;
	}
	.shopBasicInfo dl dd {
		display: table-cell;
		padding: 8px 16px;
	}
/* =================================================
sidebar
================================================= */
#sidebar{
	width: 260px;
	padding-bottom: 40px;
	float: left;
}
#sidebar .block{
	margin-bottom: 10px;
	clear: both;
	width: 244px;
}
#sidebar .block.narrow{
	width: 118px;
	margin-right: 8px;
	float: left;
	clear: none;
}
	#sidebar .block .title{
		background: url(../img/restaurant_033_pc/texture1.png);
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);

		color: #fff;
		font-size: 15px;
		padding: 5px;
		text-align: center;
	}
			#sidebar .block.line .title{
				background: #2dad38;
				color: #fff;
			}
			#sidebar .block.line .body{
				background: #d2f7d5;
			}
			#sidebar .block.narrow .title{
				font-size: 13px;
			}
	#sidebar .block .body{
		background: #D1D1D2;
		padding: 10px;
		color: #333;
	}
			#sidebar .block .body a{
				color: #333;
			}
			#sidebar .block.narrow .body img{
				width: 100%;
				height: auto;
			}

	#sidebar .block input[type='text']{
		width: 160px;
	}

	#sidebar .block .external a{
		color: #fff;
	}
	#sidebar .block .external li{
		width: 100%;
		height: 32px;
		margin-bottom: 4px;
	}
			#sidebar .block .external a{
				display: block;
				line-height: 32px;
				left: 32px;
				padding-left: 30px;
				background: #ffac00 url('../img/restaurant_033_pc/extern_link.png') no-repeat;
				background-position: 8px center;
				text-decoration: none;
			}
			#sidebar .block .external a:hover{
				opacity: .5;
			}
			#sidebar .block .external .tabelog a {background-color: #ffac00}
			#sidebar .block .external .gnavi a {background-color: #e93820}
			#sidebar .block .external .hotpepper a {background-color: #d0111b}
			#sidebar .block .external .lineat a {
				background: #2dad38 url('../img/restaurant_033_pc/extern_lineat.png') no-repeat;
				background-position: 1px 1px;
			}

#minimap:after{
	clear: both;
	display: block;
	content: '';
}
#minimap .indexStation01 {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	background-position: left center;
	background: url('../img/restaurant_033_pc/icon_station.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 70%;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}

#minimap .indexRoute01 {
	font-size: 13px;
	font-weight: bold;
	float: right;
	padding-left: 20px;
	background-position: left center;
	background: url('../img/restaurant_033_pc/icon_route.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 70%;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}
/* =================================================
social_share
================================================= */
#sodial_share{
}
	#social_share li{
		float: left;
		width: 44px;
		height: 44px;
		margin-right: 6px;
	}
		#social_share li:last-child{
			margin-right: 0;
		}
		#social_share  a {
			display: block;
			overflow: hidden;
			width: 100%;
			height: 100%;
			text-indent: -999px;
		}
		#social_share a:hover {
			opacity: .7;
			filter: alpha(opacity=70);
		}
		#social_share .LINE a { background-image: url('../img/restaurant_033_pc/social_line.png');}
		#social_share .facebook a { background-image: url('../img/restaurant_033_pc/social_facebook.png');}
		#social_share .twitter a { background-image: url('../img/restaurant_033_pc/social_twitter.png');}
		#social_share .googleplus a { background-image: url('../img/restaurant_033_pc/social_gplus.png');}
		#social_share .hatena a { background-image: url('../img/restaurant_033_pc/social_hatena.png');}
/* =================================================
footer
================================================= */
#footer{
	clear: both;
	background: rgba(0, 0, 0, .23);
}
	#footer a {
		color: #353b52;
	}

	#footer .wrapper {
		padding: 16px 0 16px 0;
	}

	#footerCopy {
		line-height: 1;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: bold;
	}


	#footerNavi {
		margin-bottom: 16px;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	}

	#footerNavi li {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
		padding: 0 8px;
		border-right: solid 1px #353b52;
	}

	#footerNavi li:last-child {
		border: none;
	}


#LPfooter {
	background: url(../img/restaurant_033_pc/texture1.png);
	padding: 16px;
		color: #fff;
}
	#LPfooter a{
		color: #fff;
	}


	#LPfooter:before, #LPfooter:after {
		display: table;
		content: '';
	}

	#LPfooter:after {
		clear: both;
	}


	#LPfooter .localplace_top:hover {
		opacity: .8;
		filter: alpha(opacity=80);
	}


	#LPfooter .searchLinks dl {
		font-size: 12px;
		line-height: 1;
		clear: left;
		overflow: hidden;
		margin-bottom: 8px;
	}

	#LPfooter .searchLinks dt {
		font-weight: bold;
		float: left;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		min-width: 12em;
		padding-right: 16px;
		border-right: solid 1px #fff;
	}

	#LPfooter .searchLinks dt:before {
		content: '・';
	}

	#LPfooter .searchLinks dd {
		float: left;
		margin-left: 16px;
		text-decoration: underline;
	}









/* =================================================
トップへ戻る
================================================= */
#scrollToTop {
	position: fixed;
	right: 0;
	bottom: 32px;
	z-index: 10;
	display: none;

}

#scrollToTop a {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 68px;
	text-indent: -999px;
	background: url('../img/restaurant_033_pc/arrow_top.png') no-repeat #353b52 center center;
	width: 60px;
	height: 60px;
}






/* =================================================
contents.menu
================================================= */

#contents.menu .items li{
	margin-bottom: 40px;
	padding: 15px;
}
	#contents.menu .items .photo{
		float: left;
		width: 160px;
		position: relative;
	}
		#contents.menu .items .photo img{
			width: 100%;
			height: auto;
		}
/*			#contents.menu .items .push:before{
				content: '';
				display: block;
				position: absolute;
				top: 18px;
				left: -8px;
				width: 0;
				height: 0;
				border-top: 4px solid #237276;
				border-right: 4px solid #237276;
				border-bottom: 4px solid transparent;
				border-left: 4px solid transparent;
			}
			#contents.menu .items .push:after{
				font-size: 10px;
				font-weight: bold;
				line-height: 18px;
				position: absolute;
				top: -4px;
				left: -8px;
				display: block;
				width: 5em;
				height: 18px;
				padding: 2px 4px;
				content: 'オススメ';
				text-align: center;
				color: #fff;
				background: #353b52;
			}*/
			#contents.menu .items .push .photo:after{
				font-size: 10px;
				font-weight: bold;
				position: absolute;
				top: -4px;
				left: -10px;
				display: block;
				height: 28px;
				width: 56px;
				content: '';
				text-align: center;
				color: #fff;
				background: url(../img/restaurant_033_pc/recoomend.png) right top;
			}
	#contents.menu .items .header{
		margin-left: 170px;
		color: #353b52;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
			#contents.menu .items .header .subtitle{
				font-weight: bold;
				font-size: 18px;
			}
			#contents.menu .items .header .price{
				font-weight: bold;
				font-size: 18px;
				text-align: right;
			}
			#contents.menu .items .header .summary{
				font-size: 13px;
				text-align: right;
				color: #333;
			}
	#contents.menu .items .body{
		margin-left: 170px;
	}

	#contents.menu .items .noimg .header{
		margin-left: 0px;
	}
	#contents.menu .items .noimg .body{
		margin-left: 0px;
	}

	#contents.service .items .photo{
		width: 260px;
	}
	#contents.service .items .header{
		margin-left: 270px;
	}
	#contents.service .items .body{
		margin-left: 270px;
	}

#contents.menu .items .menuimgs {
	position: relative;
	float: right;
	width: 260px;
}

#contents.menu .items .bigimg {
	position: relative;
	width: 260px;
	height: 260px;
	margin-bottom: 8px;
	padding: 8px;
	background: #ecece3;
}

#contents.menu .items .bigimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 254px;
	max-height: 254px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#contents.menu .items .thumbs {
	zoom: 1;
}

#contents.menu .items .thumbs:before,#contents.menu .items .thumbs:after {
	display: table;
	content: '';
}

#contents.menu .items .thumbs:after {
	clear: both;
}

#contents.menu .items .thumbs .thumb {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	padding: 4px;
	cursor: pointer;
	background: #ecece3;
}

#contents.menu .items .thumbs .thumb.active,#contents.menu .items .thumbs .thumb:hover {
	background: #afb2c5;
}

#contents.menu .items .thumbs img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 48px;
	max-height: 48px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* =================================================
access
================================================= */
#map_canvas{
	margin-bottom: 20px;
}

.btn_print_view{
	padding: 40px;
	text-align: center;
}
.btn_print_view a{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	color: #fff;
	border-radius: 0;
	outline: 0;
	background: #353b52;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background: #e94315;

	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);
	font-weight: normal;
}
a.button{
	display: block;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	color: #fff;
	background: #e94315;

	text-align: center;

	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);
	font-weight: normal;

	text-decoration: none;
}
a.button:hover{
	opacity: .6;
}
a.button.reserve:before{
	content: url(../img/restaurant_033_pc/extern_pc.png);
	top: 3px;
	margin-right: 10px;
	position: relative;
}
/* =================================================
lightbox
================================================= */

#contents.course .index{
	background: url(../img/restaurant_033_pc/block_bg.png);
	border-radius: 0;
	padding: 0px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
	margin: 10px 10px 0;
}
		#contents.course .index li{
			border-bottom: 1px solid #efefeb;
		}
		#contents.course .index li:last-child{
			border: none;
		}
		#contents.course .index li a{
			display: block;
			padding: 10px;
			color: #fff;
		}
		#contents.course .index li.push .name:before {
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			display: inline-block;
			width: 5em;
			height: 18px;
			margin-right: 8px;
			padding: 2px 4px;
			content: 'オススメ';
			text-align: center;
			text-indent: 0;
			border-radius: 0;
			background: #ef5250;
		}
		#contents.course .index li .price{
			display: block;
			float: right;
			width: 88px;
			text-align: right;
			color: #fff;
			font-weight: bold;
		}
#contents.menu .items li{
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
}
	#contents.course .items .header{
		padding: 10px;
		margin-left: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	#contents.course .items .header .subtitle{
		margin-bottom: 20px;
		padding: 5px;
	}

	#contents.menu .items .description{
		margin-left: 170px;
		margin-bottom: 20px;
	}

	#contents.menu .items .noimg .description{
		margin-left: 0px;
	}

	#contents.menu .items .prices{
		margin-left: 170px;
	}

	#contents.menu .items .noimg .prices{
		margin-left: 0px;
	}

	#contents.menu .items .prices dt{
		float: left;
		font-size: 17px;
		font-weight: bold;
	}
	#contents.menu .items .prices dd{
		border-bottom: 1px dotted #333;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	#contents.menu .items .prices dd .summary{
		font-size: 12px;
		text-align: right;

	}
	#contents.course .items .body{
		margin-left: 0;
		padding: 0 20px 20px;
	}
	#contents.course .items .body .subtitle{
		font-size: 17px;
		font-weight: bold;
		border-bottom: 1px dotted #333;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}






/* =================================================
クーポン
================================================= */
#contents.message {
	padding-top: 0px;
}




/* =================================================
クーポン
================================================= */
#contents.coupon {
	margin-bottom: 24px;
}

#contents.coupon .usage {
	font-weight: bold;
	margin-bottom: 16px;
	margin: 10px;
	background: url(../img/restaurant_033_pc/texture2.png);
	color: #fff;
	padding: 10px;
}

#contents.coupon ul {
	margin: 10px;
}

#contents.coupon li {
	clear: both;
	margin-bottom: 10px;
	/*background: url('../img/restaurant_033_pc/coupon_cutting.png') no-repeat left center #59bdc2;*/
	background: url(../img/restaurant_033_pc/texture.png);
	border-radius: 0;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);
	color: #fff;
}

#contents.coupon li:after {
	display: block;
	content: '';
	clear: both;
}

#contents.coupon .subtitle {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 250px;
	padding-right: 8px;
	padding-left: 12px;
	padding: 10px;
	text-align: justify;
}

#contents.coupon .coupon_info {
	padding: 10px;
	float: right;
	width: 400px;
	min-height: 60px;
	padding-left: 16px;
	border-left: solid 1px #fff;
}

#contents.coupon .text {
	margin-bottom: 16px;
}

#contents.coupon .coupon_limit {
	font-size: 14px;
	line-height: 1;
	float: right;
	font-size: 12px;
}


#contents.coupon .coupon_limit dt {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #fff;
}


#contents.coupon .coupon_limit dd {
	float: left;
}













/* =================================================
フリーページ
================================================= */
#contents.freepage h2{
		font-size: 20px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
		margin-bottom: 8px;
		background: none;
		background: url(../img/restaurant_033_pc/hr.png) no-repeat left bottom;
		padding-left: 15px;
		height: auto;
		font-weight: bold;
		padding-bottom: 30px;
		padding-top: 10px;
		position: relative;
		margin-bottom: 10px;
}
.section_type_1, .section_type_2, .section_type_3, .section_type_4, .section_type_5, .section_type_6, .section_type_7 {
	zoom: 1;
	margin-bottom: 32px;
}

.section_type_1:before, .section_type_2:before, .section_type_3:before, .section_type_4:before, .section_type_5:before, .section_type_6:before, .section_type_7:before, .section_type_1:after, .section_type_2:after, .section_type_3:after, .section_type_4:after, .section_type_5:after, .section_type_6:after, .section_type_7:after {
	display: table;
	content: '';
}

.section_type_1:after, .section_type_2:after, .section_type_3:after, .section_type_4:after, .section_type_5:after, .section_type_6:after, .section_type_7:after {
	clear: both;
}

.section_type_1 .section_img, .section_type_2 .section_img, .section_type_3 .section_img, .section_type_4 .section_img, .section_type_5 .section_img, .section_type_6 .section_img, .section_type_7 .section_img {
	margin-bottom: 8px;
}

.section_type_1 img, .section_type_2 img, .section_type_3 img, .section_type_4 img, .section_type_5 img, .section_type_6 img, .section_type_7 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.section_type_1 .section_txt, .section_type_2 .section_txt, .section_type_3 .section_txt, .section_type_4 .section_txt, .section_type_5 .section_txt, .section_type_6 .section_txt, .section_type_7 .section_txt {
	line-height: 1.7;
	text-align: justify;
	padding: 20px;
}

.section_type_2 .section_img {
	float: right;
	margin: 0 10px 8px 8px;
}

.section_type_3 .section_img {
	float: left;
	margin: 0 8px 8px 10px;
}
.section_type_4 .section_img {
	max-width: 100%;
	float: none;
}
.section_type_6 .youtube {
}
.section_type_6 .youtube iframe {
	max-width: 100%;
}






/* =================================================
lightbox
================================================= */
.chocolat-open {
	overflow: hidden;
}

.chocolat-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
}

.chocolat-loader {
	position: fixed;
	z-index: 11;
	top: 50%;
	left: 50%;
	display: none;
	width: 32px;
	height: 32px;
	margin-top: -32px;
	margin-left: -32px;
	background: url('../img/restaurant_033_pc/loader.gif');
}

.chocolat-content {
	position: fixed;
	z-index: 14;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}

.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}

.chocolat-content .chocolat-left {
	position: absolute;
	left: -50px;
	width: 50%;
	height: 100%;
	padding-right: 50px;
	cursor: pointer;
	background: url('../img/restaurant_033_pc/left.png') 4% 50% no-repeat;
}

.chocolat-content .chocolat-right {
	position: absolute;
	right: -50px;
	width: 50%;
	height: 100%;
	padding-left: 50px;
	cursor: pointer;
	background: url('../img/restaurant_033_pc/right.png') 96% 50% no-repeat;
}

.chocolat-content .chocolat-top {
	font-size: 12px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
}

.chocolat-content .chocolat-close {
	float: left;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('../img/restaurant_033_pc/close.png') 0 center no-repeat;
}

.chocolat-content .chocolat-bottom {
	font-size: 12px;
	line-height: 30px;
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 30px;
}

.chocolat-content .chocolat-pagination {
	display: inline-block;
	float: right;
	color: #fff;
}

.chocolat-content .chocolat-description {
	display: inline-block;
	color: #fff;
}

.chocolat-cover .chocolat-content .chocolat-left, .chocolat-cover .chocolat-content .chocolat-right {
	position: fixed;
	top: 0;
	height: 100%;
	padding: 0;
}

.chocolat-content .chocolat-right {
	right: 0;
	background: url('../img/restaurant_033_pc/right-compact.png') 100% 50% no-repeat;
}

.chocolat-content .chocolat-left {
	left: 0;
	background: url('../img/restaurant_033_pc/left-compact.png') 0 50% no-repeat;
}

.chocolat-content .chocolat-top {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}

.chocolat-content .chocolat-close {
	background: url('../img/restaurant_033_pc/close-compact.png') 0 center no-repeat;
}

.chocolat-content .chocolat-bottom {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: rgba(18,18,18,.75);
}

.chocolat-cover .chocolat-content .chocolat-pagination, .chocolat-cover .chocolat-content .chocolat-description {
	padding: 0 10px;
}

.chocolat-mobile .chocolat-content .chocolat-left {
	left: 0;
	padding-right: 10px;
	background: url('../img/restaurant_033_pc/left-compact.png') 4% 96% no-repeat;
}

.chocolat-mobile .chocolat-content .chocolat-right {
	right: 0;
	padding-left: 10px;
	background: url('../img/restaurant_033_pc/right-compact.png') 96% 96% no-repeat;
}

body.chocolat-open > .chocolat-overlay {
	z-index: 15;
}

body.chocolat-open > .chocolat-loader {
	z-index: 16;
}

body.chocolat-open > .chocolat-content {
	z-index: 17;
}

.chocolat-in-container .chocolat-content, .chocolat-in-container .chocolat-overlay {
	position: absolute;
}

.chocolat-in-container {
	position: relative;
}








/* =================================================
バナーリスト
================================================= */
#bannerList {
	margin-bottom: 32px;
}

#bannerList ul {
	zoom: 1;
}

#bannerList ul:before, #bannerList ul:after {
	display: table;
	content: '';
}

#bannerList ul:after {
	clear: both;
}

#bannerList li {
	display: block;
	float: left;
	width: 20%;
	padding: 8px;
	text-align: center;
}

#bannerList a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, .2);
}

#bannerList img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}















