@charset "UTF-8";

.kensetsu_bg {
	position:relative;
	width:100%;
	min-width:1200px;
	height:300px;
	background:#fff url(../images/kensetsu/bg.jpg?2) 50% 70% no-repeat;
	background-size:cover;
}

.icatch {
	position:absolute;
	top:150px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	text-align:center;
}


/* パソコンonly用 */
@media screen and (min-width:566px){
	
}

/* スマホ用 */
@media screen and (max-width:565px){
	.kensetsu_bg {
		min-width:100%;
	}
	
	.icatch {
		position:absolute;
		top:90px;
		left:0;
		width:100%;
		margin-left:0;
		padding:20px;
		text-align:center;
	}
}
