@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: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-family: Arial, Helvetica, Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 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: #bd2427;
}

a:hover {
	text-decoration: underline;
}

a img {
	background: none;
}

#wrapper {
	position: relative;
	width: 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: #fff;
	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 18px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	color: #fff;
	border-bottom: solid 2px #290000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #bd2427;
	-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: #310b04;
}

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

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

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

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

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

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

#LPheader #LPheaderContents #categoryList dl dd a {
	font-weight: bold;
	color: #e1e1e1;
}

.goog-te-combo {
	height: 20px;
}
/* =================================================
ヘッダー
================================================= */
#header {
	position: relative;
	height: 160px;
	background-image: url('../img/bg_header.jpg');
	background-repeat: repeat-x;
	-webkit-background-size: 7px 160px;
	-moz-background-size: 7px 160px;
	background-size: 7px 160px;
}

#header #logo_txt {
	display: none;
}

#header h1 {
	display: none;
}

#header #header_block {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 940px;
	height: 183px;
	margin-left: -470px;
	background-image: url('../img/header_bg.png');
	-webkit-background-size: 940px 183px;
	-moz-background-size: 940px 183px;
	background-size: 940px 183px;
}

#header #header_block #top_image {
	position: absolute;
	top: 30px;
	left: 0;
	left: 50%;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	-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;
}

#header #header_block #top_image 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);
}

#header #header_block #gNavi {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-style: italic;
	line-height: 24px;
	position: absolute;
	top: 60px;
	width: 940px;
}

#header #header_block #gNavi ul {
	line-height: 24px;
	position: relative;
	left: 0;
	display: block;
	width: 940px;
	height: 50px;
	margin: 0 auto;
	list-style: none;
	botom: 0;
}

#header #header_block #gNavi ul li {
	font-size: 16px;
	position: absolute;
	display: block;
	float: left;
	width: 120px;
	height: 24px;
	text-align: center;
	color: #fff;
}

#header #header_block #gNavi ul li.active a {
	color: #fff5ba;
}

#header #header_block #gNavi ul li:first-child {
	left: 0;
}

#header #header_block #gNavi ul li:nth-child(2) {
	left: 125px;
}

#header #header_block #gNavi ul li:nth-child(3) {
	left: 250px;
}

#header #header_block #gNavi ul li:nth-child(4) {
	left: 570px;
}

#header #header_block #gNavi ul li:nth-child(5) {
	left: 695px;
}

#header #header_block #gNavi ul li:nth-child(6) {
	right: 0;
}

#header #header_block #gNavi ul li a {
	font-weight: nomal;
	color: #fff;
}

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

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

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

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

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

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

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

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

#header #header_block #gNavi ul li#gNavi02 ul li:nth-child(4) {
	float: left;
	width: 90px;
	margin-right: 5px;
}
/* =================================================
contents
================================================= */
#contents {
	width: 100%;
	padding: 0 0 100px;
}

#contents.topspace {
	padding-top: 100px;
}

#contents.bottomspace {
	padding-top: 100px;
	padding-bottom: 0;
}

#contents #main_image {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 0;
	background-color: #000;
	lihe-height: 655px;
}

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

#contents #main_image .textframe_area {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 940px;
	height: 400px;
	margin-left: -470px;
}

#contents #main_image .textframe_area #catchCopy {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-shadow: 0 2px 2px #000;
}

#contents #main_image .textframe_area #catchCopy h2 {
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}

#contents #main_image .textframe_area #catchCopy p {
	font-size: 14px;
}

#contents #main {
	width: 940px;
	margin: 0 auto;
}
/* =================================================
電話番号
================================================= */
#phone {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 239px;
	height: 137px;
	padding: 48px 24px 0;
	color: #440d00;
	backgroud-size: 239px 137px;
}

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

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

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

#phone dl dd.phone_number span {
	font-size: 18px;
	color: #bd2427;
}
/* =================================================
コースメニュー
================================================= */
#courseInfo {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 940px;
	margin: 0 auto 60px;
}

#courseInfo h2.couse {
	width: 940px;
	height: 125px;
	margin-bottom: 25px;
	background-image: url('../img/title_couse.png');
	backgroud-size: 940px 125px;
}

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

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

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

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

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

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

#courseInfo ul li .course_column a.more {
	font-weight: bold;
	display: block;
	float: right;
	width: 140px;
	margin: 0;
	text-align: right;
	color: #bd2427;
}

#courseInfo ul li .course_column h2 {
	font-size: 22px;
	color: #bd2427;
}

/* =================================================
トピックス
================================================= */
.cullum_02 {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	table-layout: fixed;
}

#topics {
	display: table-cell;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	vertical-align: top;
}

