@charset "UTF-8";
.anchor_ttl {
	margin-bottom: 20px;
	font-size: 17px;
}
.anchor_wrapper {
	margin-bottom: 0;
}
.anchor_wrapper a {
	font-weight: bold;
	justify-content: center;
}
.anchor_wrapper a::after {
	display: none;
}
.anchor_wrapper a.-active {
	background: #766133;
}
.map {
	margin-bottom: 50px;
}
.map_ishi {
	text-align: center;
	margin-bottom: 30px;
}
.map_ishi a {
	text-decoration: underline;
	font-weight: bold;
	color: #938054;
}
.map_ishi a:hover {
	text-decoration: none;
}
.map_ttl {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.map_intro {
	text-align: center;
	font-size: 17px;
	margin-bottom: 35px;
}
.map_body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.leaflet-marker-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px 7px;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom, #AD6D6B, #832314);
	border: solid 1px #fff;
	text-align: center;
}
.custom-external-popup {
	display: grid;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	justify-content: center;
	align-items: center;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	grid-template-columns: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.custom-external-popup.is-visible {
	opacity: 1;
	visibility: visible;
}
.custom-popup .leaflet-popup-content-wrapper {
	background-color: #f8f9fa;
	color: #333;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 10px;
	border: 1px solid #ddd;
}
.custom-popup .leaflet-popup-tip {
	background: #f8f9fa;
}
.facility-popup .leaflet-popup-content-wrapper {
	background-color: #d4edda;
	border-left: 5px solid #28a745;
}
.popup-content-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0056b3;
}
.popup-content-desc {
	font-size: 0.9em;
	color: #555;
}
.popup_cnt {
	padding: 70px 90px;
	width: 100%;
	max-width: 740px;
	background: #F6F4EF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.popup-close-btn {
	position: absolute;
	top: -20px;
	right: -20px;
}
.popup-close-btn:hover {
	cursor: pointer;
}
.popup_cnt_ttl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 4px #938054;
}
.popup_img {
	margin-bottom: 20px;
}
.popup_cnt_item_txt {
	margin-bottom: 40px;
}
.popup_cnt_item_txt:last-child {
	margin-bottom: 0;
}
.popup_movie {
	width: 100%;
	aspect-ratio: 16/9;
}
.popup_movie iframe {
	width: 100%;
	height: 100%;
}
.map_link {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 16px;
	column-gap: 20px;
}
.map_link button {
	padding: 10px 20px;
	background: #fff;
	border: solid 1px #D5B877;
	border-radius: 100px;
	font-size: 17px;
	font-weight: bold;
	transition-duration: 0.3s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 3px;
	min-height: 70px;
	box-sizing: border-box;
	color: var(--color-ochre);
	cursor: pointer;
	transition-property: color, background-color, border-color;
}
.map_link button:hover {
	background-color: var(--color-olive-brown);
	color: var(--color-white);
	border-color: var(--color-olive-brown);
}
.popup_cnt.-single {
	max-width: unset;
	position: unset;
	background-color: unset;
	padding: 0;
}
.popup_cnt.-single .popup_img {
	text-align: center;
}
.popup_cnt.-single .popup_movie {
	text-align: center;
	aspect-ratio: unset;
}
.popup_cnt.-single .popup_movie iframe {
	max-width: 800px;
	aspect-ratio: 16/9;
	height: auto;
}
.map_single {
	margin-bottom: 0;
}
.map_single .inner {
	max-width: 1000px;
}
.map_single_img {
	text-align: center;
	margin-bottom: 30px;
}
.map_link_btn_inner {
	display: block;
	position: relative;
	line-height: 24px;
	font-size: 17px;
	padding-left: 27px;
	box-sizing: border-box;
	width: 100%;
}
.map_link_btn_text {}
.map_link_btn_num {
	font-size: 11px;
	width: 20px;
	height: 20px;
	display: flex;
	border: 1px solid currentColor;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
	transform: translateY(-50%);
}
.map_link_btn_icon {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
	min-width: 12px;
}
.legend {
	font-family: var(--font-gothic);
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 22px;
}
.legend_list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 5px;
	max-width: 570px;
	margin: 0 auto;
	row-gap: 5px;
}
.legend_list > li {
	display: flex;
	align-items: center;
	column-gap: 4px;
}
.legend_list > li > img {
	display: block;
}
.legend_list_text {
	display: block;
}
.kenrokuMarker {
	background: no-repeat;
	border: none;
	border-radius: 0;
	display: block;
	padding: 0;
	position: relative;
}
.kenrokuMarker > a {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, #0da000, #095802);
	color: var(--color-white);
	font-size: 13px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	column-gap: 5px;
}
.leaflet-attribution-flag {
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.map_canvas {
	max-width: 1141px;
	margin: 0 auto;
}
.map_canvas_inner {
	position: relative;
	padding-bottom: 87.8%;
}
.leaflet-bottom {
	z-index: 999;
}
@media screen and (max-width:767px) {
	.map_link {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
	.map_link button {
		font-size: 13px;
		padding: 5px 10px;
		min-height: 50px;
		padding-left: 14px;
	}
	.popup_cnt {
		padding: 30px 20px;
	}
	.popup-close-btn {
		width: 14%;
		right: -10px;
	}
	.map_link_btn_inner {
		line-height: 16px;
		font-size: 13px;
		padding-left: 23px;
	}
	.map_link_btn_text {}
	.map_link_btn_num {
		top: 8px;
		font-size: 10px;
		width: 18px;
		height: 18px;
	}
	.map_link_btn_icon {
		width: 10px;
		height: 10px;
		min-width: 10px;
	}
	.custom-external-popup {
		display: block;
		padding-top: 40px;
	}
	.map_intro {
		font-size: 15px;
	}
	.legend_list > li > img {
		width: 18px;
		height: auto;
	}
	.legend_list {}
	.legend {
		font-size: 12px;
	}
}
