@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;
}

html {
	height: 100%;
	min-height: 100%;
	background: #fff;
}

body {
	font-family: Arial, Helvetica, Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 100%;
	min-height: 100%;
	-webkit-animation: fadeIn 1s 1 linear;
	-moz-animation: fadeIn 1s 1 linear;
	-ms-animation: fadeIn 1s 1 linear;
	-o-animation: fadeIn 1s 1 linear;
	animation: fadeIn 1s 1 linear;
	color: #000;
	background: #fff;
	-webkit-tap-highlight-color: rgba(255,255,255,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: #ff4157;
}

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: #e77802;
	border: solid 2px #d1d1c6;
	border-bottom: solid 2px #b6b6a8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #000;
	-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;
	line-height: 32px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	padding: 0 8px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: top;
	vertical-align: middle;
	color: #000;
	border: solid 1px rgba(0,0,0,.3);
	outline: 0;
	background: rgba(0,0,0,.1);
	text-shadow: 0 2px 2px #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='button']:hover {
	border: solid 1px rgba(0,0,0,.7);
	background: rgba(0,0,0,.3);
}

input[type='text'] {
	font-size: 12px;
	line-height: 32px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	margin: 0;
	padding: 0 8px;
	text-align: justify;
	vertical-align: top;
	color: #000;
	border: solid 1px rgba(0,0,0,.3);
	outline: 0;
	background: rgba(0,0,0,.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

input[type='text']:focus {
	border: solid 1px rgba(0,0,0,.7);
	background: rgba(0,0,0,.3);
}

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

label {
	font-size: 12px;
	font-weight: bold;
	color: #e77802;
}
/* =================================================
レイアウト
================================================= */
#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;
}
/* =================================================
左固定ロゴ・ナビ
================================================= */
#leftContent {
	position: relative;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 256px;
	height: 120%;
	background: rgba(255,255,255,.8);
}

#logo {
	width: 256px;
	padding: 24px;
}

#logo .logo {
	display: block;
}

#logo .logo img {
	display: block;
	max-width: 200px;
	max-height: 200px;
}

#gNavi {
	width: 200px;
	padding: 16px 32px;
}

#gNavi li {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 16px;
}

#gNavi li a {
	opacity: .8;
	color: #333;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
}

#gNavi li a:hover {
	text-decoration: none;
	opacity: 1;
	color: #ff4157;
	-ms-filter: none;
	filter: none;
}

#gNavi li.active a {
	opacity: 1;
	color: #ff4157;
	-ms-filter: none;
	filter: none;
}

#gNavi li.active li a {
	opacity: .8;
	color: #333;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
}

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

#gNavi li ul {
	display: none;
	padding-top: 8px;
	padding-left: 20px;
}

#gNavi li ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

#gNavi li ul li a {
	opacity: .8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
}

#gNavi li ul li a:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#gNavi li ul li.active a {
	opacity: 1;
	color: #ff4157;
	-ms-filter: none;
	filter: none;
}
/* =================================================
オーナーメッセージ
================================================= */
.btn_t,.btn_b {
	position: absolute;
	right: -28px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/btn_t_01.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
}

.btn_t:hover,.btn_b:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.btn_t {
	top: -4px;
}

.btn_b {
	bottom: -4px;
	background-image: url('/static/restaurant_018_pc/img/btn_b_01.png');
}

#ownerMessage {
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
	opacity: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.7);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}

#ownerMessage a {
	display: block;
	zoom: 1;
	padding: 8px 8px 0 8px;
	border: solid 1px rgba(255,65,87,0);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

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

#ownerMessage a:after {
	clear: both;
}

#ownerMessage a:hover {
	text-decoration: none;
	border: solid 1px rgba(255,65,87,.7);
	background: rgba(255,65,87,.3);
}

#ownerMessage .img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#ownerMessage .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

