@charset "utf-8";
/*ヘッダーイメージ*/
#top_img { width: 100%; height: auto;  margin-top: 100px;}
.img_area { display: flex; justify-content: center; align-items: flex-end; width: 100%; background: url( "../../img/top_img2.jpg") no-repeat top center; background-size: cover; aspect-ratio: 8 / 1; }
.img_area img { width: 100%; height: auto;}


#schedule { max-width: 1000px; width: 100%; margin: 0 auto 110px;}
#schedule img {  }

@media screen and ( max-width: 800px) {
	/*ヘッダーイメージ*/
	#top_img { min-width: auto;  margin-top: 90px; }
	.img_area { width: 100%;  height: 200px; background: url( "../../img/top_img2_m.jpg") no-repeat center center;  aspect-ratio: auto; background-size: cover; }
	
	#schedule { width: 90%; height: 484px; padding: 0; overflow-y: scroll;}

}