@charset "utf-8";
/* ヘッダー
----------------------------------------------------------- */
#header {
	height: 240px;
	left: 0;
	border: 1px none #FFF;
	position: relative;
	font-family: 'Noto Sans Japanese';
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 100;
	padding-top: 15px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
@media screen and (max-width: 680px) {
#header {
	height: 240px;
	left: 0;
	border: 1px none #FFF;
	position: relative;
	font-family: 'Noto Sans Japanese';
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 100;
	padding-top: 15px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-size:cover;
	background-size:cover;
}
}
#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 92px;
	width: 335px;
	background-attachment: scroll;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	z-index: 999;
}
@media screen and (max-width: 680px) {
#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 92px;
	width: 335px;
	background-attachment: scroll;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	z-index: 999;
}
}
#header h1 a {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 335px;
}
#header .page-t {
	font-size: 2.6em;
	color: #FFF;
	text-align: center;
	line-height: 1.1em;
	font-weight: normal;
	margin-top: 1em;
	display: block;
	font-family:"Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.3em;
	text-shadow: 0px 0px 3px #000;
}
@media screen and (max-width: 680px) {
#header .page-t {
	font-size: 2.6em;
	color: #FFF;
	text-align: center;
	line-height: 1.1em;
	font-weight: normal;
	margin-top: 1.5em;
	display: block;
	font-family:"Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.3em;
	text-shadow: 0px 0px 3px #000;
}
}
.head_img01 {
	background-attachment: scroll;
	background-image: url(../voice/img/pageimg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.head_img02 {
	background-attachment: scroll;
	background-image: url(../house/img/pageimg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.head_img91 {
	background-attachment: scroll;
	background-image: url(../img/page/pageimg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#navi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 32px;
	bottom: 0px;
	z-index: 900;
	background-image: url(../img/common/navi_bg.png);
	background-repeat: repeat;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 9px;
	box-sizing: border-box;
}
#navi ul {
	clear: both;
	margin: auto;
	width: 888px;
}
#navi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	font-size: 1.5em;
	line-height: 1.1em;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 19px;
}
#navi li a {
	color: #3E3A39;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#navi li a:hover {
	opacity:0.5;
}
#navi li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi .navi01 a {
	background-image: url(../img/common/navi01.png);
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 51px;
	background-repeat: no-repeat;
}
#navi .navi02 a {
	background-image: url(../img/common/navi02.png);
	text-indent: -9999px;
	height: 17px;
	width: 112px;
	background-repeat: no-repeat;
}
#navi .navi03 a {
	background-image: url(../img/common/navi03.png);
	text-indent: -9999px;
	height: 17px;
	width: 112px;
	background-repeat: no-repeat;
}
#navi .navi04 a {
	background-image: url(../img/common/navi04.png);
	text-indent: -9999px;
	height: 17px;
	width: 96px;
	background-repeat: no-repeat;
}
#navi .navi05 a {
	background-image: url(../img/common/navi05.png);
	text-indent: -9999px;
	height: 17px;
	width: 89px;
	background-repeat: no-repeat;
	background-position: center center;
}
#navi .navi06 a {
	background-image: url(../img/common/navi06.png);
	text-indent: -9999px;
	height: 17px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center center;
}

#navi .navi07 a {
	background-image: url(../img/common/navi07.png);
	text-indent: -9999px;
	height: 17px;
	width: 57px;
	background-repeat: no-repeat;
}


/* コンテンツ
----------------------------------------------------------- */
#contents {
	clear: both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 50px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	z-index: 105;
	background-color: #FFF;
	padding-bottom: 10px;
}
@media screen and (max-width: 680px) {
#contents {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 30px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	z-index: 105;
	background-color: #FFF;
	padding-bottom: 10px;
}
}
.section {
	width: auto;
	clear: both;
	float: none;
	overflow: hidden;
	margin-top: auto;
	margin-right: 6px;
	margin-bottom: 30px;
	margin-left: 6px;
	height: auto;
}
@media screen and (max-width: 680px) {
.section {
	width: 95%;
	clear: both;
	float: none;
	overflow: hidden;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
}
}
.section + .section {
	overflow: hidden;
	paddingn-top: 40px;
}
#main {
	width: 926px;
	text-align: left;
	float: none;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}



#pageimg {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}
#pageimg img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}
#pageimg h2 {
	font-family:"Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 300;
	font-size: 2.6em;
	line-height: 1.1em;
	color: #FFF;
	margin-left: 20px;
	font-weight: normal;
	text-shadow: 0px 0px 5px #000;
	letter-spacing: 0.1em;
}
#main #page_tool {
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
.br-sp {
	display: none;
}
}


/* フッター
----------------------------------------------------------- */
@media screen and (max-width: 680px) {
	#fnavi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	margin-top: 70px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 32px;
	bottom: 0px;
	z-index: 900;
	width: 100%;
	box-sizing: border-box;
}
}
#fnavi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	margin-top: 70px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 32px;
	bottom: 0px;
	z-index: 900;
	width: 100%;
	box-sizing: border-box;
/*	display: none; */
}
#fnavi ul {
	clear: both;
	margin: auto;
	width: 888px;
}
#fnavi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	font-size: 1.5em;
	line-height: 1.1em;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 19px;
}
#fnavi li a {
	color: #3E3A39;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#fnavi li a:hover {
	opacity:0.7;
}
#fnavi li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fnavi .navi01 a {
	background-image: url(../img/common/f_navi01.png);
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 51px;
}
#fnavi .navi02 a {
	background-image: url(../img/common/f_navi02.png);
	text-indent: -9999px;
	height: 17px;
	width: 112px;
}
#fnavi .navi03 a {
	background-image: url(../img/common/f_navi03.png);
	text-indent: -9999px;
	height: 17px;
	width: 112px;
}
#fnavi .navi04 a {
	background-image: url(../img/common/f_navi04.png);
	text-indent: -9999px;
	height: 17px;
	width: 96px;
}
#fnavi .navi05 a {
	background-image: url(../img/common/f_navi05.png);
	text-indent: -9999px;
	height: 17px;
	width: 89px;
}
#fnavi .navi06 a {
	background-image: url(../img/common/f_navi06.png);
	text-indent: -9999px;
	height: 17px;
	width: 95px;
}

#fnavi .navi07 a {
	background-image: url(../img/common/f_navi07.png);
	text-indent: -9999px;
	height: 17px;
	width: 57px;
}


#footer {
	clear: both;
	width: 100%;
	padding-bottom: 13px;
	padding-top: 13px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	height: auto;
	background-color: #F4F4EE;
}
#footer > div {
	clear: both;
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: none;
	position: relative;
	text-align: center;
	width: 920px;
}
@media screen and (max-width: 680px) {
#footer > div {
	clear: both;
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: none;
	position: relative;
	text-align: center;
	width: 100%;
}
}
#footer #add {
	clear: both;
	float: none;
	margin: auto;
	text-align: left;
}
#footer #add h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	text-align: center;
}
#footer #add p {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#footer #add p span {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
@media screen and (max-width: 680px) {
#footer #add p span {
	display: block;
	margin-bottom: 0.5em;
}
}
#copyright {
	text-align: center;
	overflow: hidden;
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.copyright {
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	margin: auto;
	width: 920px;
	position: relative;
	letter-spacing: 0.1em;
	font-weight: normal;
}
@media screen and (max-width: 680px) {
.copyright {
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	margin: auto;
	width: 95%;
	position: relative;
	letter-spacing: 0.1em;
	font-weight: normal;
}
}
