/* La OMINNIR contact form additional styles */
/* 既存CSSの上書きを最小限にし、contact/index.php 専用の補助スタイルとして読み込む */

.page-lead {
  max-width: 820px;
  margin: 24px auto 40px;
  padding: 0 16px;
  color: #4f473f;
  font-size: 1rem;
  line-height: 1.9;
  text-align: left;
}

.page-lead p {
  margin: 0 0 10px;
}

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

.form-notice {
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 20px 18px;
  border-radius: 12px;
  background: #f8f4ea;
  color: #4f473f;
}

.form-notice h2,
.contact-purpose h2 {
  margin: 0 0 12px;
  color: #3f3328;
  font-size: 1.2rem;
  font-weight: 700;
}

.form-notice ul,
.contact-purpose ul {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.8;
}

.form-notice li,
.contact-purpose li {
  margin-bottom: 6px;
}

.contact-purpose {
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 20px 18px;
  border: 1px solid #e4d8c8;
  border-radius: 12px;
  background: #fff;
  color: #4f473f;
}

.contact-purpose p {
  margin: 12px 0 0;
  color: #8a683c;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
}

.contact-tel-box {
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 20px 18px;
  border-radius: 12px;
  background: #fffaf2;
  text-align: center;
}

.contact-tel-box__text {
  margin: 0 0 14px;
  color: #4f473f;
  font-size: 1rem;
  line-height: 1.8;
}

.contact-tel-box__btn,
.contact-tel-box__btn:visited,
.contact-tel-box__btn:hover,
.contact-tel-box__btn:focus,
.contact-tel-box__btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #8a683c;
  border: 1px solid #8a683c;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.contact-tel-box__btn:hover,
.contact-tel-box__btn:focus {
  background: #75572f;
  border-color: #75572f;
}

.contact-tel-box__number {
  margin: 10px 0 0;
  color: #4f473f;
  font-size: 1rem;
  font-weight: 700;
}

.error_list {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 18px 16px 2.2em;
  border-radius: 10px;
  background: #fff1f1;
  color: #9b1d1d;
  line-height: 1.7;
}

textarea[name="contact"] {
  min-height: 180px;
  line-height: 1.7;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .page-lead {
    margin: 20px auto 36px;
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .contact-tel-box__btn {
    width: 100%;
  }
}
