/* ==============================
   TOP
   ============================== */
.top-about__container {
    margin-block-start: -9.9375rem!important;
}
@media screen and (max-width: 768px) {
	.top-about__container {
		margin-block-start: -5.9375rem!important;
	}
	.top-mv__content {
		inset: 0 0 70px 0!important;
	}
	.top-mv__img {
		object-position: 12% center;
		height: 21.375rem!important;
	}
	.top-mv__ttl {
		text-align: center;
	}
	.top-mv__txt {
		display: none!important;
	}
	.top-about::before {
		height: 4.625rem!important;
	}
	.top-about__ttl-img {
		width: 6.375rem!important;
	}
	.top-area__check__more-img img {
		width: 33px!important;
	}
	.top-about__service_card__body {
		padding: 1.2rem 1.25rem!important;
	}
}
.top-area__check {
	margin-bottom: 40px;
}

.grecaptcha-badge {
	display: none!important;
}
.top-about__service_card__img img{
	aspect-ratio: unset!important;
	width: 100%;
	height: auto;
}
.top-area__check {
	margin-top: 30px;
}

/* ==============================
   お問い合わせフォーム
   ============================== */
main.contact {
	width: 93%;
	max-width:800px;
	margin: 0 auto;
}
.contact .contact_head {
	padding-top: 160px;
	margin-bottom: 60px;
}
.contact .contact_head h1 {
	margin-bottom: 40px;
	font-size: 32px;
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
	text-align: center;
}
.contact .contact_head p {
	font-size: 14px;
	text-align: center;
}
.contact .contact_body {
	
}
.contact-form {
  max-width: 640px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form h1 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.contact-form p.lead {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 40px;
}

/* フォーム全体 */
.wpcf7-form p {
  margin-bottom: 24px;
}

/* 各ラベル */
.wpcf7-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

/* テキスト・メール・TEL・LINE入力欄 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fafafa;
  font-size: 1rem;
	font-weight: 400;
  transition: all 0.2s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #7b5221; /* ネイレオンのゴールドトーンに近い */
  background: #fff;
  box-shadow: 0 0 0 3px rgba(202, 160, 106, 0.15);
}

/* テキストエリア */
.wpcf7-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  background: #7b5221;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #b58954;
}
.wpcf7-form span.form_item {
	font-size: 13px;
	font-weight: 400;
	color: #777;
}
.wpcf7-form span.form_item.item_req {
	color: #ff4f4f;
}

/* エラーメッセージ・完了メッセージ */
.wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #6ab36a;
  background: #f4fff4;
  color: #317131;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 1px solid #e66;
  background: #fff6f6;
  color: #b33;
}

/* ==============================
   Thanks ページ
   ============================== */
.thanks-wrapper {
  max-width: 640px;
  margin: 100px auto;
  padding: 60px 40px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.thanks-wrapper h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.thanks-wrapper p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.thanks-wrapper a.button {
  display: inline-block;
  padding: 12px 32px;
  background: #7b5221;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thanks-wrapper a.button:hover {
  background: #b58954;
}
.btn_top {
	margin: 30px auto;
	text-align: center;
}
.btn_top a {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 8px 10px;
	text-align: center;
	border-radius: 30px;
	background: #7b5221;
	color: #fff;
}

/* 運営会社 */
.top-company {
	margin-top: 0!important;
	padding-bottom: 140px;
}
.top-company .c-ttl-group {
	width: 93%;
	max-width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #cfcbc3;
}
.c-ttl-group .c-ttl {
	padding-top: 50px;
	font-size: 28px!important;
	font-weight: 400;
}
.top-company .top-company__body {
	width: 93%;
	max-width: 600px;
	margin: 0 auto;
}
.top-company .top-company__body dl dt {
	display: block;
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
	padding: 18px 0 8px;
}
.top-company .top-company__body dl dd {
	display: block;
	font-size: 16px;
	padding-bottom: 18px;
	border-bottom: solid 1px #c7c1b9;
}
@media screen and (max-width: 768px) {
	.top-company .c-ttl-group .c-ttl {
		font-size: 24px!important;
	}
	.top-company .top-company__body dl dt,
	.top-company .top-company__body dl dd {
		font-size: 14px!important;
	}
}

/* ==============================
   Service ページ
   ============================== */
.service-howto__hukidashi {
	display: none!important;
}
.service-howto__imgwrap {
	width: 100%!important;
}
.service-howto__img {
	border-radius: 0!important;
	width: 100%!important;
	height: auto!important;
	aspect-ratio: unset!important;
}
.service-menu__list-txtwrap {
	padding: 1.2rem 1.25rem 1.875rem!important;
}
.service-menu__list-ttl {
	margin-block-end: 0.5rem!important;
}


/* ==============================
   レスポンシブ対応
   ============================== */
@media screen and (max-width: 768px) {
	.contact-form {
		margin: 40px 20px;
		padding: 30px 20px;
	}
	.thanks-wrapper {
		margin: 60px 20px;
		padding: 40px 20px;
	}
	main.contact {
		width: 93%;
		max-width:800px;
		margin: 0 auto;
	}
	.contact .contact_head {
		padding-top: 100px;
		margin-bottom: 50px;
	}
	.contact .contact_head h1 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.contact .contact_head p {
		font-size: 14px;
	}
}

/* 一時対応 */
a.top-area__card {
	pointer-events: none;
}


