@charset "utf-8";

#top_img {
	background-image: url("../images/Top_img1.png");
}

/*........../ R&Fリフォームのサービス /..........*/
#service .wrap {
	max-width: 900px;
}
#service .title {
	text-align: center;
}
.services {
	width: 95%;
	max-width: 1500px;
	margin: auto;
}
.services section {
	width: 25%;
	padding: 2.5%;
	border: #FFF 1px solid;
}
.services .img {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.services .img1 {
	background-image: url("../images/Top_img1.png");
}
.services .img2 {
	background-image: url("../images/Top_img2.png");
}
.services .img3 {
	background-image: url("../images/Service_img (1).png");
}
.services .img4 {
	background-image: url("../images/Top_service (1).png");
}
.services .img5 {
	background-image: url("../images/Service_img (2).png");
}
.services .img6 {
	background-image: url("../images/Top_img3.png");
}
.services .img7 {
	background-image: url("../images/Top_img.png");
}
.services h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #9A8A78;
	font-size: 1.8rem;
	line-height: 3ex;
	margin-bottom: 25px;
}

/*........../ リフォーム施工事例 /..........*/
#sekou {
	max-width: 1500px;
	padding-top: 50px;
}
#sekou .title {
	text-align: center;
}
#sekou section {
	width: 28%;
	margin: 5% 2.665% 0 2.665%;
}
#sekou section h4 {
	color: #9A8A78;
	margin: 20px 0 10px 0;
}
#sekou section h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 2.5ex;
}
#sekou section p {
	line-height: 3ex;
	font-size: 0.9rem;
}