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

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

ol,ul {
	list-style: none;
}

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

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

body {
	font-family: Arial, Helvetica, Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	width: 100%;
	color: #ebe7e7;
	background: #fff;
	background-color: #221714;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

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: #ff563f;
	border: solid 2px #fe8676;
	border-bottom: solid 2px #ab1905;
	-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: #221715;
	border-bottom: solid 2px #b58e1a;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #fbc82e;
	-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;
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 4px;
	text-align: justify;
	color: #ff563f;
	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;
}
/* =================================================
レイアウト
================================================= */
#wrapper {
	position: relative;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#contents {
	clear: both;
	zoom: 1;
	width: 960px;
	margin: 0 auto;
	padding: 16px;
	background-image: url('../img/bg_main.jpg');
	-webkit-background-size: 700px 819px;
	-moz-background-size: 700px 819px;
	background-size: 700px 819px;
}

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

#contents:after {
	clear: both;
}

.contents_box {
	display: block;
	overflow: hidden;
	background-color: #221715;
}

#sidebar {
	float: left;
	width: 260px;
	padding: 16px;
	background-color: #221715;
}

#main {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 668px;
	background-color: #221715;
}

#main {
	padding-right: 16px;
}

#main h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_menu.png') no-repeat;
}

#gallery h2 {
	background: url('../img/bg_h_gallery.png') no-repeat;
}

#access h2 {
	background: url('../img/bg_h_access.png') no-repeat;
}

#coupon h2 {
	background: url('../img/bg_h_coupon.png') no-repeat;
}

#freepage h2 {
	background: url('../img/bg_h_freepage.png') no-repeat;
}

#message h2 {
	background: url('../img/bg_h_message.png') no-repeat;
}

#sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 4px 16px;
	color: #ebe7e7;
	border-bottom: dotted 2px #ebe7e7;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#email_div {
	margin-bottom: 16px;
	padding: 16px;
	text-align: center;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#minimap {
	zoom: 1;
	margin-bottom: 16px;
	padding: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #4a403e;
}

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

#minimap:after {
	clear: both;
}

#minimap .indexStation01 {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	color: #6b6b64;
	background: url('../img/icon_station.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 70%;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}

#minimap .indexRoute01 {
	font-size: 13px;
	font-weight: bold;
	float: right;
	padding-left: 20px;
	background: url('../img/icon_route.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 70%;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}

#minimap iframe {
	border: solid 1px #d1d1c6;
}

.clearfix:before,
.clearfix:after
{
    display: table;

    content: ' ';
}
.clearfix:after
{
    clear: both;
}
/* =================================================
トピックス
================================================= */
#main h2.topics {
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_topics.png') no-repeat;
}

#main h2.gallery {
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_gallery.png') no-repeat;
}

#main h2.menu {
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_menu.png') no-repeat;
}

#main h2.info {
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_info.png') no-repeat;
}

#main #topics {
	border: none;
	background: none;
}

#main #topics ul {
	background: none;
}

#main #topics ul li {
	border-bottom: dotted 2px rgba(255,255,255,.8);
}

#main #topics ul li a {
	color: #fcc82e;
}

#topics {
	margin-bottom: 24px;
	padding: 4px;
	border: solid 2px #fcc82e;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

#topics ul {
	display: block;
	padding: 0 8px;
	background: rgba(146,225,242,.3);
}

#topics li {
	font-size: 15px;
	padding: 8px 0;
	border-bottom: solid 1px rgba(122,199,190,.8);
}

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

#topics li a {
	padding-left: 1em;
	color: #0387a3;
	background: url('../img/arrow_2.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
}
/* =================================================
トップ画像
================================================= */
#header_block {
	margin-bottom: 16px;
}

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

#top_image img {
	display: block;
	overflow: hidden;
	max-width: 228px;
	max-height: 180px;
	margin: 0 auto;
}
/* =================================================
 メイン画像・コース概要
================================================= */
#main_image {
	zoom: 1;
	width: 640px;
	height: 380px;
	margin-bottom: 8px;
}

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

