.honima-contact-page #main {
	padding-top: 0;
	background: #fff;
}

.honima-contact-page #main .content {
	width: 1100px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.hcontact {
	padding: 56px 0 96px;
	background: #fff;
}

.hcontact__head {
	margin: 0 0 48px;
}

.hcontact__label {
	margin: 0 0 14px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #d03720;
}

.hcontact__title {
	margin: 0 0 16px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 3.6vw, 3.4rem);
	letter-spacing: 0.04em;
	line-height: 1.4;
	color: #111;
}

.hcontact__lead {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555;
}

.hcontact__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
	gap: 40px 48px;
	align-items: start;
}

.hcontact__form {
	display: grid;
	gap: 20px;
}

.hcontact__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hcontact__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.hcontact__field {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.hcontact__field > span,
.hcontact__field legend {
	font-size: 1.3rem;
	font-weight: 700;
	color: #111;
}

.hcontact__req {
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #fff5f3;
	color: #d03720;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hcontact__field input,
.hcontact__field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #ead9d5;
	border-radius: 10px;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #111;
	font-family: inherit;
}

.hcontact__field input:focus,
.hcontact__field textarea:focus {
	outline: 2px solid rgba(208, 55, 32, 0.35);
	border-color: #d03720;
}

.hcontact__field textarea {
	resize: vertical;
	min-height: 160px;
}

.hcontact__topics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcontact__topics label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #333;
	cursor: pointer;
}

.hcontact__topics input {
	width: auto;
	margin-top: 3px;
	accent-color: #d03720;
}

.hcontact__note {
	margin: 0;
	font-size: 1.2rem;
	color: #777;
}

.hcontact__submit {
	justify-self: start;
	padding: 16px 28px;
	border: 0;
	border-radius: 999px;
	background: #d03720;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.hcontact__submit:hover {
	background: #b02e1a;
}

.hcontact__aside {
	display: grid;
	gap: 16px;
}

.hcontact__card {
	padding: 22px 24px;
	border: 1px solid #ead9d5;
	border-radius: 14px;
	background: #fff;
}

.hcontact__card-label {
	margin: 0 0 8px;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #d03720;
}

.hcontact__card-title {
	margin: 0 0 8px;
	font-size: 1.7rem;
	font-weight: 900;
	color: #111;
}

.hcontact__card p {
	margin: 0 0 8px;
	font-size: 1.3rem;
	line-height: 1.8;
	color: #555;
}

.hcontact__card p:last-child {
	margin-bottom: 0;
}

.hcontact__card a {
	color: #d03720;
	font-weight: 700;
	text-decoration: none;
}

.hcontact__card a:hover {
	text-decoration: underline;
}

.hcontact__services {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcontact__services li {
	border-bottom: 1px solid #f3e7e4;
}

.hcontact__services a {
	display: block;
	padding: 8px 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #111;
	text-decoration: none;
}

.hcontact__services a:hover {
	color: #d03720;
}

.hcontact__alert {
	margin: 0 0 24px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #fff5f3;
	color: #d03720;
	font-size: 1.35rem;
	font-weight: 700;
}

.hcontact__thanks {
	max-width: 720px;
	padding: 8px 0 24px;
}

.hcontact__thanks p {
	margin: 0 0 14px;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555;
}

.hcontact__thanks-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px !important;
}

.hcontact__thanks-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 1px solid #ead9d5;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

a.hcontact__thanks-btn,
a.hcontact__thanks-btn:link,
a.hcontact__thanks-btn:visited {
	color: #111;
	text-decoration: none;
}

a.hcontact__thanks-btn:hover,
a.hcontact__thanks-btn:active {
	border-color: #d03720;
	color: #d03720;
	text-decoration: none;
}

a.hcontact__thanks-btn--primary,
a.hcontact__thanks-btn--primary:link,
a.hcontact__thanks-btn--primary:visited {
	border-color: #d03720;
	background: #d03720;
	color: #fff;
}

a.hcontact__thanks-btn--primary:hover,
a.hcontact__thanks-btn--primary:active {
	background: #b02e1a;
	border-color: #b02e1a;
	color: #fff;
}

@media all and (max-width: 767px) {
	.hcontact {
		padding: 40px 0 64px;
	}

	.hcontact__layout,
	.hcontact__row,
	.hcontact__topics {
		grid-template-columns: 1fr;
	}

	.hcontact__submit {
		width: 100%;
		text-align: center;
	}
}
