@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: #eddbc0;
	background: #211005 url(../img/restaurant_032_pc/background.png) repeat-x;
	-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: #c49954;
}

a:hover {
	text-decoration: underline;
}

a img {
	background: none;
}

.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;
	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 #c49954;
	border-bottom: solid 2px #c49954;
	outline: 0;
	background: #c49954;
	-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: #c49954;
	}
	#categoryList dd a { color: #c49954; }
	#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;
		}


/* =================================================
container
================================================= */
#container{
	background: #140a04;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}

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

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

/* =================================================
ヘッダー
================================================= */
#header{
	height: 118px;
	background: url(../img/restaurant_032_pc/header_bg.png) no-repeat left top;
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 1px;
}
#header_message{
	padding: 30px 15px;
	color: #fff;
	background: #c49954;
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
#header_message:after {
	clear: both;
	display: block;
	content: '';
}

#logo {
	float: left;

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

	line-height: 53px;
	height: 53px;

	padding: 30px 20px 0;
}
	#logo h1{

		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	#logo a {
		font-size: 32px;
		color: #3b1b11;
		text-decoration: none;
		font-weight: bold;
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.55);
	}
	#logo:hover a{
	}

	#logo .kana {
		font-size: 14px;
		line-height: 1;
		border-bottom: 1px solid rgba(59, 71, 23, .4);
		padding-bottom: 10px;
		color: #170d07;
	}


#shopIcons {
	float: right;
	clear: right;
}
	#shopIcons ul {
		zoom: 1;
		position: relative;
		right: 10px;
	}

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

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

	#shopIcons img {
		display: block;
	}

/* =================================================
mainimage
================================================= */
#mainimage img{
	width: 100%;
	height: auto;
}

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

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

#main_image:after {
	clear: both;
}

#main_image .left_img {
	float: left;
	width: 516px;
	height: 408px;
	padding: 8px;
	background-image: -moz-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
}

#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-image: -moz-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
}

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

#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 {
}

#contents #catchCopy p {
}

/* =================================================
グローバルナビ
================================================= */
#gNavi {
	/*margin-bottom: 20px;*/
	z-index: 2;
	position: relative;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 30%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 30%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 30%, rgb(255,255,255) 100%);
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	background: url(../img/restaurant_032_pc/menu_bg.png);
	height: 74px;
	margin-bottom: 10px;
	clear: both;
	display: table;
	width: 100%;
}

#gNavi>li{
	font-weight: bold;
	display: table-cell;
	/*padding: 8px 8px 8px 16px;*/
}
#gNavi>li a {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	color: #fff;
	display: block;
	/*padding: 0 40px;*/
	text-align: center;
	font-size: 15px;
	line-height: 74px;
	border-right: 1px solid rgba(255, 255, 255, .1);
	text-decoration: none;
}
#gNavi>li:last-child a {
	border-right: none;
}

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

#gNavi li>a:hover {
	opacity: .8;
	background: rgba(255, 255, 255, .1);
}

	#gNavi>li.active{
	}

	#gNavi>li ul {
		position: absolute;
		display: none;
	}

	#gNavi>li li {
		background: #f2b85c;
	}
	#gNavi>li li a{
		padding-left: 10px;
		background: #fff;
		line-height: 40px;
		padding: 0 30px;
		background: rgb(217,178,77);
		background-image: linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		border: 1px solid #140a04;
		border-top: none;
	}
	#gNavi>li li a:hover{
		background: #fff;
		line-height: 40px;
		padding: 0 30px;
		background: rgb(151,103,0);
		background-image: linear-gradient( 90deg, rgb(151,103,0) 100%, rgb(217,178,77) 0%);
		background-image: -moz-linear-gradient( 90deg, rgb(151,103,0) 100%, rgb(217,178,77) 0%);
		background-image: -webkit-linear-gradient( 90deg, rgb(151,103,0) 100%, rgb(217,178,77) 0%);
		background-image: -ms-linear-gradient( 90deg, rgb(151,103,0) 100%, rgb(217,178,77) 0%);
	}

/* =================================================
courseInfo
================================================= */
/*#courseInfo{
	margin-bottom: 30px;
}
#courseInfo li{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px;
}
#courseInfo li:nth-child(even){
	padding-left: 5px;
	padding-right: 0;
}
#courseInfo:after{
	display: block;
	clear: both;
	content: '';
}
#courseInfo li img{
	width: 100%;
	height: auto;
}*/
/* =================================================
phone
================================================= */
#phone {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#phone .phone_title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	color: #faf8ed;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #9b6b39;
}