#ownerMessage .title {
	font-weight: bold;
	line-height: 24px;
	min-width: 440px;
	max-width: 700px;
}

#ownerMessage .date {
	display: inline;
	margin-right: 8px;
	opacity: .6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	filter: alpha(opacity=60);
}

#ownerMessage h3 {
	font-size: 16px;
	display: inline;
	text-align: justify;
}

#ownerMessage .msg {
	font-size: 12px;
	line-height: 16px;
	max-width: 700px;
	text-align: justify;
	color: #000;
}
/* =================================================
トピックス
================================================= */
#topics {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
	padding: 8px;
	opacity: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.7);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
	text-shadow: 0 2px 2px #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}

#topics a {
	display: block;
	padding: 6px 8px;
	border-bottom: solid 1px rgba(255,255,255,.3);
}

#topics a:before {
	position: relative;
	top: 2px;
	display: inline-block;
	width: .7em;
	height: 1em;
	margin-right: 0;
	content: '';
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: auto 75%;
	-moz-background-size: auto 75%;
	background-size: auto 75%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
}

#topics a:hover {
	text-decoration: none;
	background: rgba(255,255,255,.3);
}

#topics a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
/* =================================================
店舗電話番号、オンライン予約
================================================= */
#topBtns {
	position: fixed;
	z-index: 1;
	top: 16px;
	right: 16px;
	zoom: 1;
}

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

#topBtns:after {
	clear: both;
}

#translate {
	line-height: 1;
	float: right;
	margin-left: 16px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,65,87,.5);
	padding: 4.5px 8px;
}

#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: 0px 4px;
	height: 24px;
	line-height: 1;
}

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

#reserve,#phone,#btn_info {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	float: right;
	margin-left: 16px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,65,87,.5);
}

#phone {
	background: rgba(255,65,87,.9);
}

#reserve a,#phone a,#btn_info a {
	display: block;
	width: 100%;
	padding: 8px;
	color: #fff;
	border: solid 1px rgba(255,65,87,0);
	background: rgba(255,65,87,0);
}

#reserve a:before,#phone a:before,#btn_info a:before {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 6px;
	content: '';
	opacity: .8;
	background-image: url('/static/restaurant_018_pc/img/icon_phone.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=80)';
	filter: alpha(opacity=80);
}

#reserve a:hover,#phone a:hover,#btn_info a:hover {
	text-decoration: none;
	border: solid 1px rgba(255,65,87,.7);
	background: rgba(255,255,255,.3);
}

#reserve a:hover:before,#phone a:hover:before,#btn_info a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#reserve a:before {
	background-image: url('/static/restaurant_018_pc/img/icon_reserve.png');
}

#btn_info a:before {
	background-image: url('/static/restaurant_018_pc/img/btn_info.png');
}
/* =================================================
店舗キャッチコピー
================================================= */
#catchCopy {
	position: fixed;
	top: 216px;
	right: 0;
	width: 100%;
	padding-left: 256px;
	text-align: center;
	text-shadow: 0 2px 4px #ff4157, 0 0 16px #000;
}

#catchCopy h2 {
	font-size: 31px;
	font-weight: bold;
	line-height: 40px;
	/*margin-bottom: 8px;*/
	margin: 0px 20px 8px 20px;
	color: #fff;
}

#catchCopy p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	padding: 8px;
	color: #fff;
	background: rgba(255,65,87,.5);
}
/* =================================================
ソーシャルシェア
================================================= */
#social_share {
	position: fixed;
	z-index: 1;
	right: 16px;
	bottom: 46px;
}

#social_share ul {
	zoom: 1;
}

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

#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;
	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_018_pc/img/social_line.png');
}

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

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

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

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

#social_share .other {
	background-image: url('/static/restaurant_018_pc/img/social_send.png');
}
/* =================================================
店舗情報パネル
================================================= */
#infoPanel {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding: 76px 32px 62px 304px;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

