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

body {
	width: 100%;
	font-size: 15px;
	min-width: 1000px;
	line-height: 1.6em;
	font-family: "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: url(../img/bg.jpg) repeat;
}
/*             a
**************************************************** */

a:link {
	color: #0276A8;
	text-decoration: none;
}
a:visited {
	color: #0276A8;
	text-decoration: none;
}
a:active {
	color: #0276A8;
	text-decoration: underline;
}
a:hover {
	color: #0276A8;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/*            font
***************************************** */


.f-small {
	font-size: 0.8em;
}
.f_10 {
	font-size: 10px;
}
.f_20 {
	font-size: 20px;
}
.f_gr {
	color: #396A08;
}
.red {
	color: #CC0000;
}
.f_bk a {
	color: #333;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bold {
	font-weight: bold;
}
.lh_14 {
	line-height: 1.4em;
}
/*            border
***************************************** */



.bd3 {
	border: 3px solid #333;
}
.bdb1 {
	border-bottom: 1px solid #333;
}
.bdr1 {
	border-right: 1px solid #333;
}
.bdbd1 {
	border-bottom: 1px dotted #333;
}
/*           margin/padding
***************************************** */

.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_60 {
	margin-top: 60px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_60 {
	margin-left: 60px;
}
.ml_160 {
	margin-left: 160px;
}
.mr_50 {
	margin-right: 50px;
}
.mr_60 {
	margin-right: 60px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mr_0 {
	margin-right: 0 !important;
}
.pdy_10 {
	padding: 0 10px;
}
.pr_30 {
	padding-right: 30px;
}
/*       box-sizing
******************************************** */


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*       
******************************************** */

.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.clear {
	clear: both;
}
.ovf_h {
	overflow: hidden;
}
.center {
	text-align: center;
}
.ti_1 {
	padding-left: 1em;
	text-indent: -1em;
}
/*                       共通
************************************************************** */

ul li {
	list-style: none;
}
h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 35px;
}
.sttl_gr {
	clear: both;
	background: #3D7209;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 20px;
}
.sttl_gr2 {
	clear: both;
	background: #3D7209;
	min-height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 20px;
	font-family: "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*                    header.css
************************************************************** */	

header {
	border-top: 5px solid #396A08;
}
#top_line {
	height: 28px;
	float: right;
}
#top_line li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#top_line li a {
	color: #333;
}
/*                    nav.css
************************************************************** */	

nav {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
nav ul {
	overflow: hidden;
}
nav ul li {
	float: left;
	height: 55px;
}
/*                    slide.css
************************************************************** */	

#slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 20px;
	z-index: -1;
}
#sliderInner {
	position: relative;
	left: 50%;
	width: 3040px;
	margin-left: -1520px;
}
#sliderInner li {
	width: 673px;
}
.bx-wrapper {
	margin: 0 auto;
	position: relative;
}
.bx-controls {
	display: none;
}
.slide_comment {
	z-index: 1;
	display: block;
	margin: -110px 0 0 0;
}
.slide_comment2 {
	z-index: 1;
	display: block;
	float: right;
	margin: -125px 0 80px 0;
}
.ttl_new {
	width: 254px;
	margin: 40px auto;
}
/*                    slide2.css
************************************************************** */	



/* slidewrapper */
#slidewrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slidewrapper ul li {
	display: block;
	float: left;
}
#images {
	overflow: hidden;
}
#thumbs {
	overflow: hidden;
	margin-left: 25px;
}
#images {
	width: 690px;
	border: 5px solid #fff;
	height: 400px;
}
#images.h510 {
	height: 510px;
}
#thumbs img {
	width: 115px;
	height: 76px;
	margin: 20px 5px 5px 5px !important;
	border: 2px solid #fff;
	outline: 1px solid #E5E5D0;
	cursor: pointer;
	overflow: hidden;
}
#thumbs img.selected {
	opacity: 0.6;
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha(opacity=60);
}
#prev {
	width: 23px;
	height: 23px;
	display: block;
	background: transparent url(../../construct/img/btn_next.png) no-repeat 0 0;
	position: absolute;
	left: 665px;
	bottom: 30px;
}
#next {
	width: 23px;
	height: 23px;
	display: block;
	background: transparent url(../../construct/img/btn_back.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 30px;
}
/*                    min_wrap
************************************************************** */	

.min_wrap {
	overflow: hidden;
	margin-top: 30px;
}
.min_wrap ul {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
}
.min_wrap ul:nth-child(3n) {
	margin-right: 0;
}
.min_wrap.four_cullum ul:nth-child(3n) {
	margin-right: 20px;
}
.min_wrap.four_cullum ul:nth-child(4n) {
	margin-right: 0;
}
.zirei_txt {
	font-weight: bold;
}
/*          /renovation/   
************************************************************* */

