@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: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif;
	font-size: 14px;
	position: relative;
	width: 100%;
	color: #48505c;
	background: #fff;
	-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: #635245;
}

a img {
	background: none;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
/* =================================================
フォーム基本
================================================= */
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: #e77802;
	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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #635245;
	-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: #e77802;
}
/* =================================================
ヘッダー
================================================= */
#LPheader {
	line-height: 30px;
	border-bottom: 1px solid #fff;
	background-color: #635245;
}

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

#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;
	border: solid 2px #d1d1c6;
	border-bottom: solid 2px #b6b6a8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f9f8ed;
	color: #000;
}

#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 {
	color: #000;
}

#header {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 5px solid #635245;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#header.pages #header_block {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#header_block {
	position: relative;
	width: 920px;
	height: 480px;
	margin: 0 auto;
}

#logo_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 280px;
	margin-top: -140px;
	margin-left: -140px;
}

#header_link_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#header_link_area ul {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header_link_area ul li {
	display: inline-block;
	float: right;
	vertical-align: baseline;
}

#header_link_area ul li p.phone {
	font-size: 14px;
	display: block;
	margin-right: 10px;
	padding: 5px 10px 5px 30px;
	vertical-align: middle;
	color: #fff;
	background: #635245 url('/static/restaurant_020_rs/img/icon_link03.png') no-repeat;
	background-position: 5px center;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
}

#header_link_area ul li p.phone a {
	color: #fff;
}

#header_link_area ul li p.phone a:hover {
	color: #5db146;
}

#header_link_area ul li a.anchor {
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 30px;
	vertical-align: middle;
	color: #fff;
	background: #635245 url('/static/restaurant_020_rs/img/icon_link03.png') no-repeat;
	background-position: 5px center;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
}

#header_link_area ul li a.anchor:hover {
	color: #5db146;
	background-image: url('/static/restaurant_020_rs/img/icon_link02.png');
}
/* =================================================
ショップアイコン
================================================= */
#shopIcons {
	width: 100%;
	margin-bottom: 80px;
}

#shopIcons ul {
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

#shopIcons ul li {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 2%;
}

#shopIcons ul li img {
	width: 70px;
	height: 70px;
}
/* =================================================
グローバルナビゲーション
================================================= */
#gNavi {
	margin-bottom: 80px;
}

#gNavi ul {
	display: table;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
}

#gNavi ul li {
	font-size: 14px;
	display: table-cell;
	float: left;
	overflow: hidden;
	width: 120px;
	margin-right: 40px;
	padding: 0;
	text-align: center;
	color: #635245;
}

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

#gNavi ul li:last-child {
	margin-right: 0;
}

#gNavi ul li a {
	display: block;
	width: 120px;
	padding: 15px 0;
	color: #635245;
	border-bottom: 1px solid #d4c7bd;
}

#gNavi ul li a.active {
	color: #5db146;
	border-bottom: 1px solid #5db146;
}

#gNavi ul li a:hover {
	color: #5db146;
	border-bottom: 1px solid #5db146;
}

#gNavi ul li#gNavi02 ul {
	position: absolute;
	bottom: -40px;
	left: -140px;
	display: none;
	overflow: hidden;
	width: 420px;
	height: 20px;
	list-style: disc;
}

#gNavi ul li#gNavi02 ul li {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 0;
	display: block;
	float: left;
	overflow: hidden;
	color: #000;
}

#gNavi ul li#gNavi02 ul li.active a {
	color: #8c3d17;
}

#gNavi ul li#gNavi02 ul li:last-child {
	border: none;
}

#gNavi ul li#gNavi02 ul li a {
	float: left;
	color: #000;
}

#gNavi ul li#gNavi02 ul li:nth-child(1) {
	float: left;
	width: 90px;
	margin-right: 5px;
	list-style-type: disc;
}

#gNavi ul li#gNavi02 ul li:nth-child(2) {
	float: left;
	width: 90px;
	margin-right: 5px;
}

#gNavi ul li#gNavi02 ul li:nth-child(3) {
	float: left;
	width: 90px;
	margin-right: 5px;
}

#gNavi ul li#gNavi02 ul li:nth-child(4) {
	float: left;
	width: 90px;
	margin-right: 5px;
}
/* =================================================
ギャラリー4件表示
================================================= */
#gallery {
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
}

#gallery h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#gallery ul {
	line-height: 0;
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#gallery ul li {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 24%;
	height: 24%;
	padding: 10px;
	vertical-align: top;
}

#gallery ul li .img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin-bottom: 16px;
	padding: 50%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255,255,255,.7);
	-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;
}

