@charset "UTF-8";

/* =========================================================
   PAGE 05｜完成版
   現在の page5.css を、このファイルの内容へ丸ごと置き換えて使用
========================================================= */

.page5 {
  --p5-white: #ffffff;
  --p5-text: #2e2a26;
  --p5-muted: #736d66;
  --p5-gold: #b8862f;
  --p5-gold-dark: #936718;
  --p5-red: #e60012;
  --p5-line: rgba(184, 134, 47, 0.30);
  --p5-shadow: 0 8px 24px rgba(55, 48, 40, 0.08);
  --p5-max: 1180px;

  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--p5-text);
  background: #fff;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

.page5,
.page5 *,
.page5 *::before,
.page5 *::after {
  box-sizing: border-box;
}

.page5 img {
  display: block;
  max-width: 100%;
}

.page5 p,
.page5 h2,
.page5 h3 {
  margin-top: 0;
}

/* =========================================================
   01. FAQメイン
========================================================= */

.page5-hero {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: linear-gradient(110deg, #ffffff 0%, #f8f8f8 48%, #eeeeee 100%);
}

.page5-hero__copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--p5-max));
  margin: 0 auto;
  padding: 56px 0 48px;
}

.page5-hero__en {
  margin: 0;
  color: var(--p5-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
}

.page5-hero__en::before,
.page5-hero__en::after {
  content: "···";
  display: inline-block;
  margin: 0 14px;
  color: var(--p5-gold);
  font-size: 20px;
  letter-spacing: 0.14em;
  vertical-align: middle;
}

.page5-hero__copy h2 {
  margin: 15px 0 0 72px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.13em;
}

.page5-hero__image {
  position: absolute;
  inset: 0 0 0 40%;
  overflow: hidden;
}

.page5-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #f8f8f8 0%,
    rgba(248,248,248,.92) 11%,
    rgba(248,248,248,.15) 48%,
    transparent 73%
  );
  pointer-events: none;
}

.page5-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

/* =========================================================
   02. FAQ
========================================================= */

.page5-faq {
  position: relative;
  z-index: 3;
  margin-top: -18px;
  padding: 0 20px 38px;
}

.page5-faq__inner {
  width: min(100%, var(--p5-max));
  margin: 0 auto;
  padding: 17px 20px 14px;
  border: 1px solid rgba(65,65,65,.06);
  border-radius: 4px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--p5-shadow);
}

.page5-faq__item {
  padding-bottom: 15px;
}

.page5-faq__item + .page5-faq__item {
  margin-top: 4px;
}

.page5-faq__item h3 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 12px 17px;
  background: linear-gradient(90deg, #f5f5f5 0%, #ededed 52%, #f7f7f7 100%);
  color: var(--p5-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .02em;
}

.page5-faq__item h3 span,
.page5-faq__answer > span {
  flex: 0 0 auto;
  color: var(--p5-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}

.page5-faq__answer {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  padding: 14px 19px 4px;
}

.page5-faq__answer p {
  margin: 0;
  color: #3d3935;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: .015em;
}

.page5-faq__answer p + p {
  margin-top: 5px;
}

/* =========================================================
   03. 料金・女性・PR
========================================================= */

.page5-offer-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 0;
  width: min(calc(100% - 40px), var(--p5-max));
  min-height: 304px;
  margin: 16px auto 52px;
  overflow: hidden;
  border: 1px solid rgba(100,100,100,.16);
  background:
    radial-gradient(
      ellipse at 70% 48%,
      rgba(255,255,255,.96) 0%,
      rgba(238,238,238,.76) 30%,
      rgba(202,202,202,.56) 57%,
      rgba(231,231,231,.78) 79%,
      rgba(250,250,250,.96) 100%
    ),
    linear-gradient(
      108deg,
      #ffffff 0%,
      #fafafa 24%,
      #ececec 48%,
      #c9c9c9 70%,
      #e9e9e9 88%,
      #f8f8f8 100%
    );
  box-shadow: var(--p5-shadow);
}

.page5-offer-layout::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -28% 20% -34% 40%;
  background: linear-gradient(
    124deg,
    transparent 0%,
    rgba(255,255,255,.84) 31%,
    rgba(224,224,224,.46) 48%,
    rgba(255,255,255,.72) 65%,
    transparent 82%
  );
  transform: skewX(-8deg);
  pointer-events: none;
}