#topics h2.topics {
	height: 70px;
	margin-bottom: 10px;
	background-image: url('../img/title_topics.png');
	background-repeat: no-repeat;
	background-position: center center;
	backgroud-size: 450px 70px;
}

#topics ul {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topics ul li {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px dotted #afa79c;
}

#topics ul li a {
	display: block;
	width: 100%;
	padding-left: 30px;
	color: #bd2427;
	background-image: url('../img/text_point_01.png');
	background-repeat: no-repeat;
	background-position: 10px 1px;
	-webkit-background-size: 12px 18px;
	-moz-background-size: 12px 18px;
	background-size: 12px 18px;
}
/* =================================================
オーナーからのメッセージ
================================================= */
#message {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#ownerMessage {
	display: table-cell;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 470px;
	padding: 20px 0 0 0;
	vertical-align: top;
}

#ownerMessage.messpage ul li {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	table-layout: fixed;
	border-top: 1px solid #440d00;
	border-right: none;
	background-color: #f7f0f2;
}

#ownerMessage.messpage ul li:last-child {
	margin-bottom: 0;
}

#ownerMessage.messpage ul li .leftarea {
	display: table-cell;
	overflow: hidden;
	width: 100%;
	padding-right: 10px;
	vertical-align: top;
}

#ownerMessage.messpage ul li .leftarea .title {
	overflow: hidden;
	width: 760px;
	text-align: justify;
}

#ownerMessage.messpage ul li .leftarea .title .icon_new {
	float: left;
	width: 69px;
	height: 44px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url('../img/icon_new.png');
	-webkit-background-size: 69px 44px;
	-moz-background-size: 69px 44px;
	background-size: 69px 44px;
	background0repeat: none;
}

#ownerMessage.messpage ul li .leftarea .title h3 {
	font-size: 18px;
	line-height: 60px;
	text-align: justify;
	color: #8c3d17;
	border-bottom: 1px solid #b28a83;
}

#ownerMessage.messpage ul li .leftarea .title .date {
	font-size: 12px;
	width: 100%;
	margin-bottom: 5px;
	text-align: right;
	color: #665959;
}

#ownerMessage.messpage ul li .leftarea .msg {
	width: 760px;
	padding-right: 10px;
}

#ownerMessage.messpage ul li .leftarea .msg p {
	width: 100%;
}

#ownerMessage.messpage ul li img {
	display: table-cell;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}

#ownerMessage h2.ownerMessage {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url('../img/title_message.png');
	background-repeat: no-repeat;
	background-position: center;
	backgroud-size: 450px 70px;
}

#ownerMessage ul {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ownerMessage ul li {
	overflow: hidden;
	padding-right: 20px;
}

#ownerMessage ul li .title {
	overflow: hidden;
}

#ownerMessage ul li .title h3 {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	text-align: justify;
	color: #420e07;
	border-bottom: 1px solid #c9c4c3;
}

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

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

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

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

#ownerMessage .more {
	font-weight: bold;
	float: right;
	margin-right: 20px;
	color: #bd2427;
}
/* =================================================
インドアビュー
================================================= */
#indoorView {
	width: 280px;
	height: 150px;
	margin-bottom: 30px;
}

#indoorView #indoorView {
	height: 150px;
	widt: 100%;
}
/* =================================================
マップ
================================================= */
#minimap {
	overflow: hidden;
	width: 280px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f7f0f2;
}

#minimap .mapimg {
	display: block;
	width: 250px;
	margin: 0;
	margin-bottom: 5px;
}

#minimap .indexStation01 {
	font-weight: bold;
	display: block;
	float: left;
	color: #8c3d17;
}

#minimap .indexRoute01 {
	font-weight: bold;
	display: block;
	float: right;
}

#rightbar {
	float: right;
	overflow: hidden;
	width: 280px;
}

h2.info {
	width: 940px;
	height: 125px;
	margin: 0 auto 25px;
	background-image: url('../img/title_infomation.png');
	backgroud-size: 940px 125px;
}
/* =================================================
ショップアイコン
================================================= */
#shopIcons {
	margin-bottom: 25px;
}

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

#shopIcons ul li {
	float: left;
	width: 65px;
	height: 65px;
	margin: 2px;
}

#shopIcons ul li:first-child {
	margin: 2px 2px 2px 3px;
}

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

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

#shopIcons ul li:nth-child(8) {
	margin: 2px 3px 2px 2px;
}
/* =================================================
オンライン予約ボタン
================================================= */
#onlineReserve {
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	width: 280px;
	height: 45px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #290000;
	background-color: #ce0000;
}

#onlineReserve a {
	padding-left: 30px;
	color: #fff;
	background-image: url('../img/icon_link02.png');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 17px 14px;
	-moz-background-size: 17px 14px;
	background-size: 17px 14px;
}
/* =================================================
インフォメーション
================================================= */
#shopBasicInfo {
	float: left;
	margin-bottom: 32px;
}

