.yamato-contact {
	padding: clamp(3rem, 5vw, 5rem) 0 clamp(4rem, 6vw, 6rem);
	background: #fff;
	overflow-x: clip;
}

.yamato-contact--empty {
	padding: 2rem;
	text-align: center;
	color: #595758;
}

.yamato-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: clamp(2rem, 4vw, 3rem);
	min-width: 0;
}

.yamato-contact__group:not(:last-child) {
	margin-bottom: 4.5rem;
}

.yamato-contact__offset {
	position: relative;
	padding-left: clamp(3rem, 7vw, 7.5rem);
}

.yamato-contact__label {
	left: 0;
	top: 0;
}

.yamato-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: var(--yamato-font-nav);
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #040a1c;
}

.yamato-contact__item {
	display: flex;
}

.yamato-contact__item:not(:last-child) {
	margin-bottom: 0;
}

.yamato-contact__item .material-icons {
	flex-shrink: 0;
	margin-right: 1rem;
	margin-top: 0.6rem;
	font-size: 1.75rem;
	color: #9c7f4e;
}

.yamato-contact__item--address .material-icons {
	margin-left: -2px;
}

.yamato-contact__item span,
.yamato-contact__hours-text {
	display: block;
}

.yamato-contact__item a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.yamato-contact__item a:hover {
	color: #ca3c3f;
}

.yamato-contact__item--email {
	margin-top: 1.25rem;
}

.yamato-contact__item--address {
	margin-top: 1.25rem;
}

.yamato-contact__item p,
.yamato-contact__hours-text p {
	margin: 0;
}

.yamato-contact__list--hours {
	line-height: 1.5;
}

.yamato-contact__list--hours .yamato-contact__hours-text {
	line-height: inherit;
	font-size: inherit;
}

.yamato-contact__list--hours .yamato-contact__hours-text span {
	font-weight: 500;
}

.yamato-contact__social-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.9375rem -1rem;
	padding: 0;
	list-style: none;
}

.yamato-contact__social-item {
	padding: 0 0.9375rem 1rem;
}

.yamato-contact__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9c7f4e;
	font-size: 2rem;
	transition: color 0.3s ease;
}

.yamato-contact__social-link:hover {
	color: #ca3c3f;
}

.yamato-contact__map-column {
	min-width: 0;
	max-width: 100%;
}

.yamato-contact__map-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
}

.yamato-contact__wave {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -4.375rem;
	margin-left: -4.375rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}

.yamato-contact__map {
	position: relative;
	z-index: 1;
	width: 100%;
	height: var(--yamato-contact-map-height, 640px);
	min-height: 25rem;
	margin-bottom: 4.375rem;
	overflow: hidden;
	background: #e5e3df;
}

.yamato-contact__map-embed {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.yamato-contact__map-embed > div,
.yamato-contact__map-embed > a {
	max-width: 100% !important;
}

.yamato-contact__map-embed,
.yamato-contact__map-embed > div {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.yamato-contact__map-embed iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: var(--yamato-contact-map-height, 640px);
	border: 0;
}

.yamato-contact__map-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 2rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #595758;
}

@media (min-width: 1200px) {
	.yamato-contact__grid {
		grid-template-columns: 5fr 7fr;
		gap: 2.25rem;
	}
}

@media (max-width: 767px) {
	.yamato-contact__group:not(:last-child) {
		margin-bottom: 3rem;
	}

	.yamato-contact__map {
		margin-bottom: 2rem;
	}

	.yamato-contact__wave {
		margin-left: -2rem;
		margin-bottom: -2rem;
	}
}
