﻿html:not(.responsive) {
	min-width: 1100px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1.5px;
	background: url(../img/shared/bg2.jpg);
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
header {
	margin-bottom: 5px;
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
	background: url(../img/shared/bg1.jpg);
	padding: 150px 0 62px 0;
	position: relative;
}
#belt {
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 1;
	width: 100%;
}
.header_decoL {
	position: absolute;
	z-index: 2;
	top: 102px;
	left: -183px;
}
.header_decoR {
	position: absolute;
	z-index: 2;
	top: 108px;
	right: -203px;
}
#belt .wrap {
	height: 1060px;
}
header h1 {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 194px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 13px;
}
header .logo {
	margin-left: -48px;
}
header .tel {
	z-index: 3;
	position: absolute;
	left: -37px;
	bottom: 36px;
}
header nav {
	position: absolute;
	bottom: 0;
	right: -9px;
}
header nav a:nth-child(1) {
	margin-top: 64px;
}
header nav a:nth-child(3) {
	margin-top: 38px;
}
header nav a:nth-child(4) {
	margin-top: 83px;
}
header nav a:nth-child(5) {
	margin-top: 10px;
}
header nav a:nth-child(6) {
	margin-top: 31px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	min-height: 896px;
	position: relative;
	z-index: 0;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url(../img/shared/bg1.jpg);
	color: #fff;
	padding: 48px 0 26px 0;
	line-height: 20px;
	letter-spacing: 0;
}
.footerL {
	float: left;
	width: 440px;
	margin-left: 54px;
}
footer .logo {
	margin: 0 0 10px 71px;
}
footer .tel {
	margin-bottom: 22px;
}
footer nav {
	letter-spacing: -0.1px;
	margin: 0 auto 34px auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 883px;
	padding: 15px 0;
	text-align: center;
}
footer nav > a {
	padding: 0 28px;
}
footer nav > a + a:before {
	display: none;
}
.vcard dl {
	margin-bottom: 18px;
}
.vcard dt {
	float: left;
	width: 94px;
}
.vcard dd {
	float: left;
	width: 340px;
}
.footerR {
	float: right;
	width: 500px;
	text-align: center;
	margin-top: 27px;
}
.footer_btn {
	margin: 59px 0 82px 0;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	/*line-height: 53px;*/
	line-height: 25px;
	font-size: 13px !important;
	letter-spacing: -0.1px;
}
address a{
 font-size: 10px;
 text-align: center;
 color: #FFF;
 display: block;
 text-decoration: none;
}


hr {
	border: none;
	width: 100%;
	height: 23px;
	background: url(../img/shared/line.jpg);
}
hr.line2 {
	background: url(../img/shared/line2.jpg);
}
hr.line3 {
	background: url(../img/shared/line3.jpg);
}
hr.line4 {
	background: url(../img/shared/line4.jpg);
}
.txt_center {
	text-align: center;
}
.bg1 {
	background: url(../img/about/bg3.jpg) repeat top center;
	color: #fff;
}
.listmenu dl {
	background: url(../img/menu/line.png) repeat-x center bottom;
	line-height: 25px;
	padding-bottom: 12px;
	margin-bottom: 13px;
}
.listmenu dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.listmenu dl dt {
	float: left;
	padding-left: 2px;
}
.listmenu dl dd {
	float: right;
	text-align: right;
	padding-right: 13px;
}



#sp_botan a{
	border:1px #880d0b solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #880d0b; 
}

.fix_reserve a{
	width: 38px;
	position: fixed;
	top:150px;
	right:0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 20px;
	display: block;
	background-color: #a30f0a;
	padding: 30px 20px 30px 10px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	z-index: 9999999999999;
	font-weight: bold;
	text-align: center;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}