html {
	min-width: 1080px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 17px;
	line-height: 33px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: 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 {
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1080px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	width: 100%;
	position: relative;
	height: 866px;
	background: url(../img/shared/bg_header_bt.png) repeat-x center bottom;
} 

#header .header_lf {
	background: url(../img/shared/bg_nav.png) no-repeat center top;
	width: 271px;
	height: 791px;
}
#header h1 {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0;
	padding: 40px 0 10px;

}
#header .logo {
    padding-top: 38px;
}
#header .tel {
    position: relative;
	z-index: 1;
}
#header .header_btn {
	position: absolute;
top: 24px;
right: -1px;
width: 424px;

}
#header .nav {
	padding-top: 10px;
	padding-left: 12px;
}
#header .nav li {
	float: left;
}

#belt{
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 84px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
#belt.fixed{
	display: block !important;
}
#belt ul{
	padding: 0px !important;
}
.bnr_base{
	text-align: center;
	padding:50px 0;
}
/*=============================================
 * key
 *=============================================*/
#fix_tuhan{
	position: fixed;
	right:0;
	top:550px;
	z-index: 999;
}
#fix_shop{
	position: fixed;
	right:0;
	top:100px;
	z-index: 999;
}
#fix_reserve{
	position: fixed;
	right:0;
	top:310px;
	z-index: 999;
}
#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 791px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
}
#key:before{
	background: url(../img/shared/bg_sh.png) repeat-x center top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 1;
}
#key ul {
	min-height: 791px;
}
#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;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	position:absolute;
	right:0px;
	top: 360px;
	margin: auto;
	padding: 3px 0 0;
	max-width: 350px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url("../img/shared/bg_ft.jpg") repeat-x center top ,  url("../img/shared/bg_ft2.jpg") repeat-x center bottom;
	height: 480px;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0;
	color: #e1d6b5;
	padding-bottom: 10px;
}

#footer .logo1 {
	padding:  59px 0 10px 160px;
}
#footer .logo2 {
	position: absolute;
	top: 107px;
	left: 270px;
}
#footer .ft_ttl {
	padding-left: 60px;
}
#footer .tel {
	padding-left: 128px;
}
#footer .nav {
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 0;
	color: #000;
	text-align: center;
}
#footer .nav li {
	display: inline-block;
	padding-left: 63px;
}
#footer .nav li a:after{
	background: url(../img/shared/icon.png) no-repeat center top;	
	width: 11px;
	height: 9px;
	position: absolute;
top: 6px;
left: -1px;

	content: '';
}
#footer .nav li a {
	padding: 0 15px;
	position: relative;
}
#footer .nav li + li {
	padding: 0;
}
#footer .nav li + li:before {
	display: none; 
}
#footer .info {
    padding: 13px 18px 0 13px;
width: 540px;

    position: relative;
    z-index: 1;
}
#footer dt{
	float: left;
	width: 82px;
}
#footer dd{
	float: left;
}
#socialbuttons {
    margin: 0 0 0 -7px;
	padding-top: 16px;
}
#footer .info_link{
	position: absolute;
	right: 43px;
	border:  1px solid #ece1bf;
	width: 197px;
}
#footer .info_link1{
	width:250px;
	top: 157px;
	padding:  12px 0px 0 60px;
	height: 52px;
}
#footer .info_link2{
	width:320px;
	top: 280px;
	padding:  12px 0 0 130px;
	height: 52px;
}
#footer .sm_logo{
	position: absolute;
	top: -20px;
	left: 180px;

}
#footer .info_link li{
	margin-right: 30px;
	padding-left: 0;
	display: block;
	float: left;
	line-height: 37px;
}
#footer .info_link a{
	color: #e1d6b5;
}
#footer .info_link li a:after{
	background: url(../img/shared/icon2.png) no-repeat center top;	
	left: -4px;
}



/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 0;
	bottom: 0;
}
address {
color: #e1d6b5;
font-size: 11px;
padding: 45px 0 0px;
letter-spacing: 1.6px;
line-height: 20px;
position:absolute;
right:40px;
top:380px;
}
#footer .cookies-link{
	text-align: right;
    margin-right: 40px;
    font-size: 13px;
    letter-spacing: 1.6px;
	margin-top: -10px;
}
.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
	display: inline-block;
    vertical-align: middle;
    height: 20px;
}
.w_500 {
	width: 500px;
}
.w_520 {
	width: 520px;
}
.w_50pc {
	width: 50%;
}


.lh_20{
	line-height: 20px;
}
.f_14{
	font-size: 14px;
}


.price {
	font-size: 20px;
	color: #a40000;
}
.price span {
	font-size: 30px;
}
.w_465{
	width: 465px;
}
.pt_13{
	padding-top: 13px !important;
}
.pb_15{
	padding-bottom: 15px !important;
}
.pl_5{
	padding-left: 5px;
}
.mb_24{
	margin-bottom: 24px;
}
.w_397{
	width: 397px;
}