@charset 'UTF-8';
/* =================================================
リセット
================================================= */
* {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

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;
	position: relative;
	width: 100%;
	color: #866239;
	background: #fff;
	background: url('../img/restaurant_028_pc/bg_image.jpg');
	background-color: #121212;
	-webkit-background-size: 40px 5px;
	-moz-background-size: 40px 5px;
	background-size: 40px 5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	color: #e67802;
	color: #bf9a3a;
}

a:hover {
	text-decoration: underline;
}

a img {
	background: none;
}
/* =================================================
フォーム基本
================================================= */
select {
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
	text-indent: .01px;
	text-overflow: '';
	color: #723b2e;
	border: solid 2px #d1d1c6;
	border-bottom: solid 2px #b6b6a8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-text-overflow: '';
}

select::-ms-expand {
	display: 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-bottom: solid 2px #000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background: #bf9a3a;
	-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);
}

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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='text']::-webkit-input-placeholder {
	color: #9f958e;
}

input[type='text']:-moz-placeholder {
	color: #9f958e;
}

input[type='text']::-moz-placeholder {
	color: #9f958e;
}

input[type='text']:-ms-input-placeholder {
	color: #9f958e;
}

input[type='text']:focus {
	background: #ffdcb6;
}

input[type='checkbox'] {
	font-size: 12px;
	margin-right: 4px;
	vertical-align: middle;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #ffdcb6;
}
/* =================================================
レイアウト
================================================= */
#coveredBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
	height: 10px;
	background-position: center center, center center;
	-webkit-background-size: auto auto, cover;
	-moz-background-size: auto auto, cover;
	background-size: auto auto, cover;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
	min-height: 100%;
}

#contents {
	min-height: 100%;
	padding-left: 304px;
}

#translate {
	float: right;
}

#translate select {
	font-size: 10px;
	padding: 2px 4px;
	border: solid 2px #d1d1c6;
	border-bottom: solid 2px #b6b6a8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f9f8ed;
}

#translate input[type='button'] {
	font-size: 10px;
	padding: 2px 4px;
}

#translate div.goog-te-gadget {
	font-size: 10px;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #ecece3;
}

#translate div.goog-te-gadget a {
	font-size: 10px;
	color: #ecece3;
}

#translate div.goog-te-gadget a span {
	color: #ff0;
}

#translate div.goog-te-gadget a span:hover {
	color: #ecece3;
}

#translate div.goog-te-gadget select {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin: 0;
	text-align: center;
}

.goog-te-combo {
	height: 20px;
}
/* =================================================
locaLPlaceヘッダー
================================================= */
#LPheader {
	line-height: 30px;
	border-bottom: 1px solid #fff;
	background-color: #310b04;
}

#LPheader #LPheaderContents {
	line-height: 30px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#LPheader #LPheaderContents #categoryList {
	font-size: 12px;
	color: #e1e1e1;
}

#LPheader #LPheaderContents #categoryList dl {
	float: left;
}

#LPheader #LPheaderContents #categoryList dl dt {
	font-weight: nomal;
	float: left;
	margin-left: 10px;
}

#LPheader #LPheaderContents #categoryList dl dt:first-child {
	margin-left: 0;
}

#LPheader #LPheaderContents #categoryList dl dd {
	font-weight: bold;
	float: left;
	margin-left: 30px;
}

#LPheader #LPheaderContents #categoryList dl dd a {
	font-weight: bold;
	color: #e1e1e1;
}
/* =================================================
ヘッダー
================================================= */
#header {
	position: relative;
	height: 100px;
	padding-top: 10px;
	background-color: #fff;
	-webkit-background-size: 1px 100px;
	-moz-background-size: 1px 100px;
	background-size: 1px 100px;
}

#header #logo_txt {
	display: none;
}

#header h1 {
	display: none;
}

#header_block {
	position: relative;
	z-index: 1;
	width: 960px;
	min-height: 90px;
	margin: 0 auto;
}

#header_top {
	position: relative;
	z-index: 1;
	width: 960px;
	min-height: 100px;
	margin: 0 auto;
}

#top_image {
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}

