@charset "UTF-8";

.l-map {
	position: relative;
	padding-bottom: 20.0rem;
}
.map-contents {
	margin-bottom: 8.0rem;
}
.map-btn {
	width: 100%;
}
.map-btn__item {
	position: relative;
	width: 320px;
	height: 60px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	background: #B49B5E;
	margin-inline: auto;
	padding-left: 20px;
    padding-bottom: .2em;
}
.map-btn__item::before {
	content: '';
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 24px;
	background: url('../imgs/icon_map.svg') no-repeat center center/cover;
}
.map-gallery {
	position: relative;
	max-width: 1400px;
	gap: 5.0rem 10.0rem;
}
.map-gallery__item {
	width: calc((100% - 10.0rem) / 2);
}
.map-gallery__item__figure {
	padding: calc(15 / 650 * 100%) calc(10 / 650 * 100%) calc(10 / 650 * 100%);
	padding-inline: 0;
	padding-bottom: 0;
}
.map-gallery__item1 .map-gallery__item__figure {
	background: #850603;
}
.map-gallery__item2 .map-gallery__item__figure {
	background: #1b244f;
}
.map-gallery__item__heading {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	margin-bottom: 1.9rem;
}
.map-gallery .map-btn__item {
	margin-top: 4.0rem;
}
.map-info {
	max-width: 1400px;
	padding: 5.0rem 5.0rem 5.5rem;
	border: solid 1px #a79f87;
	margin-top: 8.0rem;
}
.map-info__heading {
	position: relative;
	font-size: 2.8rem;
	letter-spacing: .05em;
	line-height: 1;
	color: #a79f87;
	font-weight: 500;
	text-align: center;
	margin-bottom: 3.0rem;
	padding-bottom: 3.0rem;
}
.map-info__heading::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	margin-inline: auto;
	width: 100px;
	height: 1px;
	background: #a79f87;
}
.map-info__desc {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 2.0rem;
}
.map-info__note {
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: .05em;
	color: #d03942;
	text-align: center;
}
@media screen and (max-width: 768px){
	.l-map {
		padding-bottom: 7.0rem;
	}
	.map-contents {
		margin-bottom: 4.0rem;
	}
	.map-btn__item {
		width: 280px;
		height: 50px;
		font-size: 16px;
	}
	.map-btn__item::before {
		left: 60px;
		width: 14px;
		height: 20px;
	}
	.map-gallery {
		gap: 7.0rem 10.0rem;
	}
	.map-gallery__item {
		width: 100%;
	}
	.map-gallery__item__figure {
		padding: 1.2rem .5rem .5rem;
		padding-inline: 0;
		padding-bottom: 0;
	}
	.map-gallery__item__heading {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.map-gallery .map-btn__item {
		margin-top: 3.0rem;
	}
	.map-info {
		padding: 3.5rem 2.0rem 3.5rem;
		margin-top: 6.0rem;
	}
	.map-info__heading {
		font-size: 2.0rem;
		margin-bottom: 1.5rem;
		padding-bottom: 2.0rem;
	}
	.map-info__heading::after {
		width: 50px;
	}
	.map-info__desc {
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 1.0rem;
	}
	.map-info__note {
		font-size: 1.0rem;
		text-align: left;
	}
}