*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================
  Pet LP Base
========================= */
.pet-lp {
  color: #3f3a38;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f8f3ed;
  line-height: 1.9;
}

.pet-container {
  width: min(90%, 1080px);
  margin: 0 auto;
}

.pet-lp img {
  width: 100%;
  height: auto;
  display: block;
}

.pet-lp h1,
.pet-lp h2,
.pet-lp h3,
.pet-lp p {
  margin: 0;
}
/* =========================
  Buttons
========================= */
.pet-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.pet-btn {
  min-width: 210px;
  padding: 15px 28px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  letter-spacing: .08em;
  transition: .25s ease;
}

.pet-btn-main {
  background: #d9a9a9;
  color: #fff;
}

.pet-btn-sub {
  background: #fff;
  color: #7e6663;
  border: 1px solid #d9a9a9;
}

.pet-btn:hover {
  opacity: .78;
}
/* =========================
  Empathy
========================= */

.pet-empathy {
  padding: 85px 0;
  text-align: center;
  background: #fffdf9;
}

.pet-empathy h2 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 600;
  color: #3f3a38;
}

.pet-empathy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1040px;
  margin: 52px auto 44px;
}

.pet-empathy-card {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      rgba(255,255,255,0.42),
      rgba(255,255,255,0.42)
    ),
    url("../img/bg_empathy_card.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border: 1px solid rgba(234, 222, 212, .4);
  box-shadow:
    0 10px 24px rgba(80, 60, 50, .06);
  transition: .25s ease;
}

.pet-empathy-card p {
  color: #4a3434;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 500;
}

.pet-empathy-lead {
  color: #4f4945;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .04em;
}

.pet-empathy-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  max-width: 920px;
  margin: 54px auto 0;
}

.pet-empathy-photo {
  overflow: hidden;
  background: #f8f3ed;
}

.pet-empathy-photo img {
  width: 100%;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
  display: block;
}

.pet-empathy-heading {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.pet-empathy-heading::after {
  content: "";
  position: absolute;

  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  width: 1000px;
  height: 3px;

  background: linear-gradient(
    90deg,
    rgba(201,148,62,0),
    rgba(201,148,62,.55),
    rgba(201,148,62,0)
  );
  box-shadow:
    0 0 12px rgba(217,169,169,.28);
}
/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-empathy {
    padding: 62px 0;
  }

  .pet-empathy h2 {
    font-size: 26px;
    letter-spacing: .04em;
  }

  .pet-empathy-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 38px auto 48px;
  }

  .pet-empathy-card {
    min-height: 150px;
  }

  .pet-empathy-card p {
    font-size: 20px;
    line-height: 1.6;
  }

  .pet-empathy-lead {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .pet-empathy-photos {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .pet-empathy-photo img {
    aspect-ratio: 4 / 2.8;
  }

  .pet-empathy-heading::after {
    width: 350px;
    height: 2px;
  }
}
/* =========================
  Concept / Feeling
========================= */

.pet-concept {
  padding: 100px 0;
  background: #eef5ef;
  text-align: center;
}

.pet-concept-inner {
  max-width: 980px;
}

.pet-section-heading {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 36px;
  text-align: center;
}

.pet-section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(201,148,62,0),
    rgba(201,148,62,.55),
    rgba(201,148,62,0)
  );
  box-shadow: 0 0 12px rgba(217,169,169,.24);
}

.pet-section-heading h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 600;
  color: #3f3a38;
}

.pet-concept-lead,
.pet-feeling-lead {
  color: #4f4945;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: .04em;
}

.pet-concept-image {
  max-width: 760px;
  margin: 52px auto 0;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(80, 60, 50, .08);
  filter:
    saturate(.82)
    brightness(.96)
    contrast(.94);
}

.pet-concept-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
  filter: brightness(1.03) saturate(.92);
}

/* 感情訴求 */
.pet-feeling {
  padding: 100px 0;
  background: #fffdf9;
  text-align: center;
}

.pet-feeling-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 760px;
  margin: 46px auto 52px;
}

.pet-feeling-point {
  padding: 24px 20px;
  background:
    linear-gradient(
      rgba(255,253,250,.72),
      rgba(255,253,250,.72)
    ),
    url("../img/bg_empathy_card.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid #eaded4;
  color: #7b5f5f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em;
  box-shadow: 0 12px 24px rgba(80, 60, 50, .06);
}

.pet-feeling-image {
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
}

.pet-feeling-image img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
}
.pet-concept {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      to bottom,
      #f8fbf8 0%,
      #f1f6f2 38%,
      #e7f0ea 72%,
      #dde9e1 100%
    );
}
.pet-concept::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(255,255,255,.55) 0%,
      rgba(255,255,255,0) 44%
    );

  pointer-events: none;
}

.pet-concept .pet-container {
  position: relative;
  z-index: 1;
}
.pet-concept .pet-container {
  position: relative;
  z-index: 1;
}

/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-concept,
  .pet-feeling {
    padding: 72px 0;
  }

  .pet-section-heading {
    padding-bottom: 28px;
    margin-bottom: 30px;
  }

  .pet-section-heading h2 {
    font-size: 26px;
    letter-spacing: .04em;
  }

  .pet-concept-lead,
  .pet-feeling-lead {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .pet-concept-image {
    margin-top: 38px;
  }

  .pet-concept-image img {
    aspect-ratio: 4 / 2.6;
  }

  .pet-feeling-points {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 36px auto 38px;
  }

  .pet-feeling-point {
    padding: 22px 16px;
    font-size: 17px;
  }

  .pet-feeling-image img {
    aspect-ratio: 4 / 3;
  }
}

/* =========================
  Feature / Reasons
========================= */

.pet-feature {
  padding: 110px 0;
  background: #fffdf9;
}

