﻿@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フォント */
	background: url("../img/base/bg_l.png") top left no-repeat,url("../img/base/bg_r.png") top right no-repeat;
}
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: 100%;
	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{
	margin-top: -15px;
	padding-bottom: 15px;
}
.header_in{
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	}
.logo{
	max-width: 380px;
	margin: 20px auto 0px;
	padding-top: 20px;
}
.nav_pc{}
.nav_sp{display: none!important;}

@media screen and (max-width:1000px){
.header_in{padding: 0px;width: 100%;}
.logo{max-width: 300px;margin: 10px 0px 0px 40px;}
.nav_pc{display: none!important;}
.nav_sp{
	padding: 0.2em 0!important;
	display: block!important;
	border: none!important;
	}
.sp_tel{padding-top: 20px!important;}
}

@media screen and (max-width:600px){
header{padding-bottom: 5px;}
.logo{width: 50%;margin: 0px 0px 0px 20px;}
}


/*SP メールボタン-----------------------------------------*/
.mail_btn{
	background: #77B6E5;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_btn i{padding-right: 5px;}
.mail_btn a:link,
.mail_btn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_btn li a:hover,
.mail_btn li a:active{
	color:#FFF!important;
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 50px;
	background: #fdeff5;
	background-size: 25%;
}
.footer_txt{
	font-size:13px;
	text-align:center;
	margin-bottom:40px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	max-width: 350px;
	margin: 0 auto;
	}
.copy{
	text-align:center;
	color:#775A38;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
footer{padding-top: 30px;}
.f_logo{
	width: 50%;
	margin: 0 auto;
	padding: 10px 30px;
}
.footer_txt{
	font-size:11px;
	text-align:center;
	margin-bottom:0px;
	padding: 0px 20px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#775A38;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#775A38;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/

.bg0{
	padding: 100px 0px;
	margin: 0 auto;
	width: 100%;
	background: #FFFF;
}
.bg1{
	background: url("../img/base/bg_l.png") top left no-repeat,url("../img/base/bg_r.png") top right no-repeat #FEF8FA;
	padding: 100px 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{
	color: #000000;
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 20px;
	border-bottom: 4px #F35988 solid;
	padding: 10px;
}
.title_img{
	text-align: center;
	margin: 0px auto 30px;
}
@media screen and (max-width: 700px) {
.title1{font-size: 22px;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 18px;}
.title_img{
	width: 45%;
	margin: 0px auto 20px;
}
}
/* title2---------------------------------------- */

.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #32190E;
	font-size: 50px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.title2 p{
	color: #E54B7A;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
.title2 h2{font-size: 40px;}
.title2 p{font-size: 20px;}
}

/* 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
=============================*/
.pt1{
	background:url("../img/house/pt.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt2{
	background:url("../img/aircon/pt1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt3{
	background:url("../img/other/pt.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt4{
	background:url("../img/contact/pt.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt5{
	background:url("../img/install/pt.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pt_h2{
	color: #FFF;
	font-size: 45px;
	line-height: 150%;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	text-align: center;
	border-bottom: solid 2px #FFF;
	margin-bottom: 20px;
}
.pt_h2 br{display: none;}
.pt_p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	text-align: center ;
}
@media screen and (max-width: 700px) {
.pt1,
.pt2,
.pt3,
.pt4,
.pt5{
	height: 200px;
	background-attachment: scroll;
	}
.pt_h2{font-size: 35px;line-height: 100%;padding-bottom: 15px;}
.pt_h2 br{display: block;}
}

/*=============================
	配置
=============================*/
.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: #f35988;
  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;
}

/*=============================
		ボタン　ブルー
=============================*/
.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 #FED9F2;
	border-left: 2px solid #FED9F2;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px 20px;
	font-weight: bold;
	border-right: 2px solid #FED9F2;
	border-bottom: 2px solid #FED9F2;
	background: #FFFDE8;
	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 #FED9F2;
	border-bottom: 2px solid #FED9F2;
	background: #FFFF;
	text-align: center;
	vertical-align:middle;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

@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:600px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 1000px;
	margin: 180px auto 0px;
	text-align: center;
	}
.vegas_text img{width: 50%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{margin: 150px auto 0px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 110px auto 0px;}
.vegas_text img{width: 60%;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{margin: 80px auto 0px;}
.vegas_text img{width: 60%;}
}

/*----------------------スクロールボタンの指定-------------------*/
.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{bottom: 40px;}
}
@media screen and (max-width: 500px) {
.scroll{bottom: 20px;}
}


/*=============================
		top
=============================*/


/*TOＰ1--------------------------------*/
.top1_box{
	width: 90%;
	max-width: 1200px;
	padding: 100px 0px;
	margin: 0 auto;
}
.top1_box_h2{}
.top1_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
}
.top1_txt{
	width: 55%;
	background: url("../img/base/bg1.png")top left no-repeat;
	background-size: 60%;
}
.top1_txt h2{
	width: 80%;
	margin: 0 auto 40px;
}
ul.top1_ul{}
ul.top1_ul li{
	font-size: 20px;
	margin-bottom: 15px;
	position: relative; /* 親要素にrelative指定をする */
	padding-left: 30px;
}
ul.top1_ul li::before{
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0;
  color: #E54B7A;
  display: block;
}

.top1_img{width: 40%;}
.banner1{margin: 100px auto 50px;}

@media screen and (max-width: 800px) {
.top1_in{
	flex-wrap: wrap;
	justify-content: center;
}
.top1_txt{width: 80%;margin-bottom: 50px;}
.top1_img{width: 60%;}
}

@media screen and (max-width: 600px) {
.top1_box{padding: 50px 0px;}
.top1_box_h2{width: 80%;margin: 0 auto;}
.top1_in{margin: 20px auto;}
.top1_txt{width: 95%;margin-bottom: 20px;}
.top1_txt h2{width: 90%;margin: 0 auto 20px;}
.top1_img{width: 80%;}
ul.top1_ul li{
font-size: 16px;
line-height: 150%;
}
.banner1{margin: 30px auto 0px;}
}


/*TOＰ2（ポイント）--------------------------------*/
.top2_box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}
ul.top_point{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
ul.top_point li{
	background: #FFFF;
	width: 28%;
	text-align: center;
	padding: 2%;
}
ul.top_point li img{margin: 0 auto;}
ul.top_point li h2{
	font-size: 30px;
	line-height: 120%;
	margin: 10px auto 20px;
}
ul.top_point li p{font-size: 15px;}

@media screen and (max-width: 800px) {
ul.top_point{flex-wrap: wrap;justify-content: center;}
ul.top_point li{width: 80%;padding: 5%; margin-bottom: 40px;}
ul.top_point li img{width: 50%;}
}

@media screen and (max-width: 600px) {
ul.top_point li h2{font-size: 25px;}
}


/*TOＰ3（サービス一覧）--------------------------------*/
ul.top_service{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
ul.top_service li{
	width: 30%;
	text-align: center;
}
ul.top_service li h2{
	font-size: 25px;
	margin: 10px auto;
}

@media screen and (max-width: 800px) {
ul.top_service{flex-wrap: wrap;justify-content: center;}
ul.top_service li{width: 80%;margin-bottom: 50px;}
ul.top_service li img{width: 70%;}
}

@media screen and (max-width: 600px) {
ul.top_service li{width: 90%;}
ul.top_service li img{width: 90%;}
}

/*LINE--------------------------------*/
.line{
	width: 90%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto 50px;
}
.line2{
	width: 90%;
	max-width: 1200px;
	text-align: center;
	margin: 100px auto;
}
@media screen and (max-width: 600px) {
.line2{
	margin: 50px auto;
}
}

/*料金表--------------------------------*/
.price_box{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}

/*エアコンクリーニング--------------------------------*/
.aircon_box{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.aircon_box h2{
	max-width: 1000px;
	margin: 0 auto;
}
.aircon_txt{
	font-size: 17px;
	line-height: 200%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
@media screen and (max-width: 600px) {
.aircon_txt{
	font-size: 14px;
	line-height: 200%;
	padding-top: 20px;
}
}


/*ハウスクリーニング--------------------------------*/
.house_box{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.house_h2{
	max-width: 800px;
	margin: 0 auto;
}
.house_txt{
	font-size: 18px;
	line-height: 200%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
ul.house_img{
	display: flex;
	margin: 50px auto;
}
ul.house_img li{margin: 5px;}


@media screen and (max-width: 950px) {
.house_txt{
	text-align: left;
}
ul.house_img{flex-wrap: wrap;justify-content: center;}
ul.house_img li{width: 45%;margin: 10px;}
}
@media screen and (max-width: 600px) {
.house_txt{
	font-size: 14px;
	line-height: 200%;
	padding-top: 20px;
}
ul.house_img{margin: 30px auto;}
ul.house_img li{margin: 5px;}
}

/*間取り--------------------------------*/
.house_box2{
	max-width: 1100px;
	width: 90%;
	margin: 100px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.madori_box{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	width: 45%;
	margin-bottom: 30px;
}
.madori_h2{
	font-size: 30px;
	color: #F35988;
}
.madori_txt{
	font-size: 16px;
	line-height: 200%;
}
.madori_img{
	width: 80%;
	margin: 20px auto 0px;
}

@media screen and (max-width: 1000px) {
.house_box2{
	flex-wrap: wrap;
	justify-content: center;
}
.madori_box{
	width: 90%;
	margin-bottom: 30px;
	border-radius: 20px;
}
.madori_h2{font-size: 25px;}
.madori_txt{font-size: 14px;line-height: 160%;}
.madori_img{margin: 5px auto 0px;}
}


/*お問い合わせ--------------------------------*/
.line_txt{
	max-width: 900px;
	margin: 0 auto;
	width: 90%;
}


.install_txt{
	text-align: center;
	font-size: 23px;
}
@media screen and (max-width: 600px) {
.install_txt{font-size: 16px;}
}

