@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #694E25;
	background-color: #FFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
li {
	list-style-type: none;
}
a {
	color: #0096B0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
}

strong {
	color: #FF6600;
	font-size: larger;
}

table {
	border-collapse: collapse;
}
table td,
table th {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.img_right {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_left {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img_right img,
.img_left img {
	margin-bottom: 10px;
}

.img_right,
.img_left {
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #723F13;
}

img.img_bt {
	margin-bottom: -10px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	z-index: 100;
}

header .head_in {
	display: block;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-size: 16px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

#g_navi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
メインイメージ
-------------------------------------------*/

.top_img {
	width: 100%;
	background-color: #F3F0ED;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_img.jpg);
	overflow: hidden;
}

#second .top_img {
	display: none;
}

/*
パン屑
-------------------------------------------*/
#pankuzu {
	background-color: #FBF9F7;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#pankuzu ul li {
	display: inline-block;
}
#pankuzu ul li::after {
	content: "＞";
	padding-left: 10px;
	padding-right: 10px;
	color: #BFA996;
}
#pankuzu ul li:last-child::after {
	content: "";
	padding-left: 0px;
	padding-right: 0px;
}
#pankuzu ul li a {
	text-decoration: none;
}

/*
メインコンテンツ
-------------------------------------------*/

.wrap {
	clear: both;
	position: relative;
}
.content {

}

.content p {
	line-height: 32px;
	font-size: 16px;
	margin: 20px;
}


h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	letter-spacing: 1px;
	clear: both;
}

.content h2 {
	font-size: 26px;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	background-color: #FBF9F7;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3F0ED;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F0ED;
	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.content h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 98%;
	top: 1%;
	left: 0px;
	background-color: #6EB36C;
}

.content h2 span {
	font-size: 16px;
	padding-left: 20px;
	font-weight: normal;
	color: #666;
}

.content h3 {
	font-size: 18px;
	line-height: 26px;
	color: #FFF;
	background-color: #99766A;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F3EFE9;
	position: relative;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	clear: both;
	background-image: url(img/h3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content h3::before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 26px;
	top: 15px;
	left: 15px;
	background-color: #FFCC33;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

h2 img {
	margin-right: 10px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
	position: relative;
}

.content h4::before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 26px;
	top: 12px;
	left: 5px;
	background-color: #6EB36C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
お客様の声・施術例
---------------------------------------------------------*/

.content .img_base {
	background-color: #FAF7F3;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content .img_base img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content .img_base .voice_top {
	background-color: #6EB36C;
	color: #FFF;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content .img_base .voice_top span {
	text-align: right;
	display: block;
	font-size: 18px;
}


.content .box_voice_base,
.content ul.box_sejutu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px;
	background-color: #EFEBE4;
	margin-bottom: 20px;
}

.content .box_sejutu li .sejutu_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #957464;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #EFEBE4;
	border-left-color: #FFF;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
}

.content .box_voice {
	width: 31%;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 2px solid #FFFFFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
}

.content .box_voice_base::after,
.content ul.box_sejutu::after {
  content:"";
  display: block;
  width:32%;
}

.content .box_voice:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 2px solid #9D835B;
}

.content .box_voice img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #E7E0D6;
}

.content .box_voice p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .box_voice p.voice_title {
	font-size: 16px;
	color: #723F13;
	line-height: 24px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C89B5E;
}

.content .box_voice .btn_syousai {
	padding-bottom: 10px;
}
.content .box_voice .btn_syousai a {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	display: block;
	width: 140px;
	text-align: center;
	background-color: #FF8000;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #FF8000;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .box_voice .btn_syousai a:hover {
	background-color: #FFFFFF;
	color: #FF8000;
}

.btn_voice {
	text-align: center;
	padding-bottom: 30px;
	background-color: #EFEBE4;
	margin-top: -30px;
	margin-bottom: 20px;
}

.content .box_enq img {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #CCC;
}

.content .jirei_base {
	background-color: #FAF7F3;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	
}
.content .jirei_base .jirei_bf,
.content .jirei_base .jirei_af {
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #FAF7F3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 1px solid #FFF;
}

.content .jirei_base .jirei_sankaku {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}

.content ul.box_sejutu li {
	width: 32%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #D1C6B1;
}

.content ul.box_sejutu li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #F7F4F0;
}

.content ul.box_sejutu li p {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 20px;
}