#top_image img {
	display: block;
	float: left;
	overflow: hidden;
	max-width: 240px;
	max-height: 180px;
}
/* =================================================
オンライン予約
================================================= */
#onlineReserve {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 14px;
	line-height: 1px;
	display: block;
	float: right;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 155px;
	height: 44px;
	margin: 25px 0 0 0;
	padding: 2px;
	text-align: center;
	border: solid 1px #bf9a3a;
}

#onlineReserve a {
	line-height: 38px;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-left: 25px;
	color: #fff;
	background-color: #bf9a3a;
	background-image: url('../img/restaurant_028_pc/icon_reserve.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
}
/* =================================================
店舗電話番号
================================================= */
/* =================================================
電話番号
================================================= */
#phone {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 315px;
	height: 103px;
	padding: 28px 24px 0 64px;
	color: #440d00;
	background-image: url('../img/restaurant_028_pc/bg_phone.png');
	background-repeat: no-repeat;
	-webkit-background-size: 315px 103px;
	-moz-background-size: 315px 103px;
	background-size: 315px 103px;
}

#phone dl dt.phone_title {
	font-size: 14px;
	line-height: 18px;
	color: #440d00;
}

#phone dl dt.phone_title span {
	font-weight: bold;
	color: #fff;
	border: 2px solid #440d00;
	background-color: #440d00;
}

#phone dl dd.phone_number {
	font-size: 14px;
	color: #440d00;
}

#phone dl dd.phone_number span {
	font-size: 18px;
	color: #bd2427;
}
/* =================================================
ヘッダーメニュー
================================================= */
#gNavi {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	line-height: 30px;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	background: #fff;
	-webkit-background-size: 1px 50px;
	-moz-background-size: 1px 50px;
	background-size: 1px 50px;
}

#gNavi.pages {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	box-shadow: 0 5px 5px rgba(0,0,0,.5);
}

#gNavi ul {
	position: relative;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 990px;
	margin: 0 auto;
	padding: 0 15px;
	list-style: none;
	background-image: url('../img/restaurant_028_pc/bg_menu_01.jpg'), url('../img/restaurant_028_pc/bg_menu_03.jpg');
	background-repeat: no-repeat;
	background-position: left center, right center;
	-webkit-background-size: 15px 50px;
	-moz-background-size: 15px 50px;
	background-size: 15px 50px;
}

#gNavi ul li {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding: 10px 0 10px 0;
	background-image: url('../img/restaurant_028_pc/bg_menu_02.jpg');
	background-repeat: repeat-x;
	background-position: center;
	-webkit-background-size: 5px 50px;
	-moz-background-size: 5px 50px;
	background-size: 5px 50px;
}

#gNavi ul li.active a {
	color: #b7b96f;
}

#gNavi ul li a {
	font-size: 18px;
	font-weight: nomal;
	display: block;
	min-width: 160px;
	text-align: center;
	color: #866239;
	border-left: 1px solid #866239;
}

#gNavi ul li a:hover {
	color: #fff5ba;
}

#gNavi ul li a:first-child {
	border-left: none;
}
/* =================================================
メインコンテンツ
================================================= */
#main_image {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	background-color: #000;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	box-shadow: 0 5px 5px rgba(0,0,0,.5);
	lihe-height: 655px;
}

#main_image .img {
	width: 100%;
	height: 455px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	overflow: scroll;
}

#main_image .textframe_area {
	position: relative;
	top: 20px;
	left: 50%;
	width: 960px;
	height: 455px;
	margin-left: -470px;
}
/* =================================================
店舗キャッチコピー
================================================= */
#catchCopy {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-weight: bold;
	position: absolute;
	top: 165px;
	left: 30px;
	color: #fff;
	text-shadow: 0 0 5px #000, 1px 0 5px #000, 0 1px 5px #000, -1px 0 5px #000, 0 -1px 5px;
}

#catchCopy h2 {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}

#catchCopy p {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 18px;
}
/* =================================================
contents
================================================= */
#contents {
	display: block;
	overflow: hidden;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	background-color: #888;
}