.page5-offer {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.page5-offer__main {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  width: 100%;
  min-height: 304px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page5-offer__copy {
  position: relative;
  z-index: 3;
  width: auto;
  padding: 30px 22px 25px 42px;
}

.page5-offer__title {
  margin: 0;
  color: #222;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;
  font-size: clamp(23px, 2.15vw, 31px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .01em;
  white-space: nowrap;
}

.page5-offer__title strong {
  display: inline-block;
  margin: 0 3px;
  color: #c48618;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42em;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.06em;
  letter-spacing: 0;
}

.page5-offer__anniversary {
  margin: 2px 0 18px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.35;
  letter-spacing: .035em;
  white-space: nowrap;
}

.page5-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 610px;
}

.page5-price__normal,
.page5-price__special {
  position: relative;
  flex: 0 0 auto;
}

.page5-price__normal > span,
.page5-price__special > span {
  display: block;
  width: fit-content;
  margin-bottom: 4px;
  padding: 2px 9px;
  border-radius: 2px;
  font-family:
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.page5-price__normal > span {
  border: 1px solid #b69255;
  background: #fff;
  color: #222;
}

.page5-price__special > span {
  border: 1px solid var(--p5-red);
  background: var(--p5-red);
  color: #fff;
}

.page5-price__normal p,
.page5-price__special p {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  transform: none;
}

.page5-price__normal p {
  position: relative;
  color: #222;
  font-size: clamp(36px, 3.9vw, 53px);
  font-weight: 600;
}

.page5-price__normal p::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 52%;
  left: -3%;
  width: 106%;
  height: 2px;
  background: #b74339;
  transform: rotate(-5deg);
  transform-origin: center;
}

.page5-price__special p {
  color: var(--p5-red);
  font-size: clamp(50px, 5.2vw, 70px);
  font-weight: 500;
}

.page5-price small {
  display: inline-block;
  margin-left: 3px;
  font-family:
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: .27em;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  transform: none;
}

.page5-price__arrow {
  flex: 0 0 auto;
  margin: 0 1px 7px;
  color: #df7a00;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.page5-reserve-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 500px);
  min-height: 56px;
  margin-top: 22px;
  padding: 0 17px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #e38a17 0%, #c96f00 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
  font-family:
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
}

.page5-reserve-button span:first-child {
  font-size: 19px;
}

.page5-reserve-button span:last-child {
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.page5-offer__visual {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.page5-offer__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(240,240,240,1) 0%,
    rgba(226,226,226,.82) 10%,
    rgba(216,216,216,.38) 28%,
    rgba(216,216,216,.07) 46%,
    transparent 62%
  );
  pointer-events: none;
}

.page5-offer__visual img {
  position: absolute;
  z-index: 1;
  top: -5%;
  right: -2%;
  width: 145%;
  height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: 55% 50%;
  transform: translateX(-9%) scale(1.08);
  transform-origin: center;
}

.page5-assurance {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  width: auto;
  margin: 0;
  padding: 13px 12px 13px 0;
}

.page5-assurance__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 84px;
  margin: 0;
  padding: 11px 10px;
  border: 1px solid rgba(184,134,47,.28);
  background: rgba(255,255,255,.95);
  box-shadow: 0 4px 11px rgba(45,39,31,.07);
}

.page5-assurance__item span {
  flex: 0 0 auto;
  color: #c88817;
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.page5-assurance__item p {
  margin: 0;
  color: #302c28;
  font-size: 13.5px;
  line-height: 1.6;
  text-align: center;
}

/* =========================================================
   04. おすすめ症状
========================================================= */

.page5-symptoms {
  padding: 45px 20px 52px;
  background: linear-gradient(180deg, #fbfaf8 0%, #f5f3ef 100%);
}

.page5-symptoms__heading {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 980px);
  margin: 0 auto 34px;
}

.page5-symptoms__heading span {
  height: 1px;
  background: var(--p5-gold);
}

.page5-symptoms__heading h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 500;
  letter-spacing: .055em;
}

.page5-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 24px;
  width: min(100%, 920px);
  margin: 0 auto;
}

.page5-symptom {
  text-align: center;
}

.page5-symptom__image {
  width: 132px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto 13px;
  overflow: hidden;
  border: 1px solid rgba(184,134,47,.38);
  border-radius: 50%;
  background: #fff;
}

.page5-symptom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page5-symptom p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .03em;
}

/* =========================================================
   05. 予約・お問い合わせ
========================================================= */

.page5-contact {
  padding: 36px 20px 32px;
  background: #fff;
}

