@charset "UTF-8";

figure{
	margin:0;
	padding:0;
}
/*-- clearfix --*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table;zoom:1; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*-- end clearfix --*/

.fl_l{float:left;}
.fl_box{overflow: hidden; *zoom: 1;}
/*--------------
house
---------------*/
.mv_slider{
	width:100%;
	background:#00afec;
}
.mv_slider .slider{
	margin:auto;
	width:100%;
	max-width:1023px;
}

.bg_color_blue{
	background: #e6f4fd;
    padding: 3rem 1rem;
}
.site-main2 {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
}
.bn_camp{ margin-bottom:2rem;}
.lnav li{
	width:24%;
	background:#00afec;
	position:relative;
}
.lnav li a{
	display:block;
}
.lnav li::after{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:0;
	bottom:-23px;
	content:'';
	display:block;
	border: 12px solid transparent;
	border-top: 12px solid #00afec;
}

.lead_service{
	text-align:center;
	font-size:2.4rem;
}

.btn_contact{
	width:41%;
}
.tel_contact{
	width:55.8%;
}

.kodawari li{
	width:30%;
}
.num_kodawari{
	text-align:center;
}
.kodawari li h4{
	font-size:36px;
	font-weight:bold;
	line-height:1.2;
}
.orange{
	color:#00afec;
}
.catch_kodawari{
	font-size:16px;
	margin-bottom:0;
}
.kodawari li h4 .small{
	font-size:84%;
}
.kodawari li figure{
	margin-bottom:0.5rem;
}
.kodawari li .text_kd{
	margin-top:0.5rem;
}

.list_voice2{
	margin-bottom:4rem;
	border-top: 1px solid #AAAAAA;
}
.list_voice2 li{
	padding:2rem 1rem;
	border-bottom: 1px solid #AAAAAA;
}
.list_voice2 li .wrap_voice{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
}
.list_voice2 li .icon_voice{
	width:11%;
}
.list_voice2 li .icon_voice figure img{
	margin-bottom:1rem;
}
.list_voice2 li .voice_cnt{
	width: 29%;
}
.list_voice2 .inner_vc{
	padding:1.5rem;
	background:#DFDFD0;
	margin-left:3rem;
	border-radius:8px;
	position:relative;
}
.list_voice2 .inner_vc p{
	margin-bottom:0;
}
.list_voice2 .inner_vc::before{
	display:block;
	content:'';
	border-top: 11px solid transparent;
	border-right: 30px solid #DFDFD0;
	border-bottom: 11px solid transparent;
	border-left: 30px solid transparent;
	position:absolute;
	left:-60px;
	top:20px;
}
.list_voice2 li h4{
	font-size:16px;
}
.list_voice2 li .comment{
	width:56%;
	margin-left:4%;
}

.movie_pic{
	margin:auto;
	max-width:1311px;
}