.contents_frame {
	display: block;
	overflow: hidden;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 60px 0;
	background-image: url('../img/restaurant_028_pc/bg_top_01.png'), url('../img/restaurant_028_pc/bg_bottom_01.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	-webkit-background-size: 960px 60px, 960px 60px;
	-moz-background-size: 960px 60px, 960px 60px;
	background-size: 960px 60px, 960px 60px;
}

.contents_frame .content_box {
	position: relative;
	overflow: hidden;
	width: 960px;
	padding: 0 60px;
	background: url('../img/restaurant_028_pc/bg_center_01.png') repeat-y;
	-webkit-background-size: 960px 60px;
	-moz-background-size: 960px 60px;
	background-size: 960px 60px;
}

.columns:only-child .cullum_02 {
	width: 900px;
}

.columns:only-child #shopBasicInfo dl {
	width: 900px;
}

.columns.cullum_02 {
	display: block;
	float: left;
	width: 580px;
	margin-bottom: 15px;
}

.columns.right_column {
	display: block;
	float: right;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 240px;
	padding-left: 10px;
}
/* =================================================
オーナーからのメッセージ
================================================= */
#message {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#ownerMessage {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding: 100px 0 66px;
	background-image: url('../img/restaurant_028_pc/bg_mess_top.jpg'), url('../img/restaurant_028_pc/bg_mess_bottom.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	-webkit-background-size: 840px 100px, 840px 66px;
	-moz-background-size: 840px 100px, 840px 66px;
	background-size: 840px 100px, 840px 66px;
}

#ownerMessage.pages {
	width: 840px;
	padding: 0;
	background: none;
}

#ownerMessage.pages ul {
	padding: 0;
	background: none;
}

#ownerMessage #ownerMessage_box {
	position: relative;
	overflow: hidden;
	width: 840px;
	padding: 0 60px;
	background: url('../img/restaurant_028_pc/bg_mess_center.jpg') repeat-y;
	-webkit-background-size: 840px 10px;
	-moz-background-size: 840px 10px;
	background-size: 840px 10px;
}

#ownerMessage h2.ownerMessage {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	position: absolute;
	top: 18px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 840px;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
}

#ownerMessage ul {
	position: relative;
	overflow: hidden;
	width: 840px;
	padding: 0 60px;
	background: url('../img/restaurant_028_pc/bg_mess_center.jpg') repeat-y;
	-webkit-background-size: 840px 10px;
	-moz-background-size: 840px 10px;
	background-size: 840px 10px;
}

#ownerMessage ul li {
	overflow: hidden;
}

#ownerMessage ul li.new .leftarea .title h3 {
	padding-left: 60px;
}

#ownerMessage ul li.new .leftarea .title .icon_new {
	display: inline-block;
}

#ownerMessage ul li .title {
	line-height: 1px;
	overflow: hidden;
}

#ownerMessage ul li .title .icon_new {
	display: none;
	width: 55px;
	height: 35px;
	margin-bottom: -30px;
	background: url('../img/restaurant_028_pc/icon_new.png') no-repeat;
	-webkit-background-size: 55px 35px;
	-moz-background-size: 55px 35px;
	background-size: 55px 35px;
}

#ownerMessage ul li .title h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	text-align: justify;
	color: #866239;
	border-bottom: 2px dotted #bbaca0;
}

#ownerMessage ul li .msg {
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
}

#ownerMessage ul li .msg .date {
	font-size: 115px;
	font-size: 11px;
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: right;
	color: #afa79c;
}

#ownerMessage ul li .msg p {
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	max-height: 120px;
	margin-bottom: 10px;
	color: #563c3a;
	flaot: left;
}

#ownerMessage ul li img {
	display: block;
	float: right;
	overflow: hidden;
	max-width: 150px;
	margin-left: 10px;
	text-align: right;
	background-color: #000;
}

#ownerMessage .more {
	font-size: 12px;
	font-weight: bold;
	float: right;
	text-align: right;
	color: #bf9a3a;
}
/* =================================================
トピックス
================================================= */
#topics {
	width: 100%;
	table-layout: fixed;
	isplay: table;
}

#topics ul {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

#topics ul li {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 2px dotted #bbaca0;
}

#topics ul li a {
	display: block;
	width: 100%;
	padding: 0 10px 0 35px;
	background: url('../img/restaurant_028_pc/icon_list.png') no-repeat;
	background-repeat: no-repeat;
	background-position: 10px 1px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
}

h2.topics {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}
/* =================================================
≈
================================================= */
#courseInfo {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