.page5-contact__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  width: min(100%, 760px);
  margin: 0 auto;
}

.page5-contact__phone,
.page5-contact__web {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 76px;
  padding: 10px 30px;
  color: var(--p5-text);
  text-decoration: none;
}

.page5-contact__phone {
  border-right: 1px solid var(--p5-line);
}

.page5-contact__icon {
  flex: 0 0 auto;
  color: var(--p5-gold);
  font-family: Arial, sans-serif;
  font-size: 30px;
}

.page5-contact__phone span:last-child,
.page5-contact__web span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.page5-contact__phone small,
.page5-contact__web small {
  font-size: 10.5px;
  line-height: 1.5;
  letter-spacing: .03em;
}

.page5-contact__phone strong,
.page5-contact__web strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .06em;
}

.page5-contact__web > span:last-child {
  margin-left: auto;
  color: var(--p5-gold);
  font-size: 25px;
}

.page5-contact__note,
.page5-contact__menu-note {
  width: min(100%, 780px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .02em;
}

.page5-contact__note {
  margin-top: 12px;
  margin-bottom: 0;
}

.page5-contact__menu-note {
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--p5-muted);
}

/* =========================================================
   06. フッター
========================================================= */

.page5-footer {
  padding: 18px 20px 38px;
  border-top: 1px solid #efefef;
  background: #fff;
  text-align: center;
}

.page5-footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: min(100%, 820px);
  margin: 0 auto 28px;
}

.page5-footer__links a {
  color: var(--p5-text);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .06em;
}

.page5-footer__links span {
  width: 1px;
  height: 17px;
  background: var(--p5-line);
}

.page5-footer__copy {
  margin: 0 0 14px;
  color: var(--p5-gold-dark);
  font-size: 15px;
  letter-spacing: .09em;
}