#gallery ul li .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 300px;
	max-height: 300px;
	-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);
}

#gallery ul li .desc {
	font-size: 14px;
	line-height: 1.7;
	display: block;
	width: 100%;
	color: #3f3a34;
}
/* =================================================
電話番号
================================================= */
#phone {
	position: absolute;
	right: 30px;
	bottom: 30px;
	overflow: hidden;
	min-width: 270px;
	padding: 10px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
}

#phone dl {
	line-height: 20px;
	overflow: hidden;
}

#phone dl dt.phone_title {
	font-size: 14px;
	line-height: 20px;
	float: left;
	color: #fff;
}

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

#phone dl dd.phone_number {
	font-size: 14px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: #fff;
}

#phone dl dd.phone_number span {
	font-size: 22px;
	float: left;
	color: #fff;
}
/* =================================================
店舗キャッチコピー
================================================= */
#catchCopy {
	margin-bottom: 80px;
	width: 940px;
	margin: 0 auto;
}

#catchCopy h2 {
	font-size: 32px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#catchCopy p {
	font-size: 16px;
	line-height: 2;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #58544f;
	color: #3f3a34;
}
/* =================================================
トピックス
================================================= */
#topics {
	width: 100%;
	margin-bottom: 80px;
}

#topics ul {
	line-height: 0;
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

#topics ul li {
	display: inline-block;
	margin: 0 10px 5px;
	vertical-align: baseline;
}

#topics ul li a {
	line-height: 23px;
	display: block;
	padding-left: 30px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_link01.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
}

#topics ul li a:hover {
	color: #5db146;
	background-image: url('/static/restaurant_020_rs/img/icon_link02.png');
}

a.more {
	line-height: 40px;
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	padding-left: 30px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_link01.png');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

a.more:hover {
	color: #5db146;
	background-image: url('/static/restaurant_020_rs/img/icon_link02.png');
}

a.more2 {
	font-weight: bold;
	line-height: 40px;
	display: block;
	float: right;
	width: 190px;
	height: 40px;
	padding-left: 30px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_link01.png');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

a.more2:hover {
	color: #5db146;
	background-image: url('/static/restaurant_020_rs/img/icon_link02.png');
}
/* =================================================
オーナーメッセージ
================================================= */
#ownerMessage {
	width: 100%;
	margin-bottom: 80px;
	background-color: #eee9e5;
}

#ownerMessage #messageblock {
	display: table;
	width: 920px;
	margin: 0 auto 0;
	padding: 10px 0;
}

#ownerMessage #messageblock .head_area {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

#ownerMessage #messageblock .head_area .section_header {
	display: inline-block;
	width: 110px;
	margin-bottom: 0;
	padding: 10px;
	border-right: 1px solid #d4c7bd;
}

#ownerMessage #messageblock .head_area .section_header h2 {
	font-size: 16px;
	display: inline;
	margin: 0;
}

#ownerMessage #messageblock .mess_area {
	display: table-cell;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
}

#ownerMessage #messageblock .mess_area ul {
	margin: 0;
	padding: 0;
}

#ownerMessage #messageblock .mess_area ul li {
	display: table;
	border-right: 1px solid #d4c7bd;
}

#ownerMessage #messageblock .mess_area ul li h3 {
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	color: #635245;
	-o-text-overflow: ellipsis;
}

#ownerMessage #messageblock .mess_area ul li .date {
	font-size: 10px;
}

#ownerMessage #messageblock .mess_area ul li .msg {
	margin-right: 10px;
}

#ownerMessage #messageblock .mess_area ul li .msg p {
	display: block;
	color: #635245;
}

#ownerMessage #messageblock .imagecell {
	display: table-cell;
	overflow: hidden;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#ownerMessage #messageblock .imagecell .imageblock {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-left: 10px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#ownerMessage #messageblock .imagecell .imageblock 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);
}

#ownerMessage #messageblock .link_area {
	display: table-cell;
	overflow: hidden;
	margin: 0;
	vertical-align: middle;
}

#ownerMessage #messageblock .link_area .pageslink {
	display: block;
	overflow: hidden;
	margin-right: 10px;
	text-align: right;
}

#ownerMessage #messageblock .link_area .pageslink a.more {
	display: table-cell;
}
/* =================================================
コース
================================================= */
#courseInfo {
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
	padding: 40px 0 40px;
	vertical-align: middle;
	background-color: #eee9e5;
}

#courseInfo h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#courseInfo ul {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

#courseInfo ul li {
	display: inline-block;
	overflow: hidden;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

#courseInfo ul li:only-child {
	width: 100%;
}

