@charset "UTF-8";
/* case_newBuild_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: #898989;
	color: #fff;
}
.jirei_header .main_text .overview dl{
	margin-top: 10px;
	width: 280px;
	height: 70px;
}
.jirei_header .main_text .overview dl dt{
	width: 35%;
	float: left;
}
.jirei_header .main_text .overview dl dd{
	width: 65%;
	float: left;
}
.jirei_header .main_text .tag{
	margin-top: 25px;
}
.jirei_header .main_text .tag a{
	display: inline-block;
	color: #898989;
	letter-spacing: 0.05em;
	margin:2px;
	padding: 3px 10px;
	border: solid 1px #898989;
	border-radius: 15px;
}
.cont_01,
.cont_textarea,
.cont_02,
.cont_03,
.cont_04,
.cont_05{
	margin-top: 100px;
}
.cont_textarea .cont_text{
	margin: 0 3%;
	text-align: justify;
}
.cont_textarea .cont_text:nth-of-type(1){
	text-indent: 1em;
}
.cont_01 .cont_image:nth-of-type(1),
.cont_02 .cont_image:nth-of-type(1),
.cont_03 .cont_image:nth-of-type(1),
.cont_04 .cont_image:nth-of-type(1),
.cont_05 .cont_image:nth-of-type(1){
	margin-right: 3%;
}
.cont_01 .cont_image:nth-of-type(2),
.cont_02 .cont_image:nth-of-type(2),
.cont_03 .cont_image:nth-of-type(2),
.cont_04 .cont_image:nth-of-type(2),
.cont_05 .cont_image:nth-of-type(2){
	margin-left: 3%;
}
.cont_01 .cont_image a,
.cont_02 .cont_image a,
.cont_03 .cont_image a,
.cont_04 .cont_image a,
.cont_05 .cont_image a{
	display: block;
	width: 100%;
	height:620px;
	overflow: hidden;
	position: relative;
}
.cont_01 .cont_image a img:first-of-type,
.cont_02 .cont_image a img:first-of-type,
.cont_03 .cont_image a img:first-of-type,
.cont_04 .cont_image a img:first-of-type,
.cont_05 .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;
}
.photo_caption{
	margin: 25px 0 0;
	font-size: 12px;
}
.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 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 h3:before{
		top:5px;
	}
	.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: #898989;
		color: #fff;
	}
	.jirei_header .main_text .overview dl{
		margin-top: 10px;
		width: 100%;
		height: 70px;
	}
	.jirei_header .main_text .overview dl dt{
		width: 35%;
		float: left;
	}
	.jirei_header .main_text .overview dl dd{
		width: 65%;
		float: left;
	}
	.jirei_header .main_text .tag{
		margin-top: 10px;
	}
	.jirei_header .main_text .tag a{
		display: inline-block;
		color: #898989;
		letter-spacing: 0.05em;
		margin:2px;
		padding: 3px 10px;
		border: solid 1px #898989;
		border-radius: 15px;
	}
	.cont_01,
	.cont_textarea,
	.cont_02,
	.cont_03,
	.cont_04,
	.cont_05{
		margin-top: 50px;
		padding: 0 5%;
	}
	.cont_textarea .cont_text{
		margin: 0 0 25px;
		text-align: justify;
	}
	.cont_textarea .cont_text:nth-of-type(1){
		text-indent: 1em;
	}
	.cont_01 .cont_image:nth-of-type(1),
	.cont_02 .cont_image:nth-of-type(1),
	.cont_03 .cont_image:nth-of-type(1),
	.cont_04 .cont_image:nth-of-type(1),
	.cont_05 .cont_image:nth-of-type(1){
		margin-right:0;
		margin-bottom: 50px;
	}
	.cont_01 .cont_image:nth-of-type(2),
	.cont_02 .cont_image:nth-of-type(2),
	.cont_03 .cont_image:nth-of-type(2),
	.cont_04 .cont_image:nth-of-type(2),
	.cont_05 .cont_image:nth-of-type(2){
		margin-left:0;
		margin-bottom: 50px;
	}
	.cont_01 .cont_image a,
	.cont_02 .cont_image a,
	.cont_03 .cont_image a,
	.cont_04 .cont_image a,
	.cont_05 .cont_image a{
		display: block;
		width: 100%;
		height:auto;
		overflow: hidden;
		position: static;
	}
	.cont_01 .cont_image a img:first-of-type,
	.cont_02 .cont_image a img:first-of-type,
	.cont_03 .cont_image a img:first-of-type,
	.cont_04 .cont_image a img:first-of-type,
	.cont_05 .cont_image a img:first-of-type{
		position: static;
		width: 100%;
		transform: none;
		height: auto;
	}
	.photo_caption{
		margin: 15px 0 0;
		font-size: 10px;
	}
	.link_btn_white{
		width: 230px;
		margin: 0 auto;
	}
	
}



