@charset "UTF-8";
/* case_renovation_single */

article{
	margin-bottom: 100px;
}
.jirei_header{
	height: 480px;
}
.jirei_header .main_photo{
	margin-right: 3%;
}
.jirei_header .main_photo a{
	display: block;
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
a .large{
	position: absolute;
	bottom:20px;right: 20px;
	transition: .5s;
	opacity: 0;
}
a:hover > .large{
	opacity: 1;
}
.jirei_header .main_photo img:first-of-type{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.jirei_header .main_text{
	margin-left:3%;
}
.jirei_header .main_text .owner{
	margin-top: 10px;
}
.jirei_header .main_text h2{
	margin-top: 20px;
}
.jirei_header .main_text .overview{
	margin-top: 20px;
}
.jirei_header .main_text .overview_data{
	margin-top: 10px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 15px;
}
.jirei_header .main_text .overview .kinds span{
	display:inline-block;
	width: 85px;
	height: 25px;
	margin-right:10px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #c8c8c8;
	color: #fff;
}
.jirei_header .main_text .overview dl{
	margin-top: 10px;
	width: 100%;
	height: 70px;
}
.jirei_header .main_text .overview dl dt{
	width: 20%;
	float: left;
}
.jirei_header .main_text .overview dl dd{
	width: 80%;
	float: left;
}
.jirei_header .main_text .tag{
	margin-top: 25px;
}
.jirei_header .main_text .tag a{
	display: inline-block;
	color: #c8c8c8;
	letter-spacing: 0.05em;
	margin:2px;
	padding: 3px 10px;
	border: solid 1px #c8c8c8;
	border-radius: 15px;
}
.cont_01,
.cont_02,
.cont_03,
.cont_04{
	margin-top: 100px;
}
.cont_01 .cont_text,
.cont_03 .cont_text{
	padding-left:25px;
	margin-right: 6%;
}
.cont_02 .cont_text,
.cont_04 .cont_text{
	margin-left: 6%;
	padding-right:25px;
}
.cont_01 h3,
.cont_02 h3,
.cont_03 h3,
.cont_04 h3{
	margin-bottom: 50px;
}
.cont_01 p,
.cont_02 p,
.cont_03 p,
.cont_04 p{
	text-indent: 1em;
	text-align: justify;
}
.cont_image a{
	display: block;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.cont_image a img:first-of-type{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.cont_image img{
	max-width: 100%;
	height: auto;
}
.zumen{
	margin-top: 100px;
}
.zumen_before{
	padding-right: 40px;
}
.zumen_after{
	padding-left: 40px;
}
.zumen p{
	margin: 0 auto 25px;
}
.zumen a{
	display: block;
	width: 560px;
	height: 500px;
	text-align: center;
	overflow: hidden;
	background-color: #EAEAEA;
	position: relative;
}
.zumen_after a{
	background-image: url("../img/jirei/logo_attract.png");
	background-repeat: no-repeat;
	background-position: bottom 15px center;
}
.zumen a img:first-of-type{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}
.caption{
	padding: 0 5%;
}
.link_btn_white{
	width: 230px;
	margin: 0 auto;
}

@media screen and (min-width:0px) and (max-width:767px) {

	article{
		margin-bottom: 50px;
	}
	.jirei_header{
		padding: 0 5%;
		height: auto;
	}
	.jirei_header .main_photo{
		margin-right:0;
	}
	.jirei_header .main_photo a{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
		position: relative;
	}
	a .large{
		display: none;
	}
	.jirei_header .main_photo img:first-of-type{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.jirei_header .main_text{
		margin-left:0;
	}
	.jirei_header .main_text .owner{
		margin-top: 15px;
		text-align: right;
	}
	.jirei_header .main_text h2{
		margin-top: 25px;
	}
	.jirei_header .main_text .overview{
		margin-top: 25px;
	}
	.jirei_header .main_text .overview_data{
		margin-top: 10px;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		padding: 15px;
	}
	.jirei_header .main_text .overview .kinds span{
		display:inline-block;
		width: 85px;
		height: 25px;
		margin-right:10px;
		font-size: 12px;
		text-align: center;
		line-height: 25px;
		background-color: #c8c8c8;
		color: #fff;
	}
	.jirei_header .main_text .overview dl{
		margin-top: 10px;
		width: 100%;
		height: 70px;
	}
	.jirei_header .main_text .overview dl dt{
		width: 30%;
		float: left;
	}
	.jirei_header .main_text .overview dl dd{
		width: 70%;
		float: left;
	}
	.jirei_header .main_text .tag{
		margin-top: 10px;
	}
	.jirei_header .main_text .tag a{
		display: inline-block;
		color: #c8c8c8;
		letter-spacing: 0.05em;
		margin:2px;
		padding: 3px 10px;
		border: solid 1px #c8c8c8;
		border-radius: 15px;
	}
	.cont_01,
	.cont_02,
	.cont_03,
	.cont_04{
		margin-top: 50px;
		padding: 0 5%;
	}
	.cont_01 .cont_text,
	.cont_03 .cont_text{
		padding-left:0;
		margin-right:0;
		margin-bottom: 25px;
	}
	.cont_02 .cont_text,
	.cont_04 .cont_text{
		margin-left:0;
		padding-right:0;
	}
	.cont_01 h3,
	.cont_02 h3,
	.cont_03 h3,
	.cont_04 h3{
		margin-bottom: 25px;
	}
	.cont_01 p,
	.cont_02 p,
	.cont_03 p,
	.cont_04 p{
		text-indent: 1em;
		text-align: justify;
	}
	.cont_image a{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin:15px 0;
		position: static;
	}
	.cont_image a img:first-of-type{
		position: static;
		display: block;
		width: 100%;
		height: auto;
		transform: none;
	}
	.zumen{
		margin-top: 50px;
	}
	.zumen_before{
		padding-right:0;
	}
	.zumen_after{
		margin-top: 25px;
		padding-left:0;
	}
	.zumen p{
		margin: 0 0 15px 5%;
	}
	.zumen p:before{
		top:5px;
	}
	.zumen a{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 125%;
		text-align: center;
		overflow: hidden;
		background-color: #EAEAEA;
		position: relative;
	}
	.zumen_after a{
		background-image: url("../img/jirei/logo_attract.png");
		background-repeat: no-repeat;
		background-position: bottom 15px center;
	}
	.zumen a img:first-of-type{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 85%;
		max-height: 85%;
		width: auto;
		height: auto;
	}
	.caption{
		padding: 0;
	}
	.link_btn_white{
		width: 230px;
		margin: 0 auto;
	}
	
}