.page5-footer__logo {
  width: min(180px, 42vw);
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   タブレット・スマートフォン
========================================================= */

@media screen and (max-width: 768px) {

  .page5-hero {
    min-height: 245px;
  }

  .page5-hero__copy {
    width: calc(100% - 28px);
    padding-top: 31px;
  }

  .page5-hero__en {
    font-size: 48px;
    letter-spacing: .05em;
  }

  .page5-hero__en::before,
  .page5-hero__en::after {
    margin: 0 7px;
    font-size: 15px;
  }

  .page5-hero__copy h2 {
    margin: 10px 0 0 42px;
    font-size: 15px;
  }

  .page5-hero__image {
    inset: 0 0 0 37%;
  }

  .page5-hero__image img {
    object-position: 58% center;
  }

  .page5-faq {
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
  }

  .page5-faq__inner {
    padding: 10px 10px 5px;
  }

  .page5-faq__item {
    padding-bottom: 10px;
  }

  .page5-faq__item h3 {
    gap: 7px;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.65;
  }

  .page5-faq__item h3 span,
  .page5-faq__answer > span {
    font-size: 17px;
  }

  .page5-faq__answer {
    grid-template-columns: 23px minmax(0,1fr);
    gap: 5px;
    padding: 9px 10px 1px;
  }

  .page5-faq__answer p {
    font-size: 12px;
    line-height: 1.85;
  }

  .page5-offer-layout {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .page5-offer-layout::before {
    display: none;
  }

  .page5-offer {
    padding: 12px;
  }

  .page5-offer__main {
    position: relative;
    display: block;
    min-height: 285px;
    overflow: hidden;
    border: 1px solid rgba(110,110,110,.16);
    background:
      radial-gradient(
        ellipse at 74% 42%,
        rgba(255,255,255,.72) 0%,
        rgba(223,223,223,.28) 48%,
        transparent 72%
      ),
      linear-gradient(
        110deg,
        #ffffff 0%,
        #f7f7f7 43%,
        #dddddd 78%,
        #eeeeee 100%
      );
  }

  .page5-offer__copy {
    position: relative;
    z-index: 3;
    width: 68%;
    padding: 20px 5px 17px 16px;
  }

  .page5-offer__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .page5-offer__title strong {
    font-size: 1.42em;
    vertical-align: -0.05em;
  }

  .page5-offer__anniversary {
    margin: 2px 0 16px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .015em;
  }

  .page5-price {
    display: grid;
    grid-template-columns: 84px 25px 112px;
    gap: 4px;
    align-items: end;
  }

  .page5-price__normal > span,
  .page5-price__special > span {
    margin-bottom: 3px;
    padding: 2px 5px;
    font-size: 8px;
  }

  .page5-price__normal p {
    font-size: 25px;
  }

  .page5-price__special p {
    font-size: 36px;
  }

  .page5-price small {
    font-size: .25em;
  }

  .page5-price__arrow {
    margin-bottom: 4px;
    padding: 0;
    font-size: 25px;
  }

  .page5-reserve-button {
    width: 100%;
    min-height: 48px;
    margin-top: 17px;
    padding: 0 10px;
    font-size: 12px;
  }

  .page5-reserve-button span:first-child {
    font-size: 14px;
  }

  .page5-reserve-button span:last-child {
    font-size: 19px;
  }

.page5-offer__visual{
    position:absolute;
    inset:0 0 0 44%;
    overflow:hidden;
}

  .page5-offer__visual::before {
    background: linear-gradient(
      90deg,
      rgba(244,244,244,1) 0%,
      rgba(234,234,234,.74) 12%,
      rgba(234,234,234,.14) 40%,
      transparent 64%
    );
  }

.page5-offer__visual img {
  top: -4%;
  right: -24%;
  width: 170%;
  height: 112%;
  object-fit: cover;
  object-position: 48% center;
  transform: none;
}

  .page5-assurance {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: calc(100% - 24px);
    margin: 0 auto 42px;
    padding: 0;
  }

  .page5-assurance__item {
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 10px 15px;
  }

  .page5-assurance__item p {
    font-size: 13px;
  }

  .page5-symptoms {
    padding: 38px 12px 42px;
  }

  .page5-symptoms__heading {
    grid-template-columns: 30px 1fr 30px;
    gap: 8px;
    margin-bottom: 26px;
  }

  .page5-symptoms__heading h2 {
    font-size: 15px;
    line-height: 1.65;
  }

  .page5-symptoms__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px 12px;
  }

  .page5-symptom__image {
    width: 112px;
  }

  .page5-symptom p {
    font-size: 13px;
  }

  .page5-contact {
    padding: 25px 12px 26px;
  }

  .page5-contact__inner {
    grid-template-columns: 1fr;
    width: min(100%, 370px);
  }

  .page5-contact__phone,
  .page5-contact__web {
    min-height: 66px;
    padding: 8px 15px;
  }

  .page5-contact__phone {
    border-right: 0;
    border-bottom: 1px solid var(--p5-line);
  }

  .page5-contact__icon {
    font-size: 25px;
  }

  .page5-contact__phone strong,
  .page5-contact__web strong {
    font-size: 17px;
  }

  .page5-contact__phone small,
  .page5-contact__web small {
    font-size: 9px;
  }

  .page5-contact__note,
  .page5-contact__menu-note {
    font-size: 10px;
  }

  .page5-footer {
    padding: 17px 15px 30px;
  }

  .page5-footer__links {
    justify-content: flex-end;
    gap: 11px;
    margin-bottom: 23px;
  }

  .page5-footer__links a {
    font-size: 10px;
  }

  .page5-footer__copy {
    font-size: 13px;
  }

  .page5-footer__logo {
    width: min(150px, 40vw);
  }
}

@media screen and (max-width: 390px) {

  .page5-offer__copy {
    width: 71%;
    padding-left: 12px;
  }

  .page5-offer__title {
    font-size: 14px;
  }

  .page5-offer__anniversary {
    font-size: 11.5px;
  }

  .page5-price {
    grid-template-columns: 76px 22px 101px;
  }

  .page5-price__normal p {
    font-size: 22px;
  }

  .page5-price__special p {
    font-size: 32px;
  }

  .page5-reserve-button {
    font-size: 10.5px;
  }
}

/* スマホ：症状見出しを1行に近づける */
@media (max-width:768px){

.page5-symptoms__heading h2{

    font-size:18px;
    line-height:1.45;

}

}


/* スマホ：WEB予約ボタンを少し下へ */
@media (max-width:768px){

.page5-reserve-button{

    margin-top:18px;

}

}

/* スマホ：WEB予約ボタンを下へ移動 */
@media screen and (max-width: 768px) {
  .page5 .page5-reserve-button {
    margin-top: 50px !important;
  }
}

/* スマホ：女性を少し大きく表示 */
@media screen and (max-width:768px){

  .page5-offer__visual img{

    width:160% !important;
    height:108% !important;

    right:-20% !important;

    object-position:55% center;

    transform:scale(1.12) !important;

  }

}
