body {
  background: #fffdfa;
}

.global-nav .is-current::after {
  transform: scaleX(1);
}

.icon-link svg {
  width: 2.6rem;
  height: 2.6rem;
}

.guide-hero {
  display: grid;
  grid-template-columns: 48% 52%;
  height: 40rem;
}

.guide-left {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: repeating-linear-gradient(
    90deg,
    #fff 0,
    #fff 22px,
    #a3d6cc5c 22px,
    #a3d6cc5c 44px
  );
}

.guide-left .pagetop-frame {
  position: absolute;
  inset: 3rem;
  display: grid;
  place-items: center;
}

.guide-left .pagetop-frame__content {
  position: relative;
  z-index: 3;
  padding: 3rem;
  text-align: center;
}

.guide-hero h1 {
  font-family: var(--en);
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.guide-hero__jp {
  margin: 0.5rem 0 2.5rem;
  font-size: 2rem;
}

.guide-sample {
  display: grid;
  place-items: center;
  background: #d9d9d9;
  color: #747474;
  font-family: var(--en);
  letter-spacing: 0.08em;
}

.guide-hero__image {
  align-self: stretch;
  justify-self: stretch;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
  overflow: hidden;
  font-size: 2rem;
}
.hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
}
/* 下層トップ右側：div.sampleをimgへ差し替えた場合もセクション内の同じ大きさに収める */
img.guide-hero__image {
  display: block;
  background: none;
}

.guide-section {
  padding: 5rem 0;
}

.guide-container {
  width: min(calc(100% - 6rem), 112rem);
  margin-inline: auto;
}

.guide-heading-row {
  display: grid;
  grid-template-columns: minmax(5rem, 1fr) auto minmax(5rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: min(100%, 58rem);
  margin-inline: auto;
}

.guide-heading-row img {
  width: 100%;
  max-height: 2rem;
  object-fit: contain;
}

.guide-heading {
  color: var(--blue);
  font-family: var(--en);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 3rem;
}

.guide-heading small {
  display: block;
  margin-top: 0.5rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.guide-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.guide-info article {
  padding: 0 5rem 2rem;
  text-align: center;
}

.guide-info article + article {
  border-left: 1px solid #c7e1dc;
}

.guide-info h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #add8d1;
  font-size: 1.7rem;
  font-weight: 500;
}

.guide-info h3 svg {
  color: #66b5a8;
}

.guide-info__links {
  margin-top: 2rem;
}

.guide-info__links a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  background: #f4ece6;
}
.guide-info__links a:hover {
  background: #dceeea;
  border-color: #dceeea;
}

.guide-info__links img {
  width: 2.6rem;
  height: 2.6rem;
}

.hours-list {
  margin: 3rem 0 2rem;
  padding: 2rem 0;
  border-top: 1px dotted #add8d1;
  border-bottom: 1px dotted #add8d1;
}

.hours-list div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  padding: 0.7rem 0;
  text-align: left;
}

.salon-section {
  padding-top: 0;
}

.salon-panel {
  padding: 2.5rem 3rem 3rem;
  border: 1px solid #add8d1;
  border-radius: 1rem;
}

.salon-lead {
  margin: 1rem 0 2rem;
  text-align: center;
}

.salon-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.salon-feature-card {
  display: grid;
  gap: 1.8rem;
  align-content: start;
}

.salon-feature-card .guide-sample {
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
}

.salon-feature-text {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1.5rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 4rem;
  aspect-ratio: 1;
  border: 1px solid #add8d1;
  border-radius: 50%;
  color: #66b5a8;
}

.feature-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.salon-feature-text h3 {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 500;
}

.salon-feature-text p {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.guide-notes {
  padding-top: 0;
}

.guide-notes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.faq-panel {
  grid-column: 1 / -1;
}

.note-panel {
  padding: 2rem;
  border: 1px solid #add8d1;
  border-radius: 1rem;
}

.guide-heading-row--small {
  grid-template-columns: minmax(3rem, 1fr) minmax(14rem, auto) minmax(3rem, 1fr);
  gap: 0.6rem;
}

.guide-heading-row--small .guide-heading {
  max-width: 20rem;
  font-size: 2.4rem;
  white-space: normal;
}

.guide-heading-row--small img {
  max-height: 2.5rem;
}

.check-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border-bottom: 1px dotted #c7e1dc;
  font-size: 1.6rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1.3rem;
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border: 1px solid #72bcae;
  border-radius: 50%;
  color: #72bcae;
}

.check-list--cross li::before {
  content: "×";
}

.faq-item {
  padding: 1.2rem 0;
  border-bottom: 1px dotted #c7e1dc;
}

.faq-question,
.faq-answer {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  font-size: 1.8rem;
}

.faq-answer {
  margin-top: 0.8rem;
  color: #555;
  font-size: 1.8rem;
}