#courseInfo ul li:only-child p {
	max-width: 500px;
}

#courseInfo ul li a {
	display: block;
	overflow: hidden;
}

#courseInfo ul li .img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	padding: 4px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background: rgba(255,255,255,.7);
	-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;
}

#courseInfo ul li .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);
}

#courseInfo ul li p {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	margin: 0 10px 0 0;
	padding-left: 30px;
	text-align: left;
	background-image: url('/static/restaurant_020_rs/img/icon_link01.png');
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
	min-height: 20px;
}

#mobileinfo {
	width: 920px;
	margin: 0 auto 80px;
	text-align: center;
}
/* =================================================
QR
================================================= */
.qr_box {
	display: inline-block;
	overflow: hidden;
	width: 170px;
	padding: 5px;
	vertical-align: top;
	vertical-align: top;
}

.qr_box h2 {
	line-height: 40px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #a98f7b;
}

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

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

.qr_box.mobile h2 {
	color: #fff;
}

.qr_box.lineFriend h2 {
	color: #fff;
}

.sidetitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 170px;
	height: 40px;
	text-align: center;
	color: #8c3d17;
	border-bottom: 1px solid #ccb6b0;
}

#email_div {
	overflow: hidden;
	width: 280px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f7f0f2;
}

input#email_div .mail_send#email_addr {
	-webkit-border-radius: 0;
	border-radius: 0;
}

input#email_div .mail_send#email_send {
	display: block;
	margin-left: 5px;
	padding: 4px 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #bd2427;
}

#indoorView {
	width: 100%;
	margin-bottom: 40px;
	padding: 5px;
	vertical-align: top;
}

#indoorView #pano_div {
	width: 920px;
	height: 510px;
}

#minimap {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	vertical-align: top;
}

#minimap h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#minimap .mapimg {
	position: relative;
	height: 120px;
}

#minimap .mapimg h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 100px;
	height: 50px;
	margin-top: -25px;
	text-align: center;
}

#minimap .mapimg .icon_map {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url('/static/restaurant_020_rs/img/icn_right.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#minimap .mapimg a.maplink {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(238,233,229,.6);
}
/* =================================================
インフォメーション
================================================= */
#shopBasicInfo {
	width: 920px;
	margin: 0 auto 80px;
}

#shopBasicInfo h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#shopBasicInfo dl {
	line-height: 2;
	display: table;
	width: 100%;
	padding: 10px 0;
	table-layout: fixed;
	border-bottom: solid 1px #d4c7bd;
}

#shopBasicInfo dl:first-child {
	border-top: solid 1px #d4c7bd;
}

#shopBasicInfo dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 12em;
	color: #d4c7bd;
}

#shopBasicInfo dd {
	display: table-cell;
	padding: 0 8px;
	text-align: justify;
	color: #635245;
}
/* =================================================
バナー
================================================= */
#bannerList {
	width: 100%;
	margin-bottom: 80px;
}

#bannerList ul {
	line-height: 0;
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	eight: 90px;
}

#bannerList ul li {
	display: inline-block;
	width: 148px;
	height: 50px;
	margin: 4px;
	padding: 4px;
	border: solid 1px rgba(255,255,255,.1);
}

#bannerList ul li img {
	display: block;
	margin: 0 auto;
}

#contents {
	width: 920px;
	margin: 0 auto;
}

#contents.service .menuimgs {
	position: relative;
	float: right;
	width: 280px;
}

#contents.service .bigimg {
	position: relative;
	width: 280px;
	height: 280px;
	margin-bottom: 8px;
	padding: 8px;
	background: #eee9e5;
}

#contents.service .bigimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 264px;
	max-height: 264px;
	-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.service .thumbs {
	zoom: 1;
}

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

#contents.service .thumbs:after {
	clear: both;
}

#contents.service .thumbs .thumb {
	position: relative;
	float: left;
	width: 56px;
	height: 56px;
	padding: 4px;
	cursor: pointer;
	background: #eee9e5;
}

#contents.service .thumbs .thumb.active,#contents.service .thumbs .thumb:hover {
	background: #5db146;
}

#contents.service .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%);
}
/* =================================================
コース
================================================= */
#menu_course h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

.course_list ul li {
	margin-bottom: 80px;
}

.course_list ul li.push h3 span.push {
	line-height: 2;
	display: inline-block;
	margin-top: -10px;
	padding: 20px 40px 20px 20px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_recommend.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}

.course_list h3 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 2;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: middle;
	color: #635245;
}

.course_list h3 span.push {
	line-height: 2;
	display: none;
	margin-top: -10px;
	padding: 20px 40px 20px 20px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_recommend.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}

