@charset "utf-8";
/* CSS Document */

* {
	font-size: 1.0em;
	margin: 0px;
}
header, main, footer, article, section, figure, img {
	display: block;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #8C5D19;
}
#page {
}
p {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/**********/
/* header */
/**********/
header {
	background-image: url(image/header_back2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	padding-top: 3px;
}
header h1 {
	width: 65%;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	padding-top: 0px;
	padding-right: 2px;
	float: right;
	line-height: 115%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

/*********************************************/
/* header ul liのアクティブ地の設定
/*********************************************/
#home .home a,
#new_construction .new_construction a,
#news .news a,
#reform .reform a,
#faq .faq a,
#album .album a,
#map .map a,
#contact_us .contact_us
 {
	text-decoration: none;
	background-color: #E3DBC6;
	display: block;
	color: #999;
	opacity: 80%;
}


header figure {
	width: 40%;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
header figure img {
	width: 100%;
	height: auto;
}
header .contact_us {
	float: right;
	margin-right: 10px;
	font-size: 0.9em;
	padding-top: 20px;
	margin-bottom: 20px;
	line-height: 120%;
}
header .contact_us a {
	border: thin solid #C96;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #960;
}
header nav ul, footer nav ul {
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 98%;
	clear: both;
}
header nav ul li, footer nav ul li {
	float: left;
	width: 33.33333%;
}
header nav ul li:last-child {
}
header nav ul li a, footer nav ul li a {
	background-color: #FCF1D3;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #F7C757;
	border-radius: 3px;
}
/*********************************************/
/* header+figure (header直下のイメージ画像) */
/*********************************************/
header+figure {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
}
header+figure img {
	background-color: #CCC;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/*******/
/* nav */
/*******/
header+nav, footer nav {
	margin-bottom: 5px;
}
header+nav ul, footer nav ul {
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	overflow: hidden;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header+nav ul li, footer nav ul li {
	width: 50%;
	float: left;
}
header+nav ul li a, footer nav ul li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	box-sizing:border-box;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	border-radius: 3px;
	line-height: 100%;
	border: 1px solid #CCC;
	display: block;
	background-color: #F8F8F6;
}
/********/
/* main */
/********/
main {
}
main>img {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
main article {
	margin-bottom: 30px;
	padding: 10px;
}
main article h2 {
	color: #916F40;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1A075;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 115%;
}
main article h3 {
	color: #916F40;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 135%;
	background-size: 1.65em;
}
main article .message_area {
	font-size: 0.82em;
	line-height: 150%;
	color: #333;
}
/************/
/* main nav */
/************/
main nav {
	margin-bottom: 10px;
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
main nav:last-child {
	clear: both;
}
main nav ol {
	list-style-type: none;
	margin: 0px;
	color: #666;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 135%;
	font-size: 0.80em;
}
main nav ol li {
	float: left;
}
main nav ol li:before {
	content:"≫";
	margin-right: 2px;
	margin-left: 2px;
}
main nav ol li:first-child:before {
	content:"";
	margin-left: 0px;
	padding-left: 0px;
}
/* feature_area */
#feature_area {
	display: block;
	margin-bottom: 20px;
}
main article h3 {
	color: #916F40;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 135%;
	background-size: 1.65em;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/**********/
/* footer */
/**********/
footer {
	clear: both;
}
#footer_area {
}
footer .right_area {
	display: block;
	padding: 15px;
	background-color: #F6F6F6;
}
footer .right_area h2 img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 40%;
	height:auto;
}
footer .right_area h3 {
	font-size: 1.2em;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
footer .right_area dl {
	font-size: 0.80em;
	line-height: 135%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
footer .right_area dt {
	float: left;
	width: 3em;
}
footer .right_area dd {
	overflow: hidden;
	margin-bottom: 5px;
}
address {
	font-size: 0.80em;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	background-color: #333;
	margin: 0px;
	padding: 10px;
}
/*****************/
/* #contact_area */
/*****************/
#contact_area section {
	overflow: hidden;
 width: 95 %;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E2E2E2;
	width: 90%;
}
#contact_area section figure {
	height: auto;
	width: 40%;
	float: left;
	margin-right: 20px;
}
#contact_area section figure img {
	height: auto;
	width: 100%;
}
#contact_area section h3 {
	color: #333366;
	margin-bottom: 5px;
	font-size: 0.85em;
	line-height: 135%;
	margin-top: 10px;
}
#contact_area section .comment_area {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 135%;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#contact_area section .to_other_page {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	font-size: 0.82em;
}
#contact_area section .to_other_page::before {
	content: "≫";
	color: #999999;
	margin-right: 2px;
}
