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

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

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

#header {
	min-width: 1100px;
	position: relative;
	height: 940px;
}
#header:before {
	background: url(../img/shared/line1.png) repeat-x;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 2;
}
#header .header-btn {
	position: absolute;
	top: 723px;
	right: -88px;
	z-index: 2;
}
#header .header-top {
	background: url(../img/shared/header-deco.png) no-repeat center bottom, url(../img/shared/header-bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 920px;
	z-index: 2;
}
#header .logo {
	text-align: center;
	padding: 50px 0 46px 0;
}
#header .tel {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 2;
}
#header h1 {
    color: #fefefe;
    font-size: 15px;
    position: absolute;
    top: 95px;
    right: 50px;
    z-index: 2;
}
#header .nav {
	width: 250px;
	margin: 0 auto;
}
/*nav-fixed*/
.nav-fixed .toggle-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #000;
	height: 130px;
	width: 100%;
}
.nav-fixed .toggle-main .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.nav-fixed .toggle-main .tel {
	position: absolute;
	top: 0;
	right: 130px;
}
.nav-fixed .toggle-main .nav {
	padding-top: 70px;
	margin-left: 201px;
}
.open-menu, .close-menu {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999999;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.nav-fixed.open .open-menu {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.nav-fixed.open.active .open-menu {
	opacity: 0;
}
.nav-fixed.open.active .close-menu {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
/*=============================================
 * key
 *=============================================*/

#key {
	height: inherit;
	position: relative;
}


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

#container {
	min-width: 1000px;
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	max-width: 350px;
	padding-bottom: 80px;
	margin-left: 446px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url(../img/shared/line1.png) repeat-x center top #000;
	min-width: 1000px;
	height: 755px;
}
#footer .footert-txt {
	font-size: 14px;
	line-height: 24px;
	margin-left: 30px;
	padding-bottom: 30px;
	width: 400px;
}
#footer .footer-dl {
	font-size: 14px;
	line-height: 24px;
	margin-left: 30px;
	margin-bottom: 26px;
	width: 400px;
}
#footer .footer-dl dt {
	float: left;
	width: 92px;
}
#footer .footer-dl dd {
	float: left;
}
#footer .footer-logo {
	text-align: center;
	padding: 85px 0 43px 0;
}
#footer .footer-tel {
	padding: 0 0 27px 0;
}
#footer .nav {
	text-align: center;
	padding-bottom: 22px;
	padding-top: 35px;
}
#footer .nav li {
	padding-left: 5px;
	font-size: 15px;
}
address {
	font-size: 13px;
	text-align: center;
	padding-bottom: 30px;
}
#footer .fb {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 235px;
	right: 65px;
}
/*custom*/
.tcenter {
	text-align: center;
}
.dl-fll dt {
	float: left;
}
.dl-fll dd {
	float: left;
}
.dl-flr dt {
	float: left;
}
.dl-flr dd {
	float: right;
}