/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #6EB36C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 20px;
	padding-right: 80px;
	background-image: url(img/qa_a.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content .qa.wm dd {
	background-image: url(img/qa_a_wm.png);
}

/*
個別　要約部分
---------------------------------------------------------*/
.content .box_youyaku p {
	line-height: 1.6;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 15px;
}
.content .box_youyaku img {
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
}
.content .box_youyaku {
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #E7DDD3;
	background-color: #FBF9F7;
}
.content p.p_title {
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FF8000;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	background-color: #FBF9F7;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 2px;
	margin-bottom: 30px;
	border: 1px solid #E7DDD3;
}
.content .mokuji h3 {
	margin-top: 2px;
	margin-bottom: 20px;
	background-image: url(img/i_mokuji.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 50px;
	background-color: #6EB36C;
}
.content .mokuji h3::before {
	display: none;
}
.content .mokuji ul li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 7px 15px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 26px;
}
.content .mokuji ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*
リストボックス
-------------------------------------------*/

.content .cont_list {
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FBF9F7;
	margin-bottom: 20px;
	border: 1px solid #E7DDD3;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}
.content .cont_list li .btn_syousai a,
.content .cont_list2 li .btn_syousai a {
	color: #FFF;
	text-decoration: none;
	background-color: #FFA608;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #F3F0ED;
	font-size: 15px;
	float: right;
}
.content .cont_list li .btn_syousai a:hover,
.content .cont_list2 li .btn_syousai a:hover {
	color: #FFA608;
	background-color: #FFF;
	border-top-color: #FFA608;
	border-right-color: #FFA608;
	border-bottom-color: #FFA608;
	border-left-color: #FFA608;
}

.content .cont_list2 {
	margin-bottom: 30px;
}

.content .cont_list2 li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 47%;
	margin-left: 2%;
	border: 1px solid #E7DDD3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #FBF9F7;
}

.content .cont_list2 li::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.content .cont_list2 li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list2 li p {
	font-size: 15px;
	margin: 0px;
}
.content .cont_list2 li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
	background-color: #F6F6F6;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 2px solid #97C996;
	margin-right: 10px;
	margin-left: 10px;
}
.content .matome h3 {
	margin-bottom: 20px;
	background-image: url(img/i_matome.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 40px;
	background-color: #6EB36C;
	border: 3px solid #F3F0ED;
}
.content .matome h3::before {
	display: none;
}


/*
サイド
-------------------------------------------*/
.wrap .side h2 {
	font-size: 16px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E8E5DD;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #5CA95A), color-stop(0.49, #78B876));
	background: -webkit-linear-gradient(top, #78B876 49%, #5CA95A 50%);
	background: -moz-linear-gradient(top, #78B876 49%, #5CA95A 50%);
	background: -o-linear-gradient(top, #78B876 49%, #5CA95A 50%);
	background: -ms-linear-gradient(top, #78B876 49%, #5CA95A 50%);
	background: linear-gradient(to bottom, #78B876 49%, #5CA95A 50%);
	background-color: #5CA95A;
	text-align: center;
	padding-right: 20px;
}
.wrap .side ul {
	background-color: #FAF7F3;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.wrap .side ul li a {
	line-height: 22px;
	color: #694E25;
	padding-right: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7DDD3;
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.wrap .side ul li a:hover {
	color: #32C013;
	text-decoration: none;
	background-color: #FFF;
}

.wrap .side .side_box h2 {
	background: -webkit-linear-gradient(top, #F3F0ED 40%, #E8E5DD 60%);
	background: -moz-linear-gradient(top, #F3F0ED 40%, #E8E5DD 60%);
	background: -o-linear-gradient(top, #F3F0ED 40%, #E8E5DD 60%);
	background: -ms-linear-gradient(top, #F3F0ED 40%, #E8E5DD 60%);
	background: linear-gradient(to bottom, #F3F0ED 40%, #E8E5DD 60%);
	background-color: #F3F0ED;
	border-bottom-color: #6EB36C;
	color: #417B40;
}
.wrap .side .side_box {
	background-color: #FFF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.wrap .side .side_box p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}


/*
選ばれる理由
-------------------------------------------*/
dl.riyu {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
dl.riyu dt {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #22AA64;
	padding: 10px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
	padding-left: 80px;
	padding-right: 140px;
}
dl.riyu dt strong {
	color: #FFFF66;
}
dl.riyu dt .riyu_num {
	font-size: 40px;
	background-color: #FF9900;
	text-align: center;
	display: block;
	height: 50px;
	width: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	line-height: 40px;
	position: absolute;
	padding-top: 10px;
	top: 10px;
	left: 10px;
}

dl.riyu dt img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
dl.riyu dd {
	font-size: 15px;
	line-height: 26px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #FFF;
	background-color: #7CB858;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 200px;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_box h2 {
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 20px;
}

.footer_box h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 50%;
	top: 25%;
	left: 0px;
	background-color: #BBE19B;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 22px;
	float: left;
	margin-right: 16px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box .footer_left {
	display: block;
	float: left;
	width: 800px;
}
.footer_box .footer_right {
	display: block;
	float: right;
	width: 280px;
}

.footer_box .footer_right p {
	font-size: 12px;
	line-height: 24px;
}

.footer_box .footer_right p.f_name {
	font-size: 16px;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	clear: both;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #7CB858;
}
#to_top a:hover {
	background-color: #539C52;
}


/*
テーブル
---------------------------------------------------------*/
.content table.table_01 {
	width: 92%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	margin-top: 30px;
}
.content table.table_01 th,
.content table.table_01 td {
	border: 1px solid #E7DDD3;
	font-size: 14px;
	padding: 10px;
}

.content table.table_01 th {
	background-color: #6EB36C;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	border-right-width: 5px;
	white-space: nowrap;
}
.content table.table_01 td {
	background-color: #FBF9F7;
}

.content table.table_01 .tr_head td {
	background-color: #F4EEE6;
	text-align: center;
	white-space: nowrap;
}
td .price {
	white-space: nowrap;
}


@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 120px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #AE8E77;
}

header .head_in {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	left: 0px;
	top: 20px;
	position: absolute;
	z-index: 1000;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none !important;
}

header #h_box_pc .h_tel {
	font-size: 24px;
	font-weight: bold;
	background-image: url(img/i_tel_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
	position: absolute;
	top: 20px;
	color: #FF4701;
	left: 594px;
}
header #h_box_pc .h_tel strong {
	font-size: 30px;
	padding-left: 2px;
}
header #h_box_pc .h_tel_txt {
	font-size: 12px;
	position: absolute;
	top: 60px;
	right: 250px;
	text-align: right;
	color: #694E25;
	letter-spacing: 1px;
}
header #h_box_pc .h_tel_txt strong {
	font-size: 13px;
}

header #h_box_pc .h_btn {
	position: absolute;
	top: 25px;
	right: 0px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	width: 100%;
	display: block;
	background-color: #78B876;
	z-index: 1000;
	background-image: url(img/navi.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
	left: 0px;
}

#g_navi ul.navi_base {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi,
#g_navi ul.navi_base,
#g_navi ul li,
#g_navi ul li a {
	height: 80px;
}
#g_navi.nav_fixed,
#g_navi.nav_fixed ul.navi_base,
#g_navi.nav_fixed ul li,
#g_navi.nav_fixed ul li a {
	height: 60px;
}

#g_navi ul li {
	width: 183px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 183px;
	display: table-cell;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#g_navi li a::before {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
	background-color: #FFAD1D;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	width: 140px;
	margin-left: -70px;
}

#g_navi li a:hover {
	background-color: #FFF;
	color: #93705F;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.top_img {
	height: 540px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -720px;
}

.wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 40px;
}

.wrap .content {
	float: left;
	width: 840px;
}

.wrap .content.c_form {
	float: none;
	width: 1100px;
}

.wrap .side {
	float: right;
	width: 230px;
}

.content .img_base .voice_top {
	height: 420px;
}
.content .jirei_base {
	height: 500px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}

.content .box_enq img {
	max-width: 820px;
}

.side .side_bn a img {
	display: block;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 60px;
	z-index: 150;
}

header .head_in {
	height: 60px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 2000;
	display: block;
	top: 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
}

header h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

header h1 img {
	height: 50px;
}

header #h_box_pc {
	display: none;
}

/*
グローバルナビ
-------------------------------------------*/

.sp_menu li a,
a.menu_btn {
	display: block;
	float: right;
	height: 40px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 40px;
	width: 20%;
	text-align: center;
}
.sp_menu li a,
a.menu_btn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1D5B7;
}

.sp_menu {
	position: fixed;
	z-index: 2600;
	top: 0px;
	right: 0px;
	display: block;
	min-width: 130px;
	width: 50%;
}

a.close_btn {
	position: fixed;
	z-index: 5000;
	top: 7px;
	right: 15px;
}

#g_navi {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0px;
	left: 100%;
	overflow: auto;
	z-index: 3000;
	background-color: #997A6C;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AE958A;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE958A;
	background-color: #997A6C;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	background-color: #AE958A;
}

.fixed {
	overflow: hidden;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2500;
	top: 0;
	left: 0;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.wrap {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
}

.content h4 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

/*
お客様の声、施工事例
-------------------------------------------*/

.content .jirei_base {
	height: 440px;
}

.content .jirei_base .jirei_bf {
	left: 5%;
}

.content .jirei_base .jirei_af {
	right: 5%;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 300px;
}

.content .img_base .voice_top {
	height: 470px;
}


/*
-------------------------------------------*/
.wrap .side .side_box {
	text-align: center;
}

.side .side_bn a {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

/*
フッター
-------------------------------------------*/

footer {
	padding-top: 150px;
	background-size: 2000px;  
}

.footer_box  {
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box .footer_left {
	width: 68%;
}
.footer_box .footer_right {
	width: 30%;
}

}
/*-----（/～1100）-----*/


@media screen and (min-width:840px) {
.content .img_base img {
	float: left;
	width: 63%;
}

.content .img_base .voice_top {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	float: right;
	width: 36%;
}
}
/*-----（/840～）-----*/


@media screen and (max-width:840px) {

.content .img_base .voice_top {
	height: auto !important;
}
}

@media screen and (max-width:760px) {

.content p {
	margin-right: 10px;
	margin-left: 10px;
}

.content .jirei_base {
	height: 380px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 240px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}
.content .jirei_base .jirei_af {
	right: 10px;
}

footer {
	padding-top: 125px;
	background-size: 1500px;  
}

.footer_box .footer_left,
.footer_box .footer_right {
	float: none;
	width: 100%;
}

.footer_box .footer_right {
	text-align: center;
	padding-top: 30px;
	clear: both;
}

}
/*-----（/～760）-----*/

@media screen and (min-width:640px) {
.no_pc {
		display: none;
}
}
/*-----（/640～）-----*/

@media screen and (max-width:640px) {
.content .img_base .voice_top {
	font-size: 18px;
	padding: 15px;
}
.content .img_base .voice_top span {
	font-size: 14px;
}

.content .jirei_base {
	height: 320px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 200px;
}
.no_sp {
		display: none;
}

}
/*-----（/～640）-----*/



@media screen and (max-width:560px) {
	

/*
コンテンツ
-------------------------------------------*/

.wrap .content h2 {
	font-size: 20px;
	line-height: 32px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	background-size: 180px;
}


table td,
table th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.content table.table_01 td,
.content table.table_01 th {
	display: block;
} 

.content table.table_01 .tr_head {
	display: none;
}

.content table.table_01 th {
	border-right-width: 1px;
}

.content .box_voice_base::after,
.content ul.box_sejutu::after {
  width:49%;
}

.content .box_voice,
.content ul.box_sejutu li {
	width: 49%;
}

.content .cont_list2 li {
	display: block !important;
	width: 96% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

dl.riyu dt {
	font-size: 16px;
	padding-right: 70px;
}

dl.riyu dt img {
	width: 100px;
}

/*
フッター
-------------------------------------------*/


.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

}
/*-----（/～560）-----*/

@media screen and (max-width:480px) {
	
.img_right,
.img_left {
	max-width: 160px !important;
	margin-right: 20px;
	margin-left: 20px;
}

.content .img_base .voice_top {
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
}
.content .img_base .voice_top span {
	font-size: 12px;
}
.content .jirei_base {
	height: 260px;
}

.content .jirei_base .jirei_bf {
	left: 5px;
}

.content .jirei_base .jirei_af {
	right: 5px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 140px;
}

.content .qa dt {
	font-size: 18px;
	line-height: 26px;
	padding-left: 40px;
	background-position: 15px 8px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	background-image: none !important;
}

footer {
	padding-top: 100px;
	background-size: 1000px;  
}

}
/*-----（/～480）-----*/
	
@media screen and (max-width:400px) {

.content .box_voice_base::after{
  width:100%;
}

.content .box_voice,
.content ul.box_sejutu li {
	width: 100%;
}

}
/*-----（/～400）-----*/

/*フォーム
-------------------------------------------*/
form.contact_form {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
}

form.contact_form input,
form.contact_form textarea {
	width: 80%;
	max-width: 400px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}

form.contact_form table.form_table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	max-width: 360px;
	width: 94%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

form.contact_form input:focus,
form.contact_form textarea:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}