#phone .pnohe_number {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
	padding-left: 12px;
	color: #6e2b18;
	background: url('../img/restaurant_032_pc/icon_phone.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
	font-family: serif;
}

/* =================================================
catchCopy
================================================= */




/* =================================================
contents
================================================= */
#contents{
	width: 700px;
	float: right;
}
.wrapper:after{
	display: block;
	clear: both;
	content: '';
}
	#contents .more{
		text-align: right;
		margin-bottom: 10px;
	}

	#contents .block{
		margin-bottom: 40px;
	}
	#contents .title{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 16px;
		text-align: center;

		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
		background: url(../img/restaurant_032_pc/title_bg.png) no-repeat;
		height: 66px;
		line-height: 66px;

		padding-top: 7px;
		color: #c49954;
		font-weight: normal;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);
		font-size: 20px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents .lead{
		font-size: 17px;
		color: #c49954;
		margin-bottom: 20px;
	}


/* =================================================
トピックス
================================================= */
#contents .block.topics .title{
}
	#contents .block.topics ul {
		margin-bottom: 24px;
	}

	#contents .block.topics li {
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	#contents .block.topics li:last-child {
	}
	#contents .block.topics li a {
		padding: 10px 0;
		display: block;
	}

/* =================================================
ギャラリー
================================================= */
#contents .block.gallery .title{
}

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

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

.galleryImg a.img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 159px;
	height: 159px;
	padding: 4px;
	background:  rgb(187,152,95);
	background-image: -moz-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
}

.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 .date {
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px;
}
#ownerMessage .msg img {
	float: left;
	margin-right: 10px;
}
#ownerMessage .msg:after {
	clear: both;
	display: block;
	content: '';
}
#ownerMessage li{
	margin-bottom: 40px;
}

/* =================================================
店舗基本情報
================================================= */
#contents .block.shopBasicInfo .title{
}
.shopBasicInfo dl {
	display: table;
	width: 100%;
	padding: 8px 0;
	border-top: solid 1px #c49954;
}
	.shopBasicInfo dl:last-child {
		border-bottom: solid 1px #c49954;
	}
	.shopBasicInfo dl dt {
		font-weight: bold;
		display: table-cell;
		width: 200px;
		padding: 8px 16px;
		text-align: right;
		border-right: solid 4px #c49954;
	}
	.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-image: -moz-linear-gradient( 90deg, rgb(142,116,70) 0%, rgb(182,166,136) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(142,116,70) 0%, rgb(182,166,136) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(142,116,70) 0%, rgb(182,166,136) 100%);
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);

		font-size: 15px;
		color: #fff;
		padding: 5px;
		text-align: center;
		margin-bottom: 1px;
	}
			#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: #44331d;
		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_032_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_032_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_032_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_032_pc/icon_route.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 70%;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}
#sidebar #minimap{
	color: #fff;
}
#sidebar #minimap a{
	color: #fff;
}
/* =================================================
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_032_pc/social_line.png');}
		#social_share .facebook a { background-image: url('../img/restaurant_032_pc/social_facebook.png');}
		#social_share .twitter a { background-image: url('../img/restaurant_032_pc/social_twitter.png');}
		#social_share .googleplus a { background-image: url('../img/restaurant_032_pc/social_gplus.png');}
		#social_share .hatena a { background-image: url('../img/restaurant_032_pc/social_hatena.png');}
/* =================================================
footer
================================================= */
#footer{
	clear: both;
	background: #c49954;
}
	#footer a {
		color: #fff;
	}

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

	#footerCopy {
		line-height: 1;
		text-align: center;
		color: #fff;
		font-weight: bold;
	}

	#footerCopy a {
		color: #fff;
	}

	#footerNavi {
		margin-bottom: 16px;
		text-align: center;
	}

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

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


#LPfooter {
	background: #fff;
	padding: 16px;
	background: url(../img/restaurant_032_pc/footer2_bg.jpg)
}
	#LPfooter a{
		color: #f0cb84;
	}


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

	#LPfooter:after {
		clear: both;
	}

	#LPfooter .localplace_top {
		display: block;
		float: left;
		overflow: hidden;
		width: 140px;
		height: 30px;
		text-indent: -9999px;
		background: url('../img/restaurant_032_pc/lp_logo.png') no-repeat;
	}

	#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;
		color: #c49954;
		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_032_pc/arrow_top.png') no-repeat #c49954 center center;
	width: 60px;
	height: 60px;
}






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