.mb_80{
	margin-bottom:8rem;
}
/*--------------
service
---------------*/
.cnt{
	font-size: 1.4rem;
}
.mv_area{
	background:url(../../../service/house/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.kaji{
	background:url(../../../service/kaji/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}

.mv_area .inner_wrap{
	margin:auto;
	max-width:960px;
	width:100%;
}
.mv_area .inner_wrap h2{
	margin-bottom:46px;
}
.mv_area .inner_wrap .lead{
	margin-bottom:58px;
}
.mv_area .inner_wrap .article{
	font-size:20px;
	margin-bottom:70px;
}
.mv_area.kaji .inner_wrap h2{
	margin-bottom:39px;
}
.mv_area.kaji .inner_wrap .lead{
	margin-bottom:46px;
}
.mv_area.kaji .inner_wrap .article{
	font-size:20px;
	margin-bottom:40px;
}
.sp_only{
	display:none;
}

.ttl_pic{
	text-align:center;
	padding:36px 0 18px;
	line-height:1;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:32px;
}
.ttl_pic2{
	text-align:center;
	padding:36px 0 18px;
	line-height:1;
	color:#00afec;
	font-weight:bold;
	font-size:42px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.ttl_pic::after{
	display:block;
	content:url(../../../service/house/img/arrow_ttl.png) ;
}
.ttl_pic2::after{
	display:block;
	content:url(../../../service/house/img/arrow_ttl2.png) ;
	line-height:1;
}

.bg_color{
	background:#EBEADE;
	padding:3rem 1rem;
}

.ttl_h4_meiryo{
	text-align:center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:24px;
}

.list_voice{
	border-top: 1px solid #AAAAAA;
}
.list_voice li{
	padding:2rem 1rem;
	border-bottom: 1px solid #AAAAAA;
}
.list_voice li .wrap_voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list_voice li .icon_voice{
	width:108px;
}
.list_voice li .icon_voice figure img{
	margin-bottom:1rem;
}
.list_voice li .icon_voice figcaption{
	text-align:center;
	font-size:1.4rem;
}
.list_voice li .voice_cnt{
	width: calc( 100% - 11rem ) ;
}
.list_voice .inner_vc{
	padding:1.5rem;
	background:#DFDFD0;
	margin-left:3rem;
	border-radius:8px;
	position:relative;
}
.list_voice .inner_vc::before{
	display:block;
	content:'';
	border-top: 11px solid transparent;
	border-right: 30px solid #DFDFD0;
	border-bottom: 11px solid transparent;
	border-left: 30px solid transparent;
	position:absolute;
	left:-60px;
	top:20px;
}
.list_voice .inner_vc dl.min_dl{
	margin-bottom:5px;
	display:inline-block;
	margin-right:20px;
}
.list_voice .inner_vc dl.full_dl{
	margin-bottom:5px;
}
.list_voice .inner_vc dt{
	width: 7rem;
	text-align:center;
	color:#fff;
	background:#47BED8;
	display:inline-block;
	margin-right:10px;
}
.list_voice .inner_vc dl.full_dl dt{
	float:left;
}
.list_voice .inner_vc dd{
	display:inline-block;
}
.list_voice .inner_vc dd span.star{
	color: #47BED8;
	font-size:2em;
	line-height: 1em;
}
.list_voice .inner_vc dl.full_dl dd{
	overflow: hidden; *zoom: 1;
	display:block;
}
.list_voice .inner_vc p{
	margin:2rem 0 0;
}
.for_custmer{
	margin-top:2rem;
}
.list_voice li h4{
	width:10rem;
	color:#fff;
	background:#47BED8;
	font-size:14px;
	text-align:center;
	border-radius:11.5px;
	margin-bottom:1rem;
}
.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap.contact_area{
	-webkit-align-items: flex-end; /* Safari */
  align-items:         flex-end;
}
.box46{
	width:48%;
	margin-bottom:4rem;
}
.flex_wrap .box46:nth-of-type(n + 3){
	margin-bottom:0;
}
.case_ttl{
	margin-bottom:1.4rem;
}
.case_ttl h4{
	padding-top:5px;
	font-size:1.4rem;
}
.fl_l_pic{
	float:left;
	margin-right:1.4rem;
}
.from_st{
	padding:9px;
	background:#fff;
	border: 1px solid #999999;
}
.box46 h5{
	font-size:14px;
}
.box46 p{margin-bottom:0;}

.list_service li{
	width:18%;
	margin:1.5rem 0;
}
.flex_wrap2{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.area{
	margin-bottom:3rem;
}
.area h4{
	width: 7rem;
	/*text-align:center;
	background:#47BED8;*/
	color:#fff;
	border-radius:2px;
	margin-bottom:5px;
}
.area_01{
	width:41%;
}
.area_02{
	width:48%;
}
.area_01 h4{
	color:#000;
}
.area_02 h4{
	color:#000;}

.localnav_sp{
	display:none;
	margin-bottom:3rem;
}
.localnav_sp li{
	border-bottom:1px solid #fff;
	letter-spacing:-1px;
	background:#47BED8;
}

.localnav_sp li a{
	display:block;
	position:relative;
	padding:1.5rem 1.5rem 1.5rem 4rem;
	color:#fff;
	text-decoration:none;
}
.localnav_sp li a::before{
	display:block;
	content:'';
	border-top: 9px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 9px solid transparent;
	border-left:14px solid #fff;
	position:absolute;
	left:1.5rem;
	top:1.6rem;
	margin:auto;
}
.localnav_sp li.subplus > a::after{
	display:block;
	content:'-';
	position:absolute;
	right:2rem;
	top:1.6rem;
}
.localnav_sp li ul{
	background:#fff;
}
.localnav_sp li ul li{
	background:#ACAC9D;
	float:left;
	width:50%;
	border-right:1px solid #fff;
}
.localnav_sp li ul li:nth-child(2n) {
	border-right:none;
}

.aircon_menu {
	width:100%;
	margin:0;
	padding:40px 0 30px;
	background-color:#abac9c;
}

.aircon_menu .ttl{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
    margin: 0 auto 15px;
}

.aircon_menu ul{
	margin:0 auto;
}

.aircon_menu ul li{
	width: 25%;
	float: left;
	font-size:14px;
	padding-left:15px;
	margin-bottom:10px;
	background:url(../../../service/house/aircon/img/arrow.png) left center no-repeat;
}

.aircon_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

.area_last{
	margin-bottom:0;
}

.list_kajimenu li{	width:48%;
	margin-bottom: 4rem;
}
.list_kajimenu li:nth-of-type(n + 3){margin-bottom:0;}

.list_kajimenu li figure{
	width: 30%;
}
.list_kajimenu li .km_text_box{
	width: 66%;
}
.list_kajimenu li h4{
	width:100%;
	background:#BFBC97;
	padding:5px 10px;
	color:#fff;
	font-size:21px;
	border-radius:3px;
	margin-bottom:1rem;
}
.list_kajimenu li h4 a{
	color: #fff;
	text-decoration: none;
}

.list_kajimenu li h5{
	margin-bottom:1rem;
	font-size: 1.4em
}

@media screen and (max-width: 768px){
	.pc_only{display:none;}
	.mv_area{background:url(../../../service/house/img/area_top_sp.jpg) no-repeat center;background-size:cover;}
	.mv_area.kaji{background:url(../../../service/kaji/img/area_top_sp.jpg) no-repeat center;background-size:cover;}
	.sp_only{display:block;}
	.mv_area .inner_wrap h2,.mv_area.kaji .inner_wrap h2{width:90%;margin-bottom:1rem;}
	.mv_area .inner_wrap .lead,.mv_area.kaji .inner_wrap .lead{width:60%;margin-bottom:1rem;}
	.mv_area .inner_wrap .article,.mv_area.kaji .inner_wrap .article{font-size:14px;margin-bottom:1rem;}
	.ttl_pic,.ttl_pic2{font-size:18px;padding:18px 0 9px;}
	.ttl_h4_meiryo{font-size:16px;}
	.bg_color{padding:1.5rem 1rem;}
	.list_voice li .icon_voice{width:6rem;}
	.list_voice li .voice_cnt{width: calc( 100% - 6rem ) ;}
	.box46{width:100%;}
	.case_ttl .fl_l_pic{width:10%;}
	.from_st .fl_l_pic{width:30%;}
	.flex_wrap .box46, .flex_wrap .box46:nth-of-type(n + 3){margin-bottom:3rem;}
	.flex_wrap .box46:last-of-type{margin-bottom:0;}
	.case_ttl h4{padding-top:0;}
	.flex_wrap{-webkit-justify-content:space-around; justify-content:space-around;}
	.list_service li{width:43%;}
	.flex_wrap2{display:block;}
	.area_01, .area_02{width:100%;}
	.area{margin-bottom:0;}
	.localnav_sp{display:block;}
	.bg_color_blue {padding: 1.5rem 1rem;}
	.bn_camp{padding:0 1rem;margin-bottom: 4%;}
	.lnav.flex_wrap{-webkit-justify-content: space-between;justify-content: space-between;padding: 0 1rem;}
	.lead_service{font-size:1.6rem;}
	.btn_contact{width:33%;}
	.tel_contact{width:64%;}
	.kodawari li{width:100%;}
	.num_kodawari{margin:0 auto 10px; width:27%;}
	.kodawari li h4{height:auto;}
	.mb_80{margin-bottom:4rem;}

	.list_voice2 li .icon_voice{width:20%;}
	.list_voice2 li .voice_cnt{width:80%; margin-bottom:1rem}
	.list_voice2 li .comment{width:calc( 80% - 3rem ); margin:0;}
	.list_voice2 li .star{ width:40%;}
	.list_voice2 li .place{text-align:right;}
	.list_voice2{margin-bottom:2rem;}

	.lnav li{width:47%; border-radius:3px; margin-bottom:4%;}
	.lnav li:nth-of-type(n + 3){margin-bottom:0;}
	.lnav li::after{display:none;}

	.list_voice .inner_vc dl.full_dl dd img {
    width: 80% !important;
  }
	
	.aircon_menu {
	width:100%;
	margin:0;
	padding:20px 0 30px;
	background-color:#abac9c;
}

	
	.aircon_menu .ttl{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	width: 90%;
    margin: 0 auto 15px;
}

.aircon_menu ul{
	width: 90%;
	margin:0 auto;
}

.aircon_menu ul li{
	display: block;
	 border-bottom: 0.1rem dotted #fff;
	width: 100%;
	font-size:14px;
	padding: 0.5rem 3.125%;
	margin-bottom:0px;
	background:url(../../../service/house/aircon/img/arrow.png) left center no-repeat;
}

.list_voice .inner_vc dd span.star{
	color: #47BED8;
	font-size:1.6em;
	line-height: 1em;
}
	
	.list_kajimenu li{width:100%; margin:0 0 3rem;}
	.list_kajimenu li:nth-of-type(n + 3){ margin:0 0 3rem;}
	.list_kajimenu li:nth-of-type(n + 4){ margin:0;}


}