#courseInfo h2.couse {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}

#courseInfo ul {
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: separate;
}

#courseInfo ul li {
	display: table-cell;
	overflow: hidden;
	overflow: hidden;
	vertical-align: top;
	vertical-align: middle;
}

#courseInfo ul li .course_column {
	overflow: hidden;
	padding: 10px;
}

#courseInfo ul li .course_column .course_img {
	float: left;
	margin: 0 10px 0 0;
}

#courseInfo ul li .course_column img {
	display: block;
	max-width: 220px;
	margin: 0 auto;
	padding: 0;
}

#courseInfo ul li .course_column .course_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	text-align: justify;
	color: #866239;
	border-bottom: 2px dotted #bbaca0;
}

#courseInfo ul li .course_column .course_txt {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}

#courseInfo ul li .course_column a.more {
	font-weight: bold;
	display: block;
	float: right;
	width: 140px;
	margin: 0;
	text-align: right;
}
/* =================================================
ショップアイコン
================================================= */
#shopIcons {
	margin-bottom: 25px;
}

#shopIcons ul {
	overflow: hidden;
	width: 216px;
}

#shopIcons ul li {
	float: left;
	width: 46px;
	height: 46px;
	margin: 0 5px 5px 5px;
}

#shopIcons ul li:first-child {
	margin: 0 5px 5px 0;
}

#shopIcons ul li:nth-child(4) {
	margin: 0 0 5px 5px;
}

#shopIcons ul li:nth-child(5) {
	margin: 0 5px 5px 0;
}

#shopIcons ul li:nth-child(8) {
	margin: 0 0 5px 5px;
}

#shopIcons ul li img {
	width: 46px;
	height: 46px;
}

h2.sidetitle {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4px;
	padding: 0;
	text-align: center;
	color: #330101;
	border-bottom: 1px solid #866239;
	background: url('../img/restaurant_028_pc/h2_title_base02.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 220px 30px;
	-moz-background-size: 220px 30px;
	background-size: 220px 30px;
}

h2.sidetitle.line {
	color: #18892a;
}

.access_rout {
	margin-bottom: 15px;
}

.access_rout:last-child {
	margin-bottom: 0;
}

#indoorView #pano_div {
	border: solid 1px #330101;
}

#minimap #mapimg {
	border: solid 1px #330101;
}

#minimap .accesspoint {
	line-height: 30px;
	display: block;
	overflow: hidden;
	padding: 0 5px;
	background-color: #330101;
}

#minimap .accesspoint .indexStation01 {
	display: block;
	float: left;
	color: #fff;
}

#minimap .accesspoint .indexRoute01 {
	display: block;
	float: right;
	text-align: right;
	color: #fff;
}

#minimap .accesspoint .indexRoute01 span a {
	font-weight: bold;
	color: #fff;
}

#footer,#footerContents {
	width: 100%;
	margin: 0 auto;
}

#footerCopy {
	line-height: 1;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#footerCopy a {
	color: #e89f16;
}

#footerNavi {
	line-height: 1px;
	height: 50px;
	text-align: center;
	background: #fff;
}

#footerNavi li {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;
	display: inline-block;
	height: 20px;
	margin: 10px 0;
	padding: 0 8px;
	vertical-align: middle;
	border-right: solid 1px #bbaca0;
}

#footerNavi li#scrollToTop {
	line-height: 1px;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 130px;
	height: 30px;
	margin: 0 0 0 50px;
	padding: 2px;
	border: solid 1px #bf9a3a;
}

#footerNavi li#scrollToTop a {
	line-height: 24px;
	display: block;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background-color: #bf9a3a;
}

#footerNavi li:nth-last-child(2) {
	border: none;
}

#footerNavi a {
	font-weight: bold;
	line-height: 20px;
	color: #866239;
}

#LPfooter {
	border-top: 2px solid #bbaca0;
	background: #f5f8e4;
}

#LPfooterContents {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
	padding: 16px;
}

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

#LPfooterContents:after {
	clear: both;
}

#LPfooterContents .localplace_top {
	display: block;
	float: left;
	overflow: hidden;
	width: 130px;
	height: 50px;
	text-indent: -9999px;
	background: url('../img/restaurant_028_pc/lp_logo.png') no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