#main_image:after {
	clear: both;
}

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

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

#main_image .textframe_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 640px;
	height: 380px;
	margin-left: 0;
}

#courseInfo {
	display: table;
	width: 100%;
	margin-bottom: 32px;
	table-layout: fixed;
	border-collapse: separate;
}

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

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

#courseInfo li:first-child a {
	margin-right: 16px;
}

#courseInfo li a {
	display: block;
	overflow: hidden;
	width: 318px;
}

#courseInfo li h3 {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}

#courseInfo li .img {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin: 0 10px 0 0;
}

#courseInfo li img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* =================================================
 メイン画像・コース概要
================================================= */
#catchCopy {
	font-weight: bold;
	position: absolute;
	top: 36px;
	right: 36px;
	color: #fff;
	text-shadow: 0 0 5px #000, 1px 0 5px #000, 0 1px 5px #000, -1px 0 5px #000, 0 -1px 5px;
}

#catchCopy h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

#catchCopy p {
	font-size: 16px;
	text-align: right;
}
/* =================================================
もっと見る
================================================= */
.more {
	line-height: 20px;
	float: right;
	padding-left: 20px;
	background: url('../img/arrow_1.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 90%;
	-moz-background-size: auto 90%;
	background-size: auto 90%;
}
/* =================================================
バナーリスト
================================================= */
#bannerList {
	margin-bottom: 32px;
}

#bannerList ul {
	zoom: 1;
}

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

#bannerList ul:after {
	clear: both;
}

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

#bannerList a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	background: #ecece3;
}

#bannerList img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* =================================================
グローバルナビ
================================================= */
#gNavi {
	margin-bottom: 24px;
}

#gNavi ul li {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 8px 8px 16px;
	border-bottom: dotted 2px #fffeff;
}

#gNavi ul li a {
	line-height: 32px;
	display: block;
	padding-left: 8px;
	color: #fffeff;
}

#gNavi ul li a:hover {
	color: #fcc82e;
	border-left: solid 3px #fcc82e;
}

#gNavi ul li a.menu {
	padding-left: 40px;
	background-image: url('../img/icon_menu.png');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
}

#gNavi ul li.active > a {
	color: #fcc82e;
	border-left: solid 3px #fcc82e;
}

#gNavi ul li ul {
	display: none;
}

#gNavi ul li li {
	font-size: 14px;
	padding: 4px 4px 4px 16px;
	border: 0;
}

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

#gNavi ul li li a {
	line-height: 24px;
}

#gNavi ul li li a.menu {
	padding-left: 40px;
	background-image: url('../img/icon_menu.png');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
}
/* =================================================
ソーシャルシェア
================================================= */
#social_share {
	zoom: 1;
	margin-bottom: 24px;
}

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

#social_share:after {
	clear: both;
}

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

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

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

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

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

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

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

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

#social_share .hatena a {
	background-image: url('../img/social_hatena.png');
}
/* =================================================
インドアビュー
================================================= */
#indoorView {
	margin-bottom: 16px;
	padding: 8px;
	text-align: center;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background: #4a403e;
}

#pano_div {
	position: relative;
	overflow: hidden;
	background-color: #e5e3df;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/* =================================================
外部リンク
================================================= */
#extern_link {
	margin-bottom: 16px;
	padding: 8px;
	text-align: center;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

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

#extern_link li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 32px;
	text-align: left;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

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

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

#extern_link .extern_tabelog a {
	background: #ffac00 url('../img/extern_link.png') no-repeat;
	background-position: 8px center;
}

#extern_link .extern_gnavi a {
	background: #e93820 url('../img/extern_link.png') no-repeat;
	background-position: 8px center;
}

#extern_link .extern_hotpepper a {
	background: #d0111b url('../img/extern_link.png') no-repeat;
	background-position: 8px center;
}

