﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
.right{text-align: right;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */



/* img ------------------*/
.img_pc{}
.img_sp{display: none;}
@media screen and (max-width: 600px) {
.img_pc{display: none;}
.img_sp{display: block;}
}

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}
.txt_left{text-align: left !important;}

@media screen and (max-width: 600px) {
.box{margin: 0 auto 20px;}
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #2C93D9;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ee751b;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}
.header_in{
	width: 95%;
	max-width: 1300px;
	margin: -5px auto 0px;
	padding: 0px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logo{width: 45%;}
.logo img{max-width: 450px;width: 100%;}

.header_r{width: 55%;}
ul.h_telmail{
	display: flex;
	justify-content: flex-end;
	align-items: center;;
}
ul.h_telmail li{
	padding: 0px 10px;
}

.h_tel{max-width: 350px;}

.sp_tel{font-size: 13px;}

@media screen and (max-width:1000px){
.header_in{padding: 10px 0px 15px;}
ul.h_telmail{display: none;}
.logo{
	width: 70%;
	padding-left: 10px;
	}
.header_r{width: 30%;}
}

@media screen and (max-width:600px){
.header_in{
	width: 95%;
	padding: 10px 0px 10px;
	}

}

/* -------------------ヘッダーBTN　/フェイズでも使用-------------- */
.mail_btn{
	background: #EF7557!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FB8E73!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #EF7557;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer　お問合せ
=============================*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 20px 0px 15px;
	width: 45%;
	border-radius: 20px;
	margin-bottom: 20px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #000;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #000;
	padding: 0px;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	margin: 5px 0px;
}
.contact_txt{font-size: 16px;}
.contact_tel{
	font-size: 40px;
	line-height: 120%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}
.contact_line{text-align: center;}

@media screen and (max-width: 1000px) {
.top_contact{
	padding: 70px 0px 70px;
	background:url("../img/base/bg1_sp.jpg") no-repeat center center;
	background-size: auto 100%;  /* 高さに合わせて調整*/
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;}
ul.contact_btn li i{font-size: 40px;}
}
@media screen and (max-width: 500px) {
ul.contact_btn li i{font-size: 35px;}
.contact_txt{font-size: 14px;}
.contact_tel{font-size: 23px;}	
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 50px;
}	

.f_logo{
	text-align:center;
	margin:0 auto 50px;
	max-width: 350px;
}
.f_txt{
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	margin: 0px auto 50px;
}

.f_copy{
	color:#272727;
	font-size:12px;
	text-align:center;
	padding:20px 0px 0px;
}

@media screen and (max-width: 600px) {
footer{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 30px;
	padding-bottom: 80px;
}
.f_logo{
	width:70%;
	margin:0 auto 0px;
}
.f_txt{
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	margin: 0px auto 10px;
}
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#272727;
	text-decoration:none;
}
@media screen and (max-width: 600px) {
	ul.f_menu{display:none;}
}

/*=============================
		スマホ版フッダーメニュー
=============================*/
.footer_bar{display: none;}

@media screen and (max-width: 700px) {
.footer_bar{
	position: fixed;
	bottom: 0px;
	display: block;
	background: #70b9d6;
	width: 100%;
	z-index: 100;
}
.footer_bar ul{
	display: flex;
	justify-content: space-around;
}
.footer_bar ul li{margin: 0px 5px;}
.footer_bar ul li img{
	max-width: 60px;
	padding: 5px 0px 10px;
}
}

/*=============================
		BG
=============================*/

.bg0{
	padding: 150px 0px;
	margin: 0 auto;
	width: 100%;
	background: #FFFF;
}
.bg1{
	background: #F1F9FC;
	padding: 150px 0px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 800px) {
.bg0{padding: 50px 0px;}
.bg1{padding: 50px 0px;}
}


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 200%;
	padding: 0px 10px;
}
.S_big{font-size:20px;}
.S2{
	font-size:16px;
	line-height: 160%;
	padding: 0px 10px 20px;
}
.M{
	font-size:20px;
	line-height: 200%;
	padding: 0px 10px;
	margin: 10px 0px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
}
.red{color:#ff0000;}/*赤*/
.blue{color: #2991DC;}/*青*/
.blue2{color: #31b7fc;}/*水色*/
.pink{color:#ec5d6f;}/*ピンク*/
.pink2{color:#F372AE;}/*ピンク*/
.white{color:#FFF;}/*白*/
.orange{color: #ffb923;}/*オレンジ*/
.green1{color: #76c353;}/*黄緑*/
.green2{color: #36b100;}/*緑*/
.kon{color: #223a70;}/*紺*/
.purple{color: #8E0277;}/*むらさき*/

.big{font-weight: bold;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {
.S{font-size:12px;line-height: 170%;}
.S_big{font-size:17px;}
.S2{font-size:12px;line-height: 170%;}
.M{font-size:15px;line-height: 170%;}
.L{font-size:20px;line-height: 170%;}
}


/*=============================
		title
=============================*/
.title1{
	text-align: center;
	margin-bottom: 50px;
}
.title1 h2{
	color: #FFF;
	font-size: 70px;
	margin-bottom: 0px;
	display: inline-block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.title1 p{
	color: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
.title1{
	text-align: center;
	margin-bottom: 30px;
}
.title1 h2{font-size: 40px;}
.title1 p{font-size: 16px;}
}

/* title2---------------------------------------- */

.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #2b7dc2;
	font-size: 70px;
	line-height: 120%;
	margin-bottom: 0px;
	display: inline-block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.title2 p{
	color: #313131;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
.title2{
	text-align: center;
	margin-bottom: 30px;
}
.title2 h2{font-size: 40px;}
.title2 p{font-size: 16px;}
}

/* title_2nd---------------------------------------- */
.title_2nd{
	background: #F3F9FD;
	border-left: solid 10px #BEDEF3;
	font-size: 25px;
	line-height: 120%;
	padding: 15px 15px 15px 30px;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
.title_2nd{
	background: #F3F9FD;
	border-left: solid 10px #BEDEF3;
	font-size: 18px;
	line-height: 120%;
	padding: 10px 10px 10px 20px;
	margin-bottom: 15px;
}
}


.pt{/*ハウスクリーニング */
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt2{/*エアコンクリーニング */
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt3{/*店舗情報 */
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt:before,
.pt2:before,
.pt3:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 50px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt,.pt3{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	width: 100%;
}
.pt2{
	padding: 30px 0px 130px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	width: 100%;
}
.pt-inner h1{font-size: 30px;line-height: 120%;}
.pt-inner p{font-size: 18px;}
}



/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #2b7dc2;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
	#page_top{
		display: none;
	}
}


/*=============================
		ボタン　ブルー
=============================*/
.btn1{/* --------------------------ブルー */
	background-color:#77B6E5;
	padding: 0.8em 1.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn1{font-size:16px;}
}

.btn2{/* -------------------------オレンジ */
	background-color:#FC7435;
	padding: 1em 2.5em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:16px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}



/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:10px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px 20px;
	font-weight: bold;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background: #ECECEC;
	vertical-align:middle;
	text-align:center;
	color: #3B3B3B;
}
table.type01 th span{font-weight: bold!important;}
table.type01 td {
	padding: 5px 10px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background: #FFFF;
	text-align: center;
	vertical-align:middle;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}
.t_l{text-align: left!important;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:13px;}
}
@media screen and (max-width: 600px) {/*タブレット*/
table.type01{font-size:11px;}
table.type01 th {padding: 10px 5px;}
table.type01 td {padding: 3px;}
table.type01 th i{font-size: 15px;padding-right: 8px;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:650px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 550px;
	margin: 100px auto 0px;
	text-align: center;
	}
.vegas_text img{width: 100%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{margin: 60px auto 0px;}
.vegas_text img{width: 90%;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 50px auto 0px;width: 70%;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

@media screen and (max-width: 700px) {
.scroll{display: none;}
}


/*=============================
		top
=============================*/


/*TOＰ1--------------------------------*/
.top1_box{
	width: 100%;
	padding: 250px 0px 150px;
	background: url("../img/base/bg2_u.jpg") no-repeat center top,url("../img/base/bg2_d.jpg") no-repeat center bottom;
	background-size: 100%;
	/*
	background: url("../img/base/bg1_r.png") no-repeat right top,url("../img/base/bg1_l.png") no-repeat left bottom;*/
}

.top_info{
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 50px;
}
.info_txt{width: 60%;}
.info_img{width: 35%;}
.info_txt h2{
	font-size: 30px;
	font-weight: bold;
	color: #2b7dc2;
	margin-bottom: 20px;
}
.info_txt p{
	font-size: 18px;
}


@media screen and (max-width: 900px) {
.top1_box{padding: 100px 0px;}
.top_info{flex-wrap: wrap;justify-content: center;}
.info_txt{width: 100%;margin-bottom:50px;}
.info_img{width: 80%;}
}
@media screen and (max-width: 600px) {
.top1_box{padding: 100px 0px;}
.top_info{margin: 0 auto 0px;}
.info_txt h2{font-size: 18px;}
.info_txt p{font-size: 13px;}
}

/*TOp ul--------------------------------*/
ul.top1_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 100px;
}
ul.top1_list li{
	width: 30%;
	margin-bottom: 30px;
}
ul.top1_list li img{
	margin-bottom: 20px;
}
ul.top1_list li p{
	font-size: 18px;
	padding: 0px 20px;
	text-align: center;
}
@media screen and (max-width: 1000px) {
ul.top1_list li p{
	font-size: 15px;
	padding: 0px 10px;
}
}

@media screen and (max-width: 600px) {
ul.top1_list{
	margin: 0 auto 0px;
	width: 100%;
	}
ul.top1_list li{width: 45%;}
ul.top1_list li p{
	font-size: 13px;
	padding: 0px 10px;
}
}

/*　TOPサービス --------------------*/
ul.top_service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1400px;
	width: 90%;
	margin: 0px auto;
	padding: 50px 0px 0px;
}
ul.top_service li{
	width: 45%;
	margin-bottom: 50px;
}
.top_service_img{
	position: relative;
    display: inline-block;
}
.top_service_img img {
    display: block;
    width: 100%;
    height: auto;
}
.top_service_img h2{
	position: absolute;
    top: 45%; /* 上から45% */
    left: 50%; /* 左から50% */
    transform: translate(-50%, -50%); /* 完全に中央揃え */
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* 文字を読みやすく */
	font-size: 40px;
	text-align: center;


	width: 90%;
	max-width: 100%; /* はみ出さないように */
}
.top_service_img p{
	position: absolute;
    top: 65%; /* 上から65% */
    left: 50%; /* 左から50% */
    transform: translate(-50%, -50%); /* 完全に中央揃え */
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* 文字を読みやすく */
	font-size: 16px;
	line-height: 130%;
	text-align: center;
}
.top_service_txt{
	font-size: 18px;
	line-height: 160%;
	color: #fff;
	padding: 10px 0px 0px;
}

@media screen and (max-width:1100px){
ul.top_service{justify-content: center;}
ul.top_service li{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
}

@media screen and (max-width:700px){
ul.top_service{padding: 30px 0px;}
.top_service_img h2{
	top: 35%; /* 上から45% */
	font-size: 25px;
}
.top_service_txt{
	top: 70%; /* 上から65% */
	font-size: 12px;
	line-height: 160%;
}
}




/* ハウスクリーニング---------------------------- */
.house_title1{
	max-width: 650px;
	width: 80%;
	margin: 0 auto 50px;
}
.house_title2{
	background: #70b9d6;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.gallery_box{
	border: solid 2px #70b9d6;
	background: #FFF;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
}
ul.gallery li{
	width: 24%;
	font-size: 20px;
	text-align: center;
}

ul.point_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 50px;
}
ul.point_list li{
	background: #70b9d6;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	margin: 0px 10px 15px;
}
@media screen and (max-width:800px){
ul.point_list li{font-size: 18px;}
ul.gallery li{
	width: 45%;
	font-size: 16px;
}
}

@media screen and (max-width:600px){
.house_title1{margin: 0 auto 30px;}
.house_title2{
	font-size: 17px;
	padding: 10p;
	margin-bottom: 20px;
}
ul.point_list{margin: 0 auto 30px;}
ul.point_list li{font-size: 14px;padding: 10px;}
}


/* 料金表---------------------------- */
.price_box{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}


/* エアコンクリーニング---------------------------- */
.aircon_title1{
	max-width: 800px;
	width: 80%;
	margin: 0 auto 100px;
}
.nayami_box{
	background:#efefef;
	padding: 50px;
	border-radius: 20px;
	max-width: 900px;
	width: 90%;
	margin: 0 auto 100px;
	box-sizing: border-box;
}

.nayami_in{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.nayami_in h2{margin: 0 auto 30px;}

.nayami_img{width: 30%;text-align: center;}
ul.nayami_ul{width: 60%;}
ul.nayami_ul li{
	font-size: 20px;
	margin-bottom: 15px;
	position: relative; /* 親要素にrelative指定をする */
	padding-left: 30px;
}
ul.nayami_ul li::before{
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0;
  color: #2c76b5;
  display: block;
}
.senzai{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

.info_img2{width: 35%;}

@media screen and (max-width:800px){
.aircon_title1{margin: 0 auto 30px;}
.nayami_img{width: 50%;}
ul.nayami_ul{width: 100%;}
.info_img2{width: 60%;}
}
@media screen and (max-width:600px){
.nayami_box{
	padding: 20px;
	margin: 0 auto 30px;
}
.nayami_in h2{margin: 0 auto 10px;}
ul.nayami_ul li{
	font-size: 12px;
	padding-left: 20px;
}
}