.pet-feature .pet-section-lead {
  margin-top: -12px;
  margin-bottom: 64px;
  text-align: center;
  color: #625b57;
  font-size: 17px;
  line-height: 2;
}

.pet-feature-list {
  max-width: 1040px;
  margin: 0 auto;
}

.pet-feature-item {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #eaded4;
}

.pet-feature-item:first-child {
  border-top: 1px solid #eaded4;
}

.pet-feature-text {
  text-align: left;
}

.pet-feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 46px;
  margin-bottom: 24px;
  background: #738692;
  color: #fff;
  font-size: 20px;
  letter-spacing: .08em;
}

.pet-feature-text h3 {
  margin: 0 0 16px;
  color: #3f3a38;
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .04em;
}

.pet-feature-text p {
  color: #4f4945;
  font-size: 17px;
  line-height: 1.9;
}

.pet-feature-link {
  display: inline-block;
  margin-top: 18px;
  color: #7e6663;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pet-feature-photo {
  overflow: hidden;
  background: #f8f3ed;
  box-shadow: 0 14px 28px rgba(80, 60, 50, .08);
}

.pet-feature-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;

  /* 施設写真を少し落ち着かせる */
  filter: saturate(.88) brightness(.98) contrast(.96);
}

/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-feature {
    padding: 76px 0;
  }

  .pet-feature .pet-section-lead {
    margin-bottom: 42px;
    font-size: 16px;
    text-align: left;
  }

  .pet-feature-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0;
  }

  .pet-feature-num {
    width: 60px;
    height: 48px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .pet-feature-text h3 {
    font-size: 24px;
  }

  .pet-feature-text p {
    font-size: 16px;
  }

  .pet-feature-photo {
    order: 2;
  }

  .pet-feature-photo img {
    aspect-ratio: 4 / 2.7;
  }
}

/* =========================
  CTA
========================= */
.pet-cta-area {
  padding: 90px 0;
  text-align: center;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    linear-gradient(135deg, #f3dede, #eef5ef);
}

.pet-cta-copy {
  margin-bottom: 18px;
  color: #b77f7f;
  font-size: 18px;
  letter-spacing: .12em;
}

.pet-cta-area h2 {
  margin-bottom: 24px;
}

.pet-cta-area p {
  color: #5e5753;
}

/* =========================
  資料請求フォーム / Pet LP
========================= */

#request {
  padding: 96px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(232, 207, 207, .35), transparent 32%),
    radial-gradient(circle at 90% 15%, rgba(220, 232, 225, .45), transparent 34%),
    #f8f3ed;
}

.document-form-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.document-form-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid #eaded4;
  padding: 56px;
  box-shadow: 0 18px 45px rgba(92, 73, 58, .08);
}

.document-form-head {
  margin-bottom: 36px;
}

.document-form-head .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #b77f7f;
  font-size: 13px;
  letter-spacing: .16em;
  font-weight: 700;
}

.document-form-head h3 {
  margin: 0 0 18px;
  font-size: 32px;
  letter-spacing: .06em;
  color: #3f3a38;
}

.muted {
  color: #625b57;
  line-height: 1.9;
}

.field-note {
  margin-top: 8px;
  color: #8a817c;
  font-size: 13px;
  line-height: 1.7;
}

.document-form {
  margin-top: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 24px;
  margin-bottom: 22px;
}

.form-grid-zip {
  grid-template-columns: .7fr 1.3fr;
}

.form-field-wide {
  grid-column: auto;
}

.form-field label {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
  color: #3f3a38;
}

.required,
.optional {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.5;
}

.required {
  background: #f2d6d6;
  color: #9f5d5d;
}

.optional {
  background: #e8e2dc;
  color: #7d756f;
}

.form-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid #e5d9cf;
  background: #fff;
  color: #3f3a38;
  font-size: 15px;
  border-radius: 0;
  transition: .2s ease;
}

.form-field input::placeholder {
  color: #aaa09a;
}

.form-field input:focus {
  outline: none;
  border-color: #d9a9a9;
  box-shadow: 0 0 0 4px rgba(217, 169, 169, .18);
}

.privacy-box {
  margin-top: 34px;
  padding: 34px;
  background: #fffdf9;
  border: 1px solid #eaded4;
}

.privacy-box h4 {
  margin: 0 0 18px;
  font-size: 18px;
  color: #3f3a38;
}

.privacy-box ul {
  margin: 16px 0 24px;
  padding-left: 1.4em;
  color: #625b57;
  line-height: 1.9;
}

.check-field {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #3f3a38;
}

.check-field input {
  width: 16px;
  height: 16px;
  accent-color: #d9a9a9;
}

.form-actions {
  margin-top: 32px;
  text-align: left;
}

/* 既存btnクラスをフォーム用に調整 */
.document-form .btn,
.confirm-dialog .btn {
  min-width: 210px;
  padding: 15px 28px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: .25s ease;
}

.document-form .btn-primary,
.confirm-dialog .btn-primary {
  background: #d9a9a9;
  color: #fff;
  box-shadow: 0 12px 24px rgba(217, 169, 169, .25);
}

.confirm-dialog .btn-secondary {
  background: #fff;
  color: #7e6663;
  border: 1px solid #d9a9a9;
}

.document-form .btn:hover,
.confirm-dialog .btn:hover {
  opacity: .78;
}

/* =========================
  確認モーダル
========================= */

.confirm-dialog {
  width: min(92%, 720px);
  padding: 0;
  border: none;
  background: transparent;
}

.confirm-dialog::backdrop {
  background: rgba(63, 58, 56, .45);
}

.confirm-dialog-body {
  padding: 42px;
  background: #fffdf9;
  border: 1px solid #eaded4;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.confirm-title {
  margin: 0 0 14px;
  font-size: 24px;
  color: #3f3a38;
}

.confirm-list {
  margin: 28px 0;
  border-top: 1px solid #eaded4;
}