#extern_link .extern_lineat a {
	background: #2dad38 url('../img/extern_lineat.png') no-repeat;
	background-position: 1px 1px;
}
/* =================================================
オンライン予約
================================================= */
#onlineReserve {
	margin-bottom: 16px;
}

#onlineReserve .online_reserve a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 32px;
	text-align: left;
	color: #221715;
	border-bottom: solid 2px #110a09;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fbc82e url('../img/extern_pc.png') no-repeat;
	background-position: 8px center;
}

#onlineReserve .online_reserve a:last-child {
	margin-bottom: 0;
}

#onlineReserve .online_reserve a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}
/* =================================================
QRコード
================================================= */
#qrImg {
	display: table;
	width: 100%;
	margin-bottom: 16px;
	table-layout: fixed;
}

#qrImg .mobile,#qrImg .lineFriend {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#qrImg .mobile h2,#qrImg .lineFriend h2 {
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

#qrImg .mobile:first-child,#qrImg .lineFriend:first-child {
	padding-right: 4px;
}

#qrImg .mobile:last-child,#qrImg .lineFriend:last-child {
	padding-left: 4px;
}

#qrImg .mobile:only-child,#qrImg .lineFriend:only-child {
	width: 100%;
	padding: 0;
}

#qrImg .mobile:only-child h2,#qrImg .lineFriend:only-child h2 {
	font-size: 15px;
	padding: 4px 16px;
	text-align: left;
}

#qrImg .lineFriend h2 {
	color: #2dad38;
}

#qrImg .qr_code {
	padding: 8px;
	text-align: center;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#qrImg .qr_code img {
	max-width: 100%;
	min-height: 100px;
}
/* =================================================
ヘッダー
================================================= */
#LPheader {
	background: #02a77e;
}

#LPheaderContents {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
	padding: 4px;
}

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

#LPheaderContents:after {
	clear: both;
}

#categoryList {
	float: left;
}

#categoryList dl {
	font-size: 12px;
}

#categoryList dt {
	font-weight: bold;
	float: left;
	padding: 2px 16px 2px 0;
	color: #85f5d9;
}

#categoryList dd {
	float: left;
	padding: 2px;
	padding-right: 24px;
	color: #fff;
}

#categoryList dd a {
	color: #fff;
}

#categoryList dd a:hover {
	color: #fff;
}

#translate {
	float: right;
}

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

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

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

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

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

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

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

#header {
	zoom: 1;
	margin-bottom: 24px;
	padding: 8px;
	border-bottom: solid 4px #50e6c1;
	background: #fff;
}

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

#header:after {
	clear: both;
}

#logo_txt {
	float: left;
	margin-top: 16px;
	padding: 4px 4px 4px 8px;
	border-left: solid 10px #fcc82e;
}

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

#logo_txt h1 {
	line-height: 1;
}

#logo_txt h1 a {
	font-size: 32px;
	font-weight: bold;
	color: #0387a3;
}

#phone {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	padding: 8px;
	border: dotted 2px #ebe7e7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

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

#phone .pnohe_number {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-left: 15px;
	color: #fbc82e;
	background: url('../img/icon_phone.png') no-repeat;
	background-position: left center;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
}

#shopIcons {
	float: right;
	clear: right;
	margin-bottom: 12px;
}

#shopIcons ul {
	zoom: 1;
}

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

#shopIcons ul:after {
	clear: both;
}

#shopIcons li {
	display: block;
	float: left;
	height: 52px;
	margin-right: 4px;
	margin-bottom: 8px;
}

#shopIcons li:nth-child(4) {
	margin-right: 0;
}

#shopIcons li:nth-child(8) {
	margin-right: 0;
}

#shopIcons img {
	display: block;
	width: 54px;
}
/* =================================================
トップへ戻る
================================================= */
#scrollToTop {
	position: fixed;
	position: fixed;
	right: 0;
	bottom: 32px;
	display: none;
}

