/*
 * page-contact.css
 * お問い合わせページ
 */

.om-contact-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(126, 200, 246, .08), transparent 20%),
    radial-gradient(circle at 92% 18%, rgba(245, 138, 173, .08), transparent 18%),
    #ffffff !important;
}

.om-contact-hero {
  position: relative;
  padding: 70px 0 34px;
}

.om-contact-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 40px;
  padding: 48px 56px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 18%, rgba(126, 200, 246, .14), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(245, 138, 173, .12), transparent 24%),
    linear-gradient(120deg, #ffffff 0%, #f0fbff 55%, #fff7fb 100%);
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: 0 14px 34px rgba(116, 88, 63, .08);
  overflow: hidden;
}

.om-contact-hero__label {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #55aee2;
  background: #eaf8ff;
  border: 1px solid rgba(126, 200, 246, .22);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.om-contact-hero h1 {
  margin: 0 0 16px;
  color: #4b372e;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
}

.om-contact-hero__copy p:not(.om-contact-hero__label) {
  margin: 0;
  color: #66564c;
  font-weight: 800;
  line-height: 2;
}

.om-contact-hero__deco {
  position: relative;
  min-height: 190px;
}

.om-contact-deco {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  animation: omSoftBob 5.2s ease-in-out infinite alternate;
}

.om-contact-deco--note {
  right: 48px;
  top: 20px;
  width: 116px;
  height: 116px;
  color: #55aee2;
  background: #eaf8ff;
  font-size: 66px;
}

.om-contact-deco--heart {
  left: 34px;
  bottom: 22px;
  width: 78px;
  height: 78px;
  color: #ee729c;
  background: #fff1f6;
  font-size: 44px;
  animation-delay: -.8s;
}

.om-contact-deco--circle {
  right: 152px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  background: #ffd95b;
  opacity: .72;
  animation-delay: -1.4s;
}

.om-contact-main {
  padding-top: 28px;
  padding-bottom: 72px;
}

.om-contact-card,
.om-contact-thanks {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.om-contact-card::before,
.om-contact-thanks::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 134px;
  height: 134px;
  border-radius: 999px;
  background: rgba(126, 200, 246, .13);
  pointer-events: none;
}

.om-contact-card__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}

.om-contact-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: #55aee2;
  background: #eaf8ff;
  animation: omSoftBob 5.2s ease-in-out infinite alternate;
}

.om-contact-card__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.om-contact-card__heading p {
  margin: 0 0 2px;
  color: #55aee2;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
}

.om-contact-card__heading h3 {
  margin: 0;
  color: #4b372e;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .04em;
}

.om-contact-lead {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 20%, rgba(126, 200, 246, .12), transparent 22%),
    linear-gradient(90deg, #ffffff 0%, #f0fbff 100%);
  border: 1px solid rgba(240, 232, 223, .88);
}

.om-contact-lead p,
.om-contact-lead li,
.om-contact-error li {
  color: #5b4b42;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.om-contact-lead p {
  margin: 0 0 12px;
}

.om-contact-lead ul,
.om-contact-error ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.om-contact-lead li,
.om-contact-error li {
  position: relative;
  list-style: none;
  padding-left: 24px;
}

.om-contact-lead li::before,
.om-contact-error li::before {
  content: "♪";
  position: absolute;
  left: 0;
  top: .55em;
  color: #55aee2;
  font-size: 13px;
  font-weight: 900;
}

.om-contact-lead strong {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: #ee729c;
  font-size: 12px;
  line-height: 1;
}

.om-contact-error {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff7fb;
  border: 1px solid rgba(238, 114, 156, .22);
}

.om-contact-error strong {
  display: block;
  margin: 0 0 10px;
  color: #ee729c;
  font-size: 16px;
  font-weight: 900;
}

.om-contact-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

.om-form-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #f0e8df;
}

.om-form-row--textarea {
  align-items: start;
}

.om-form-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4b372e;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 900;
}

.is-required {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: #ee729c;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.om-form-field input,
.om-form-field select,
.om-form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid #e5d8cd;
  border-radius: 16px;
  color: #4b372e;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  outline: none;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.om-form-field textarea {
  min-height: 190px;
  resize: vertical;
}

.om-form-field input:focus,
.om-form-field select:focus,
.om-form-field textarea:focus {
  border-color: #55aee2;
  box-shadow: 0 0 0 4px rgba(85, 174, 226, .12);
  background: #fbfeff;
}

.om-form-zip {
  display: flex;
  align-items: center;
  gap: 10px;
}

.om-form-zip input {
  max-width: 120px;
}

.om-form-zip span {
  color: #8a7b70;
  font-weight: 900;
}

.om-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.om-form-actions button {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  min-height: 58px;
  padding: 14px 30px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffb13b 0%, #ff9d11 100%);
  box-shadow: 0 10px 22px rgba(255, 157, 17, .22);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.om-form-actions button span {
  font-size: 22px;
  line-height: 1;
}

.om-contact-thanks {
  text-align: center;
  background:
    radial-gradient(circle at 92% 18%, rgba(126, 200, 246, .13), transparent 24%),
    radial-gradient(circle at 12% 80%, rgba(245, 138, 173, .11), transparent 24%),
    #ffffff;
}

.om-contact-thanks__icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 999px;
  color: #ee729c;
  background: #fff1f6;
  font-size: 44px;
  font-weight: 900;
  animation: omSoftBob 5.2s ease-in-out infinite alternate;
}

.om-contact-thanks h3 {
  margin: 0 0 14px;
  color: #4b372e;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
}

.om-contact-thanks p {
  margin: 0;
  color: #5b4b42;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.om-contact-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  margin: 24px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%);
  box-shadow: 0 10px 22px rgba(85, 174, 226, .20);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .om-contact-hero__inner {
    grid-template-columns: 1fr;
  }

  .om-contact-hero__deco {
    display: none;
  }
}

@media (max-width: 768px) {
  .om-contact-hero {
    padding: 34px 0 24px;
  }

  .om-contact-hero__inner {
    padding: 32px 22px;
    border-radius: 26px;
  }

  .om-contact-hero h1 {
    font-size: 32px;
  }

  .om-contact-card,
  .om-contact-thanks {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .om-contact-card__heading {
    align-items: flex-start;
  }

  .om-contact-card__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .om-contact-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .om-contact-card__heading h3 {
    font-size: 21px;
  }

  .om-contact-lead {
    padding: 20px 16px;
  }

  .om-form-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 14px;
  }

  .om-form-field input,
  .om-form-field select,
  .om-form-field textarea {
    font-size: 16px;
  }

  .om-form-zip input {
    max-width: 110px;
  }

  .om-form-actions button {
    width: 100%;
    min-width: 0;
  }

  .om-contact-thanks h3 {
    font-size: 24px;
  }
}




/* ========================================
   Contact clean final 2026052257
   reCAPTCHA削除 / 通常送信 / 郵便番号自動入力
======================================== */
.om-contact-form input[type="hidden"] {
  display: none !important;
}

.om-zip-help,
.om-zip-status {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.om-zip-help {
  color: #8a7b70;
}

.om-zip-status {
  min-height: 1.8em;
  color: #8a7b70;
}

.om-zip-status.is-loading {
  color: #55aee2;
}

.om-zip-status.is-success {
  color: #4fa66a;
}

.om-zip-status.is-error {
  color: #ee729c;
}

@media (max-width: 768px) {
  .om-zip-help,
  .om-zip-status {
    font-size: 12px;
  }
}
