@charset "UTF-8";

/* ========================================
   ヒーロー（ace-life-home page-home.php 準拠）
   ======================================== */

.hero_image {
	display: block;
	width: 100%;
}

.hero_image_inner {
	width: 100%;
}

.hero_image picture,
.hero_image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media (width >= 768px) {
	/* ヒーロー上にヘッダーを重ねる（.header-inner サイズは変更しない） */
	.home .header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}
