﻿html {
	min-width: 1200px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.25px;
	background: url(../img/shared/bg.jpg);
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	font-weight: 500;
}



/*=============================================
 * 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;
	height: 899px;
}
#headerInfo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#headerInfo .wrap{
	height: 100%;
}
#header h1 {
	color: #fff;
	font-size: 15px;
	padding-top: 18px;
}
#header .logo {
	margin-left: -43px;
}
#header .tel {
	position: absolute;
	top: 0;
	right: -31px;
}
#header .nav {
	position: absolute;
	top: 91px;
	right: 22px;
}
.key_txt{
	position: absolute;
	right: 0;
	bottom: 92px;
}



/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 899px;
	position: relative;
	z-index: 0;
}
#key .bx-wrapper,#key .bx-viewport{
	width: 100%;
	height: 899px;
}
#key ul {
	min-height: inherit;
}
#key li {
	width: 100%;
	height: 899px;
}



/*=============================================
 * container
 *=============================================*/

#container {
}



/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons > * {
    margin: 0 10px;
}


/*=============================================
 * footer
 *=============================================*/

#footer {
	text-align: center;
	color: #fff;
	background: url(../img/shared/footer_bg.jpg);
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 59px;
}
#footer .logo {
	margin-top: 21px;
}
#footer .tel {
}
#footer .nav {
	padding: 32px 0;
	background: url(../img/shared/footer_line.png) no-repeat bottom center;
	font-size: 18px;
}
#footer .nav li {
	padding-left: 21px;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	padding-right: 28px;
}
.footer_txt1{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 35px;
}
.footer_txt2{
	line-height: 40px;
}
.vcard{
	line-height: 31px;
	margin-bottom: 55px;
}



/*=============================================
 * copyright
 *=============================================*/

address {
	color: #8c8c8c;
	line-height: 115px;
	letter-spacing: 1.2px;
}
.txt_center{
	text-align: center;
}