#scrollToTop a {
	display: block;
	overflow: hidden;
	width: 32px;
	width: 60px;
	height: 68px;
	height: 60px;
	text-indent: -999px;
	background: url('../img/arrow_top.png') no-repeat #fcc82e center center;
}
/* =================================================
フッター
================================================= */
#footer {
	background: #fbc82e;
}

#footerContents {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0 16px 0;
}

#footerCopy {
	line-height: 1;
	text-align: center;
	color: #221715;
}

#footerCopy a {
	font-weight: bold;
	color: #221715;
}

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

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

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

#footerNavi a {
	color: #221715;
}

#LPfooter {
	background: #221715;
}

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

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

#LPfooterContents:after {
	clear: both;
}

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

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

#LPfooterContents .searchLinks {
	float: left;
}

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

#LPfooterContents .searchLinks dt {
	font-weight: bold;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 12em;
	padding-right: 16px;
	text-align: justify;
	color: #ebe7e7;
	border-right: solid 1px rgba(180,248,231,.5);
}

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

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

#LPfooterContents .searchLinks dd a {
	color: #fbc82e;
}

#LPfooterContents .searchLinks dd a:hover {
	color: #fff;
}
/* =================================================
店舗基本情報
================================================= */
#shopBasicInfo {
	margin-bottom: 32px;
}

#shopBasicInfo dl {
	display: table;
	width: 100%;
	padding: 8px 0;
}

#shopBasicInfo dt {
	font-weight: bold;
	display: table-cell;
	width: 200px;
	padding: 8px 16px;
	text-align: right;
	color: #f90;
	border-right: solid 2px #999;
}

#shopBasicInfo dd {
	display: table-cell;
	padding: 8px 16px;
	color: #fff;
}
/* =================================================
メニュー
================================================= */
#menuList {
	padding-top: 18px;
}

#menuList .category {
	margin-bottom: 32px;
}

#menuList .menuCourseText {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #999;
}

#menuList li {
	display: block;
	zoom: 1;
	margin-bottom: 24px;
}

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

#menuList li:after {
	clear: both;
}

#menuList .thumb {
	position: relative;
	display: block;
	float: left;
}

#menuList .thumb img {
	max-width: 160px;
}

#menuList dl {
	display: block;
	float: left;
	width: 490px;
	padding-left: 8px;
}

#menuList .noimg dl {
	width: 650px;
}

#menuList.service dl {
	width: 390px;
}

#menuList dt {
	font-size: 18px;
	font-weight: bold;
	padding: 0 8px;
	color: #ebe7e7;
}

#menuList dd.price {
	padding: 8px;
}

#menuList dd.price .menu_price {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4px;
	text-align: right;
	color: #f90;
}

#menuList dd.price .menu_price_summary {
	font-size: 12px;
	line-height: 1;
	text-align: right;
	color: #999;
}

#menuList dd.info {
	zoom: 1;
	padding-top: 8px;
	border-top: solid 1px #dadfe8;
}

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

#menuList dd.info:after {
	clear: both;
}

#menuList .desc {
	line-height: 1.7;
	padding: 8px;
	color: #999;
}

#menuList .push .pushIcon {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 40px;
	height: 40px;
	background: url('../img/icon_push.png') no-repeat;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}

#menuList .menuimgs {
	position: relative;
	float: left;
	width: 260px;
}

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

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

#menuList .thumbs {
	zoom: 1;
}

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

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

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

#menuList .thumbs .thumb.active,#menuList .thumbs .thumb:hover {
	background: #afb2c5;
}

#menuList .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 {
	zoom: 1;
	padding-top: 18px;
}

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

#menu_course:after {
	clear: both;
}

#menu_course h2 {
	line-height: 35px;
	height: 35px;
	margin-bottom: 8px;
	padding: 0 0 0 50px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../img/bg_h_gallery.png') no-repeat;
}

