@charset "UTF-8";

.gyomu_bg {
	position:relative;
	width:100%;
	min-width:1200px;
	height:300px;
	background:#000 url(../images/gyomu/bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}

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

.gyomutext1 {
	font-size:1.1em;
	font-weight:bold;
}


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

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