.course_list .course_img {
	overflow: hidden;
	margin: 0 auto 17px;
}

.course_list .course_img img {
	display: block;
	max-width: 920px;
	max-height: 340px;
	margin: 0 auto;
}

.course_list .food_info {
	display: table;
	overflow: hidden;
}

.course_list .food_info .summary {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
	color: #3f3a34;
}

.course_list .food_info .summary .course_text {
	margin-bottom: 20px;
}

.course_list .food_info .summary .course_text p {
	font-size: 14px;
	line-height: 1.7;
	color: #3f3a34;
}

.course_list .food_info .summary .course_price dl {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

.course_list .food_info .summary .course_price dl dt {
	float: left;
	min-width: 114px;
	margin-right: 10px;
	padding: 4px;
	color: #fff;
	background: #635245;
}

.course_list .food_info .summary .course_price dl dd {
	display: block;
	float: right;
	width: 310px;
}

.course_list .food_info .summary .course_price dl dd.price {
	font-weight: bold;
}

.course_list .food_info .summary .course_price dl dd.desc {
	font-size: 12px;
	color: #635245;
}

.course_list .food_info .menu {
	display: block;
	float: left;
	width: 48%;
	vertical-align: top;
}

.course_list .food_info .menu .course_info h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	color: #3f3a34;
}

.course_list .food_info .menu .course_info .course_detail {
	line-height: 1.7;
	color: #3f3a34;
}
/* =================================================
メニュー
================================================= */
#menu h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#menuList .category h3 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
	color: #635245;
}

#menuList .category .menuCourseText {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-align: center;
	color: #635245;
	border-bottom: dotted 1px #d4c7bd;
}
/* =================================================
メニューカテゴリ
================================================= */
ul#menu_list {
	line-height: 0;
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto 60px;
	text-align: center;
}

ul#menu_list li {
	display: inline-block;
	min-width: 140px;
	margin-bottom: 10px;
	vertical-align: baseline;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

ul#menu_list li a {
	line-height: 23px;
	display: inline-block;
	height: 23px;
	padding-left: 30px;
	vertical-align: middle;
	background-image: url('/static/restaurant_020_rs/img/icon_link01.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
}

ul#menu_list li a:hover {
	color: #5db146;
	background-image: url('/static/restaurant_020_rs/img/icon_link02.png');
}

ul#menu_list li.current a {
	width: 100%;
	padding: 0;
	color: #a98f7b;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #eee9e5;
}

ul#menu_list li.current a:hover {
	color: #fff;
	background: #5db146;
}

ul.modalImgs {
	margin-bottom: 80px;
}

ul.modalImgs li {
	display: table;
	margin-bottom: 60px;
	vertical-align: top;
}

ul.modalImgs li.push dl dt h4 {
	line-height: 2;
	padding-left: 40px;
	background-image: url('/static/restaurant_020_rs/img/icon_recommend.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
}

ul.modalImgs li .imagebox {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: top;
}

ul.modalImgs li .modalImg {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 140px;
	height: 140px;
	margin-right: 10px;
	padding: 4px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	background: rgba(255,255,255,.7);
	-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 .modalImg 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.modalImgs li dl {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

ul.modalImgs li dl dt {
	margin: 0 0 15px;
	border-bottom: dotted 1px #d4c7bd;
}

ul.modalImgs li dl dt h4 {
	font-size: 21px;
	line-height: 2;
	color: #635245;
}

ul.modalImgs li dl dd.price {
	margin-bottom: 10px;
}

ul.modalImgs li dl dd.price p.menu_price {
	font-size: 14px;
	font-weight: bold;
	color: #635245;
}

ul.modalImgs li dl dd.price p.menu_price_summary {
	font-size: 12px;
	color: #635245;
}

ul.modalImgs li dl dd.info .desc p {
	font-size: 14px;
	line-height: 1.7;
	color: #3f3a34;
}

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

#footerarea {
	width: 100%;
	background-color: #635245;
}

#footerarea #footerContent {
	width: 920px;
	min-height: 70px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#footerCopy {
	font-size: 12px;
	line-height: 70px;
	display: block;
	color: #eee9e5;
}

#footerCopy a {
	color: #5db146;
}

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

#footerNavi li {
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;
	display: inline-block;
	height: 30px;
	margin: 10px 0;
	padding: 0 8px;
	vertical-align: middle;
	color: #635245;
	border-right: solid 1px #723b2e;
}

#footerNavi li:first-child {
	border-left: solid 1px #723b2e;
}

