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

body {
	color: #D6D6D6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1.6px;
	background: url(../img/shared/bgbody.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: 1000px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	position: relative;
}
#header:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #a39784;
	z-index: 1;
}
#header h1 {
	font-size: 14px;	
	letter-spacing: 0.6px;
	line-height: 32px;
	position: absolute;
	top: 20px;
	left: 0;
}
#header .logo {
	text-align: center;
}
#header .tel {
	position: absolute;
	top: 0;
	right: 0;
}
#header .nav {
}
#header #navi{
	position: relative;
	top: -88px;
}
#header #navi .nav1{
	position: absolute;
	top: 0;
	left: 0;
}
#header #navi .nav2{
	position: absolute;
	top: 0;
	right: 0;
}
#header #sideBar{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
/*=============================================
 * key
 *=============================================*/

#key {
/*	background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 900px;
	position: relative;
	margin-bottom: 2px;
}
#key .wrap{
	height: 900px;
}
#key ul {
	height: 900px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * container
 *=============================================*/

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

#socialbuttons {
	margin: auto;
	max-width: 350px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	text-align: center;
	background:url(../img/shared/ft_line.jpg) repeat-x center top,
		url(../img/shared/bgfooter.jpg) repeat center top;
}
#footer .logo {
	padding: 81px 0 17px 0;
}
#footer .tel {
	padding-bottom: 18px;
}
#footer .nav {
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 1.2px;
	margin: 33px 0 29px 0;
}
#footer .nav li {
}
#footer .nav li + li {
}
#footer .nav li + li:before {
/* display: none; */
}
/*=============================================
 * copyright
 *=============================================*/
#footer #footer_bottom{
	background: url(../img/shared/ft_bgbottom.png) repeat-x center top;
	margin-bottom: 4px;
	height: 100px;
}
#footer .txt{
	width: 400px;
	margin: auto;
}
#footer .txt dl{
	line-height: 27px;
}
#footer .txt dt{
	width: 123px;
	float: left;
	text-align: right;
}
#footer .txt dd{
	width: 256px;
	float: right;
	text-align: left;
}
address {
	font-size: 11px;
	line-height: 40px;
	letter-spacing: 1.4px;
	color: #f9f9f9;
	padding-top: 11px;
}
#footer .nav li + li:before {
    content: "|";
    padding: 0 15px !important;
}

/*=============================================*/
/*               横についてくるボタン          */
/*=============================================*/

#yoyaku a{
	position:fixed;
	right:5px;
	top:180px;
	z-index:999999;
}