.left_nav {
	width: 220px;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.left_nav ul {
	border-top: 1px solid #E5E5D0;
	border-left: 1px solid #E5E5D0;
	border-right: 1px solid #E5E5D0;
}
.left_nav ul li {
	border-bottom: 1px solid #E5E5D0;
}
.left_nav ul li:last-child {
　  border-bottom:0 !important;
}
.left_nav ul li a {
	background: url(../../renovation/img/left_menu_back.jpg) repeat-x;
	width: 208px;
	height: 48px;
	line-height: 48px;
	display: block;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
　
}
.left_nav ul li a:hover {
	background: url(../../renovation/img/left_menu_back_hover.png) repeat-x;
	text-decoration: none;
}
.right_wrap {
	width: 700px;
	float: right;
	overflow: hidden;
}
.sub_wrap {
	overflow: hidden;
}
.sub_wrap p {
	margin: 0;
	padding: 0;
}
.sub_wrap li {
	float: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 340px;
	margin-top: 20px;
	overflow: hidden;
}
/*                          nagare
************************************************************** */
.nagare_min_top {
	width: 700px;
	height: 78px;
	padding: 35px 0 0 90px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
}
.nagare_min_mid {
	width: 700px;
	overflow: hidden;
	background: url(../img/nagare_box_min.png) repeat;
	padding: 0 20px;
}
.step_01 {
	background: url(../img/nagare_sttl_01.png) no-repeat;
}
.step_02 {
	background: url(../img/nagare_sttl_02.png) no-repeat;
}
.step_03 {
	background: url(../img/nagare_sttl_03.png) no-repeat;
}
.step_04 {
	background: url(../img/nagare_sttl_04.png) no-repeat;
}
.step_05 {
	background: url(../img/nagare_sttl_05.png) no-repeat;
}
.step_06 {
	background: url(../img/nagare_sttl_06.png) no-repeat;
}
.step_07 {
	background: url(../img/nagare_sttl_07.png) no-repeat;
}
.step_08 {
	background: url(../img/nagare_sttl_08.png) no-repeat;
}
.step_09 {
	background: url(../img/nagare_sttl_09.png) no-repeat;
}
.step_10 {
	background: url(../img/nagare_sttl_10.png) no-repeat;
}
.nagare_min_bottom {
	height: 11px;
	width: 700px;
	background: url(../img/nagare_box_bottom.png) no-repeat;
}
/*                          Q & A
************************************************************** */
.qa_wrap ul {
	width: 690px;
	background: #F0F0E4;
	padding: 5px;
	border: 5px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
}
.qa_q {
	background: url(../img/icon_q.png) left no-repeat;
	background-position: 10px;
	border-bottom: 1px solid #E9E9D6;
}
.qa_q p {
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	padding-left: 55px;
	font-weight: bold;
}
.qa_a {
	background: url(../img/icon_a.png) left no-repeat;
	background-position: 10px 0;
}
.qa_a p {
	padding: 0 15px 0 55px;
	margin-top: 10px;
	min-height: 42px;
}
/*                           privacy
************************************************************** */

.back_wh_wrap {
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #999;
}
/*
************************************************************** */
.ta_com {
	background: #fff;
}
.ta_com td {
	border: 1px solid #D1BC98;
	border-collapse: collapse;
	padding: 15px;
}
.ta_left {
	width: 235px;
	height: 55px;
	background: #F0F0E4;
}
#access {
	padding-top: 50px;
}
#access_wrap {
	padding: 5px;
	background: #fff;
	border: 1px solid #D1BC98;
}
/*                          contact
************************************************************** */

.va_top {
	vertical-align: top;
}
.con_ta {
	height: 150px;
}
/*                           width
************************************************************** */

.w40 {
	width: 40px;
}
.w219 {
	width: 219px;
}
.w235 {
	width: 235px;
}
.w380 {
	width: 380px;
}
.w403 {
	width: 403px;
}
.w480 {
	width: 480px;
}
.w500 {
	width: 500px;
}
.w800 {
	width: 800px;
	margin: 0 auto;
}
.w950 {
	width: 950px;
	margin: 0 auto;
}
/*                  pagetop
************************************************************* */

#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #396a08;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/*                   footer.css
************************************************************** */	


footer {
	clear: both;
	margin-top: 60px;
}
#foot_nav {
	background: #fff;
	border-top: 3px solid #396A08;
	border-bottom: 3px solid #396A08;
	height: 110px;
	padding-top: 10px;
}
#foot_nav li {
	float: left;
	margin-right: 7px;
}
#foot_mid_wrap {
	width: 950px;
	margin: 20px auto;
	overflow: hidden;
}
#copy {
	clear: both;
	height: 30px;
	background: #396A08;
	width: 100%;
}
#copy p {
	font: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