#shopBasicInfo dl {
	font-size: 14px;
	line-height: 28px;
	display: table;
	width: 640px;
	padding: 8px 0;
	border-top: solid 1px #e7e7e7;
}

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

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

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

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

#shopBasicInfo dd a {
	font-weight: bold;
	color: #bd2427;
}
/* =================================================
QR
================================================= */
#qrImg {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
	table-layout: fixed;
	text-align: center;
}

#qrImg .qr_box {
	display: table-cell;
	overflow: hidden;
	width: 50%;
	padding: 5px;
	vertical-align: top;
}

#qrImg .qr_box h2 {
	width: 100%;
	text-align: center;
}

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

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

#qrImg .qr_box.mobile h2 {
	color: #8c3d17;
	border-bottom: 1px solid #ccb6b0;
}

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

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

.sidetitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 280px;
	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;
}
/* =================================================
他のサイトで見る
================================================= */
#extern_link {
	overflow: hidden;
	width: 280px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f7f0f2;
}

#extern_link ul li {
	font-weight: bold;
	line-height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 240px;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #cc9789;
	background-position: left center;
}

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

#extern_link ul li a {
	font-size: 14px;
	display: block;
	height: 50px;
	padding-left: 30px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 26px 25px;
	-moz-background-size: 26px 25px;
	background-size: 26px 25px;
}
/* =================================================
バナーエリア
================================================= */
#bannerList {
	display: block;
	clear: both;
	width: 980px;
}

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

#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%);
}
/* =================================================
メイン以外タイトル
================================================= */
#title_base {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 48px;
	line-height: 40px;
	width: 940px;
	height: 125px;
	margin: 0 auto 25px;
	text-align: center;
	color: #8c3d17;
	background-image: url('../img/title_base.png');
	backgroud-size: 940px 125px;
}

#titlebase2 {
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	font-size: 48px;
	line-height: 56px;
	width: 940px;
	height: 56px;
	margin: 0 auto 55px;
	text-align: center;
	color: #8c3d17;
	background-image: url('../img/bg_header2.png');
	backgroud-size: 940px 125px;
}

h2.sec_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 56px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 940px;
	margin: 0 auto 25px;
	padding: 15px 35px 10px;
	text-align: center;
	color: #8c3d17;
	background-image: url('../img/partition.png'), url('../img/partition2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	backgroud-size: 940px 18px, 940px 5px;
}
/* =================================================
メニューカテゴリ
================================================= */
#menuList {
	width: 940px;
	margin: 0 auto;
}

#menuList .category h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #440d00;
	border-bottom: 1px double #440d00;
}

#menuList .category .menuCourseText p {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 20px;
	color: #8c4c23;
}
/* =================================================
商品
================================================= */
ul.modalImgs {
	overflow: hidden;
	padding: 5px;
}

ul.modalImgs li {
	display: table;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 35px;
	padding: 25px 10px;
	table-layout: fixed;
	border-top: 2px solid #440d00;
	background-color: #f6f5f5;
}

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

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

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

ul.modalImgs li dl dt {
	line-height: 55px;
}

ul.modalImgs li dl dt .pushIcon {
	line-height: 0;
	display: none;
	float: left;
	width: 67px;
	height: 43px;
	margin: -8px 4px 0 0;
	background-image: url('../img/icon_push.png');
	background-repeat: no-repeat;
}

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

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

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

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

ul.modalImgs li dl dd.price .menu_price_summary {
	font-style: 12px;
	line-height: 18px;
	display: block;
	float: right;
	width: 500px;
	text-align: right;
	color: rgba(255,255,255,.533);
	color: #665959;
}

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

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

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

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

#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: 51px;
	height: 51px;
	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');
}

#translate {
	float: right;
}

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

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

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

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

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

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

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

.goog-te-combo {
	color: #000;
}
/* =================================================
ギャラリーページ
================================================= */
#gallery {
	padding: 0;
}

#galleryList {
	zoom: 1;
	margin-bottom: 40px;
}

#galleryList ul {
	overflow: hidden;
}

#galleryList ul li {
	display: inline-block;
	margin: 0 5px 40px;
}

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

#galleryList:after {
	clear: both;
}

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

#galleryList .galleryImg {
	display: block;
	float: left;
	width: 220px;
	padding: 5px 5px 0;
	vertical-align: top;
}

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

#galleryList .img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	height: 150px;
	border: 5px solid #c9c4c3;
	background-color: #c9c4c3;
	-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: 220px;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

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

#galleryList .desc p {
	line-height: 26px;
	text-align: left;
}
/* =================================================
コース
================================================= */
h2.gallery {
	width: 940px;
	height: 125px;
	margin-bottom: 25px;
	background-image: url('../img/title_gallery.png');
	backgroud-size: 940px 125px;
}