#infoPanel .infoBody {
	position: relative;
	padding: 32px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
}

#infoPanel .topTable {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#infoPanel .topTable > div {
	padding: 4px;
}

#infoPanel .topTable > div:first-child {
	padding-left: 0;
}

#infoPanel .topTable > div:last-child {
	padding-right: 0;
}

#infoPanel .btn_close {
	position: absolute;
	top: 80px;
	right: 32px;
	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_018_pc/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);
}

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

#shopIcons li {
	display: inline-block;
}

#shopIcons li img {
	display: block;
	width: 40px;
	height: 40px;
}

#minimap,#indoorView,#extern_link {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
}

#extern_link li {
	display: block;
	width: 100%;
	height: 32px;
	margin-bottom: 8px;
}

#extern_link li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 8px;
	text-align: left;
	color: #ff4157;
	border: solid 1px rgba(255,65,87,.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

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

#extern_link li a:before {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	content: '';
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/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);
}

#extern_link li a:hover {
	text-decoration: none;
	border: solid 1px rgba(255,65,87,.9);
	background: rgba(255,65,87,.1);
}

#extern_link li a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#shopBasicInfo dl {
	display: table;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	table-layout: fixed;
	border-bottom: solid 1px rgba(0,0,0,.2);
	text-shadow: 0 2px 2px #fff;
}

#shopBasicInfo dl:first-child {
	border-top: solid 1px rgba(0,0,0,.2);
}

#shopBasicInfo dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 12em;
	color: rgba(255,65,87,.7);
}

#shopBasicInfo dd {
	display: table-cell;
	padding: 0 8px;
	text-align: justify;
}

#shopBasicInfo dd a:before {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	content: '';
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/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);
}

#shopBasicInfo dd a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
/* =================================================
バナー
================================================= */
#bannerList {
	margin-top: 16px;
}

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

#bannerList ul li img {
	display: block;
	margin: 0 auto;
}
/* =================================================
QRコード、携帯メール送信
================================================= */
#sendOverlay {
	position: fixed;
	z-index: 98;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255,255,255,.7);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	-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: 592px;
	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%);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	-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;
	color: #ff4157;
	text-shadow: 0 2px 2px #fff;
}

#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,65,87,.2);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
}

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

#sendPanel .sendMail {
	position: relative;
	display: table-cell;
	width: 240px;
	padding: 16px 0;
	text-align: center;
	vertical-align: middle;
	border: solid 1px rgba(255,65,87,.2);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
}

#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_018_pc/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;
}
/* =================================================
フリーページ
================================================= */
#freepage {
	padding: 66px 32px 72px 0;
}

.section_type_1,.section_type_2,.section_type_3,.section_type_4,.section_type_5,.section_type_6,.section_type_7 {
	zoom: 1;
	margin-bottom: 24px;
	padding: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

.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 h2,.section_type_2 h2,.section_type_3 h2,.section_type_4 h2,.section_type_5 h2,.section_type_6 h2,.section_type_7 h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.3);
}

.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;
}
/* =================================================
アクセス
================================================= */
#access {
	padding: 66px 32px 56px 0;
}

#map_canvas, #pano_canvas {
	margin-bottom: 32px;
}

#accessInfo {
	zoom: 1;
	margin-bottom: 40px;
	padding: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

#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;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.3);
}

#accessInfo dl {
	display: table;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	table-layout: fixed;
	border-bottom: solid 1px rgba(0,0,0,.2);
	text-shadow: 0 2px 2px #fff;
}

#accessInfo dl:first-child {
	border-top: solid 1px rgba(0,0,0,.2);
}

#accessInfo dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 12em;
	color: rgba(0,0,0,.7);
}

#accessInfo dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	width: 12em;
	color: rgba(255,65,87,.7);
}

#accessInfo dd {
	display: table-cell;
	padding: 0 8px;
	text-align: justify;
}