#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;
	margin: 10px 0 10px 50px;
	background: url('/static/restaurant_020_rs/img/btn_pagetop.png');
	-webkit-background-size: 130px 30px;
	-moz-background-size: 130px 30px;
	background-size: 130px 30px;
}

#footerNavi li#scrollToTop a {
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

#footerNavi a {
	line-height: 30px;
	color: #635245;
}

#LPfooter {
	padding: 10px 0;
	border-top: 2px solid #d6aea1;
	background-color: #eee9e5;
}

/*
#LPfooter .localplace_top {
	display: block;
	overflow: hidden;
	width: 82px;
	height: 23px;
	margin: 0 auto 0;
	text-indent: -9999px;
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/lp_logo02.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 82px 23px;
	-moz-background-size: 82px 23px;
	background-size: 82px 23px;
	-ms-filter: none;
	filter: none;
}

#LPfooter .localplace_top:hover {
	opacity: .6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	filter: alpha(opacity=60);
}
*/

#LPfooterContents {
	zoom: 1;
	width: 920px;
	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('/static/restaurant_020_rs/img/lp_logo.png') no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
*/
	background: url('/static/common/img/logo_b.png') no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

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

#LPfooterContents .searchLinks {
	float: right;
	width: 700px;
}

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

#LPfooterContents .searchLinks dl div {
	float: left;
	width: 520px;
}

#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: #8c3d17;
	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: #8c3d17;
}
/* =================================================
オーナーメッセージ
================================================= */
#message li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding: 16px;
	table-layout: fixed;
	background: #eee9e5;
}

#message li:first-child .title {
	padding-left: 40px;
	background-image: url('/static/restaurant_020_rs/img/icon_new.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	background-size: 35px 35px;
}

#message .img {
	display: table-cell;
	overflow: hidden;
	width: 120px;
	height: 120px;
	vertical-align: top;
}

#message .img .mesagebox {
	position: relative;
	display: table-cell;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	padding: 8px;
	vertical-align: top;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}

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

#message .date {
	font-size: 13px;
	line-height: 1;
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#message .text {
	display: table-cell;
	vertical-align: top;
}

#message .msg {
	margin-left: 10px;
}

#message .title {
	margin-bottom: 8px;
	margin-left: 10px;
	border-bottom: solid 1px rgba(255,255,255,.2);
}

#message h3 {
	font-size: 18px;
	font-weight: bold;
}
/* =================================================
アクセス
================================================= */
#access {
	width: 920px;
	margin: 0 auto;
}

#access h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#map_canvas, #pano_canvas {
	width: 880px;
	height: 400px;
	margin-bottom: 32px;
}

#accessInfo {
	zoom: 1;
	margin-bottom: 40px;
	padding: 20px;
}

#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 #635245;
}

#accessInfo dl {
	line-height: 2;
	display: table;
	width: 100%;
	padding: 10px 0;
	table-layout: fixed;
	border-bottom: solid 1px #d4c7bd;
}

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

#accessInfo dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 12em;
	color: #d4c7bd;
}

#accessInfo dd {
	display: table-cell;
	padding: 0 8px;
	text-align: justify;
	color: #635245;
}
/* =================================================
クーポン
================================================= */
#coupon {
	width: 920px;
	margin: 0 auto 100px;
}

#coupon h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#couponList {
	zoom: 1;
	margin-bottom: 40px;
	padding: 16px;
}

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

#couponList:after {
	clear: both;
}

#couponList h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
	border-bottom: solid 1px #d4c7bd;
}

#couponList .coupon_usage {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 16px 16px 16px 40px;
	text-align: center;
	color: #635245;
}

#couponList li {
	display: table;
	padding: 16px;
	table-layout: fixed;
	border-bottom: solid 1px #d4c7bd;
	width: 100%;
}

#couponList li:first-child {
	border-top: solid 1px #d4c7bd;
}

#couponList h3 {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 50%;
	padding-right: 8px;
	color: #635245;
}

#couponList .coupon_info {
	display: table-cell;
	width: 50%;
	padding-left: 16px;
	border-left: dashed 1px #d4c7bd;
}

#couponList .text {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 8px;
}

#couponList .coupon_limit {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	color: #999;
	border-top: dashed 1px #d4c7bd;
}

#couponList dt {
	display: inline-block;
	margin-right: 8px;
}

#couponList dd {
	display: inline-block;
}
/* =================================================
フリーページ
================================================= */
#freepage {
	width: 100%;
	margin-bottom: 100px;
}

#freepage h2 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: nomal;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #635245;
}

#freepage ul li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

#freepage ul li:nth-child(even) {
	background: #eee9e5;
}

