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

body {
	color: #270900;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 1.2px;
	background: #FFF;
	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 {
}
/*=============================================
 * <main>
 *=============================================*/

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

header {
	position: relative;
	height: 970px;
}
header h1 {
	position: absolute;
	top: 10px;
	left: calc(50% - 500px);
	color: #fff;
	z-index: 90;
	font-size: 13px;
}
header .logo {
	position: absolute;
	top: 54px;
	left: calc(50% - 515px);
}
header .tel {
	position: absolute;
	top: 200px;
	left: calc(50% - 515px);
}
header nav {
	margin-left:95px;
}
header .hd_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../img/index/bg1.jpg) repeat center top;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 850px;
	position: relative;
}
#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 {
	text-align: center;
	padding: 40px 0 22px;
}
#socialbuttons > * {
	margin: 0 8px;
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url(../img/shared/ft_bg.jpg) repeat center top;
	color: #dbceae;
}
footer .logo {
	padding: 30px 0 0 124px;
}
footer .tel {
	padding: 0 0 30px 35px;
}
footer nav {
	text-align: center;
	padding-top: 40px;
}
footer th {
	text-align: left;
	width: 97px;
}
footer td {
	width: 438px;
}
footer tr {
	line-height: 26px;
	display: block;
	padding-bottom: 8px;
}
footer nav > li + li {
	position: relative;
}
footer nav a {
	margin: 0 23px;
}
footer nav > li + li:before {
	position: absolute;
	top: 0;
	left: -7px;
	content: "\7C";
	padding-right: 5px;
}
footer .fb {
	position: absolute;
	top: 135px;
	width: 450px;
	right: 0;
}
footer .link {
	position: absolute;
	top: 775px;
	right: 0;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.5px;
	padding-bottom: 54px;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.price {
	font-size: 20px;
}
.price span {
	font-size: 34px;
}
.bx-wrapper {
	border: 0;
	background: transparent;
	box-shadow: none
}
.fz13 {
	font-size: 13px;
	letter-spacing: 0.5px;
}
#news_bnr{
	position: fixed;
	top: 50px;
	right: 10px;
}