@import url("global.css");


.content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.content h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.content .txt {
	font-size: 16px;
	line-height: 1.9;
}
.content .txt p {
	margin-top: 10px;
}

.bg_image {
	background: url(../reform/img/bg.jpg) center center;
	background-size: cover;
	height: 480px;
	margin: 80px 0 70px;
}

.circle {
	background: url(../reform/img/circle.jpg) center center no-repeat;
	height: 290px;
	width: 100%;
	margin-top: 90px;
	position: relative;
}
.circle .logo_image {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 340px;
}
.circle .box {
	position: absolute;
	background-color: #38783D;
	display: inline-block;
	width: 260px;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 18px 0;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 4px;
}
.circle .box .eng {
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.circle .roof {
	top:-40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.circle .interior {
	top: 85px;
	right: 25px;
}
.circle .wet {
	bottom: -30px;
	right: 200px;
}
.circle .exterior {
	bottom: -30px;
	left: 200px;
}
.circle .maintenance {
	top: 85px;
	left: 25px;
}

.gallery {
	margin: 130px auto 0;
	width: 100%;
	max-width: 1000px;
}
.gallery h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 70px;
	text-align: center;
	position: relative;
}
.gallery h3::after {
	content:"";
	position: absolute;
	width: 140px;
	height: 2px;
	background-color: #333;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gallery .half {
	width: 480px;
	float: left;
}
.gallery .half h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	background-color: #f3f3f3;
	padding: 5px 0;
	border-radius: 2px;
}
.gallery .half.last {
	width: 480px;
	float: right;
}
.gallery .half .slide_selector {
	width: 260px;
	float: left;
}
.gallery .half .before {
	margin-top: 50px;
	float: right;
	position: relative;
}
.gallery .half .before .text {
	position: absolute;
	bottom: 0;
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	text-align: right;
	padding: 4px 10px 4px 0;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}




/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){


.content {
	width: auto;
	max-width: 100%;
	margin: 0 20px;
}
.content h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.content .txt {
	font-size: 15px;
}

.bg_image {
	height: 400px;
	margin: 60px 0 50px;
}

.circle {
	background: none;
	height: auto;
	width: 100%;
	margin-top: 50px;
}
.circle .logo_image {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto 10px;
	width: 300px;
}
.circle .box {
	position: relative;
	background-color: #38783D;
	display: inline-block;
	width: 48%;
	float: left;
	margin: 20px 1% 0;
}
.circle .roof {
	top: 0;
	left: 0;
	right: 0;
	margin: 20px 1% 0;
}
.circle .interior {
	top: 0;
	right: 0;
}
.circle .wet {
	bottom: 0;
	right: 0;
}
.circle .exterior {
	bottom: 0;
	left: 0;
}
.circle .maintenance {
	top: 0;
	left: 0;
}

.gallery h3 {
	font-size: 24px;
}
.gallery {
	margin: 90px 20px 0;
	width: auto;
	max-width: 100%;
}
.gallery .half {
	width: 480px;
	float: none;
	margin: 30px auto 0;
}
.gallery .half.last {
	width: 480px;
	float: none;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.content {
	margin: 0 10px;
}
.content h3 {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
}
.content .txt {
	font-size: 14px;
}

.bg_image {
	height: 200px;
	margin: 40px 0 30px;
}

.circle {
	margin-top: 40px;
}
.circle .logo_image {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 260px;
}
.circle .box {
	font-size: 12px;
	margin: 10px 1% 0;
}
.circle .box .eng {
	font-size: 17px;
	margin-bottom: 8px;
}

.gallery {
	margin: 60px 20px 0;
	width: auto;
	max-width: 100%;
}
.gallery h3 {
	font-size: 18px;
	margin-bottom: 55px;
}
.gallery .half {
	width: 100%;
}
.gallery .half h4 {
	font-size: 16px;
	width: 280px;
	margin: 0 auto 15px;
}
.gallery .half.last {
	width: 100%;
	margin-top: 50px;
}
.gallery .half .slide_selector {
	width: 300px;
	float: none;
	margin: 0 auto;
}
.gallery .half .slide_selector .slick-slide img {
	text-align: center;
	margin: 0 auto;
}
.gallery .half .before {
	margin-top: 40px;
	float: none;
	display: inline-block;
}




}









