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

body {
	color: #000;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 29px;
	background: #fff;
	min-width: 1200px;
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#wrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border: 5px solid #2a4159;
	z-index: 9;
}
.wrap {
	width: 1000px;
}
#header > .wrap {
	position: relative;
	z-index: 5 !important;
}
/*=============================================
 * header
 *=============================================*/

#header {
	position: relative;
	height: 1050px;
}
#header .header-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 754px;
	z-index: 2;
}
#header .logo {
	padding-bottom: 60px;
}
#header .tel {
	padding-bottom: 73px;
}
#header h1 {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 493px;
	left: 53px;
}
#header .nav {
}
/*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 {
	position: relative;
	height: inherit;
}
#key .wrap {
	height: inherit;
}
#key .key-btn {
	position: absolute;
	bottom: 70px;
	left: 500px;
	z-index: 99;
}
/*=============================================
 * #socialbuttons
 *=============================================*/

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

#footer {
	background: url(../img/shared/footer-bg.jpg) repeat-x;
	height: 660px;
	position: relative;
}
#footer:before {
	background: #fff;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 2px;
}
#footer .footer-dl {
	font-size: 15px;
	color: #fff;
	line-height: 21px;
	margin-bottom: 20px;
	width: 450px;
}
#footer .footer-dl dt {
	float: left;
	width: 70px;
}
#footer .footer-dl dd {
	float: left;
}
#footer .footer-logo {
	padding: 74px 0 40px 0;
}
#footer .footer-tel {
	position: absolute;
	top: 74px;
	left: 125px;
}
#footer .footer-txt {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 126px;
	left: 139px;
	line-height: 27px;
}
#footer .footer-txt span {
	font-size: 18px;
	font-weight: bold;
}
#footer .footer-btn {
	margin-top: 53px;
	margin-bottom: 48px;
}
#footer .footer-btn li {
	float: left;
}
#footer .nav {
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}
#footer .nav li {
	padding-left: 5px;
	font-size: 17px;
}
#footer .nav li + li:before {
	content: "/";
	padding-right: 5px;
}
address {
	font-family: "Times New Roman";
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding-top: 0;
	font-style: italic;
}
#footer .footer-rss {
	background: url(../img/shared/rss-bg.jpg) no-repeat center top / 100% 100%;
	width: 450px;
	position: absolute;
	top: 71px;
	right: 0;
	height: 430px;
}
#footer .footer-rss h3 {
	padding: 29px 0 23px 0;
	text-align: center;
}
#footer #feed dl {
    width: 395px;
    margin: 0 auto;
    position: relative;
    line-height: 29px;
    padding-left: 130px;
    margin-left: 30px;
    margin-bottom: 40px;
}
#footer #feed dl dt.img {
	position: absolute;
	top: 0;
	left: 0;
}
#footer #feed dl dd.date {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	color: #c2bda7;
}
#footer #feed dl dd.date a{
	font-style: italic;
}
#footer #feed dl dd.name {
	text-decoration: underline;
	font-size: 15px;
	color: #c2bda7;
}
/*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;
}
/*zoom-img*/
.img-zoom {
	overflow: hidden;
	cursor: pointer;
}
.img-zoom > p {
	transform: scale(1);
	transition: all linear 0.9s;
}
.img-zoom:hover > p {
	transform: scale(1.2);
	transition: all linear 5.5s;
}


#sec0 .bnr{
	width: 713px;
    margin: 83px auto;
}