.section_type_1,.section_type_2,.section_type_3,.section_type_4,.section_type_5,.section_type_6,.section_type_7 {
	zoom: 1;
	width: 920px;
	margin: 0 auto 24px;
	padding: 16px;
}

.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 h3,.section_type_2 h3,.section_type_3 h3,.section_type_4 h3,.section_type_5 h3,.section_type_6 h3,.section_type_7 h3 {
	font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	color: #635245;
}

.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 {
	font-size: 15px;
	line-height: 1.7;
	padding: 8px;
	text-align: justify;
}

.section_type_1 img {
	margin: 0 auto;
}

.section_type_2 .section_img {
	float: right;
	max-width: 50%;
	margin: 0 0 8px 8px;
}

.section_type_3 .section_img {
	float: left;
	max-width: 50%;
	margin: 0 8px 8px 0;
}

.section_type_6 .youtube {
	padding: 8px;
}

.section_type_6 .youtube iframe {
	width: 920px;
	height: 480px;
}
/* =================================================
トップへ戻る
================================================= */
#scrollToTop {
	position: fixed;
	right: 41px;
	bottom: 41px;
	display: none;
}

#scrollToTop a {
	display: block;
	overflow: hidden;
	width: 41px;
	height: 41px;
	text-indent: -999px;
	background: url('/static/restaurant_020_rs/img/btn_top.png') no-repeat;
	background-position: left center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
/* =================================================
QRコード、携帯メール送信
================================================= */
#sendOverlay {
	position: fixed;
	z-index: 98;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#sendPanel {
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	display: none;
	width: 920px;
	height: auto;
	table-layout: fixed;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#sendPanel h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: 0 2px 2px #000;
}

#sendPanel .qrItems {
	display: table-cell;
	zoom: 1;
	vertical-align: middle;
}

#sendPanel .qrItems:before,#sendPanel .qrItems:after {
	display: table;
	content: '';
}

#sendPanel .qrItems:after {
	clear: both;
}

#sendPanel .qrItem {
	position: relative;
	float: left;
	width: 160px;
	margin-right: 16px;
	padding: 16px;
	border: solid 1px rgba(255,255,255,.2);
	background: rgba(0,0,0,.6);
}

#sendPanel .qr_code {
	padding-top: 24px;
}

#sendPanel .sendMail {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}

#sendPanel .sendMail .mailarea {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: brder-box;
	-moz-box-sizing: brder-box;
	box-sizing: brder-box;
	height: 192px;
	margin-right: 16px;
	padding: 16px;
	text-align: center;
	border: solid 1px rgba(255,255,255,.2);
	background: rgba(0,0,0,.6);
}

#sendPanel .sendMail .mailarea .sendarea {
	line-height: 128px;
	padding-top: 24px;
}

#sendPanel .btn_close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .7;
	background: url('/static/restaurant_020_rs/img/btn_close.png');
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#sendPanel .btn_close:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#social_share {
	float: right;
	padding-top: 15px;
	vertical-align: middle;
}

#social_share ul {
	zoom: 1;
	vertical-align: middle;
}

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

#social_share ul:after {
	clear: both;
}

#social_share li {
	float: left;
	margin-left: 8px;
	vertical-align: middle;
}

#social_share li a,#social_share .other {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	text-indent: -999px;
	opacity: .4;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
}

#social_share li a:hover,#social_share .other:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

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

#social_share .LINE a:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/social_line_mo.png');
	-ms-filter: none;
	filter: none;
}

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

#social_share .facebook a:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/social_facebook_mo.png');
	-ms-filter: none;
	filter: none;
}

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

#social_share .twitter a:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/social_twitter_mo.png');
	-ms-filter: none;
	filter: none;
}

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

#social_share .googleplus a:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/social_gplus_mo.png');
	-ms-filter: none;
	filter: none;
}

#social_share .hatena a {
	background-image: url('/static/restaurant_020_rs/img/social_hatena.png');
}

#social_share .hatena a:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/social_hatena_mo.png');
	-ms-filter: none;
	filter: none;
}

#social_share .other {
	background-image: url('/static/restaurant_020_rs/img/icon_share.png');
}