.confirm-list dt,
.confirm-list dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #eaded4;
}

.confirm-list dt {
  font-weight: 700;
  color: #7e6663;
}

.confirm-list dd {
  color: #3f3a38;
}

.confirm-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
}

/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {
  #request {
    padding: 64px 0;
  }

  .document-form-card {
    padding: 34px 22px;
  }

  .document-form-head h3 {
    font-size: 26px;
  }

  .form-grid,
  .form-grid-zip {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .privacy-box {
    padding: 24px 20px;
  }

  .form-actions {
    text-align: center;
  }

  .document-form .btn,
  .confirm-dialog .btn {
    width: 100%;
  }

  .confirm-dialog-body {
    padding: 30px 22px;
  }

  .confirm-actions {
    flex-direction: column;
  }
}
/* =========================
  Header
========================= */

.pet-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, .92);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(80, 60, 50, .04);
}

.pet-header-inner {
  width: min(96%, 1360px);
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pet-header-logo {
  flex-shrink: 0;
}

.pet-header-logo img {
  width: 160px;
  height: auto;
  display: block;
}

.pet-header-nav {
  display: flex;
  gap: 14px;
  margin-left: auto;
}

.pet-header-btn {
  min-width: 142px;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .08em;
  transition: .25s ease;
  border: 1px solid #d9a9a9;
}

.pet-header-btn-main {
  background: #d9a9a9;
  color: #fff;
}

.pet-header-btn-sub {
  background: #fff;
  color: #7e6663;
}

.pet-header-btn:hover {
  opacity: .78;
}


/* =========================
  FV / PC
========================= */

.pet-fv-cover {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: 0;
  overflow: hidden;
  background: #f8f3ed;
}

.pet-fv-cover-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pet-fv-cover-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
}

/* PC：左側だけやわらかく、右側はできるだけ写真を活かす */
.pet-fv-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(248,243,237,0.72) 0%,
      rgba(248,243,237,0.38) 18%,
      rgba(248,243,237,0.12) 34%,
      rgba(248,243,237,0) 48%
    ),
    radial-gradient(
      circle at 18% 48%,
      rgba(248,243,237,0.34) 0%,
      rgba(248,243,237,0.14) 34%,
      rgba(248,243,237,0) 62%
    );
}

.pet-fv-cover-content {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: calc(100vh - 78px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3%;
  box-sizing: border-box;
}

.pet-fv-copy {
  width: min(800px, 48%);
  text-align: right;
  margin-right: 2%;
  transform: translateY(-90px);
}

.pet-fv-copy .pet-label {
  display: inline-block;
  margin-bottom: 30px;
  padding: 8px 30px;
  background: rgba(255,255,255,.88);
  border: 1px solid #eaded4;
  color: #7e6663;
  font-size: 15px;
  letter-spacing: .08em;
  position: relative;
  right: 40px;
}

.pet-fv-copy h1 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.42;
  letter-spacing: .04em;
  color: #4b403d;
  font-weight: 600;
  text-shadow:
    0 2px 8px rgba(255,255,255,.42),
    0 0 24px rgba(245,237,230,.78),
    0 0 48px rgba(231,216,205,.72),
    0 0 82px rgba(214,194,180,.42);
}

.pet-fv-copy .pet-lead {
  margin-top: 30px;
  color: #4b403d;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  padding-right: 5%;
  text-shadow:
    0 0 12px rgba(255,255,255,.55),
    0 0 28px rgba(245,237,230,.72),
    0 0 54px rgba(231,216,205,.62);
}


/* =========================
  SP Header / Fixed CTA / FV
========================= */

.sp-fixed-cta {
  display: none;
}

@media screen and (max-width: 768px) {

  /* Header */
  .pet-header-inner {
    justify-content: center;
    height: 62px;
  }

  .pet-header-nav {
    display: none;
  }

  .pet-header-logo img {
    width: 170px;
  }

  /* Fixed CTA */
  .sp-fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid #eaded4;
  }

  .sp-fixed-cta a {
    width: 50%;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
  }

  .sp-fixed-cta .cta-visit {
    background: #d9a9a9;
    color: #fff;
  }

  .sp-fixed-cta .cta-request {
    background: #fff;
    color: #7e6663;
    border-left: 1px solid #eaded4;
  }

  /* FV SP layout */
  .pet-fv-cover {
    display: flex;
    flex-direction: column;
    min-height: auto;
    background: #f8f3ed;
    overflow: visible;
    padding-bottom: 40px; /* 固定CTAぶん */
  }

  /* PC用の全体グラデをSPでは止める */
  .pet-fv-cover::before {
    display: none;
  }

  /* display: contents で、写真・コピーをorder管理 */
  .pet-fv-cover-content,
  .pet-fv-copy {
    display: contents;
  }

  /* 元の横書きラベルはSPでは非表示 */
  .pet-fv-copy .pet-label {
    display: none;
  }

  /* 写真エリア */
  .pet-fv-cover-bg {
    position: relative;
    order: 1;
    z-index: 1;
    inset: auto;
    width: 100%;
    height: 45vw;
    min-height: 420px;
    max-height: 650px;
    overflow: hidden;
  }

  .pet-fv-cover-bg img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% center;
  }

  /* 写真の左側に出す縦書きラベル */
  .pet-fv-cover-bg::before {
    content: "ペットも家族として、一緒に入れる室内墓";
    position: absolute;
    left: 12px;
    top: 24px;
    z-index: 4;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 14px 8px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(234,222,212,.85);
    backdrop-filter: blur(4px);
    color: #7e6663;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .08em;
  }

  /* 写真だけにかけるグラデーション */
  .pet-fv-cover-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(
        to top,
        rgba(248,243,237,0.72) 0%,
        rgba(248,243,237,0.34) 20%,
        rgba(248,243,237,0.12) 40%,
        rgba(248,243,237,0) 80%
      );
  }

  /* コピー類は写真の外・下に表示 */
  .pet-fv-copy h1 {
    order: 2;
    position: relative;
    z-index: 1;
    padding: 22px 12px 10px;
    font-size: clamp(26px, 7vw, 42px);
    line-height: 1.55;
    text-align: center;
    transform: none;
  }

  .pet-fv-copy .pet-lead {
    order: 3;
    position: relative;
    z-index: 1;
    margin: 10px auto 0;
    padding: 0 12px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    transform: none;
  }
}
/* =========================
  PC/SP 改行制御
========================= */

