@charset "utf-8";


/*  l-map
--------------------------------------------------*/
.l-map {
	padding-bottom: 15.0rem;
}
.map-inner {
	max-width: 1000px;
}
.map-contents {
	width: 100%;
}
.map-contents__photo {
	width: 100%;
}
.map-contents__btn {
	margin-top: 6.0rem;
}
.map-contents__btn__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: min(100%,400px);
	height: 6.0rem;
	font-size: max(12px,1.6rem);
	line-height: 1.45;
	color: var(--white);
	text-align: center;
	padding-left: 1.0em;
	padding-bottom: .1em;
	background-color: #333333;
	border-radius: 3.0rem;
}
.map-contents__btn__item--google::before {
	content: '';
	position: absolute;
	left: 3.0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.2rem;
	aspect-ratio: 12 / 18;
	background: url('../img/icon_map.svg') no-repeat center center/cover;
}
@media screen and (max-width: 768px){
	.l-map {
		padding-bottom: 6.0rem;
	}
	.map-inner {
		width: 100%;
	}
	.map-contents__btn {
		width: min(calc(320 / 380 * 100%),400px);
		margin-inline: auto;
		margin-top: 4.0rem;
	}
	.map-contents__btn__item {
	  width: 100%;
	  height: 6.0rem;
	  font-size: 1.6rem;
	}
}