.course_summary {
	font-weight: bold;
	margin-bottom: 24px;
	padding: 8px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.course_summary li {
	display: block;
	zoom: 1;
	padding: 8px 0;
	border-bottom: solid 1px rgba(218,205,186,.6);
}

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

.course_summary li:after {
	clear: both;
}

.course_summary li:last-child {
	border: 0;
}

.course_summary li.push .name {
	position: relative;
}

.course_summary li.push .name:before {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	display: inline-block;
	width: 5em;
	height: 18px;
	margin-right: 8px;
	padding: 2px 4px;
	content: 'オススメ';
	text-align: center;
	text-indent: 0;
	color: #ebe7e7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f90;
}

.course_summary li a:hover {
	text-decoration: underline;
}

.course_summary li .name {
	display: block;
	float: left;
	width: 478px;
}

.course_summary li .price {
	display: block;
	float: right;
	width: 88px;
	text-align: right;
	color: #f90;
}

.course_list li {
	position: relative;
	margin-bottom: 24px;
	padding: 8px;
	border: dashed 2px rgba(235,231,231,.8);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.course_list li .pushIcon {
	display: none;
}

.course_list li.push .pushIcon {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 40px;
	height: 40px;
	background: url('../img/icon_push.png') no-repeat;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}

.course_list h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #f90;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.course_list .course_img {
	display: block;
	float: left;
}

.course_list .course_img img {
	max-width: 160px;
}

.course_list .course_text {
	font-size: 16px;
	font-weight: bold;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 460px;
	margin-bottom: 24px;
	padding-left: 8px;
	color: #ccc ourse_text;
}

.course_list .noimg .course_text {
	width: 620px;
}

.course_list .course_price {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 460px;
	padding-left: 8px;
}

.course_list .noimg .course_price {
	width: 620px;
}

.course_list .course_price dl {
	zoom: 1;
	margin-bottom: 8px;
	padding: 8px;
	border-top: solid 1px rgba(235,231,231,.6);
}

.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: 16px;
	font-weight: bold;
	float: left;
	color: #ebe7e7;
}

.course_list .course_price dd.price {
	font-size: 16px;
	font-weight: bold;
	float: right;
	color: #f90;
}

.course_list .course_price dd.desc {
	font-size: 12px;
	line-height: 1;
	clear: both;
	text-align: right;
	color: #999;
}

.course_list .course_info {
	clear: both;
}

.course_list h4 {
	font-weight: bold;
	padding: 4px 8px;
	color: #ebe7e7;
	border-bottom: dotted 2px rgba(235,231,231,.6);
}

.course_list .course_detail {
	line-height: 1.7;
	padding: 8px;
	text-align: justify;
	color: #999;
}
/* =================================================
ギャラリー
================================================= */
#gallery {
	padding-top: 18px;
}

#galleryList,#gallery4 {
	zoom: 1;
	margin-bottom: 32px;
}

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

#galleryList:after,#gallery4:after {
	clear: both;
}

#galleryList ul,#gallery4 ul {
	zoom: 1;
}

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

#galleryList ul:after,#gallery4 ul:after {
	clear: both;
}

.galleryImg {
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
	margin-bottom: 8px;
}

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

.galleryImg:last-child {
	margin-right: 0;
}

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

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

.galleryImg .desc {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 4px;
	padding: 4px;
	text-align: justify;
	color: #818179;
}
/* =================================================
アクセス
================================================= */
#access {
	padding-top: 18px;
}

#accessInfo {
	zoom: 1;
	margin-bottom: 24px;
}

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

#accessInfo:after {
	clear: both;
}

#accessInfo dl {
	display: table;
	width: 100%;
	padding: 8px 0;
}

#accessInfo dl:last-child {
	border-bottom: solid 1px rgba(235,231,231,.6);
}