#accessInfo dd a:before {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	content: '';
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/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 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	width: 400px;
	margin: 0 auto;
	margin-top: 16px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,65,87,.9);
}

.btn_print_view a {
	display: block;
	width: 100%;
	padding: 12px 8px;
	color: #fff;
	border: solid 1px rgba(255,65,87,0);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,65,87,0);
	text-shadow: none;
}

.btn_print_view a:before {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 6px;
	content: '';
	opacity: .5;
	background-image: url('/static/restaurant_018_pc/img/icon_print.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);
}

.btn_print_view a:hover {
	text-decoration: none;
	border: solid 1px rgba(255,65,87,.7);
	background: rgba(255,255,255,.3);
}

.btn_print_view a:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
/* =================================================
クーポン
================================================= */
#coupon {
	padding: 66px 32px 56px 0;
}

#couponList {
	zoom: 1;
	margin-bottom: 40px;
	padding: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

#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;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.3);
}

#couponList .coupon_usage {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 16px;
	border: solid 1px rgba(255,65,87,.5);
}

#couponList li {
	display: block;
	display: table;
	width: 100%;
	margin-bottom: 16px;
	padding: 16px;
	table-layout: fixed;
	border: dashed 2px rgba(255,65,87,.5);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.7);
}

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

#couponList .coupon_info {
	display: table-cell;
	width: 50%;
	padding-left: 16px;
	border-left: dashed 2px rgba(255,65,87,.3);
}

#couponList .text {
	padding-bottom: 8px;
}

#couponList .coupon_limit {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	color: #999;
	border-top: dashed 2px rgba(255,65,87,.3);
}

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

#couponList dd {
	display: inline-block;
}
/* =================================================
ギャラリー
================================================= */
#gallery {
	padding: 66px 32px 56px 0;
}

#galleryList {
	zoom: 1;
	margin-bottom: 40px;
	padding: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

#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;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.3);
}

#galleryList .galleryImg {
	display: inline-block;
	width: 160px;
	margin: 8px;
	vertical-align: top;
}

#galleryList .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin-bottom: 16px;
	padding: 4px;
	border: solid 4px rgba(255,255,255,.7);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: rgba(255,255,255,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5);
	box-shadow: 0 2px 8px rgba(0,0,0,.5);
	-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: 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);
}

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

.desc {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
/* =================================================
オーナーメッセージ
================================================= */
#message {
	padding: 66px 32px 56px 0;
}

#message li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding: 16px;
	table-layout: fixed;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

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

#message .img {
	display: table-cell;
	width: 136px;
	padding-right: 16px;
	vertical-align: top;
}

#message .img img {
	max-height: 126px;
	max-width: 126px;
	display: block;
}

#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 .title {
	margin-bottom: 8px;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.2);
}

#message h3 {
	font-size: 18px;
	font-weight: bold;
}
/* =================================================
メニュー
================================================= */
#menu {
	padding: 66px 32px 56px 0;
}

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

#menuList .category {
	zoom: 1;
	margin-bottom: 40px;
	padding: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

#menuList .category:before,#menuList .category:after {
	display: table;
	content: '';
}

#menuList .category:after {
	clear: both;
}

#menuList .menuCourseText {
	font-size: 16px;
	margin-bottom: 16px;
	padding: 8px;
}

#menuList li {
	display: table;
	width: 100%;
	padding: 16px;
	table-layout: fixed;
	border-top: solid 4px rgba(255,65,87,.1);
}

#menuList li.push .thumb {
	width: 240px;
}

#menuList li.push .pushIcon {
	width: 64px;
	height: 64px;
	background-image: url('/static/restaurant_018_pc/img/icon_recommend.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#menuList .thumb {
	position: relative;
	display: table-cell;
	width: 160px;
	vertical-align: top;
}

#menuList .thumb img {
	max-width: 100%;
}

#menuList .pushIcon {
	position: absolute;
	top: -4px;
	left: -4px;
}

