@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}a,a:visited{text-decoration: none;}a:hover{transition:0.35s;text-decoration: underline;}

body {
	font-size: 76%;
	line-height: 1.6;
	font-family: 'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	min-width: 960px;
	color: #323232;
	-webkit-text-size-adjust:none;
	background: url(../images/bg-body.jpg);
}

/*----------------------------------------
    header
----------------------------------------*/
header {
	background: url(../images/bg-header.jpg) no-repeat center top;
	background-size: 2000px auto;
	height: 550px;
}
header .inner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 42px;
}
header .inner h1 {
	text-align: center;
}
header .inner .txt_header {
	padding-top: 200px;
}
header .inner .global_nav {
	margin-top: 222px;
	margin-left: 30px;
}
header .inner .global_nav ul:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
header .inner .global_nav ul li {
	float: left;
	margin-right: 30px;
}

/*----------------------------------------
    article
----------------------------------------*/
article .article_inner {
	width: 960px;
	margin: 0 auto 80px auto;
}
article .article_inner h2 {
	text-align: center;
	margin: 30px 0;
}

/*  .contact_section
----------------------------------------*/
article .contact_section {
	width: 580px;
	padding: 15px 30px;
	margin: 0 auto;
	background: url(../images/bg-contact.jpg);
	background-size: 100px auto;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 4px #b8ad9c;
	-webkit-box-shadow: 1px 0px 4px #b8ad9c;
	box-shadow: 0px 1px 4px #b8ad9c;
}
article .contact_section h3 {
	margin-bottom: 20px;
}
article .contact_section p {
	font-size: 142%;
	color: #542810;
	margin-left: 90px;
}

/*----------------------------------------
    footer
----------------------------------------*/
footer {
	background: url(../images/bg-footer.jpg) repeat-x center top;
	background-size: 85px auto;
	position: relative;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
}
footer .inner .address_section {
	width: 807px;
	height: auto;
	padding: 50px;
	background: url(../images/bg-inner_footer.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}
footer .inner .address_section .address_title {
	position: absolute;
	top: -20px;
	left: 350px;
}
footer .inner .address_section:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
footer .inner .address_section .f_nav:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
footer .inner .address_section .f_nav {
	padding: 15px 0 0 15px;
	float: left;
	width: 246px;
}
footer .inner .address_section .f_nav li {
	float: left;
	margin-right: 38px;
	margin-bottom: 25px;
}
footer .inner .address_section dl {
	width: 340px;
	float: left;
	line-height: 1.5;
}
footer .inner .address_section dl dt {
	font-size: 117%;
}
footer .inner .address_section dl dd {
	text-indent: -48px;
	padding-left: 48px;
}
footer .inner .address_section dl dd.special {
	font-size: 167%;
	line-height: 1.2;
}
footer .inner .address_section .building {
	position: absolute;
	right: -158px;
	top: 0;
	z-index: 10;
}
footer .inner .address_section .open {
	display: none;
	position: absolute;
	left: 30px;
	top: -230px;
	z-index: 10;
}
footer .copyright {
	color: #FFF;
	text-align: center;
	background: #292929;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
}

#gotop {
	right: 100px;
	bottom: 175px;
	cursor: pointer;
	position: fixed;
	z-index: 9998;
}

/*------------------------------------
20160517追記
------------------------------------*/
.t-center{
	margin:0 0 15px;
	text-align:center;
}