@charset "UTF-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0; 
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom; 
}

:focus {
	outline: 0; 
}

body {
	font-size: 14px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #231815; 
}

a {
	-webkit-tap-highlight-color: rgba(173, 173, 173, 0.6);
	color: #000; 
}

br {
	letter-spacing: 0; 
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none; 
}

#header {
	width: 100%; 
}
#header h1 img {
	width: 100%;
	height: auto; 
}
#header #nav {
	*zoom: 1;
	width: 100%;
	padding: 25px 0; 
}
#header #nav:after {
	content: "";
	display: table;
	clear: both; 
}
#header #nav li {
	float: left;
	width: 25%;
	height: auto; 
}
#header #nav li img {
	width: 100%;
	height: auto; 
}

#wrapper {
	background: #f4f6d9 url("../images/common/bg_header.png") no-repeat top center;
	background-size: 100% auto; 
}
#wrapper h2 {
	border-top: 1px solid #6a3906;
	border-bottom: 3px solid #6a3906;
	background: #f19db5; 
}
#wrapper h2 img {
	width: 100%;
	height: auto; 
}

#footer {
	background: #fff; 
}
#footer #inquiry {
	margin: 0 auto;
	width: 94%;
	padding: 0 0 35px; 
}
#footer #inquiry img {
	width: 100%;
	height: auto; 
}
#footer .f_relations .official {
	border-top: 1px solid #000;
	border-bottom: 3px solid #000; 
}
#footer .f_relations .official img {
	width: 100%;
	height: auto; 
}
#footer .f_relations ul {
	background: #f4f6d9;
	padding: 0 0 15px; 
}
#footer .f_relations ul li a {
	display: block;
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 15px 20px;
	background: url("../images/common/arr_news.png") no-repeat left center;
	background-size: 12px 12px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; 
}
#footer .footer_info {
	background: #e4e980;
	padding: 15px 4%; 
}
#footer .footer_info h1 img{
	width:42%;}

#footer .footer_info .tel {
	padding: 15px 0 0; 
}
#footer .footer_info .tel img {
	width: 100%;
	height: auto; 
}
#footer .footer_link .a_pc {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 84%;
	padding: 0 10px;
	background: #fff; 
}
#footer .footer_link .a_pc img {
	width: 32%;
	height: auto;
	margin: 18px 0 0;
	vertical-align: top; 
}
#footer .footer_link .a_pagetop {
	display: inline-block;
	width: 16%; 
}
#footer .footer_link .a_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top; 
}
#footer .copyright {
	background: #c3d94e;
	padding: 10px 4px; 
}
