
/* ===== 追加調整 (2026-07-29) ===== */

/* --- 協力バナー帯：3+2 の中央寄せをやめ、等間隔の1列に --- */
.navi-banner {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	max-width: 1120px;
	margin: 40px auto 0;
	justify-content: initial;
}
.navi-banner .banner-item {
	flex: initial;
	background: #fff;
	border: 1px solid #e6eaee;
	border-radius: 8px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}
.navi-banner .banner-item img {
	max-width: 100%;
	max-height: 46px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (max-width: 900px) {
	.navi-banner {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.navi-banner .banner-item {
		flex: initial;
	}
}

/* --- 観光3枚：カード化 --- */
.flex-container-sightseeing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1120px;
	margin: 0 auto 8px;
}
.flex-sightseeing {
	flex-basis: auto;
	margin: 0;
}
.flex-sightseeing a {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
	text-decoration: none;
	color: #14335c;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 14px;
	transition: transform .15s, box-shadow .15s;
}
.flex-sightseeing a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
	color: #0d59b6;
}
.flex-sightseeing a br {
	display: none;
}
.flex-sightseeing a img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	margin: 0 0 12px;
}
@media (max-width: 960px) {
	.flex-container-sightseeing {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 520px;
	}
	.flex-sightseeing {
		flex: initial;
	}
}

/* --- アクセス欄：高さを詰めて検索部をカードに --- */
.topno1 {
	padding-top: 56px;
	padding-bottom: 56px;
	background-position: center 40%;
	background-repeat: no-repeat;
}
.access-search {
	max-width: 520px;
	margin: 0 auto;
	background: rgba(255, 255, 255, .94);
	border: 1px solid #dbe4ee;
	border-radius: 12px;
	padding: 24px 20px 22px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
}
.access-search br {
	display: none;
}
.access-search .rishiri-access-select {
	width: 100%;
	max-width: 380px;
	padding: 10px 12px;
	font-size: 16px;
	border: 1px solid #b9c6d6;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 14px;
}
#rishiri-access-route-search-button {
	padding: 10px 28px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
}

/* --- スマホで英語見出しが折り返す問題（Informatio/n）の解消 --- */
@media (max-width: 600px) {
	.topno1 h2, .topno2 h2, .flex-item3 h2, .w800 h2, .oshirase h2, .navigation h2, .navi-area h2 {
		font-size: 34px;
		letter-spacing: .02em;
	}
	.oshirase {
		padding: 22px 14px 18px;
	}
	ul.news-list li.news-item {
		padding: 12px 6px;
	}
}
