@charset "utf-8";
/*
 * owl 背景モデルCSS
 */
.owl_bgsize{
	width: 100%;
}

.owl_bgsize .owl_bgimg{
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.owl_bgsize .owl_bgimg01{
	background-image: url(../../img/home/promo_slide01.jpg);
}
.owl_bgsize .owl_bgimg02{
	background-image: url(../../img/home/promo_slide02.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.owl_bgsize .owl_bgimg{
		height: 400px;
	}
}
@media print{
	.owl_bgsize .owl_bgimg{
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	.owl_bgsize .owl_bgimg{
		height: 260px;
	}
}



