@charset "utf-8";

.top_hanyou{
	background-image: url("../images/service_top.png");
}

/* ---------- ムービー ---------- */
#movie{
	width: 80%;
	margin: auto;
}
#movie h2{
	text-align: center;
	color: #666666;
}
#movie .h2{
	font-size: 50px;
	color:#FF95AE;
	margin: 20px 0 30px 0;
}
#movie video{
	width:100%;
	max-width: 950px;
	margin: auto;
	margin-top: 10px;
	border-radius: 20px;
	border: solid #666666 20px;
}
@media screen and (max-width: 1000px){
#movie video{
	margin-top: 30px;
	width:700px;
}	
}
/* ------ プロは分解して徹底洗浄 ------ */
.service_2{
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url("../images/BG_green.png");
	padding-top: 100px;
	position: relative;
}
.service_2 .kazari{
	position: absolute;
	top: -50px;
    left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service_2 p{
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
	line-height: 35px;
	text-align: justify;
	margin-top: 20px;
}
.service_2 p span{
	color: #0097E0;
}
.service_2 .toge{
	margin-left: 150px;
	margin-top: -2px;
}
.service_2 h2{
	text-align: center;
	color: #FF2C52;
}
.bottom_haikei{
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/service_2_BG_bottom.png");
}
@media screen and (max-width: 1100px){
.service_2 .kazari{
    left: 50%;
}
	.service_2 p{
	text-align: center;
}
}

/* ------ エアコンクリーニングをするメリット ------ */
.service_4 .BG{
	background-color: #E0F5F1;
	margin-top: -5px;
}
.service_4 .BG .flex_column{
	margin-top: -70px;
}
.service_4 .h2{
	text-align: center;
	margin: 20px auto;
}
.service_4 .title_haba2{
	margin-top: -30px;
}
.service_4 .merit{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}
.service_4 .merit .flex_left{
	margin-bottom: 10px;
}
.service_4 .merit h2{
	margin-left: 15px;
	color: #5FBFFF;
}
.service_4 .merit p{
	width: 400px;
	line-height: 35px;
	margin-top: -15px;
}
.service_4 .p{
	color: #000;
	line-height: 35px;
	margin-left: 10px;
}
.service_4 .service_4-2 .flex_left{
	margin-bottom: 20px;
}
.service_4 .service_4-2{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	margin-top: 10px;
}
.service_4 .banner{
	background-image: url("../images/service_4-2banner.png");
	width: 90%;
	max-width: 1000px;
	margin: 30px auto;
	height: 160px;
	background-size: cover;
	padding-top: 30px;
}
.service_4 .banner p{
	text-align: center;
	color: #fff;
	font-family:  "font_B";
	font-size: 35px;
	line-height: 45px;
}
.service_4 .banner p span{
	color: #FFEC00;
}
@media screen and (max-width: 1100px){
	.service_4 .BG .flex_column{
	margin-top: -30px;
}
	.service_4 .merit p{
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	font-size: 28px;
}
	.service_4 .merit .right{
		width: 100%;
	}
}

/* ------ 業務用 ------ */
.service_5 .kahen_flex{
	margin-left: -100px;
}
.service_5 .sikaku{
	width: 550px;
	margin-top: 30px;
}
.service_5 .sikaku p{
	line-height: 35px;
	margin-top: 20px;
}

@media screen and (max-width: 1300px){
	.service_5 .kahen_flex{
	margin-left: 0px;
}
	.service_5 .sikaku{
	width: 700px;
	margin: auto;
	margin-top: 20px;
}
	.service_5  p{
	line-height: 40px;
	margin-top: 0px;
	font-size: 28px;
	padding: 30px;
}
}

/* ------ 注意事項 ------ */
.attention{
	background-color: #FF93AC;
	max-width: 1000px;
	width: 95%;
	margin: auto;
	border-radius: 20px;
	padding: 0 40px 40px 40px; 
}
.attention .title{
	margin: 20px auto;
}
.attention h2{
	font-size: 23px;
	color: #FF1D25;
	text-align: center;
}
.attention .text{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
}
.attention .kahen_flex_1000 img{
	width: 470px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1100px){
	.attention h2{
	font-size: 30px;
}
	.attention .kahen_flex_1000 img{
	width: 617px;
}	
}
@media screen and (max-width: 1000px){
	.attention{
	width: 100%;
	border-radius: 0px;
}	
}

/* ------ お客様の声 ------ */
.service_6 .title{
	position: relative;
	margin: 100px 0 30px 0;
}
.service_6 .title hr{
	border: #5FC0FF solid 3px;
	width: 100%;
}
.service_6 .title img{
	position: absolute;
	top: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.service_6 .koe{
	border-radius: 20px;
	padding: 20px;
	width: 325px;
	height: 1010px;
}
.service_6 p{
	line-height: 35px;
}
@media screen and (max-width: 1100px){
.service_6 .koe{
	width: 95%;
	height: inherit;
	margin: 20px 0;
	padding: 30px;
}
	.service_6 p{
	line-height: 45px;
}
}

/* ------ よくある質問 ------ */

.service_7{
	background-color: #FFF8C4;
	margin-top: -10px;
	margin-bottom: -20px;
}
.qa-1 {
	width: 100%;
    margin-bottom: 7px;
    
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #ff93ac;
    font-family: "font_B";
    cursor: pointer;
	font-weight: normal;
	padding-right: 20px;
	font-size: 20px;
	border: 2px solid #ff93ac;
    border-radius: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	line-height: 30px;
	text-align: center;
		
}
.qa-1 summary .Q{
	background-color: #ff93ac;
	padding: 15px 20px 10px 20px;
	border-radius: 12px 0 0 12px;
	
}
.qa-1 summary::after {
    transform: translateY(1%) rotate(180deg);
    width: 0;
	height: 0;
	border-style: solid;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-right: 15px solid #ff93ac;
	border-left: 0;
    content: '';
    transition: transform .3s;
}

.qa-1[open] summary::after {
    transform: rotate(270deg);
}

.qa-1 .A {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 3em 1.5em;
    transition: transform 1s, opacity .5s;
	border-radius: 15px;
}
.qa-1 .A p{
	color: #3E3A39;
	line-height: 40px;
}
.qa-1[open] .A {
    transform: none;
    opacity: 1;
	background-color: #FFE478;
	margin-bottom: 50px;
}



