.map-heading-section {
	overflow: hidden;
}

.map-heading {
	width: 100%;
	max-width: 920px;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
}

.map-heading-h1 {
	text-align: center;
}

.map-heading-copy {
	margin-top: 60px;
}

.map-heading-app-link {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.map-heading-app-link:hover {
	opacity: 0.7;
}

.map-heading-app-link-text {
	font-weight: 700;
	color: #2F5D50;
	text-decoration: underline;
}

.map-heading-app-link .custom-arrow-svg .svg-arrow,
.map-heading-app-link .custom-arrow-svg .svg-bg {
  transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.map-heading-app-link:hover .custom-arrow-svg .svg-bg {
  fill: #fff;
  stroke: #fff;
}

.map-heading-app-link:hover .custom-arrow-svg .svg-arrow {
  stroke: #2F5D50;
}

.map-heading-vs {
	margin-top: 40px;
}

.map-heading-app-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

.map-heading-app-link-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.map-heading-icon {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.map-heading-icon>img {
	max-width: 160px;
	position: absolute;
	top: -100px;
	right: -110px;
}

.map-heading-fig {
	background-color: #BCE1E6;
}

.map-heading-fig>img {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* map-route-section: zen-route.json をエリア・ナンバーでグループ表示 */
.map-route-wave::before {
	content: none;
}

.map-route-search-wrapper {
	padding-top: 40px;
	background-color: #ffffff;
}

.map-route-search {
	max-width: 730px;
	margin: 0 auto;
}

.map-route-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 30px;
	margin-top: 20px;
}

.map-route-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

/* エリア名: 角丸の横長枠ボタン（緑枠・白背景）、クリックで先頭ナンバーへスクロール */
.map-route-item-area {
	font-weight: 700;
	padding: 8px 12px 10px;
	border-radius: 999px;
	color: #2F5D50;
	border: 1px solid #2F5D50;
	transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.map-route-item-area:hover {
	background-color: #2F5D50;
	color: #fff;
}


/* ナンバー: 円形枠（緑枠・白背景）、クリックでスクロール */
.map-route-number-items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 8px;
}

.map-route-number-item {
	width: 36px;
	height: 36px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 8px 14px 10px; */
	border-radius: 100%;
	color: #2F5D50;
	border: 1px solid #2F5D50;
	transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.map-route-number-item:hover {
	background-color: #2F5D50;
	color: #fff;
}

.map-route-number-item>span {
	margin-top: -2px;
}

.map-route-list-wrapper {
	margin-top: 60px;
}

.map-plus-label {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	color: #715C1F;
	background-color: #FFF8E6;
	padding: 0 4px 2px;
	border: 1px solid #715C1F;
}

.map-route-area {
	margin-top: 60px;
}

.map-route-area-heading {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.map-route-area-title {
	font-weight: 700;
	text-align: center;
}

.map-route-area-thumb {
	margin-top: 40px;
}

.map-route-area-number-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-route-area-number {
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.6;
	color: #ff0000;
	border-radius: 100%;
	background-color: #ffffff;
}

.map-route-area-content {
	margin-top: 60px;
}

.map-route-area-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 30px;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.map-route-area-item {
	position: relative;
}

.map-route-area-item::before {
	content: '';
	width: 100vw;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #fff;
	z-index: 1;
}

/* タイトルとPLUSをインラインで流し、PLUSがテキストの直後に来るようにする */
.map-route-area-item-title-wrapper {
	line-height: 1.7;
}

.map-route-area-item-title {
	display: inline;
	vertical-align: middle;
	font-weight: 700;
	margin: 0 4px 0 0;
}

.map-route-area-item-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	padding: 0 4px 2px;
	color: #715C1F;
	border: 1px solid #715C1F;
}

.map-route-area-item-description {
	margin-top: 8px;
}

.map-route-area-item-description,
.map-route-area-item-distance {
	font-size: 14px;
	line-height: 1.7;
}

.map-route-area-btn-wrapper {
	margin-top: 8px;
}

.map-route-area-btn-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 12px 7px;
	border-radius: 999px;
	color: #ffffff;
	background-color: #8B968D;
	transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.map-route-area-btn-link:hover {
	background-color: #fff;
	color: #2F5D50;
}

.map-route-area-btn-icon {
	width: 22px;
	height: 24px;
}

.page-scrollTop-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.page-scrollTop-wrapper.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media screen and (max-width:991.98px) {
	.map-heading {
		margin-top: 200px;
	}

	.map-heading-icon {
		display: none;
	}
}

@media screen and (max-width:767.98px) {
	.map-heading-copy {
		margin-top: 45px;
	}
	.map-heading-app-link{
		margin-top: 30px;
	}
	.map-heading-vs{
		margin-top: 30px;
	}
	.map-route-search-wrapper{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.map-route-items{
		grid-template-columns: 1fr;
		margin-top: 15px;
		gap: 15px;
	}
	.map-route-list-wrapper{
		margin-top: 45px;
	}
	.map-route-area{
		margin-top: 45px;
	}
	.map-route-area-content{
		margin-top: 45px;
	}
	.map-route-area-number{
		font-size: 24px;
		width: 40px;
		height: 40px;
	}
	.map-route-area-items{
		margin-top: 15px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.map-route-area-item::before{
		bottom: -15px;
	}
	.map-route-section{
		overflow: hidden;
	}
	.map-route-area-thumb{
		margin-inline: calc(50% - 50cqi);
	}
}









/* .map-route-list-wrapper{
	margin-top: 60px;
}

.map-plus-label{
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	color: #715C1F;
	background-color: #FFF8E6;
	padding: 0 4px 2px;
	border: 1px solid #715C1F;
}
.map-route-area{
	margin-top: 60px;
}
.map-route-area-heading{
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.map-route-area-title{
	font-weight: 700;
	text-align: center;
}
.map-route-area-thumb{
	margin-top: 40px;
} */

















/* 
.map-route-area__thumb {
	margin-bottom: 24px;
}

.map-route-area__thumb img {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	border-radius: 8px;
	object-fit: cover;
} */






/* ナンバーグループ（エリア内の番号区切り） */
/* .map-route-number-group {
	margin-bottom: 24px;
}

.map-route-number-group:last-child {
	margin-bottom: 0;
}

.map-route-number-group__heading {
	font-size: 1.25rem;
	font-weight: 700;
	color: #2F5D50;
	margin-bottom: 12px;
	padding-left: 8px;
	border-left: 4px solid #2F5D50;
} */

/* .map-route-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.map-route-list__item {
	margin-bottom: 16px;
	padding: 16px;
	background: #f8f9fa;
	border-radius: 8px;
}

.map-route-list__item:last-child {
	margin-bottom: 0;
}

.map-route-item__plus {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #2F5D50;
	margin-right: 4px;
}

.map-route-item__title {
	font-weight: 700;
	margin: 0 0 4px 0;
}

.map-route-item__description,
.map-route-item__distance {
	margin: 0 0 4px 0;
	font-size: 0.9375rem;
	color: #555;
}

.map-route-item__link {
	margin: 8px 0 0 0;
}

.map-route-item__link a {
	color: #2F5D50;
	font-weight: 600;
	text-decoration: underline;
} */