#accessInfo dt {
	font-weight: bold;
	display: table-cell;
	width: 200px;
	padding: 8px 16px;
	text-align: right;
	color: #f90;
	border-right: solid 1px rgba(235,231,231,.6);
}

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

#map_canvas {
	margin-bottom: 16px;
	border: solid 4px #f6ecdf;
}

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

.btn_print_view a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
}
/* =================================================
クーポン
================================================= */
#coupon {
	padding-top: 18px;
}

#couponList {
	margin-bottom: 24px;
}

#couponList .coupon_usage {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #999;
}

#couponList li {
	zoom: 1;
	margin-bottom: 24px;
	padding: 8px;
	border: solid 2px #ebe7e7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url('../img/bg_red_1.png');
	background-repeat: no-repeat;
	background-position: 4px center;
	-webkit-background-size: 4px 100%;
	-moz-background-size: 4px 100%;
	background-size: 4px 100%;
}

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

#couponList li:after {
	clear: both;
}

#couponList h4 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 296px;
	padding-right: 8px;
	text-align: justify;
	color: #f90;
}

#couponList .coupon_info {
	float: right;
	width: 336px;
	min-height: 60px;
	padding-left: 8px;
	border-left: dotted 2px #d1d1c6;
}

#couponList .text {
	margin-bottom: 16px;
	color: #ebe7e7;
}

#couponList .coupon_limit {
	font-size: 14px;
	line-height: 1;
	float: right;
	color: #818179;
}

#couponList .coupon_limit dl {
	zoom: 1;
}

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

#couponList .coupon_limit dl:after {
	clear: both;
}

#couponList .coupon_limit dt {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #4a403e;
}

#couponList .coupon_limit dd {
	float: left;
}
/* =================================================
フリーページ
================================================= */
#freepage {
	padding-top: 18px;
}

.section_type_1,.section_type_2,.section_type_3,.section_type_4,.section_type_5,.section_type_6,.section_type_7 {
	zoom: 1;
	margin-bottom: 32px;
}

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

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

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

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

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

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

.section_type_3 .section_img {
	float: left;
	margin: 0 8px 8px 0;
}
/* =================================================
オーナーメッセージ
================================================= */
#ownerMessage {
	zoom: 1;
	margin-bottom: 16px;
	padding-top: 18px;
}

#ownerMessage.mainpage {
	padding-top: 0;
}

#ownerMessage.mainpage .title {
	background: none;
	background-image: url('../img/message_new.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#ownerMessage.mainpage li {
	background: none;
}

#ownerMessage.mainpage li .title {
	background: none;
}

#ownerMessage.mainpage li:first-child {
	border: none;
}

#ownerMessage.mainpage li:first-child .title {
	background: none;
	background-image: url('../img/message_new.png');
	background-repeat: no-repeat;
	background-position: left top;
}

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

#ownerMessage:after {
	clear: both;
}

#ownerMessage li {
	margin-bottom: 8px;
	padding: 8px;
	border-bottom: dotted 2px #ebe7e7;
}

#ownerMessage li:first-child .title {
	background-image: url('../img/message_new.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#ownerMessage li:first-child h3 {
	padding-left: 48px;
}

#ownerMessage li:last-child {
	border-bottom: none;
}

#ownerMessage .title {
	zoom: 1;
	margin-bottom: 8px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

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

#ownerMessage .title:after {
	clear: both;
}

#ownerMessage h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	width: 524px;
	padding-left: 16px;
	color: #fff;
}

#ownerMessage .date {
	font-size: 13px;
	line-height: 30px;
	float: right;
	width: 140px;
	text-align: right;
	color: #fff;
}

#ownerMessage .msg {
	zoom: 1;
	padding: 8px;
	color: #999;
}

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

#ownerMessage .msg:after {
	clear: both;
}

#ownerMessage .msg img {
	float: left;
	margin: 0 8px 0 0;
}
/* =================================================
lightbox
================================================= */
.chocolat-open {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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