#LPfooterContents .localplace_top:hover {
	opacity: .8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
}

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

#LPfooterContents .searchLinks dt {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 12em;
	padding-right: 16px;
	text-align: justify;
	color: #866239;
	border-right: solid 1px rgba(210,154,133,.5);
}

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

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

#LPfooterContents .searchLinks dd a {
	font-weight: bold;
	color: #440d00;
}

#LPfooterContents .searchLinks dd a:hover {
	color: #866239;
}
/* =================================================
ギャラリー
================================================= */
h2.gallery {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}

#gallery4 {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
}

#gallery4 .more {
	font-weight: bold;
	float: right;
}

#gallery4 ul {
	line-height: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#gallery4 ul li.galleryImg {
	display: inline-block;
	overflow: hidden;
	width: 202px;
	margin: 5px 5px 5px 0;
	border-spacing: 5px 5px;
	border-collapse: separate;
	vertical-align: top;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

#gallery4 ul li.galleryImg a {
	overflow: hidden;
	margin-left: 0;
}

#gallery4 ul li.galleryImg:last-child {
	margin-right: 0;
}

#gallery4 ul li.galleryImg .img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 150px;
	border: 10px solid #fff;
	background-color: #fff;
	-webkit-backface-visibility: visble;
	-moz-backface-visibility: visble;
	-ms-backface-visibility: visble;
	backface-visibility: visble;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#gallery4 ul li.galleryImg .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200px;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

#gallery4 ul li.galleryImg .desc {
	font-size: 12px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	min-height: 110px;
	padding: 0 10px 10px 10px;
	text-align: left;
	color: #665959;
	background-color: #fff;
}
/* =================================================
インフォメーション
================================================= */
h2.info {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}

#shopBasicInfo {
	float: left;
	margin-bottom: 32px;
}

#shopBasicInfo dl {
	font-size: 14px;
	line-height: 28px;
	display: table;
	width: 580px;
	padding: 8px 0;
	border-bottom: 2px dotted #bbaca0;
}

#shopBasicInfo dl:last-child {
	border-bottom: solid 1px #bbaca0;
}

#shopBasicInfo dt {
	font-weight: bold;
	display: table-cell;
	width: 200px;
	padding: 8px 16px;
	text-align: right;
	color: #723b2e;
}

#shopBasicInfo dd {
	display: table-cell;
	padding: 8px 16px;
	color: #310b04;
}

#shopBasicInfo dd a {
	font-weight: bold;
}
/* =================================================
QR
================================================= */
.qr_box {
	overflow: hidden;
	width: 100%;
	padding: 5px;
}

.qr_box .qr_code {
	overflow: hidden;
	text-align: center;
}

.qr_box .qr_code img {
	display: inline-block;
}

.qr_box.mobile h2 {
	line-height: 30px;
	padding: 0;
	text-align: center;
	color: #866239;
	border-bottom: 1px solid #866239;
	background: url('../img/restaurant_028_pc/h2_title_base02.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 220px 30px;
	-moz-background-size: 220px 30px;
	background-size: 220px 30px;
}

.qr_box.lineFriend h2 {
	color: #18892a;
	border-bottom: 1px solid #b4ccb2;
}

.qr_box:only-child {
	width: 100%;
}

#email_div {
	overflow: hidden;
	width: 216px;
	margin-bottom: 20px;
}

input#email_div .mail_send#email_addr {
	display: block;
	width: 150px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

input#email_div .mail_send#email_send {
	display: block;
	width: 150px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #bd2427;
}
/* =================================================
他のサイトで見る
================================================= */
#extern_link {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

#extern_link ul li {
	font-weight: bold;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: left;
	border: solid 1px #bf9a3a;
	background-position: left center;
}

#extern_link ul li:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#extern_link ul li a {
	font-size: 12px;
	display: block;
	padding-left: 35px;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: url('../img/restaurant_028_pc/icon_linkbtn01.png');
	background-color: #bf9a3a;
	background-repeat: no-repeat;
	background-position: 5px center;
	-webkit-background-size: 21px 21px;
	-moz-background-size: 21px 21px;
	background-size: 21px 21px;
}
/* =================================================
バナーエリア
================================================= */
#bannerList {
	display: block;
	clear: both;
	width: 960px;
	margin: 0 auto;
	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: #f8edcd;
}