/* 初期 */
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* SP */
@media screen and (max-width: 768px) {

  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }

}
/* =========================
  背景
========================= */
.pet-feeling {
  position: relative;
  overflow: hidden;
}

.pet-feeling::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      rgba(255,255,255,.70),
      rgba(255,255,255,.20)
    ),
    url(../img/bg-white.jpg);

  background-size: cover;
  background-position: center;

  opacity: .9;

  z-index: 0;
}

.pet-feeling .pet-container {
  position: relative;
  z-index: 1;
}
/* =========================
  Partner / JA
========================= */

.pet-partner {
  padding: 110px 0;
  background: #eef4ef;
}

.pet-partner-intro {
  max-width: 980px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.pet-partner-text {
  text-align: left;
}

.pet-partner-sub {
  margin-bottom: 10px;
  color: #7e6663;
  font-size: 18px;
  letter-spacing: .08em;
}

.pet-partner-text h3 {
  margin: 0 0 24px;
  color: #3f3a38;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.6;
  letter-spacing: .04em;
}

.pet-partner-text p {
  color: #4f4945;
  font-size: 17px;
  line-height: 2;
}

.pet-partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 34px;
  background: #fafcfa;
  border: 1px solid #d7e2d7;
}

.pet-partner-logo img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

/* 特典ボックス */
.pet-benefit-box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 56px;
  background: #f6faf6;
  border: 1px solid #d7e2d7;
  box-sizing: border-box;
  overflow: hidden;
}

.pet-benefit-list {
  display: grid;
  gap: 30px;
}

.pet-benefit-item {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid #dfe8df;
  box-sizing: border-box;
  min-width: 0;
}

.pet-benefit-text,
.pet-benefit-img {
  min-width: 0;
}

.pet-benefit-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.6;
  object-fit: cover;
  display: block;
}

.pet-benefit-img.two-img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}


/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-partner {
    padding: 76px 0;
  }

  .pet-partner-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
  }

  .pet-partner-text {
    text-align: center;
  }

  .pet-partner-sub {
    font-size: 16px;
  }

  .pet-partner-text h3 {
    font-size: 24px;
  }

  .pet-partner-text p {
    font-size: 15px;
  }

  .pet-partner-logo {
    padding: 28px 20px;
  }

  .pet-benefit-box {
    padding: 30px 16px;
  }

  .pet-benefit-box > h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .pet-benefit-item {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 16px;
  }

  .pet-benefit-text h4 {
    font-size: 18px;
  }

  .pet-benefit-text p {
    font-size: 16px;
  }

  .pet-benefit-img.two-img {
    grid-template-columns: 1fr;
  }
}
.pet-benefit-num {
  display: inline-block;
  margin-bottom: 16px;
  color: #708c74;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(112, 140, 116, .24);
}
/* =========================
  Cremation Plan
========================= */

.pet-cremation-plan {
  padding: 100px 0;
  background:
    linear-gradient(
      180deg,
      #fffdf9 0%,
      #f4f8f2 100%
    );
}

.pet-section-heading {
  text-align: center;
  margin-bottom: 54px;
}

.pet-section-heading h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.6;
  letter-spacing: .06em;
  color: #3f3a38;
}

.pet-section-heading p {
  margin-top: 18px;
  color: #625b57;
  font-size: 16px;
  line-height: 2;
}

.cremation-plan-list {
  display: grid;
  gap: 26px;
  padding: 30px 0;
}

.cremation-plan-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 38px 44px;
  background: rgba(255,255,255,.86);
  border: 1px solid #dfe8df;
  box-shadow: 0 16px 38px rgba(92, 73, 58, .06);
}

.plan-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.plan-label {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #708c74;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.plan-name {
  margin: 0 0 6px;
  color: #708c74;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
}

.plan-head h3 {
  margin: 0;
  color: #3f3a38;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.5;
  letter-spacing: .05em;
}

