@charset "UTF-8";

/*-----------------------------全体マップ---------------------------------*/
#map_img + section .inner_item_img {
	position: relative;
}
#map_img + section .inner_item_img a[href*="image.webp"] {
	pointer-events: none;
}

/*-----------------------------全体マップ リンク---------------------------------*/
#map_link + div.contents_btn01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map_link + div.contents_btn01 .content_wrapper {
	height: 100%;
}
#map_link + div.contents_btn01 a {
	position: absolute;
	background: var(--i_sub_color);
	border: none;
	border-radius: 5px;
	min-width: auto;
	width: auto !important;
	opacity: 0.85;
}
#map_link + div.contents_btn01 a:hover {
	background: #fbe38b;
	opacity: 1;
}
#map_link + div.contents_btn01 a:before {
	width: 18px;
	left: 10px;
	background-color: transparent;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22e-font-icon-svg%20e-fas-plus%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H272V64c0-17.67-14.33-32-32-32h-32c-17.67%200-32%2014.33-32%2032v144H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h144v144c0%2017.67%2014.33%2032%2032%2032h32c17.67%200%2032-14.33%2032-32V304h144c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}
#map_link + div.contents_btn01 a:hover::before {
	left: 10px;
}
#map_link + div.contents_btn01 a span {
	line-height: 1.5;
	color: var(--i_txt_color);
	padding: 12px 5px 12px 25px;
}
@media screen and (max-width: 800px) {
	#map_link + div.contents_btn01 a:before {
		width: 12px;
		height: 13px;
		top: calc(50% - 6px);
		left: 10px;
	}
	#map_link + div.contents_btn01 a span {
		font-size: 1.25rem;
		padding: 5px 5px 5px 22px;
	}
}

/*ボタン配置*/
#map_link + div.contents_btn01 a:nth-child(1) {
	left: 19%;
	top: 32%;
}
#map_link + div.contents_btn01 a:nth-child(2) {
	left: 33%;
	top: 4%;
}
#map_link + div.contents_btn01 a:nth-child(3) {
	left: 54%;
	top: 19%;
}
#map_link + div.contents_btn01 a:nth-child(4) {
	left: 44%;
	top: 63%;
}
#map_link + div.contents_btn01 a:nth-child(5) {
	left: 51.5%;
	top: 50%;
}
@media screen and (max-width: 1200px) {
	#map_link + div.contents_btn01 a:nth-child(1) {
		top: 30%;
	}
	#map_link + div.contents_btn01 a:nth-child(3) {
		left: 52%;
		top: 16%;
	}
}
@media screen and (max-width: 600px) {
	#map_link + div.contents_btn01 a:nth-child(1) {
		left: 15%;
		top: 27%;
	}
	#map_link + div.contents_btn01 a:nth-child(2) {
		left: 18%;
		top: 2%;
	}
	#map_link + div.contents_btn01 a:nth-child(3) {
		left: 52%;
		top: 16%;
	}
	#map_link + div.contents_btn01 a:nth-child(4) {
		left: 43%;
		top: 63%;
	}
	#map_link + div.contents_btn01 a:nth-child(5) {
		left: 57%;
		top: 49%;
	}
}
@media screen and (max-width: 450px) {
	@media screen and (max-width: 1200px) {
		#map_link + div.contents_btn01 a:nth-child(1) {
			left: 2%;
			top: 20%;
		}
		#map_link + div.contents_btn01 a:nth-child(3) {
			left: 52%;
			top: 9%;
		}
	}
}