@charset "UTF-8";
/* CSS Document */

/*▼ポイントスタイル*/
.point-waku{
	width: 90%;
	height: auto;
	}

.ml15{
	color: #137625;
	text-align: left;
	font-family: "UD Shin Go Medium";
	margin-top: 20px;
	}

@media only screen and (max-width: 1260px){
.ml15{
	font-size: 6vw; 
	margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1261px){
.ml15{
	font-size: 55px;
	margin-bottom: 40px;
	}
}

.ml15 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

@media only screen and (min-width: 1261px){
/*▼タブレット横・PC用*/
.ml15{
	float: left;
	}
	
.point-waku-l{
	width: 100%;
	float: left;
	background-image: url(../img/Repair-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-size: 500px auto;
	overflow: hidden;	
	}

.point-waku-r{
	display: none;
	}
	
.line{
	clear: both;
	border-bottom: 2px solid #29A339;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1260px){
.ml15{
	float: left;
	}
	
.point-waku-r{
	display: none;
	}
	
.point-waku-l{
	width: 100%;
	float: left;
	background-image: url(../img/Repair-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-size: 380px auto;
	overflow: hidden;
	}
	
	
.line{
	clear: both;
	border-bottom: 2px solid #29A339;
	}
}

@media only screen and (max-width: 979px){
/*▼スマホ・タブレット縦*/
.point-waku-r{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #29A339;
	}
	
.point-waku-l{
	width: 100%;
	}
	
.point-waku-r img{
	width: 60%;
	height: auto;
	}
}

/* ▼ページポイント */
.point1,.point2,.point3 {
	clear: both;
	margin: 0px 0px 40px;
	font-family: "UD Shin Go Medium";
	}

.point-icon img{
	width: 70px;
	height: auto;
	float: left;
	margin-right: 20px;
	}

.point-title{
	font-size: 30px;
	margin-bottom: 10px;
	}

.point-text{
	color: #595757;
	font-family: "UD Shin Go Regular";
	}





.about{
	margin-top: -50px;
}

@media only screen and (max-width: 767px){
/*
.img-photo{
	border-bottom: 2px solid #E9EAEA;
	}
*/
	
.photo-line{
	border-bottom: 2px solid #E9EAEA;
	}
	
}


.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}




.img-photo img {
	width: 100%;
	height: auto;
	margin: 0px;
	}


.space{
	padding: 20px 0px;
}