#menuList .itemInfo {
	display: table-cell;
	padding-left: 16px;
	vertical-align: top;
}

#menuList .itemTitle {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: solid 1px rgba(255,65,87,.2);
}

#menuList .itemTitleTop {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#menuList .name {
	display: table-cell;
}

#menuList .price {
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	width: 5em;
	text-align: right;
	color: #ff4157;
}

#menuList .menu_price_summary {
	font-size: 13px;
	text-align: right;
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#menuList .itemDesc {
	font-size: 15px;
	text-align: justify;
}

#menuList h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ff4157;
}
/* =================================================
コースメニュー
================================================= */
#menu_course {
	padding: 66px 32px 56px 0;
}

.course_list li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding: 16px;
	table-layout: fixed;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.4);
	box-shadow: 0 2px 16px rgba(0,0,0,.4);
	text-shadow: 0 2px 2px #fff;
}

.course_list li.push .pushIcon {
	display: block;
}

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

.course_list .courseRight {
	display: table-cell;
	width: 220px;
	padding-left: 16px;
	vertical-align: top;
}

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

.course_list .course_img {
	position: relative;
	margin-bottom: 16px;
}

.course_list .pushIcon {
	position: absolute;
	top: -4px;
	right: -4px;
	display: none;
	width: 64px;
	height: 64px;
	background-image: url('/static/restaurant_018_pc/img/icon_recommend_2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.course_list .course_price dl {
	zoom: 1;
	width: 100%;
	margin-bottom: 16px;
	padding-top: 8px;
	border-top: solid 2px rgba(0,0,0,.2);
}

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

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

.course_list .course_price dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	margin-bottom: 8px;
	color: #ff4157;
}

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

.course_list .course_price .desc {
	font-size: 13px;
	clear: both;
	text-align: justify;
}

.course_list h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 16px;
	text-align: justify;
	color: #ff4157;
	border-bottom: solid 1px rgba(0,0,0,.3);
}

.course_list .course_text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: justify;
}

.course_list .course_detail {
	padding-top: 16px;
	text-align: justify;
	border-top: solid 4px rgba(0,0,0,.2);
}
/* =================================================
トップへ戻る
================================================= */
#scrollToTop {
	position: fixed;
	z-index: 1;
	right: 16px;
	bottom: 46px;
	display: none;
}

#scrollToTop a {
	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;
	text-indent: -999px;
	opacity: .4;
	background-image: url('/static/restaurant_018_pc/img/btn_pagetop.png');
	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);
}

#scrollToTop a:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
/* =================================================
フッター
================================================= */
#footer {
	position: fixed;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footterTop {
	width: 100%;
	height: 30px;
	background: #fff;
}

#footerCopy {
	font-size: 11px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 16px;
	opacity: .7;
	color: #ff415f;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}

#footerCopy a {
	color: #ff415f;
}

.localplace_top {
	position: absolute;
	top: 4px;
	left: 16px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-indent: -999px;
	opacity: .9;
	background-image: url('/static/restaurant_018_pc/img/icon_search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}

.localplace_top:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#LPfooter {
	display: none;
	padding-bottom: 16px;
	background: rgba(255,255,255,.8);
}

#LPfooter dl {
	padding: 8px;
	padding-left: 50%;
}

#LPfooter dl dt {
	font-weight: bold;
	color: #ff4157;
}

#LPfooter dl dd {
	font-size: 12px;
	display: inline-block;
	padding: 0 8px;
}

#LPfooter dl dd:before {
	margin-right: 8px;
	content: '-';
}
/* =================================================
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: #fff;
	-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_018_pc/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_018_pc/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_018_pc/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_018_pc/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_018_pc/img/right-compact.png') 100% 50% no-repeat;
}

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

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

@-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;
	}
}

@-moz-keyframes spin {
	from {
		ransform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		ransform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		ransform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		ransform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