.plan-flow {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.flow-item {
  min-width: 140px;
  text-align: center;
}

.flow-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.flow-item span {
  display: block;
  color: #3f3a38;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.flow-arrow {
  padding-top: 28px;
  color: #708c74;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  opacity: .8;
}

.plan-price {
  min-width: 160px;
  margin: 0;
  padding-left: 32px;
  border-left: 1px solid #d7e2d7;
  color: #3f3a38;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

.cremation-plan-note {
  margin-top: 36px;
  text-align: center;
}

.cremation-plan-note a {
  color: #4f7354;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.7;
}

.cremation-plan-note p {
  margin-top: 16px;
  color: #625b57;
  font-size: 16px;
}

/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-cremation-plan {
    padding: 76px 0;
  }

  .pet-section-heading {
    margin-bottom: 38px;
  }

  .pet-section-heading p {
    font-size: 16px;
  }

  .cremation-plan-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .plan-head {
    margin-bottom: 0;
  }

  .plan-label {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .plan-name {
    font-size: 16px;
  }

  .plan-head h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .plan-flow {
    justify-content: center;
    margin-top: 0;
    gap: 6px;
  }

  .flow-item {
    min-width: 88px;
    max-width: 120px;
  }

  .flow-item img {
    width: 80px;
    height: 80px;
  }

  .flow-item span {
    font-size: 13px;
  }

  .flow-arrow {
    padding-top: 22px;
    font-size: 30px;
  }

  .plan-price {
    width: 100%;
    min-width: auto;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #d7e2d7;
    text-align: center;
    font-size: 28px;
  }
}
/* Cプラン：2パターン表示 */
.cremation-plan-card-c {
  align-items: start;
}
.plan-price-c {
  position: relative;
  top: -120px;
  margin-bottom: -100px;
}
.plan-patterns {
  display: grid;
  gap: 18px;
  padding: 20px 10px;
}

.plan-pattern {
  padding: 20px;
  border: 1px solid #dfe8df;
}

.plan-pattern-title {
  margin: 0 0 14px;
  color: #708c74;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
}

.plan-flow-small {
  justify-content: center;
  gap: 12px;
}

.plan-flow-small .flow-item {
  min-width: 140px;
}

.plan-flow-small .flow-item img {
  width: 72px;
  height: 72px;
}

.plan-flow-small .flow-item span {
  font-size: 15px;
  line-height: 1.6;
}

.plan-flow-small .flow-arrow {
  padding-top: 22px;
  font-size: 42px;
}

.plan-area-note {
  padding: 18px 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid #eaded4;
  text-align: center;
}

.plan-area-title {
  margin: 0 0 8px;
  color: #3f3a38;
  font-size: 15px;
  font-weight: 700;
}

.plan-area-note p {
  margin: 0;
  color: #4f4945;
  font-size: 14px;
  line-height: 1.8;
}

.plan-area-note small {
  display: block;
  margin-top: 6px;
  color: #8a817c;
  font-size: 12px;
  line-height: 1.6;
}

/* SP */
@media screen and (max-width: 768px) {

  .plan-price-c {
    top: 0;
    margin-bottom: 0;
  }
  .plan-pattern {
    padding: 18px 14px;
  }

  .plan-pattern-title {
    font-size: 15px;
    text-align: left;
  }

  .plan-flow-small {
    gap: 6px;
  }

  .plan-flow-small .flow-item {
    min-width: 88px;
    max-width: 120px;
  }

  .plan-flow-small .flow-item img {
    width: 90px;
    height: 90px;
  }

  .plan-flow-small .flow-item span {
    font-size: 13px;
  }

  .plan-flow-small .flow-arrow {
    padding-top: 22px;
    font-size: 30px;
  }

  .plan-area-note {
    padding: 16px 14px;
    text-align: left;
  }
}
/* =========================
  Grave Plan
========================= */
/* 価格ブロック全体 */
.pet-grave-plan {
  padding: 105px 0;
  background:
    linear-gradient(180deg, #fffdf9 0%, #f6f1e9 100%);
}

/* 価格カードを包む背景 */
.grave-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin: 54px auto 0;
  padding: 38px;
  background:
    linear-gradient(135deg, #f4e7c2 0%, #eef4e9 100%);
  border: 1px solid #ddd0b8;
  box-shadow: 0 18px 44px rgba(92, 73, 58, .10);
}

/* 各価格カード */
.grave-plan-card {
  background: #fffdf9;
  padding: 24px 22px 28px;
  text-align: center;
  border: 1px solid #e0d4c6;
  box-shadow: 0 14px 28px rgba(92, 73, 58, .10);
}

.grave-plan-name {
  margin: 0 0 16px;
  color: #3f3a38;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
}

.grave-plan-name span {
  font-size: 14px;
}

/* 画像部分の薄すぎ対策 */
.grave-plan-img {
  background: #eee8df;
  border: 1px solid #eaded4;
}

.grave-plan-img img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  display: block;
  filter: saturate(.96) brightness(.98) contrast(1.04);
}

.grave-plan-price {
  margin: 18px 0 4px;
  color: #708c74;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.grave-plan-price span {
  font-size: clamp(42px, 4vw, 58px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .02em;
}

.grave-plan-fee {
  margin: 0;
  color: #625b57;
  font-size: 14px;
  line-height: 1.6;
}

/* 注釈も少し読みやすく */
.grave-plan-note {
  margin-top: 20px;
  text-align: center;
  color: #6f675f;
  font-size: 13px;
  line-height: 1.8;
}

/* =========================
  Facility
========================= */
.pet-facility {
  padding: 105px 0;
  background:
    linear-gradient(180deg, #f8f3ed 0%, #fffdf9 100%);
}

.facility-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  max-width: 980px;
  margin: 54px auto 0;
}

.facility-photo-card {
  margin: 0;
}

.facility-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
  display: block;
  filter: saturate(.96) brightness(.98) contrast(1.04);
  box-shadow: 0 20px 46px rgba(92, 73, 58, .14);
  border: 1px solid #e5d9cf;
}

.facility-photo-card figcaption {
  margin-top: 14px;
  color: #5f7f63;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: right;
}


/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-grave-plan,
  .pet-facility {
    padding: 76px 0;
  }

  .grave-plan-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 38px;
    padding: 22px;
  }

  .grave-plan-card {
    padding: 20px 18px 24px;
  }

  .grave-plan-img img {
    aspect-ratio: 4 / 3.2;
  }

  .grave-plan-price span {
    font-size: 48px;
  }

  .facility-photo-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
  }

  .facility-photo-card img {
    aspect-ratio: 4 / 2.8;
  }

  .facility-photo-card figcaption {
    text-align: left;
    font-size: 14px;
  }
}

.grave-plan-include {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 32px auto 0;
  padding: 24px 20px;
  background:
    linear-gradient(
      135deg,
      rgba(248, 244, 236, .96),
      rgba(244, 248, 242, .96)
    );
  border: 1px solid #ddd3c9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.grave-plan-include-title {
  margin: 0 0 14px;
  color: #4f4742;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.7;
}

