﻿@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */　
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#effaff;
}

.img{
	max-width: 100%;
	height:auto;
	}
.w100{max-width: 100%;}
/* 隙間をなくす */
li img,dt img,dd img{
vertical-align:bottom;
}

/* IEの隙間をなくす */
img{
	vertical-align: top;
	vertical-align: bottom;
}	
.switch {
	visibility: hidden;}/* スマホＰＣ切り替えＣＳＳ*/

#wrap {
	width: 100%;
	overflow:hidden;
}

a{ outline: none;}

a:link,
a:visited {
	color: #000000;
	font-weight: normal;
}

a:hover,
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.br-sp { } /**スマホ改行非表示*/
.br-pc { display:none; } /**ＰＣ改行非表示*/

@media screen and (max-width: 600px) {/*タブレット*/
.br-sp { display:none; } /*スマホ改行非表示*/
.br-pc {  } /*ＰＣ改行非表示*/
}

/* ヘッダー ----------------------------------------------------------------------------------*/

.inner{margin: 0 auto;}
header{
	width: 100%;
}
.header_in{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
h1{
	font-size:10px;
	line-height:120%;
	padding:5px;
	text-align:right;
}
@media screen and (max-width:700px){
h1{display: none;}
}

.logo{
	max-width:400px;
	width:40%;
	float:left;
	margin:10px;
	}
ul.h_menu{
	width:55%;
	margin-top:10px;
	float:right;
	display:flex;
	justify-content:flex-end;
	align-content:center;
	}
ul.h_menu li{
	margin:5px;
}

header .inner{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
header nav {
	background:url(../img/base/nav_bg.jpg) repeat-x top #bed28e;
	overflow: hidden;
	padding:0px;
}
header nav ul{
	max-width:1000px;
	padding:0px;
	margin:0 auto;
	list-style-type: none;
	display:flex;
}
header nav ul li{
	}
header nav ul li img{
	vertical-align: bottom;/*画像下の余白を消す */
	width:100%;
}
#nav_toggle{display: none;}
.menu_moji{display:none !important;}/*ＰＣでは非表示ボタン */
.li_none{display:none !important;}/*ＰＣでは非表示ボタン */
.menu_img{}


/*メニュー部分 ----------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width:350px;
	margin:10px 0px 10px 5px;
	}
ul.h_menu{display:none;}
header nav {
	background:none;
	background-color:#92af4e;
}
nav{
	z-index: 10000 !important;
	display: none;
	position: absolute;
	top:80px;
	width: 100%;
	left: 0;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 90%;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	padding:10px;
}
.menu_moji{display:block !important;color: #fff;}
.li_none{display:block !important;color: #fff;}
.menu_img{display:none !important;} 
.sp_tel{
max-width: 350px;
}

#nav_toggle{/*開閉ボタン*/
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	top: 0px;
	right:20px;
	z-index: 10000 !important;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	position:absolute;
	width: 100%;
	right:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

@media screen and (max-width:500px){
.logo{width:250px;}
h1{font-size:9px;text-align:left;}
}
@media screen and (max-width:400px){
.logo{width:220px;}
nav{top:75px;}
}


/*フッダー ----------------------------------------------------------------------------------*/
footer{
	width: 100%;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background-color:#fcf4e4;
	border-top:#bed28e solid 10px;
}
.counter{
	width:180px;
	height:30px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	display:flex;
}
.counter p{
	font-size:10px;
	padding-top:13px;
}
.f_menu{
	margin:20px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.f_menu li{
	text-align:center;
	font-size:12px;
	line-height:130%;
	padding:0px 10px;
	border-right:solid 1px #ccc;
}
.f_menufast{
	border-left:solid 1px #ccc;
}
.copy{
	font-size:12px;
	text-align:center;
}
.f_logo{
	width:80%;
	text-align:center;
	margin:0 auto;
	padding:30px 0px;
}
@media screen and (max-width: 700px) {/*タブレット*/
.f_menu{
	flex-wrap:wrap;
	justify-content:center;
	width: 90%;
	margin: 10px auto 0px;
}
.f_menu li{
	font-size:13px;
	background-color:#bed28e;
	border:none;
	padding:5px 10px;
	margin: 5px;
	width:35%;
}
.f_menu li a:link,a:visited{
	text-decoration: none;
	font-weight: normal;
}
.f_menu li a:hover,a:active {
	color:#DB060A;
	text-decoration: none;
	font-weight: normal;
}
.f_menufast{border:none;}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 0px;
}

}

/* 文字  ----------------------------------------------------------------------------------*/
.S{
	font-size:16px;
	line-height: 170%;
}
.M{
	font-size:25px;
	line-height: 130%;
}
.L{
	font-size: 30px;
	line-height: 150%;
}
.pink{color:#ec5d6f;}
.red{color:#ED0003;}
.white{color:#FFF;}
.brue{color:#2157a8;font-weight:bold;}

.marker{
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
}
/* 配置 ----------------------------------------------------------------------------------*/
.right1{float: right;}
.left1{float: left;}	
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.m10{margin:10px;}
.m20{margin:20px;}

.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.tb5{margin-top:5px;margin-bottom:10px;}
.mt20{margin-top:20px;}

/* ページＴＯＰ  ----------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background:#7cba56;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
	color:#7cba56;
    text-decoration: none;
    background: #E4EDA2;
}


/* 共通 ----------------------------------------------------------------------------------*/
.main{
	width: 100%;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 100%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:50px;
	overflow:hidden;
	box-sizing: border-box;
	overflow:hidden;
}
.pink{color:#ED1178;}
@media screen and (max-width: 1050px) {/*box1050以下*/
.p_top{padding-top:30px;}
.box{width: 95%;}
}


/* タイトル ----------------------------------------------------------------------------------*/
.title1{
	text-align:center;
	font-size: 25px;
	line-height: 120%;
}
.title2{
	color:#3D3D3D;
	background-color:#FFFABD;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 120%;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
	border-bottom:solid 5px #c7e782;
}
.title3{
	color:#1649BF;
	font-weight:bold;
	padding-top:10px;
}

@media screen and (max-width: 800px) {/*タブレット*/
.title1{
	text-align:center;
	font-size: 18px;
	line-height: 120%;
}
.title2{
	font-size:16px;
	padding:10px;
	padding-top:10px;
}
}
/* 背景 ----------------------------------------------------------------------------------*/
.bg1{
	background:url(../img/base/bg1.png) repeat;
	margin-bottom:30px;
}

/* タイトル文 ----------------------------------------------------------------------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}


/* TOP ----------------------------------------------------------------------------------*/
.top_main{
	width:100%;
	background:url(../img/base/contact_bg.jpg) center center no-repeat #8bccea;
	margin-bottom:50px;
	box-sizing: border-box;
	background-size: cover;
	}
.top_main h2{
	padding:30px;
	font-size:30px;
}
.top_main_img{
	max-width:960px;
	width:100%;
	margin:0 auto;
}
@media screen and (max-width: 700px) {
	.top_main{margin-bottom:30px;}
	.top_main h2{
		padding:20px;
		font-size:20px;
	}
}

.nayami{
	padding:20px;
	margin-bottom:30px;
	background:url(../img/top/top1_bg.jpg) right top no-repeat;
	background-color:#FFF;
}
ul.check {
	width:70%;
	list-style-type: none;
	overflow:hidden;
}
ul.check li {
	padding:10px 10px 5px 35px;
	margin-bottom:10px;
	font-size:18px;
	line-height:140%;
	background:url(../img/base/check.png) no-repeat left center;
	border-bottom:dashed 1px #CCC;
}

.top_btn1{
	text-align:center;
	margin-bottom:30px;
}

.sorrybox{
	background-color:#FFF;
	padding:20px;
	max-width:800px;
	width:90%;
	margin:0 auto;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border:solid 5px #C9DFCD;
	margin-bottom:30px;
	}
.soorybox_img{float:right;}
.sorrybox p{font-size:18px;}
	
	
@media screen and (max-width: 800px) {
.nayami{padding:0px;}
ul.check {
	width:90%;
}
ul.check li {
	font-size:14px;
}
.top_btn1{
	padding:0px 10px;
}
.sorrybox{width:80%;padding:10px;}
.soorybox_img{float:none;text-align:center;}
.sorrybox p{font-size:14px;}
}

/*全ページ共通・お問合わせ--------------------------*/
.contact{
	background:url(../img/base/contact_bg.jpg)  center center no-repeat;
	margin:0px;
	box-sizing: border-box;
	background-size: cover;
}
.contact_in{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0px;
	box-sizing: border-box;
	overflow:hidden;
}

ul.con_list{
	display:flex;
	list-style:none;
	justify-content:center;
	margin:20px 0px;
}
ul.con_list li{
	margin:10px;
}
.erea{
	width:70%;
	margin:0 auto;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background-color: #FFFFFF;   /* 背景色 */
	behavior: url("PIE.htc");
	padding: 15px;
}
.erea h2{
	color:#1358a6;
	text-align:center;
	font-size:30px;
}

ul.banner{
	display:flex;
	justify-content:center;
}
ul.banner li{
	width:50%;
	margin:10px;
	text-align:center;
}


@media screen and (max-width: 600px) {/*タブレット*/
.contact_in{
	width:95%;
	padding:30px 0px;
}
ul.con_list{
	display:block;
	width:80%;
	margin:0 auto;
	text-align:center;
}
.erea{
	width:100%;
	box-sizing: border-box;
}
.erea h2{font-size:20px;}

ul.banner{
	display:block;
}
ul.banner li{
	width:90%;
	margin:0 auto 10px;
	text-align:center;
}
}

/* 表 --------------------------------------------*/
table.type01 {
	width:100%;
	margin:10px auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:140%;
}
table.type01 th {
	padding: 5px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}
.nowrap{
	white-space: nowrap;
}
.pink_bg{
	background-color:#FFE2E3;
}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01 {
	font-size:12px;
}
}
/* 工事料金表 --------------------------------------------*/

.price_pc{margin:0 auto;text-align:center;}
.price_sp{margin:0 auto;display:none;text-align:center;}

@media screen and (max-width: 600px) {/*タブレット*/
.price_pc{display:none;}
.price_sp{margin:0 auto;text-align:center;display:block;}
}


/* ＦＡＱ --------------------------------------------*/
.faq_box{
	margin:20px 20px 40px;
}
.faq_q{
	max-height:44px;
	font-size:20px;
	color:#1358a6;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 0px 10px 50px;
	background:url(../img/faq/q.png) no-repeat;
}
.faq_a{
	padding:0px 0px 20px 50px;
	font-size:14px;
	background:url(../img/faq/a.png) no-repeat;
}
.faq_img{padding-right:10px;}



/* アコーディオン */
label {
    display: block;
}
input[type="checkbox"].on-off{
    display: none;
}
.faq ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq li {
	margin: 0;
    padding: 0;
	line-height:150%;
	list-style: none;
}
.faq li a{
	color:#D79F58;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
    height:auto;
}

@media screen and (max-width: 600px) {
.faq_box{
	margin:10px;
	}
.faq_q{font-size:16px;}
}
/* 工事の流れ --------------------------------------------*/
.flow_box{
	margin:10px;
	overflow:hidden;
}
.flow_box h2{
	border-bottom:solid 4px #c7e782;
	padding:10px 10px 0px;
	margin-bottom:20px;
}
.flow_img{
	border:solid 3px #c7e782;
	width:38%;
	max-width:340px;
	float:left;
}
.flow_text{
	float:right;
	width:60%;
}
@media screen and (max-width: 600px) {
.flow_img{
	float:none;
	width:80%;
	margin:0 auto;
}
.flow_text{
	float:none;
	width:90%;
	margin:10px auto 0px;
}
}

/* 施工事例 --------------------------------------------*/
.works_box{
	display:flex;
	padding:2%;
	justify-content:space-between;
	overflow:hidden;
}
.work1{width:48%;}
.work2{width:48%;}
.w80{
	width:80%;
	margin:0 auto;
}


hr.sen{
	border: 0;  
	border-bottom:dashed 2px #87C082;}

@media screen and (max-width: 700px) {/*タブレット*/
.works_box{
	display:block;
}
.work1,.work2{
	width:100%;
}
.w80{width:100%;}


}

/* お問合わせ------------------------------------------------------------------------*/
.mailbox_all{
	margin:0 auto;
	padding: 5px;
	width: 95%;
	background-color:#efefef;
}
.mailbox{
	margin:0 auto;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {/*タブレット*/
.mailbox_all{
	margin:20px auto;
	padding: 30px;
}
.mailbox{
	width: 80%;
}
}

/* TOPこだわり ----------------------------------------------------------------------------------*/



ul.yakusoku{
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}
ul.yakusoku li{
	margin:10px;
}
@media screen and (max-width: 500px) {/*タブレット*/
ul.yakusoku li{
	margin:0px 2px;
}
}

/* エアコン工事について ----------------------------------------------------------------------------------*/

ul.kodawari_box{
	display:flex;
	align-items:center;
}
ul.kodawari_box li{
	padding:10px;
}
.kodawari_img{width:20%;}
.kodawari_txt{width:80%;}
.kodawari_title{
	color:#275694;
	font-weight:bold;
}
.kodawari_p{
	font-size:15px;
}

@media screen and (max-width: 600px) {/*タブレット*/
ul.kodawari_box{display:block;}
.kodawari_img{width:100%;box-sizing: border-box;text-align:center;}
.kodawari_txt{width:100%;box-sizing: border-box;}

}



.maru {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background-color: #FFF;  /* 背景色 */
	behavior: url("PIE.htc");
	margin: 10px;
	padding: 20px;
}


/* VOICE--------------------------------------------*/
ul.voice li{
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background-color: #FFF;  /* 背景色 */
	behavior: url("PIE.htc");
	margin: 10px;
	padding: 20px;
	font-size: 14px;
	line-height: 160%;
}
@media screen and (max-width: 600px) {
ul.voice li{font-size: 12px;}
}
/* ポリシー--------------------------------------------*/
.porecy{margin: 0px 20px;}
.porecy p{
font-size: 14px;
margin-bottom: 20px;
}
.porecy h3{
font-size: 18px;
font-weight: bold;
}