#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%);
}

#social_share {
	zoom: 1;
}

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

#social_share:after {
	clear: both;
}

#social_share .LINE,#social_share .facebook,#social_share .twitter,#social_share .googleplus,#social_share .hatena {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 4px;
}

#social_share .LINE:last-child,#social_share .facebook:last-child,#social_share .twitter:last-child,#social_share .googleplus:last-child,#social_share .hatena:last-child {
	margin: 0;
}

#social_share .LINE a,#social_share .facebook a,#social_share .twitter a,#social_share .googleplus a,#social_share .hatena a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	background: none;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#social_share .LINE a:hover,#social_share .facebook a:hover,#social_share .twitter a:hover,#social_share .googleplus a:hover,#social_share .hatena a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#social_share .LINE a {
	background-image: url('../img/restaurant_028_pc/social_line.png');
}

#social_share .facebook a {
	background-image: url('../img/restaurant_028_pc/social_facebook.png');
}

#social_share .twitter a {
	background-image: url('../img/restaurant_028_pc/social_twitter.png');
}

#social_share .googleplus a {
	background-image: url('../img/restaurant_028_pc/social_gplus.png');
}

#social_share .hatena a {
	background-image: url('../img/restaurant_028_pc/social_hatena.png');
}
/* =================================================
メニューリスト
================================================= */
ul#menu_list {
	display: block;
	overflow: hidden;
	width: 940px;
	margin: 0 auto 30px;
	padding-top: 20px;
}

ul#menu_list li {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #fff;
}

ul#menu_list li:first-child a {
	padding: 0 15px 0 0;
}

ul#menu_list li.active a {
	color: #fff5ba;
}

ul#menu_list li a {
	padding: 0 15px;
	color: #fff;
	border-right: 1px solid #888;
}
/* =================================================
メニューカテゴリ
================================================= */
#menuList {
	width: 840px;
	margin: 0 auto;
}

#menuList .category h2 {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}

#menuList .category .menuCourseText p {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #8c4c23;
}
/* =================================================
商品
================================================= */
ul.modalImgs {
	overflow: hidden;
	padding: 5px;
}

ul.modalImgs li {
	display: table;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 35px;
	padding: 10px 10px;
	table-layout: fixed;
	border-top: 1px solid #8e3719;
}

ul.modalImgs li.push dl dt .pushIcon {
	display: inline-block;
}

ul.modalImgs li:last-child {
	margin-bottom: 0;
}

ul.modalImgs li dl {
	display: table-cell;
	overflow: hidden;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
}

ul.modalImgs li dl dt {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	line-height: 55px;
}

ul.modalImgs li dl dt .pushIcon {
	line-height: 0;
	display: none;
	float: left;
	width: 67px;
	height: 43px;
	background-image: url('../img/restaurant_028_pc/icon_push.png');
	background-repeat: no-repeat;
	-webkit-background-size: 69px 25px;
	-moz-background-size: 69px 25px;
	background-size: 69px 25px;
}

ul.modalImgs li dl dt h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #866239;
}

ul.modalImgs li dl dd.price {
	overflow: hidden;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #b28a83;
}

ul.modalImgs li dl dd.price p.menu_price {
	display: block;
	color: #fff;
}

ul.modalImgs li dl dd.price p.menu_price.money_form {
	font-size: 18px;
	line-height: 18px;
	display: block;
	float: right;
	overflow: hidden;
	width: 130px;
	text-align: right;
	color: #8e3719;
}

ul.modalImgs li dl dd.price .menu_price_summary {
	font-style: 10px;
	line-height: 18px;
	display: block;
	float: right;
	width: 500px;
	text-align: right;
	color: #aa847d;
}

ul.modalImgs li dl dd.info {
	font-style: 14px;
	padding-left: 15px;
	color: #2d0808;
}

ul.modalImgs li dl dd.info .desc p {
	line-height: 25px;
	color: #2d0808;
}