.grave-plan-include-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grave-plan-include-list li {
  position: relative;
  padding-left: 1em;
  color: #6f8572;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.8;
}

.grave-plan-include-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #93aa96;
}


/* SP */
@media screen and (max-width: 768px) {

  .grave-plan-include {
    width: calc(100% - 32px);
    max-width: none;
    margin: 28px auto 0;
    padding: 24px 20px;
    border-radius: 14px;
    text-align: left;
  }

  .grave-plan-include-title {
    margin: 0 0 24px;
    text-align: left;
    font-size: 18px;
    line-height: 1.7;
  }

  .grave-plan-include-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: initial;
  }

  .grave-plan-include-list li {
    width: 100%;
    padding-left: 1.1em;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
}

/*=======================
  Closing
========================= */

.pet-closing {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.pet-closing::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.62) 0%,
      rgba(255,255,255,.50) 35%,
      rgba(255,255,255,.54) 70%,
      rgba(255,255,255,.68) 100%
    ),
    url("../img/closing_light.jpg") center center / cover no-repeat;

  opacity: 1;
  z-index: 0;
}

.pet-closing-inner {
  position: relative;
  z-index: 1;

  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.pet-closing-text {
  margin-top: 34px;
}

.pet-closing-text p {
  margin: 0 0 18px;
  color: #4f4945;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 2.15;
  letter-spacing: .04em;
}

.pet-closing-photo {
  max-width: 720px;
  margin: 54px auto 46px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(92, 73, 58, .10);
}

.pet-closing-photo img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
  filter: brightness(1.02) saturate(.88) contrast(.96);
}

.pet-closing-note {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid #eaded4;
}

.pet-closing-note p {
  margin: 0 0 12px;
  color: #5e5753;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 2;
  letter-spacing: .04em;
}

/* クロージング内CTA */
.pet-closing .pet-cta-buttons {
  margin-top: 42px;
}


/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-closing {
    padding: 78px 0 100px;
  }

  .pet-closing-text {
    margin-top: 26px;
  }

  .pet-closing-text p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 2;
  }

  .pet-closing-photo {
    margin: 38px auto 34px;
  }

  .pet-closing-photo img {
    aspect-ratio: 4 / 2.8;
  }

  .pet-closing-note {
    padding-top: 28px;
  }

  .pet-closing-note p {
    font-size: 15px;
    line-height: 1.95;
  }

  .pet-closing .pet-cta-buttons {
    margin-top: 34px;
    flex-direction: column;
    gap: 14px;
  }

  .pet-closing .pet-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
.pet-mini-cta {
  padding: 54px 0 62px;

  background:
    radial-gradient(
      circle at top left,
      rgba(255,255,255,.30),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      #eef3f5 0%,
      #dde6eb 52%,
      #d4dde2 100%
    );

  text-align: center;
}

.pet-mini-cta-text {
  margin: 0;
  color: #254357;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 2;
  letter-spacing: .04em;
}

.pet-mini-cta .pet-cta-buttons {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .pet-mini-cta {
    padding: 42px 0 50px;
  }

  .pet-mini-cta .pet-cta-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .pet-mini-cta .pet-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
.pet-consult-cta {
  position: relative;
  padding: 72px 0;

  background:
    linear-gradient(
      rgba(255,255,255,.80),
      rgba(255,255,255,.60)
    ),
    url("../img/bg-greenpaper.jpg") center center / cover repeat;
}

.pet-consult-cta-box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 48px;
  text-align: center;
background:
radial-gradient(
  circle at top left,
  rgba(255,255,255,.16),
  transparent 46%
),
linear-gradient(
  135deg,
  #556a78 0%,
  #738692 48%,
  #8fa0a8 100%
);
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(92, 73, 58, .14);
  color: #fff;
}

.pet-consult-cta-lead {
  margin: 0 0 24px;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
}

.pet-consult-tel {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .04em;
  text-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.pet-consult-tel span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: .08em;
}

.pet-consult-time {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.pet-consult-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.pet-consult-buttons .pet-btn-main {
  background:
    linear-gradient(
      135deg,
      #ddb56b,
      #c9943e
    );

  color: #fff;

  box-shadow:
    0 10px 22px rgba(185, 138, 67, .22);
}

.pet-consult-buttons .pet-btn-sub {
  background: #fff;
  color: #7d8496;
  border: 1px solid rgba(255,255,255,.75);
}

@media screen and (max-width: 768px) {
  .pet-consult-cta {
    padding: 56px 0;
  }

  .pet-consult-cta-box {
    padding: 36px 22px;
    border-radius: 18px;
  }

  .pet-consult-tel {
    font-size: clamp(34px, 10vw, 46px);
  }

  .pet-consult-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .pet-consult-buttons .pet-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
.pet-final-cta {
  margin-top: 48px;
  text-align: center;
}

.pet-final-cta-copy {
  margin: 0 0 24px;
  color: #4f4945;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .06em;
}

.pet-final-cta .pet-cta-buttons {
  margin-top: 0;
}

.pet-final-cta-tel {
  margin-top: 24px;
  color: #625b57;
  font-size: 14px;
  line-height: 1.8;
}

.pet-final-cta-tel a {
  color: #5f7f63;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .pet-final-cta {
    margin-top: 38px;
  }

  .pet-final-cta-copy {
    font-size: 22px;
  }

  .pet-final-cta .pet-cta-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .pet-final-cta .pet-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
/* =========================
  CONTACT CTA
========================= */

.pet-contact-cta {
  position: relative;
  padding: 72px 0;

  background:
    linear-gradient(
      rgba(255,255,255,.80),
      rgba(255,255,255,.80)
    ),
    url("../img/bg-greenpaper.jpg") center center / cover repeat;
}

.pet-contact-copy {
  margin-bottom: 28px;

  color: #4f4945;
  text-align: center;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .05em;
}

.pet-contact-telbox {
  max-width: 980px;
  margin: 0 auto;
  padding: 36px 24px;
background:
radial-gradient(
  circle at top left,
  rgba(255,255,255,.10),
  transparent 42%
),
linear-gradient(
  135deg,
  #556a78 0%,
  #738692 48%,
  #8fa0a8 100%
);

  border-radius: 20px;

  text-align: center;

  box-shadow:
    0 10px 28px rgba(86, 92, 74, .10);
}

.pet-contact-label {
  margin-bottom: 12px;

  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
}

.pet-contact-number {
  display: inline-block;

  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;

  text-decoration: none;

  text-shadow:
    0 2px 8px rgba(0,0,0,.10);
}

.pet-contact-sub {
  margin: 16px 0 6px;

  color: rgba(255,255,255,.96);
  font-size: 15px;
  font-weight: 600;
}

.pet-contact-time {
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.8;
}

.pet-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;

  margin-top: 34px;
}

.pet-contact-btn-wrap {
  text-align: center;
}

.pet-contact-btn-label {
  margin-bottom: 10px;

  color: #6d7f67;
  font-size: 14px;
  font-weight: 700;
}

.pet-contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-width: 280px;
  height: 62px;

  font-size: 20px;
  font-weight: 700;
  text-decoration: none;

  transition: .3s;
}