#gallery4 {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 940px;
	margin-bottom: 25px;
}

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

#gallery4 ul {
	line-height: 1;
	display: block;
	overflow: hidden;
	width: 940px;
	margin-bottom: 10px;
	padding: 0 5px;
	text-align: center;
}

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

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

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

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

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

#gallery4 ul li.galleryImg .desc {
	font-size: 16px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	min-height: 140px;
	padding: 10px;
	text-align: left;
	color: #665959;
	background-color: #f7f0f2;
}

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

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

.free_section:after {
	clear: both;
}

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

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

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

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

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

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

.free_section:last-child {
	margin-bottom: 0;
}
/* =================================================
クーポン
================================================= */
#coupon {
	margin-bottom: 0;
}

#couponList {
	position: relative;
	zoom: 1;
	width: 100%;
}

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

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

#couponList:after {
	clear: both;
}

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

#couponList li {
	display: table;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 30px;
	padding: 16px;
	table-layout: fixed;
	border-top: solid 1px #440d00;
	background-color: #f6f5f5;
}

#couponList li h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	color: #bd2427;
	border-left: 10px solid #e5a1a4;
}

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

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

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

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

#couponList dt {
	font-size: 16px;
	display: inline-block;
	float: right;
	margin-right: 8px;
	color: #8c3d17;
	border-raight: 1px solid #8c3d17;
}

#couponList dd {
	font-size: 16px;
	display: inline-block;
	float: right;
	color: #8c3d17;
}
/* =================================================
アクセス
================================================= */
#map_canvas, #pano_canvas {
	margin-bottom: 32px;
}

#accessInfo {
	zoom: 1;
}

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

#accessInfo:after {
	clear: both;
}

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

#accessInfo dl {
	font-size: 14px;
	line-height: 28px;
	display: table;
	width: 940px;
	padding: 8px 0;
	border-top: solid 1px #e7e7e7;
}

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

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

#accessInfo dt {
	font-weight: bold;
	display: table-cell;
	width: 200px;
	padding: 8px 16px;
	text-align: right;
	color: #8c3d17;
	border-right: solid 1px #e7e7e7;
}

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

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

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

.btn_print_view a {
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
	margin: 0 auto;
	margin-top: 32px;
	padding: 4px 16px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom: solid 2px #290000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #bd2427;
	-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);
}
/* =================================================
コースメニュー
================================================= */
#menu_course {
	padding: 10px;
}

.course_list li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding: 16px;
	table-layout: fixed;
	border-top: 1px solid #440d00;
	background-color: #f6f5f5;
}

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

.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: 330px;
	padding-left: 16px;
	vertical-align: top;
}

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

.course_list .course_img {
	position: relative;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 314px;
	height: 314px;
	margin-bottom: 16px;
	-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;
}

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

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

.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: #8c3d17;
}

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

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

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

.course_list h2 .pushIcon {
	line-height: 0;
	display: none;
	float: left;
	width: 67px;
	height: 40px;
	margin: -4px 4px 0 0;
	background-image: url('../img/icon_push.png');
	background-repeat: no-repeat;
}

.course_list .course_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 20px 0 0 20px;
	text-align: justify;
	color: #420e07;
	background-image: url('../img/partition3.png');
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: 555px 14px;
	-moz-background-size: 555px 14px;
	background-size: 555px 14px;
}

.course_list .course_detail {
	line-height: 25px;
	padding-left: 20px;
	text-align: justify;
	border-top: solid 4px rgba(255,255,255,.2);
}

#footerContents {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 16px 0;
	border-top: 1px solid #d6aea1;
}

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

#footerCopy a {
	color: #b49183;
}

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

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

#footerNavi a {
	color: #8c3d17;
}

#LPfooter {
	border-top: 2px solid #d6aea1;
	background: #e4e4e4;
}

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

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

#LPfooterContents:after {
	clear: both;
}

#LPfooterContents .localplace_top {
	display: block;
	float: left;
	overflow: hidden;
	width: 130px;
	height: 50px;
	text-indent: -9999px;
	background: url('../img/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: right;
}

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

#LPfooterContents .searchLinks dt {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 12em;
	padding-right: 16px;
	text-align: justify;
	color: #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: #962106;
}
/* =================================================
トップへ戻る
================================================= */
#scrollToTop {
	position: fixed;
	right: 41px;
	bottom: 41px;
	display: none;
}

#scrollToTop a {
	display: block;
	overflow: hidden;
	width: 41px;
	height: 41px;
	text-indent: -999px;
	background: url('../img/btn_top.png') no-repeat;
	background-position: left center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
/* =================================================
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;
}