ul.modalImgs li .thumb {
	position: relative;
	display: table-cell;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 255px;
	height: 255px;
	vertical-align: top;
	-webkit-backface-visibility: visble;
	-moz-backface-visibility: visble;
	-ms-backface-visibility: visble;
	backface-visibility: visble;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

ul.modalImgs li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}
/* =================================================
コースメニュー
================================================= */
ul.course_list {
	display: block;
	overflow: hidden;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 60px 0;
	background-image: url('../img/restaurant_028_pc/bg_top_01.png'), url('../img/restaurant_028_pc/bg_bottom_01.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	-webkit-background-size: 960px 60px, 960px 60px;
	-moz-background-size: 960px 60px, 960px 60px;
	background-size: 960px 60px, 960px 60px;
}

ul.course_list li {
	position: relative;
	overflow: hidden;
	width: 960px;
	padding: 0 60px;
	background: url('../img/restaurant_028_pc/bg_center_01.png') repeat-y;
	-webkit-background-size: 960px 60px;
	-moz-background-size: 960px 60px;
	background-size: 960px 60px;
}

ul.course_list li.push h2 .pushIcon {
	display: inline-block;
}

ul.course_list .courseLeft {
	display: table-cell;
	padding-right: 15px;
	vertical-align: top;
}

ul.course_list .courseRight {
	display: table-cell;
	vertical-align: top;
}

ul.course_list .courseRight img {
	max-width: 100%;
	max-height: 245px;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}

ul.course_list .course_img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	height: 220px;
	-webkit-backface-visibility: visble;
	-moz-backface-visibility: visble;
	-ms-backface-visibility: visble;
	backface-visibility: visble;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

ul.course_list .course_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

ul.course_list .course_price dl {
	zoom: 1;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: solid 2px rgba(255,255,255,.2);
	border-bottom: 2px dotted #bbaca0;
}

ul.course_list .course_price dl:before,ul.course_list .course_price dl:after {
	display: table;
	content: '';
}

ul.course_list .course_price dl:after {
	clear: both;
}

ul.course_list .course_price dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	color: #866239;
}

ul.course_list .course_price .price {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	float: right;
	color: #866239;
}

ul.course_list .course_price .desc {
	font-size: 12px;
	clear: both;
	text-align: right;
	color: #938686;
}

ul.course_list h2 {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: justify;
	vertical-align: middle;
	color: #866239;
}

ul.course_list h2 .pushIcon {
	display: inline-block;
	width: 69px;
	height: 25px;
	margin: 0 4px -5px 0;
	background-image: url('../img/restaurant_028_pc/icon_push.png');
	background-repeat: no-repeat;
	-webkit-background-size: 69px 25px;
	-moz-background-size: 69px 25px;
	background-size: 69px 25px;
}

ul.course_list .course_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: justify;
	color: #420e07;
}

ul.course_list .course_detail {
	font-size: 14px;
	line-height: 25px;
	width: 600px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: justify;
	color: #723b2e;
	border-top: solid 2px rgba(114,59,46,.2);
}
/* =================================================
ギャラリーページ
================================================= */
h2#title_base {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 26px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	color: #866239;
	border-bottom: solid 1px #b7b96f;
	background: url('../img/restaurant_028_pc/h2_title_base.jpg') no-repeat;
	background-position: center;
	-webkit-background-size: 840px 40px;
	-moz-background-size: 840px 40px;
	background-size: 840px 40px;
}

.sec_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 15px;
	padding: 15px 0;
	text-align: center;
	color: #866239;
	backgroud-size: 940px 18px, 940px 5px;
}

.sec_title.freepage {
	font-size: 18px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #440d00;
}

#gallery {
	padding: 0;
}

#galleryList {
	zoom: 1;
}

#galleryList ul {
	overflow: hidden;
	padding-top: 10px;
}

#galleryList ul li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 202px;
	margin: 0 4px 40px;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

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

#galleryList:after {
	clear: both;
}

#galleryList h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
	border-bottom: solid 1px rgba(255,255,255,.3);
}

#galleryList .galleryImg {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 202px;
	vertical-align: top;
}

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

#galleryList .img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 202px;
	height: 150px;
	border: 10px solid #fff;
	background-color: #fff;
	-webkit-backface-visibility: visble;
	-moz-backface-visibility: visble;
	-ms-backface-visibility: visble;
	backface-visibility: visble;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#galleryList .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 215px;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