#contents.menu .items li{
	margin-bottom: 40px;
	padding: 10px;
}
	#contents.menu .items .photo{
		float: left;
		width: 160px;
		position: relative;
	}
		#contents.menu .items .photo img{
			width: 100%;
			height: auto;
		}
			#contents.menu .items .photo.push:before{
				content: '';
				display: block;
				position: absolute;
				top: 18px;
				left: -8px;
				width: 0;
				height: 0;
				border-top: 4px solid #140a04;
				border-right: 4px solid #140a04;
				border-bottom: 4px solid transparent;
				border-left: 4px solid transparent;
			}
			#contents.menu .items .photo.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: rgb(217,178,77);
		background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
			}
/*			#contents.menu .items .photo.push:after{
				font-size: 10px;
				font-weight: bold;
				position: absolute;
				top: -4px;
				left: -10px;
				display: block;
				height: 27px;
				line-height: 27px;
				padding: 0 15px 0 10px;
				content: 'オススメ';
				text-align: center;
				color: #fff;
				background: url(../img/restaurant_032_pc/recommend_icon.png) right top;
			}*/
	#contents.menu .items .header{
		margin-left: 170px;
		color: #fff;
		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;
	}

/* =================================================
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: #c49954;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);

	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: #c49954;

	text-align: center;

	background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);

	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_032_pc/extern_pc.png);
	top: 3px;
	margin-right: 10px;
	position: relative;
}
/* =================================================
lightbox
================================================= */

#contents.course .index{

	background: rgb(217,178,77);
	background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	border-radius: 0;
	padding: 0px;
	margin-bottom: 20px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
}
		#contents.course .index li{
			border-bottom: 1px solid rgba(0, 0, 0, .2);
		}
		#contents.course .index li:last-child{
			border: none;
		}
		#contents.course .index li a{
			color: #fff;
			display: block;
			padding: 10px;
		}
		#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;
			color: #fff;
			border-radius: 0;
			background: #ef5250;
		}
		#contents.course .index li .price{
			display: block;
			float: right;
			width: 88px;
			text-align: right;
			color: #333;
			font-weight: bold;
		}
#contents.menu .items{
	margin-bottom: 40px;
}
#contents.menu .items li{
	margin-bottom: 10px;
	background: rgb(187,152,95);
	background-image: -moz-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	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;
		/*background: rgba(255, 255, 255, .3);*/
		padding: 5px;
	}

	#contents.menu .items .description{
		margin-left: 170px;
		margin-bottom: 20px;
	}
	#contents.menu .items .noimg .description{
		margin-left: 0;
	}
	#contents.menu .items .prices{
		margin-left: 170px;
	}
	#contents.menu .items .noimg .prices{
		margin-left: 0;
	}
	#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: 20px;
}




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

#contents.coupon .usage {
	font-weight: bold;
	margin-bottom: 16px;
	padding: 8px;
	background: rgb(217,178,77);
	background-image: -moz-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(217,178,77) 0%, rgb(151,103,0) 100%);
	color: #fff;
}

#contents.coupon li {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	background: rgb(187,152,95);
	background-image: -moz-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,152,95) 0%, rgb(213,180,130) 100%);
	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: 330px;
	padding-right: 8px;
	padding-left: 12px;
	text-align: justify;
}

#contents.coupon .coupon_info {
	float: right;
	width: 336px;
	min-height: 60px;
	padding-left: 16px;
	border-left: dashed 2px #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;
}






/* =================================================
バナーリスト
================================================= */
#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%);
}







/* =================================================
フリーページ
================================================= */
#contents.freepage h2{

		font-size: 20px;
		font-weight: bold;
		margin-bottom: 16px;
		text-align: center;

		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
		background: url(../img/restaurant_032_pc/title_bg.png) no-repeat;
		height: 66px;
		line-height: 66px;

		padding-top: 7px;
		color: #c49954;
		font-weight: normal;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.55);
		font-size: 20px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.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;
}

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

.section_type_3 .section_img {
	float: left;
	margin: 0 8px 8px 0;
}






/* =================================================
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_032_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_032_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_032_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_032_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_032_pc/right-compact.png') 100% 50% no-repeat;
}

.chocolat-content .chocolat-left {
	left: 0;
	background: url('../img/restaurant_032_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_032_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_032_pc/left-compact.png') 4% 96% no-repeat;
}

.chocolat-mobile .chocolat-content .chocolat-right {
	right: 0;
	padding-left: 10px;
	background: url('../img/restaurant_032_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;
}



















