@charset "utf-8";
/* CSS Document */
html {scroll-behavior: smooth; /* スムーススクロール */}

div#toyoIland2025_topBlk img{
	/* この行を追加: 画像をブロック要素に変更 */
	display: block; 
	width: 100%; /* tableのtdに合わせて幅を100%に設定 */
}

/* 他の既存のスタイルを再利用・調整 */
div#toyoIland2025_topBlk{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div#toyoIland2025_topBlk table{
	width: 100%;
}
/* ... その他のスタイル ... */

@media (max-width: 768px) {
		div#toyoIland2025_topBlk{
			display: block;
			width: 100%;
			margin: 0 auto;
}