#galleryList .desc {
	font-size: 14px;
	line-height: 1.4;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 145px;
	padding: 10px;
	text-align: center;
	text-align: justify;
	color: #665959;
	background-color: #fff;
}

#galleryList .desc p {
	line-height: 26px;
	text-align: left;
}
/* =================================================
アクセス
================================================= */
#map_canvas {
	width: 840px;
	height: 320px;
	margin-bottom: 32px;
}

#accessInfo {
	zoom: 1;
}

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

#accessInfo:after {
	clear: both;
}

#accessInfo h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
	border-bottom: solid 1px rgba(255,255,255,.3);
}

#accessInfo dl {
	font-size: 14px;
	line-height: 28px;
	display: table;
	width: 840px;
	padding: 8px 0;
	border-bottom: 2px dotted #bbaca0;
}

#accessInfo dl:first-child {
	border-top: solid 1px #bbaca0;
}

#accessInfo dl:last-child {
	border-bottom: solid 1px #bbaca0;
}

#accessInfo dt {
	font-weight: bold;
	display: table-cell;
	width: 200px;
	padding: 8px 16px;
	text-align: right;
	color: #723b2e;
}

#accessInfo dd {
	display: table-cell;
	padding: 8px 16px;
	color: #310b04;
}

#accessInfo dd a:before {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	content: '';
	opacity: .5;
	background-image: url('../img/restaurant_028_pc/icon_link.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
}

#accessInfo dd a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.btn_print_view a {
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
	margin: 0 auto;
	margin-top: 32px;
	padding: 4px 16px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom: solid 2px #290000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #bf9a3a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_print_view a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}
/* =================================================
クーポン
================================================= */
#coupon,#couponList {
	position: relative;
	zoom: 1;
	width: 100%;
}

#coupon .btn_print_view a,#couponList .btn_print_view a {
	font-weight: bold;
}

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

#coupon:after,#couponList:after {
	clear: both;
}

#coupon .coupon_usage,#couponList .coupon_usage {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 16px 16px 16px 40px;
	border: solid 1px rgba(255,255,255,.5);
	background-image: url('../img/restaurant_028_pc/btn_info.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
}

#coupon li,#couponList li {
	display: table;
	margin-bottom: 16px;
	margin-bottom: 30px;
	padding: 16px;
	table-layout: fixed;
	border-top: solid 1px #440d00;
}

#coupon li:last-child,#couponList li:last-child {
	border-bottom: solid 1px #440d00;
}

#coupon li h4,#couponList li h4 {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 20px;
	font-weight: bold;
	color: #723b2e;
}

#coupon h3,#couponList h3 {
	font-size: 20px;
	font-weight: bold;
	display: table-cell;
	width: 50%;
	padding-right: 8px;
}

#coupon .coupon_info,#couponList .coupon_info {
	display: table-cell;
	width: 50%;
	padding-left: 15px;
	border-l2ft: dotted 2 bbaca0a79c;
}

#coupon .text,#couponList .text {
	padding-bottom: 8px;
	color: #2d0808;
}

#coupon dl.coupon_limit,#couponList dl.coupon_limit {
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	padding-top: 8px;
	color: #999;
	border-2op: dotted 2 bbaca0a79c;
}

#coupon dt,#couponList dt {
	font-size: 12px;
	display: inline-block;
	float: right;
	margin-right: 8px;
	color: #866239;
	border-raight: 1px solid #866239;
}

#coupon dd,#couponList dd {
	font-size: 12px;
	display: inline-block;
	float: right;
	color: #866239;
}

.free_section {
	zoom: 1;
	margin-bottom: 150px;
}

.free_section:before,.free_section:after {
	display: table;
	content: '';
}

.free_section:after {
	clear: both;
}

.free_section .section_img {
	margin-bottom: 8px;
}

.free_section img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.free_section .section_txt {
	line-height: 2;
	text-align: justify;
}

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

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

.free_section.type_5 .youtube {
	padding: 0 15px;
}

.free_section:last-child {
	margin-bottom: 0;
}
/* =================================================
lightbox
================================================= */
.chocolat-open {
	overflow: hidden;
}

.chocolat-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 150%;
	opacity: .8;
	background-color: #000;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-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_028_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_028_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_028_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_028_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_028_pc/right-compact.png') 100% 50% no-repeat;
}

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

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

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
}