/* くすみピンク */
.pet-contact-btn.reserve {
background:
  linear-gradient(
    135deg,
    #d7bb86,
    #db9f37
  );
  color: #fff;
}

/* 白ボタン */
.pet-contact-btn.request {
  background: rgba(255,255,255,.94);

  border: 1px solid #d8c7c8;

  color: #8f7375;
}

.pet-contact-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}


/* =========================
  SP
========================= */

@media screen and (max-width: 768px) {

  .pet-contact-cta {
    padding: 56px 0;
  }

  .pet-contact-copy {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.8;
  }

  .pet-contact-telbox {
    padding: 26px 16px;
    border-radius: 16px;
  }

  .pet-contact-label {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .pet-contact-number {
    font-size: 30px;
    line-height: 1.1;
  }

  .pet-contact-sub {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.7;
  }

  .pet-contact-time {
    font-size: 12px;
  }

  .pet-contact-buttons {
    flex-direction: column;
    gap: 14px;

    margin-top: 26px;
  }

  .pet-contact-btn {
    width: 100%;
    min-width: auto;
    height: 58px;

    font-size: 18px;
  }

  .pet-contact-btn-label {
    margin-bottom: 8px;
    font-size: 13px;
  }

}

.pet-contact-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pet-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  color: #fff;
}

.pet-contact-icon svg {
  width: 100%;
  height: 100%;
}
/* =========================
  CTA Color Override
  末尾に追加
========================= */

:root {
  --pet-cta-blue-01: #556a78;
  --pet-cta-blue-02: #738692;
  --pet-cta-blue-03: #8fa0a8;

  --pet-cta-gold-01: #ddb56b;
  --pet-cta-gold-02: #c9943e;

  --pet-cta-white: rgba(255,255,255,.94);
  --pet-cta-sub-text: #6f7f89;
}

/* 共通ボタン */
.pet-btn-main,
.pet-header-btn-main,
.sp-fixed-cta .cta-visit {
  background:
    linear-gradient(
      135deg,
      var(--pet-cta-gold-01),
      var(--pet-cta-gold-02)
    ) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 8px 18px rgba(185, 138, 67, .20);
}

.pet-btn-sub,
.pet-header-btn-sub,
.sp-fixed-cta .cta-request {
  background: var(--pet-cta-white) !important;
  color: var(--pet-cta-sub-text) !important;
  border: 1px solid rgba(125,132,150,.26) !important;
}

/* ヘッダー */
.pet-header-btn {
  border-radius: 0;
}

/* ミニCTA */
.pet-mini-cta .pet-btn-main {
  background:
    linear-gradient(
      135deg,
      var(--pet-cta-gold-01),
      var(--pet-cta-gold-02)
    ) !important;
}

.pet-mini-cta .pet-btn-sub {
  background: rgba(255,255,255,.94) !important;
  color: var(--pet-cta-sub-text) !important;
}

/* 途中CTAボックス */
.pet-consult-cta-box,
.pet-contact-telbox {
  background:
    radial-gradient(
      circle at top left,
      rgba(255,255,255,.16),
      transparent 46%
    ),
    linear-gradient(
      135deg,
      var(--pet-cta-blue-01) 0%,
      var(--pet-cta-blue-02) 48%,
      var(--pet-cta-blue-03) 100%
    ) !important;

  border-radius: 10px;
}

/* 途中CTA内ボタン */
.pet-consult-buttons .pet-btn-main,
.pet-contact-btn.reserve {
  background:
    linear-gradient(
      135deg,
      var(--pet-cta-gold-01),
      var(--pet-cta-gold-02)
    ) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 22px rgba(185, 138, 67, .22);
}

.pet-consult-buttons .pet-btn-sub,
.pet-contact-btn.request {
  background: rgba(255,255,255,.94) !important;
  color: var(--pet-cta-sub-text) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
}

/* 最後のTELボックス内ボタン */
.pet-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.pet-contact-btn-wrap {
  text-align: center;
}

.pet-contact-btn-label {
  margin-bottom: 10px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 700;
}

.pet-contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 58px;
  padding: 0 28px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: .25s ease;
}

.pet-contact-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

/* フォームのピンク系をゴールド系へ */
.document-form-head .eyebrow {
  color: #c9943e;
}

.required {
  background: #f4e2c0;
  color: #9b6d28;
}

.form-field input:focus {
  border-color: #c9943e;
  box-shadow: 0 0 0 4px rgba(201,148,62,.18);
}

