﻿@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #392312;
	font-family: Hiragino Mincho Pro, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px;
	background: url(../img/shared/bg.jpg) repeat;
	min-width: 1000px;
	max-height: 100%;
}
/*=============================================
 * #wrapper
 *=============================================*/

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

#header {
	min-width: 1000px;
	height: 950px;
	position: relative;
}
#header h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 35px;
	color: #240f02;
	position: absolute;
	top: 25px;
	left: 0;
}
#header .logo {
	position: absolute;
	top: 328px;
	left: 320px;
	z-index: 1;
}
#header .tel {
	position: absolute;
	right: 0;
	top: 19px;
}
#header .nav {
	top: 858px;
	left: 74px;
	position: absolute;
	width: 850px;
	height: 45px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	min-height: 850px;
}
#key ul {
	min-height: inherit;
}
#key li {
	min-height: inherit;
}
/*=============================================
 * container
 *=============================================*/

#container {
	min-width: 1000px;
}
.box-sd{box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.17); 
-webkit-box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.17); 
-moz-box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.17); }
/*=============================================
 * #socialbuttons
 *=============================================*/

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

#footer {
	background: url(../img/shared/f_bg.jpg) repeat-x top center;
	height: 650px;
	text-align: center;
	min-width: 1000px;
}
#footer .logo {
	text-align: center;
	padding-top: 60px;
}
#footer .ares {
	padding-top: 12px;
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
}
#footer .deco {
	padding: 25px 0 15px;
	pointer-events: none;
}
#footer .tel {
}
#footer .nav {
	color: #5073a2;
	padding-top: 10px;
}
#footer .box {
	padding-left: 135px;
}
#footer dl {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	text-align: left;
	width: 215px;
	float: left;
}
#footer dl:nth-child(2) {
	width: 183px;
	padding-top: 20px;
}
#footer dl:nth-child(3) {
	width: 350px;
}
#footer .nav li {
}
#footer .nav li + li {
	padding: 0 20px 0 20px;
}
#footer .nav li + li:before {
	display: none;
}
address {
	padding-top: 40px;
	text-align: center;
	color: #abc4e7;
	font-size: 12px;
}