#social_share .other:hover {
	opacity: 1;
	background-image: url('/static/restaurant_020_rs/img/icon_share_mo.png');
	-ms-filter: none;
	filter: none;
}
/* =================================================
959px以下用（タブレット）
================================================= */
@media screen and (max-width: 959px) {
	#header_block {
		width: 100%;
	}

	#gNavi {
		margin-bottom: 40px;
	}

	#gNavi ul {
		display: table;
		width: 100%;
		padding: 0 10px;
	}

	#gNavi ul li {
		display: table-cell;
		width: 16%;
		margin-right: 0;
		padding: 0 5px;
	}

	#gNavi ul li a {
		width: 100%;
	}

	#gallery {
		margin-bottom: 40px;
	}

	#gallery ul {
		width: 100%;
	}

	#gallery ul li {
		width: 24%;
		height: 24%;
		margin-bottom: 20px;
	}

	#gallery ul li .img {
		width: 24%;
		height: 24%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	#topics {
		margin-bottom: 40px;
	}

	#topics ul {
		width: 100%;
	}

	#courseInfo {
		margin-bottom: 40px;
	}

	#courseInfo ul {
		width: 100%;
		vertical-align: top;
	}

	#courseInfo ul li {
		width: 49%;
		margin-bottom: 40px;
		vertical-align: top;
	}

	#courseInfo ul li p {
		width: 50%;
	}

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

	#courseInfo ul li .img {
		width: 120px;
		height: 120px;
		-webkit-border-radius: 60px;
		border-radius: 60px;
	}

	.course_list .food_info .summary .course_price dl dt {
		margin-right: 0;
	}

	.course_list .food_info .summary .course_price dl dd {
		display: block;
		float: none;
		width: 310px;
	}

	#ownerMessage {
		margin-bottom: 40px;
	}

	#ownerMessage #messageblock {
		width: 100%;
	}

	#catchCopy {
		margin-bottom: 40px;
	}

	#shopIcons {
		margin-bottom: 20px;
		padding: 0;
	}

	#shopIcons ul {
		width: 100%;
	}

	#shopIcons ul li {
		margin: 0 10px;
		margin-bottom: 20px;
	}

	#minimap {
		margin-bottom: 40px;
	}

	#minimap h2 {
		font-size: 30px;
		left: 10px;
	}

	#minimap .mapimg {
		height: 70px;
	}

	#minimap .mapimg h2 {
		left: 10px;
		text-align: left;
	}

	#minimap .mapimg .icon_map {
		right: 10px;
	}

	#map_canvas, #pano_canvas {
		width: 100%;
	}

	#shopBasicInfo {
		width: 100%;
		padding: 10px;
	}

	#indoorView {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
		vertical-align: top;
	}

	#indoorView #pano_div {
		width: 100%;
		height: 160px;
		margin: 0 auto;
	}

	#bannerList ul {
		width: 100%;
	}

	#footerarea #footerContent {
		width: 100%;
	}

	#footerarea #footerContent #open_sendPanel {
		display: none;
	}

	#contents {
		width: 100%;
		padding: 0;
	}

	ul#menu_list {
		width: 100%;
	}

	.course_list .course_img img {
		max-width: 100%;
	}

	.course_list ul li .food_info {
		display: block;
		width: 100%;
	}

	.course_list ul li .food_info .summary .course_price dl dt {
		float: none;
	}

	#LPfooterContents {
		width: 100%;
	}

	#LPfooterContents .localplace_top {
		float: none;
	}

	#footerarea #footerContent {
		width: 100%;
	}

	#footerarea #footerContent #footerCopy {
		float: none;
	}

	#LPfooterContents .searchLinks {
		float: none;
		margin: 0 auto;
	}

	#social_share {
		float: none;
		padding-top: 0;
		padding-bottom: 10px;
	}

	#social_share ul {
		display: block;
		text-align: center;
	}

	#social_share ul li {
		display: inline-block;
		float: none;
	}

	#message li {
		padding: 10px;
	}

	#access {
		width: auto;
	}

	#coupon {
		width: 100%;
	}

	.section_type_1, .section_type_2, .section_type_3, .section_type_4, .section_type_5, .section_type_6 {
		width: 100%;
	}

	.section_type_6 .youtube {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 56.25% 0 0;
	}

	.section_type_6 .youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#freePage h2 {
		margin-bottom: 12px;
		padding: 4px;
		text-align: justify;
		color: #e93820;
		border-bottom: solid 3px #ff563f;
		-webkit-background-size: 8px 8px, 12px 12px;
		-moz-background-size: 8px 8px, 12px 12px;
		background-size: 8px 8px, 12px 12px;
	}
}
/* =================================================
479px以下用（スマートフォン）
================================================= */
@media screen and (max-width: 479px) {
	#header_link_area ul li:first-child {
		margin-bottom: 10px;
	}

	#header_link_area ul li p.phone {
		margin-right: 0;
	}

	#header_link_area ul li p.anchor {
		margin-bottom: 10px;
	}

	#gNavi ul {
		width: 100%;
		padding: 0 10px;
	}

	#gNavi ul li {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	#gNavi ul li a {
		width: 100%;
	}

	#ownerMessage {
		margin-bottom: 40px;
	}

	#ownerMessage #messageblock {
		display: block;
	}

	#ownerMessage #messageblock .head_area {
		display: block;
		width: auto;
	}

	#ownerMessage #messageblock .head_area .section_header {
		display: block;
		width: 100%;
	}

	#ownerMessage #messageblock .head_area .section_header h2 {
		font-family: 'century gothic', 'Josefin Sans', Futura, Helvetica, Arial, sans-serif;
		font-size: 24px;
		display: block;
		text-align: center;
		color: #635245;
	}

	#ownerMessage #messageblock .mess_area ul li {
		vertical-align: top;
		border-right: none;
	}

	#ownerMessage #messageblock .imagecell {
		vertical-align: top;
	}

	#ownerMessage #messageblock .link_area {
		display: block;
	}

	#catchCopy {
		margin-bottom: 40px;
		padding: 0 10px;
	}

	#catchCopy p {
		width: 100%;
	}

	#topics {
		margin-bottom: 40px;
	}

	#topics ul {
		height: auto;
		padding: 0 10px;
		text-align: left;
	}

	#topics ul li {
		width: 100%;
		margin: 0 0 12px 0;
	}

	#courseInfo {
		margin-bottom: 40px;
	}

	#courseInfo ul {
		width: 100%;
		padding: 0 10px;
	}

	#courseInfo ul li {
		width: 100%;
	}

	#courseInfo ul li p {
		float: left;
		width: 50%;
	}

	.course_list .food_info .summary .course_price dl dd {
		display: block;
		float: left;
		width: 310px;
	}

	.course_list .course_img img {
		max-width: 100%;
	}

	.course_list ul li .food_info {
		display: block;
		width: 100%;
	}

	.course_list ul li .food_info .summary {
		width: 100%;
	}

	.course_list ul li .food_info .summary .course_price dl dt {
		float: none;
	}

	.course_list ul li .food_info .menu {
		width: 100%;
	}

	#map_canvas, #pano_canvas {
		height: 150px;
	}

	#gallery {
		margin-bottom: 40px;
	}

	#gallery ul li {
		width: 49%;
		height: 49%;
	}

	#gallery ul li .img {
		width: 50%;
		height: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	#minimap {
		margin-bottom: 40px;
	}

	#minimap h2 {
		font-size: 20px;
		left: 2px;
	}

	#minimap .mapimg {
		height: 70px;
	}

	#minimap .mapimg h2 {
		left: 2%;
	}

	#minimap .mapimg .icon_map {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	#shopBasicInfo dl dt {
		width: 6em;
	}

	#accessInfo {
		padding: 10px;
	}

	#accessInfo dd {
		text-align: left;
		vertical-align: middle;
	}

	#accessInfo dd #textBox {
		display: block;
		float: right;
		margin-bottom: 5px;
	}

	#accessInfo dd span.kara {
		clear: left;
	}

	#accessInfo dd #route_chk {
		margin-top: 10px;
	}

	#couponList {
		padding: 10px;
	}

	#couponList h3 {
		font-size: 16px;
		font-weight: bold;
		display: block;
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		color: #635245;
	}

	#couponList .coupon_info {
		display: block;
		width: 100%;
		padding-left: 0;
		border-top: none;
		border-left: none;
	}

	#couponList .coupon_limit {
		font-size: 12px;
		font-weight: bold;
		padding-top: 8px;
		color: #999;
	}

	#couponList dt {
		display: inline-block;
		margin-right: 8px;
	}

	#couponList dd {
		display: inline-block;
	}

	#freepage h3 {
		font-size: 22px;
	}

	#shopIcons ul li {
		margin: 0 2px;
		margin-bottom: 20px;
	}

	#accessInfo dt {
		width: 6em;
	}

	#LPfooterContents .searchLinks {
		display: none;
	}

	#scrollToTop {
		right: 15px;
		bottom: 15px;
	}

	#footerCopy {
		line-height: 50px;
	}

	#social_share {
		float: none;
	}

	#social_share ul {
		display: block;
		text-align: center;
	}

	#social_share ul li {
		display: inline-block;
		float: none;
	}
}
/* =================================================
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('/static/restaurant_020_rs/img/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('/static/restaurant_020_rs/img/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('/static/restaurant_020_rs/img/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('/static/restaurant_020_rs/img/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('/static/restaurant_020_rs/img/right-compact.png') 100% 50% no-repeat;
}

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

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