﻿@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */　
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	background-color:#FFF;
}

/* 隙間をなくす */
li img,dt img,dd img{
vertical-align:bottom;
}

/* IEの隙間をなくす */
img{
	vertical-align: top;
	vertical-align: bottom;
}

.img{
	max-width: 100%;
	height:auto;
	}
.w100{max-width: 100%;}
	
.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 (min-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-top: 5px;
	padding-left: 5px;
}

.logo{
	width:400px;
	float:left;
	margin: 15px 0px 0px 20px;
	}
ul.h_menu{
	float:right;
	margin-bottom: 8px;
	}
header .inner{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
header nav {
	background-color:#1358a6;
	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;
}
h1{display: none;}
.logo{
	width:260px;
	margin: 10px 0px 10px 10px;
	}
ul.h_menu{display:none;}

nav{
	z-index: 10000 !important;
	display: none;
	position: absolute;
	top:76px;
	width: 100%;
	background: #e99311;
	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:16px;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.menu_moji{display:block !important;color: #fff;}
.li_none{display:block !important;color: #fff;}
.menu_img{display:none !important;}  
}
@media screen and (max-width:500px){
nav{top:70px;}
}

@media screen and (max-width:700px){	
#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:230px; margin-left:10px;}
}
/*フッダー ----------------------------------------------------------------------------------*/
footer{
	width: 100%;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background-color:#E4E4E4;
}
.f_menu{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-top:20px;
}
footer p a{
	text-decoration:none;
}
footer p a:link,
footer p a:visited {
	color: #000000;
	font-weight: normal;
}

footer p a:hover,
footer p a:active {
	text-decoration: none;
	color: #3a5c23;
	font-weight:bold;
}
.f_logo{
	width:80%;
	text-align:center;
	margin:0 auto;
	padding:30px 0px;
}
@media screen and (max-width: 768px) {/*タブレット*/
.f_menu{
	text-align:center;
	font-size: 11px;
	line-height:130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-top:20px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 0px;
}
}

/* 文字  ----------------------------------------------------------------------------------*/
.S{
	font-size:17px;
	line-height: 170%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.M{
	font-size:25px;
	line-height: 130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.L{
	font-size: 30px;
	line-height: 150%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.pink{color:#ec5d6f;}
.marker{
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:14px;line-height: 150%;}
}
/* 配置 ----------------------------------------------------------------------------------*/
.right1{float: right;}
.left1{float: left;}	
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.m10{margin:10px;}
.m20{margin: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:#172a88;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #e83928;
}


/* 共通 ----------------------------------------------------------------------------------*/
.main{
	width: 100%;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.pink{color:#ED1178;}
.pt{
	background:url(../img/base/pt_bg.png);
	color:#1358a6;
	text-align:center;
	font-size:35px;
	line-height:140%;
	padding:30px 0px;
}
@media screen and (max-width: 1050px) {/*box1050以下*/
.p_top{padding-top:30px;}
.box{width: 95%;}

}
@media screen and (max-width: 700px) {
.pt{
	font-size:25px;
	padding:20px 0px;
}
}

/* タイトル ----------------------------------------------------------------------------------*/
.title{
	position: relative;
	padding:10px 20px;
	font-size:20px;
	line-height:120%;
	color:#FFF;
	width: calc(100% - 80px);
	box-sizing: border-box;
	margin-left: 40px;
	margin-bottom:30px;
	background: #325A8C;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	text-align:center;
}

.title:before,
.title:after{
	content: "";
	position: absolute;
	top:10px;
	height: 0;
	width: 0;
	border: 25px solid #325A8C;
	z-index:-1;
}
.title:before{
	right: -40px;
	border-right-color: transparent;
}
.title:after{
	left: -40px;
	border-left-color: transparent;
}
.title span{
	display:block;
}
.title span:before,
.title span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #1A3654;
}
.title span:before{
	right: 0;
	border-left: 5px solid #1A3654;
}
.title span:after{
	left: 0;
	border-right: 5px solid #1A3654;
}
.title1{
	color:#0917AC;
	font-size:20px;
	font-weight:bold;
}

.title2{
	color:#FFF;
	text-align:center;
	font-size:25px;
	line-height:140%;
}
@media screen and (max-width: 800px) {/*タブレット*/
.title2{
	font-size:18px;
}
}
/* 背景 ----------------------------------------------------------------------------------*/
.bg1{
	/* background:url(../img/base/bg1.png) repeat;*/
	margin: 80px 0px 30px;
}
.bg2{/* 2nd用*/
	background:url(../img/base/bg1.png) repeat;
	padding:60px 0px;
}
.bg3{
	padding:60px 0px;
}
@media screen and (max-width: 800px) {
.bg1{margin: 40px 0px 30px}
}
@media screen and (max-width: 600px) {
.bg1{margin: 30px 0px 10px}
.bg2{padding:40px 0px;}
}
/* タイトル文 ----------------------------------------------------------------------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
	margin-bottom: 10px;
}
}

/* main ----------------------------------------------------------------------------------*/
.main_pc{}
.main_sp{display: none;}
@media screen and (max-width: 700px) {
.main_pc{display: none;}
.main_sp{display: block!important;}
}


/* TOP ----------------------------------------------------------------------------------*/

.bx-wrapper {
	background:url(../img/base/slider_bg.jpg) center center no-repeat;
}
.top_info{
	font-size: 22px;
	line-height: 200%;
	text-align: center;
	margin: 50px 0px 20px;
}
ul.top_btn{
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:0px;
	margin-bottom: 30px;
}
ul.top_btn li{
	width:47%;
	margin-bottom:10px;
}
.check_box{
	width:80%;
	margin:0 auto 20px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 4px solid #78b0cd;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	padding:40px 20px;
	text-align:center;
}
ul.check_list{
	behavior: url("PIE.htc");
	display: inline-block;
	text-align:left;
	margin:0 auto;
	list-style:none;
}
ul.check_list li{
	padding:12px 10px;
	font-size:22px;
	vertical-align:top;
	border-bottom: dotted 4px #78b0cd;
}
.check_last{border: none!important;}

ul.check_list li::before{content: url(../img/top/check.png) ;}

@media screen and (max-width: 800px) {
.top_info{
	font-size: 18px;
	margin: 50px 0px 0px;
}
.top_info br{display: none;}
.check_box{
	width:100%;
	padding:10px 0px;
	box-sizing: border-box;
}
ul.check_list{
	padding:10px;
	}
ul.check_list li{
	font-size:16px;
	line-height:140%;
	padding:5px;
}
ul.check_list li::before{content: url(../img/top/check_sp.png) ;}
}
@media screen and (max-width: 600px) {
.top_info{
	font-size: 14px;
	margin: 30px 0px 0px;
	padding: 0px 10px;
}

.check_box{border: 3px solid #78b0cd;}
ul.check_list li{font-size:13px;border-bottom: dotted 2px #78b0cd;}
}

/*新着情報--------------------------*/
ul.news{
	list-style:none;
	background-color:#FFFFFF;
	padding:20px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
}
ul.news li{
	border-bottom:dashed 2px #CCC;
	font-size:18px;
	padding:10px;
}
ul.news li span{display:block;}
span.date{float:left;}
span.span_t{padding-left:7em;}
@media screen and (max-width: 800px) {/*タブレット*/
ul.news{padding:10px;}
ul.news li{
	font-size:11px;
	line-height:120%;
	padding:5px;
}
}
/*全ページ共通・お問合わせ--------------------------*/
.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;
}


@media screen and (max-width: 600px) {/*タブレット*/
.contact_in{
	width:95%;
	padding:30px 0px;
}
ul.con_list{
	display:block;
	width:80%;
	margin:0 auto;
}
.erea{
	width:100%;
	box-sizing: border-box;
}
.erea h2{font-size:20px;}
}


/* 表 --------------------------------------------*/
table.type01 {
	width:100%;
	margin:0 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;
}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01 {
	font-size:12px;
}
}


/* 会社概要 --------------------------------------------*/

table.type02 {
	max-width:800px;
	width:90%;
	margin:0 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.type02 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.type02 td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}

/* エアコンクリーニング --------------------------------------------*/
ul.gallery{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:20px 0px;
}
ul.gallery li{
	margin:10px;
	text-align:center;
}
ul.gallery li img{
	width: 170px;
	height: 170px;
	object-fit: cover; /* 画像切り取り */
}
@media screen and (max-width: 800px) {
ul.gallery li{width:28%;}
}
@media screen and (max-width: 600px) {
ul.gallery li{width:25%;}
ul.gallery li img{width: 120px;height: 120px;}
}
@media screen and (max-width: 500px) {
ul.gallery li img{width: 80px;height: 80px;}
}

/* よくあるご質問 --------------------------------------------*/
.faq_box{
	background-color:#FFF;
	border:solid 2px #CCC;
	padding:20px;
	max-width:800px;
	margin:0 auto 20px;
}
.faq_q{
	font-size:20px;
	color:#1358a6;
	font-weight:bold;
	margin-bottom:10px;
}
.faq_img{padding-right:10px;}

@media screen and (max-width: 600px) {
.faq_q{font-size:16px;}
}

/* お問合わせ　----------------------------------------------------------------------------------*/
.mailbox_all{
	box-sizing: border-box;
	margin:30px auto;
	padding: 20px 
	10px;
	width: 90%;
	background-color:#FFFFFF;
	border:solid 1px #D3D0D0;
}
.mailbox{
	margin:10px;
}
.red{
	color:#FF0004;
}

@media screen and (max-width: 600px) {/*タブレット*/
.mailbox_all{
	width: 100%;
	padding:10px;
}
}


/* 施工実績　----------------------------------------------------------------------------------*/
.works_box{
	background-color:#FFF;
	border:solid 2px #CCC;
	padding:20px 20px 0px;
	max-width:800px;
	margin:0 auto 20px;
}
.works_title{
	border-bottom:double 5px #1358a6;
	padding:0px 10px;
	color:#1358a6;
	font-size:20px;
	margin-bottom:20px;
}


/* 工事の流れ ----------------------------------------------------------------------------------*/
.flow_box{
	margin:20px auto;
}