.faq-question span {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border: 1px solid #72bcae;
  border-radius: 50%;
  color: #72bcae;
  font-family: var(--en);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.faq-answer span {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border: 1px solid #72bcae;
  border-radius: 50%;
  color: #fff;
  background-color: #72bcae;
  font-family: var(--en);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.guide-contact {
  padding: 1rem 0 3rem;
}

.guide-contact > .guide-container {
  padding: 2.5rem 4rem;
  border: 1px solid #add8d1;
  border-radius: 1rem;
  text-align: center;
}

.guide-contact > div > p {
  margin: 1rem 0 2rem;
}

.guide-contact__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.guide-contact__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #c9a98e;
  border-radius: 0.8rem;
  transition: 0.25s;
}

.guide-contact__links a:hover {
  border-color: #dceeea;
  background: #dceeea;
  color: var(--ink);
}

.guide-contact__links .guide-contact__reserve {
  border-color: #72bcae;
  background: #72bcae;
  color: #fff;
}

.guide-contact__links img {
  width: 3.8rem;
  height: 3.8rem;
  object-fit: contain;
}

.guide-contact__links small {
  display: block;
  font-size: 1rem;
}

.guide-footer {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.5fr;
  gap: 4rem;
  align-items: center;
  padding: 3rem max(4rem, calc((100% - 110rem) / 2));
  background: linear-gradient(90deg, #cae8e2, #fff 30%, #fff 70%, #cae8e2);
}

.guide-footer__brand {
  text-align: center;
}

.guide-footer__brand img {
  width: 13rem;
  height: 8rem;
  margin: auto;
  object-fit: contain;
}

.guide-footer h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.guide-footer h2 svg {
  color: #66b5a8;
}

.guide-footer p {
  font-size: 1.2rem;
}

.guide-copyright {
  padding: 0.7rem;
  background: #8dccbf;
  color: #fff;
  font-family: var(--en);
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 1000px) {
  .guide-info article {
    padding-inline: 2.5rem;
  }

  .guide-notes__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .guide-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .guide-left {
    min-height: 30rem;
  }

  .guide-left .pagetop-frame {
    inset: 1.5rem;
  }

  .guide-left .fv__corner {
    width: 6rem;
  }

  .guide-left .fv__corner--lt,
  .guide-left .fv__corner--rt {
    top: 0;
  }

  .guide-left .fv__corner--lb,
  .guide-left .fv__corner--rb {
    bottom: 0;
  }

  .guide-left .fv__corner--lt,
  .guide-left .fv__corner--lb {
    left: 0;
  }

  .guide-left .fv__corner--rt,
  .guide-left .fv__corner--rb {
    right: 0;
  }

  .guide-hero h1 {
    font-size: 3.8rem;
  }

  .guide-hero__jp {
    font-size: 1.7rem;
  }

  .guide-hero__image {
    width: 100%;
    height: 25rem;
    object-position: bottom;
  }

  .guide-section {
    padding: 4rem 0;
  }

  .guide-container {
    width: min(calc(100% - 3.2rem), 112rem);
  }

  .guide-heading-row {
    grid-template-columns: minmax(4rem, 1fr) auto minmax(4rem, 1fr);
    gap: 0.8rem;
  }

  .guide-heading-row img {
    max-height: 2rem;
  }

  .guide-heading {
    font-size: 3rem;
  }

  .guide-info__grid,
  .salon-feature-list,
  .guide-notes__grid,
  .guide-contact__links {
    grid-template-columns: 1fr;
  }

  .guide-info article {
    padding: 0 1rem 3rem;
  }

  .guide-info article + article {
    padding-top: 3rem;
    border-top: 1px solid #c7e1dc;
    border-left: 0;
  }

  .salon-panel {
    padding: 2.5rem 1.6rem;
  }

  .salon-feature-list {
    gap: 2.5rem;
  }

  .salon-feature-card {
    gap: 1.4rem;
  }

  .salon-feature-text {
    grid-template-columns: 5.2rem 1fr;
    gap: 1.2rem;
    margin: 2rem 3rem;
  }

  .salon-feature-text h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .salon-feature-text p {
    margin-top: 0.6rem;
    font-size: 1.5rem;
  }

  .guide-heading-row--small {
    grid-template-columns: minmax(3rem, 1fr) minmax(14rem, auto) minmax(
        3rem,
        1fr
      );
  }

  .faq-panel {
    grid-column: auto;
  }

  .guide-contact > .guide-container {
    padding: 2.5rem 1.6rem;
  }

  .guide-contact__links {
    gap: 1.5rem;
  }

  .guide-footer {
    grid-template-columns: 0.8fr 1fr 1.2fr;
    gap: 1rem;
    padding: 2rem 1rem;
    text-align: left;
  }

  .guide-footer h2 {
    justify-content: left;
    gap: 0.4rem;
    font-size: 1rem;
    margin: 1rem 0;
  }

  .guide-footer h2 svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .guide-footer p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .guide-footer__brand img {
    width: 7rem;
    height: 5rem;
  }
}