.check-field input {
  accent-color: #c9943e;
}

.document-form .btn-primary,
.confirm-dialog .btn-primary {
  background:
    linear-gradient(
      135deg,
      var(--pet-cta-gold-01),
      var(--pet-cta-gold-02)
    ) !important;
  color: #fff;
  box-shadow: 0 12px 24px rgba(185,138,67,.22);
}

.confirm-dialog .btn-secondary {
  background: #fff;
  color: var(--pet-cta-sub-text);
  border: 1px solid rgba(125,132,150,.28);
}

/* =========================
  SP Fixed CTA
========================= */

.sp-fixed-cta {
  display: none;
}

@media screen and (max-width: 768px) {

  body {
    padding-bottom: 64px;
  }

  .sp-fixed-cta {
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 64px;

    display: flex;
    z-index: 999;

    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-top: 1px solid rgba(234, 222, 212, .7);
    box-shadow: 0 -8px 24px rgba(80, 60, 50, .08);
  }

  .sp-fixed-cta a {
    width: 50%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .sp-fixed-cta .cta-visit {
    background:
      linear-gradient(
        135deg,
        #ddb56b,
        #c9943e
      );
    color: #fff;
  }

  .sp-fixed-cta .cta-request {
    background: rgba(255,255,255,.72);
    color: #6f7f89;
    border-left: 1px solid rgba(234, 222, 212, .75);
  }

  .pet-fv-cover {
    padding-bottom: 24px;
  }

  .footer {
    padding-bottom: 24px;
  }
}

/* =========================
   FAQ / Pet LP
========================= */
.lp-faq {
  padding: 80px 20px;
  background:
    linear-gradient(
      rgba(255,255,255,.42),
      rgba(255,255,255,.62)
    ),
    url("../img/bg-paper.jpg");
  background-size: 300px;
}

.lp-faq-heading {
  margin: 0 0 28px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.5;
  font-weight: 700;
  color: #3f3a38;
  text-align: center;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-faq-item {
  border: 1px solid rgba(115,134,146,.24);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.lp-faq-item[open] {
  border-color: rgba(201,148,62,.42);
  background: rgba(255,253,249,.96);
  box-shadow: 0 10px 24px rgba(92, 73, 58, .06);
}

.lp-faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #3f3a38;
}

.lp-faq-question::-webkit-details-marker {
  display: none;
}

.lp-faq-question-text {
  flex: 1;
}

.lp-faq-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.lp-faq-icon::before,
.lp-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #738692;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease, background-color .25s ease;
}

.lp-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lp-faq-item[open] .lp-faq-icon::before,
.lp-faq-item[open] .lp-faq-icon::after {
  background: #c9943e;
}

.lp-faq-item[open] .lp-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(.3);
}

.lp-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.lp-faq-item[open] .lp-faq-answer {
  grid-template-rows: 1fr;
}

.lp-faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 22px 0;
  font-size: 16px;
  line-height: 2;
  color: #5e5753;
}

.lp-faq-item[open] .lp-faq-answer > p {
  padding: 0 22px 22px;
}

.lp-faq-answer .lp-faq-note {
  font-size: 12px;
  line-height: 1.5;
  color: #8a8176;
}

@media (hover: hover) {
  .lp-faq-item:hover {
    border-color: rgba(201,148,62,.36);
    box-shadow: 0 8px 18px rgba(92, 73, 58, .04);
  }
}

/* SP */
@media (max-width: 767px) {
  .lp-faq {
    padding: 56px 20px;
  }

  .lp-faq-heading {
    margin-bottom: 22px;
    font-size: 28px;
    text-align: left;
  }

  .lp-faq-list {
    gap: 12px;
  }

  .lp-faq-question {
    padding: 16px;
    font-size: 17px;
    line-height: 1.8;
  }

  .lp-faq-answer > p {
    padding: 0 16px 0;
    font-size: 15px;
    line-height: 1.9;
  }

  .lp-faq-item[open] .lp-faq-answer > p {
    padding: 0 16px 16px;
  }

  .lp-faq-icon {
    width: 20px;
    height: 20px;
  }

  .lp-faq-icon::before,
  .lp-faq-icon::after {
    width: 16px;
  }
}
/* =========================
   Access
========================= */
.lp-access {
  padding: 80px 20px;
  background:
  linear-gradient(rgba(252,250,247,0.7), rgba(239,245,235,0.1)),
    url("../img/bg-blue.jpg");
  background-size: cover;
  background-position: center;
  border: none;
}

.lp-access-title {
  margin: 0 0 36px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.5;
  font-weight: 700;
  color: #2f2a25;
  text-align: center;
}

/* 1ブロックごとの横並び */
.lp-access-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 40px;
}

/* テキスト */
.lp-access-text {
  color: #4f473f;
}

.lp-access-subtitle {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #2f2a25;
}

.lp-access-text p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #5a5147;
}

/* 画像 */
.lp-access-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d8cec0;
  box-sizing: border-box;
}

/* Google map */
.lp-access-map-block {
  margin-top: 8px;
}

.lp-access-subtitle-center {
  text-align: center;
  margin-bottom: 18px;
}

.lp-access-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 12px;
  display: block;
}

/* =========================
   Smartphone
========================= */
@media (max-width: 767px) {
  .lp-access {
    padding: 48px 20px;
  }

  .lp-access-title {
    margin-bottom: 24px;
    font-size: 28px;
    text-align: left;
  }

  .lp-access-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }

  /* SPは地図→文言の順にしたいので画像を先に */
  .lp-access-image {
    order: 1;
  }

  .lp-access-text {
    order: 2;
  }

  .lp-access-subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .lp-access-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .lp-access-subtitle-center {
    text-align: left;
    margin-bottom: 12px;
  }

  .lp-access-map iframe {
    height: 300px;
    border-radius: 10px;
  }
}