.kobayashi-contact-page .siteContent,
.kobayashi-contact-page .container,
.kobayashi-contact-page .siteContent .mainSection {
	max-width: none;
	padding: 0;
}

.kobayashi-contact-page .kobayashi-shell {
	width: min(calc(100% - clamp(40px, 8vw, 140px)), 1200px);
}

.kobayashi-contact-page h2 {
	padding-top: 0;
	border-top: 0;
}

.kobayashi-contact-page h2::before,
.kobayashi-contact-page h2::after {
	content: none !important;
	display: none !important;
}

.kobayashi-fallback-form {
	display: grid;
	gap: 24px;
}

.kobayashi-fallback-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--kobayashi-dark);
}

.kobayashi-contact-page label .required,
.kobayashi-contact-page .required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	padding: 2px 8px;
	background: #d32f2f;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}

.kobayashi-fallback-form input,
.kobayashi-fallback-form textarea,
.kobayashi-fallback-form button {
	width: 100%;
	border-radius: 0;
}

.kobayashi-fallback-form input,
.kobayashi-fallback-form textarea {
	padding: 16px 18px;
	border: 2px solid var(--kobayashi-line);
	background: #fff;
	font-size: 1rem;
}

.kobayashi-fallback-form button {
	padding: 18px 22px;
	border: 2px solid var(--kobayashi-blue);
	background: var(--kobayashi-blue);
	color: #fff;
	font-weight: 700;
}

.kobayashi-fallback-form__note {
	font-size: 0.92rem;
	color: var(--kobayashi-muted);
}

.kobayashi-contact-access {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.kobayashi-contact-access__map {
	min-height: 420px;
	border: 2px solid var(--kobayashi-line);
	background: #e5e7eb;
}

.kobayashi-contact-access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

@media (max-width: 767.98px) {
	.kobayashi-contact-page .kobayashi-shell {
		width: min(calc(100% - 24px), 1200px);
	}

	.kobayashi-contact-access {
		grid-template-columns: 1fr;
	}

	.kobayashi-contact-access__map,
	.kobayashi-contact-access__map iframe {
		min-height: 320px;
	}
}