@charset "UTF-8";

.contact-page,
.contact-page input,
.contact-page textarea,
.contact-page select,
.contact-page button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}
.contact-page { background: #f8f6f0; }
.contact-intro .policy-intro__title { font-size: 40px; }
.contact-intro .policy-intro__title img { object-fit: contain; }
.contact-intro__girl { position: absolute; left: 5px; bottom: 38px; width: 112px; }
.contact-inner { position: relative; z-index: 2; width: min(1040px,calc(100% - 80px)); margin: 0 auto; }
.contact-form-section { position: relative; overflow: hidden; padding: 78px 0 90px; background: #eef6dd; }
.contact-bg { position: absolute; z-index: 1; left: -55px; top: 210px; width: 280px; opacity: .38; pointer-events: none; }
.contact-deco { position: absolute; z-index: 1; display: block; pointer-events: none; user-select: none; }
.contact-deco--cat { left: max(24px,calc(50% - 675px)); top: 480px; width: 96px; }
.contact-deco--balloon { right: max(20px,calc(50% - 690px)); top: 205px; width: 105px; }
.contact-deco--bird { right: max(30px,calc(50% - 670px)); bottom: 145px; width: 72px; }
.contact-deco--bear { left: max(28px,calc(50% - 660px)); bottom: 20px; width: 92px; }
.contact-deco--butterfly { right: max(42px,calc(50% - 640px)); top: 82px; width: 52px; }
.contact-heading { margin-bottom: 38px; text-align: center; font-family: var(--font-round); }
.contact-heading > p:first-child { margin: 0 0 8px; color: #72c84a; font-size: 14px; font-weight: 700; letter-spacing: .16em; }
.contact-heading h2 { margin: 0; color: #31483a; font-size: 32px; letter-spacing: .05em; }
.contact-heading > span { display: block; width: 92px; height: 6px; margin: 20px auto; border-radius: 5px; background: linear-gradient(90deg,#ffd83d 0 50%,#75c96e 50%); }
.contact-heading > p:last-child { margin: 0; color: #526055; font-size: 15px; font-weight: 500; }
.contact-heading > p:last-child b { color: #e36f69; }
.contact-form { display: grid; gap: 24px; }
.contact-field { margin: 0; padding: 30px 36px 34px; border: 0; border-radius: 24px; background: #fff; box-shadow: 0 10px 25px rgba(75,95,53,.07); }
.contact-field legend { padding: 0 18px; color: #31483a; font-family: var(--font-round); font-size: 21px; font-weight: 700; }
.contact-field > p { margin: 0; }
.contact-field > br,
.contact-row > br { display: none; }
.contact-row { display: grid; grid-template-columns: 250px 1fr; gap: 24px; align-items: start; padding: 20px 0; border-bottom: 1px dashed #d4d0c5; }
.contact-row:last-child { border-bottom: 0; }
.contact-label { padding-top: 13px; color: #31483a; font-size: 15px; font-weight: 700; line-height: 1.7; }
.is-required,.is-optional { display: inline-block; margin-left: 7px; padding: 2px 7px; border-radius: 5px; background: #ef8179; color: #fff; font-size: 10px; font-style: normal; vertical-align: 2px; }
.is-optional { background: #dce4d8; color: #657063; }
.contact-input { width: 100%; min-height: 52px; padding: 12px 16px; border: 2px solid #dce5d6; border-radius: 10px; background: #fbfcf8; color: #31483a; font: inherit; transition: border-color .2s ease,box-shadow .2s ease; }
.contact-input::placeholder { color: #a5ada3; }
.contact-input:focus { border-color: #75c96e; box-shadow: 0 0 0 4px rgba(117,201,110,.16); outline: 0; }
.contact-form .wpcf7-not-valid.contact-input,
.contact-form .contact-input[aria-invalid="true"] { border-color: #d94f4f; background: #fff5f4; box-shadow: 0 0 0 4px rgba(217,79,79,.12); }
.contact-form .wpcf7-not-valid.contact-input:focus,
.contact-form .contact-input[aria-invalid="true"]:focus { border-color: #c83f3f; box-shadow: 0 0 0 4px rgba(217,79,79,.2); }
.contact-form .wpcf7-not-valid-tip { display: block; margin-top: 8px; color: #c83f3f; font-size: 13px; font-weight: 700; line-height: 1.6; }
.contact-input--date { max-width: 300px; }
.ehime-datepicker { position: relative; width: min(100%,420px); }
.ehime-datepicker__trigger { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; padding: 12px 16px; border: 2px solid #dce5d6; border-radius: 10px; background: #fbfcf8; color: #a5ada3; font: inherit; cursor: pointer; transition: border-color .2s ease,box-shadow .2s ease; }
.ehime-datepicker__trigger:hover,.ehime-datepicker__trigger:focus-visible,.ehime-datepicker.is-open .ehime-datepicker__trigger { border-color: #75c96e; box-shadow: 0 0 0 4px rgba(117,201,110,.16); outline: 0; }
.ehime-datepicker__trigger.has-value { color: #31483a; }
.ehime-datepicker__icon { position: relative; width: 20px; height: 18px; border: 2px solid currentColor; border-radius: 3px; color: #526055; }
.ehime-datepicker__icon::before { content: ""; position: absolute; top: 3px; left: 0; width: 100%; border-top: 2px solid currentColor; }
.ehime-datepicker__icon::after { content: ""; position: absolute; top: -5px; left: 3px; width: 10px; height: 5px; border-right: 2px solid currentColor; border-left: 2px solid currentColor; }
.contact-input[aria-invalid="true"] + .ehime-datepicker .ehime-datepicker__trigger { border-color: #d94f4f; background: #fff5f4; box-shadow: 0 0 0 4px rgba(217,79,79,.12); }
.ehime-datepicker__panel { position: absolute; z-index: 50; top: calc(100% + 10px); left: 0; width: min(420px,calc(100vw - 40px)); padding: 18px; border: 2px solid #d9e5d2; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(49,72,58,.22); color: #31483a; }
.ehime-datepicker__panel[hidden] { display: none; }
.ehime-datepicker__header { display: grid; grid-template-columns: 42px 1fr 42px; gap: 10px; align-items: center; margin-bottom: 14px; }
.ehime-datepicker__selectors { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; }
.ehime-datepicker__selectors select { width: 100%; min-height: 42px; padding: 6px 28px 6px 10px; border: 1px solid #dce5d6; border-radius: 8px; background-color: #f8fbf4; color: #31483a; font: inherit; font-weight: 700; }
.ehime-datepicker__nav { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eef6dd; color: #4f9f50; font-size: 30px; line-height: 1; cursor: pointer; }
.ehime-datepicker__nav:disabled { opacity: .35; cursor: default; }
.ehime-datepicker__week,.ehime-datepicker__days { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.ehime-datepicker__week { margin-bottom: 5px; color: #647167; font-size: 13px; font-weight: 700; text-align: center; }
.ehime-datepicker__week span { padding: 6px 0; }
.ehime-datepicker__week .is-sunday,.ehime-datepicker__days .is-sunday { color: #e05d5d; }
.ehime-datepicker__week .is-saturday,.ehime-datepicker__days .is-saturday { color: #3f72cf; }
.ehime-datepicker__days button,.ehime-datepicker__blank { aspect-ratio: 1; }
.ehime-datepicker__days button { display: grid; border: 0; border-radius: 50%; background: transparent; color: #405547; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; place-items: center; }
.ehime-datepicker__days button:hover:not(:disabled),.ehime-datepicker__days button:focus-visible { background: #eaf5df; outline: none; }
.ehime-datepicker__days button.is-today { box-shadow: inset 0 0 0 2px #8bcc7e; }
.ehime-datepicker__days button.is-selected { background: #68bc60; box-shadow: none; color: #fff; }
.ehime-datepicker__days button:disabled { color: #c7cec5; cursor: default; }
.ehime-datepicker__footer { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px solid #e5eadf; }
.ehime-datepicker__footer button { border: 0; background: transparent; color: #4f9f50; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.contact-textarea { min-height: 145px; resize: vertical; line-height: 1.8; }
.contact-options { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-options .wpcf7-form-control-wrap { display: block; width: 100%; }
.contact-options .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-options .wpcf7-list-item { margin: 0; }
.contact-options label { position: relative; cursor: pointer; }
.contact-options input { position: absolute; opacity: 0; pointer-events: none; }
.contact-options label > span { display: block; padding: 12px 18px; border: 2px solid #dce5d6; border-radius: 999px; background: #fbfcf8; color: #526055; font-size: 14px; font-weight: 700; transition: .2s ease; }
.contact-options input:checked + span { border-color: #68bc60; background: #68bc60; color: #fff; box-shadow: 0 5px 12px rgba(68,139,67,.18); }
.contact-options input:focus-visible + span { outline: 3px solid rgba(29,82,139,.45); outline-offset: 3px; }
.contact-options label:has(input.wpcf7-not-valid) > span,
.contact-options label:has(input[aria-invalid="true"]) > span,
.contact-options .wpcf7-radio.wpcf7-not-valid label > span,
.contact-options .wpcf7-radio[aria-invalid="true"] label > span { border-color: #d94f4f; background: #fff5f4; color: #a83333; }
.contact-application-main { min-width: 0; }
.contact-service-guides { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.contact-service-guide { padding: 14px 16px; border-radius: 12px; background: #f3f8eb; color: #526055; }
.contact-service-guide strong { display: block; margin-bottom: 5px; color: #31483a; font-family: var(--font-round); font-size: 14px; }
.contact-service-guide p { margin: 0 0 7px; font-size: 12px; font-weight: 500; line-height: 1.7; }
.contact-service-guide a { display: inline-flex; align-items: center; gap: 5px; color: #55a64e; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.contact-service-guide a span { transition: transform .2s ease; }
.contact-consent { display: flex; justify-content: center; gap: 10px; align-items: center; color: #526055; font-size: 14px; font-weight: 600; cursor: pointer; }
.contact-privacy { display: grid; gap: 12px; }
.contact-privacy__title { margin: 0; color: #31483a; font-family: var(--font-round); font-size: 16px; font-weight: 700; text-align: center; }
.contact-privacy__box { padding: 20px; border: 2px solid #dce5d6; border-radius: 14px; background: #fff; }
.contact-privacy__frame { display: block; width: 100%; height: 280px; border: 0; border-radius: 8px; background: #fff; overflow-y: auto; }
.contact-consent input { width: 20px; height: 20px; accent-color: #68bc60; }
.contact-consent a { color: #4f9f4d; text-decoration: underline; text-underline-offset: 3px; }
.contact-consent .is-required { margin-left: 4px; }
.contact-consent:has(.wpcf7-not-valid-tip) { padding: 12px 16px; border: 2px solid #d94f4f; border-radius: 10px; background: #fff5f4; color: #a83333; }
.contact-form .cf-turnstile { margin-right: auto; margin-left: auto; }
.contact-submit-note { margin: -8px 0 0; color: #758078; font-size: 13px; text-align: center; }
.contact-submit { display: flex; align-items: center; justify-content: center; gap: 24px; width: min(420px,100%); min-height: 66px; margin: 0 auto; border: 0; border-radius: 999px; background: #71c171; box-shadow: 0 8px 20px rgba(66,137,67,.2); color: #fff; font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; transition: background-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.contact-form .wpcf7-submit:disabled { opacity: 1; cursor: pointer; }
.contact-form .wpcf7-response-output { margin: 0; padding: 14px 18px; border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.7; text-align: center; }
.contact-form.invalid .wpcf7-response-output,
.contact-form.unaccepted .wpcf7-response-output { border: 2px solid #d94f4f; background: #fff5f4; color: #a83333; }
.contact-form.sent .wpcf7-response-output { border: 2px solid #75b977; background: #f1f9f0; color: #376d3b; }
.contact-submit b { font-size: 20px; transition: transform .25s ease; }
.contact-phone { position: relative; overflow: hidden; padding: 68px 0 34px; background: #fff9e3; }
.contact-phone .contact-heading { margin-bottom: 0; }
.contact-page .ffield { padding-top: 180px; background: #fff9e3; }
.contact-page .ffield__hills { top: -210px; }
.contact-page .fscene,.contact-page .fkids { top: -70px; }
.contact-page .fgardens .garden-card { transition: none; }
.contact-page .fgardens .garden-card:hover { box-shadow: 0 20px 44px rgba(40,60,20,.16); transform: none; }
.contact-page .contact-footer-tel { display: block; margin-top: 10px; color: #58ad42; font-family: var(--font-round); font-size: 27px; font-weight: 900; line-height: 1.25; letter-spacing: .035em; }
.contact-page .contact-footer-tel small { display: inline-block; margin-right: 4px; padding: 3px 7px; border-radius: 5px; background: #eef6dd; color: #4f9f50; font-size: 11px; letter-spacing: .08em; vertical-align: 4px; }

/* 送信完了 */
.contact-complete { display: block; margin: -1px 0; background: #eef6dd; }
.policy-page.contact-complete-page { background: #eef6dd; }
.contact-complete__section { position: relative; min-height: 650px; padding: 48px 24px 90px; overflow: hidden; background: #eef6dd; }
.contact-complete__inner { position: relative; z-index: 2; width: min(100%,900px); margin: 0 auto; }
.contact-complete__inner .breadcrumb { margin-bottom: 18px; }
.contact-complete__card { padding: 72px 80px; border: 2px solid #dce8d0; border-radius: 32px; background: #fff; box-shadow: 0 18px 45px rgba(72,112,58,.1); color: #405547; text-align: center; }
.contact-complete__eyebrow { margin: 0 0 10px; color: #70bd66; font-family: "Zen Maru Gothic",sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-complete__card h1 { margin: 0 0 24px; color: #344b3c; font-family: "Zen Maru Gothic",sans-serif; font-size: clamp(28px,3.2vw,36px); font-weight: 900; }
.contact-complete__card h1 span,.contact-complete__lead span { display: inline; }
.contact-complete__card > p { margin: 0; font-size: 16px; line-height: 2; }
.contact-complete__card .contact-complete__lead { margin-bottom: 8px; font-size: 18px; font-weight: 700; }
.contact-complete__notice { max-width: 650px; margin: 36px auto 0; padding: 22px 28px; border-radius: 16px; background: #f6faee; text-align: left; }
.contact-complete__notice strong { display: block; margin-bottom: 6px; color: #405a45; }
.contact-complete__notice p { margin: 0; font-size: 14px; line-height: 1.8; }
.contact-complete__actions { margin-top: 38px; }
.contact-complete__button { display: inline-flex; min-width: 330px; min-height: 66px; align-items: center; justify-content: center; gap: 20px; padding: 12px 34px; border-radius: 999px; background: #6fc56c; box-shadow: 0 10px 24px rgba(75,161,71,.2); color: #fff; font-weight: 700; text-decoration: none; transition: transform .2s ease,background-color .2s ease; }
.contact-complete__button:hover { background: #5db85a; transform: translateY(-2px); }
.contact-complete-page .fcontact { margin-top: -1px; }
.policy-page.contact-complete-page .fcontact__wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%23eef6dd' d='M0,0 H240 V22 C220,18 200,18 180,22 C160,26 140,26 120,22 C100,18 80,18 60,22 C40,26 20,26 0,22 Z'/%3E%3C/svg%3E");
}

@media (hover:hover) and (pointer:fine) {
  .contact-submit:hover { background: #58ad59; box-shadow: 0 11px 24px rgba(66,137,67,.26); transform: translateY(-3px); }
  .contact-submit:hover b { transform: translateX(5px); }
  .contact-options label:hover > span { border-color: #8ccb85; }
  .contact-service-guide a:hover span { transform: translate(2px,-2px); }
}
@media (prefers-reduced-motion:reduce) { .contact-submit,.contact-submit b,.contact-input,.contact-options label > span { transition: none; } }
@media (max-width:1024px) {
  .contact-deco { display: none; }
  .contact-page .ffield { padding-top: 160px; }
  .contact-intro .policy-intro__title { font-size: 34px; }
  .contact-row { grid-template-columns: 210px 1fr; }
}
@media (max-width:600px) {
  .contact-page .ffield {
    padding-top: 34px;
    background: #7fc57d;
  }
  .contact-page .fgardens {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
  .contact-page .fgardens .garden-card {
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
  }
  .contact-page .fgardens .garden-card__head {
    min-height: 0;
    padding-right: 92px;
  }
  .contact-page .fgardens .garden-card__tag {
    font-size: 10px;
  }
  .contact-page .fgardens .garden-card__name {
    margin-left: -4px;
    font-size: 20px;
  }
  .contact-page .fgardens .garden-card__mark {
    width: 30px;
  }
  .contact-page .fgardens .garden-card__line {
    margin-top: 8px;
  }
  .contact-page .fgardens .garden-card__photo {
    top: -10px;
    right: 12px;
    width: 88px;
    height: 88px;
  }
  .contact-page .fgardens .garden-card__addr {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .contact-page .fgardens .contact-footer-tel {
    margin-top: 7px;
    font-size: 20px;
  }
  .contact-intro .policy-intro__title { font-size: 21px; }
  .contact-inner { width: calc(100% - 40px); }
  .contact-form-section { padding: 62px 0 28px; }
  .contact-phone { padding: 52px 0 28px; }
  .contact-heading h2 { font-size: 21px; }
  .contact-field { padding: 24px 20px 27px; border-radius: 18px; }
  .contact-field legend { padding: 0 8px; font-size: 18px; }
  .contact-row { grid-template-columns: 1fr; gap: 10px; padding: 17px 0; }
  .contact-label { padding-top: 0; }
  .contact-options { display: grid; grid-template-columns: 1fr; }
  .contact-options label > span { text-align: center; }
  .contact-options .wpcf7-radio { display: grid; grid-template-columns: 1fr; }
  .contact-service-guides { grid-template-columns: 1fr; }
  .contact-input--date { max-width: none; }
  .contact-consent { align-items: flex-start; }
  .contact-privacy__title { font-size: 14px; }
  .contact-privacy__frame { height: 300px; }
  .contact-page .contact-footer-tel { font-size: 23px; }
  .contact-complete__section { min-height: 560px; padding: 40px 18px 68px; }
  .contact-complete__inner .breadcrumb { margin-bottom: 16px; }
  .contact-complete__card { padding: 48px 22px; border-radius: 24px; }
  .contact-complete__card h1 { font-size: 25px; }
  .contact-complete__card h1 span,.contact-complete__lead span { display: block; }
  .contact-complete__card > p { font-size: 14px; line-height: 1.9; }
  .contact-complete__card .contact-complete__lead { font-size: 16px; }
  .contact-complete__description { text-align: left; }
  .contact-complete__notice { padding: 20px; }
  .contact-complete__button { width: 100%; min-width: 0; }
  .ehime-datepicker__panel { left: 50%; padding: 14px; transform: translateX(-50%); }
}
