html {
  background: #fff;
  color: #222;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}

.l-wrap {
  max-width: 500px;
  margin-inline: auto;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.sec {
  position: relative;
}

.btn {
  position: absolute;
  display: block;
  z-index: 1;
}

.l-pc-logo,
.l-pc-nav {
  display: none;
}

@media (min-width: 768px) {
  html {
    background: url("img/bg.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  .l-wrap {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  }
  .l-pc-logo,
  .l-pc-nav {
    display: flex;
    position: fixed;
    width: calc((100vw - 500px) / 2);
    justify-content: center;
    z-index: 10;
  }
  .l-pc-logo {
    left: 0;
    bottom: 40px;
    pointer-events: none;
  }
  .l-pc-logo img {
    width: calc(100% - 40px * 2);
    max-width: 480px;
    height: auto;
  }
  .l-pc-nav {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
  }
  .l-pc-nav ul {
    width: 100%;
    max-width: 240px;
  }
  .l-pc-nav ul a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    color: #5a5648;
    font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
  }
  .l-pc-nav ul a::before {
    content: "";
    flex: none;
    width: 16px;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
    transition: width 0.3s, opacity 0.3s;
  }
  .l-pc-nav ul a:hover {
    color: #817b69;
  }
  .l-pc-nav ul a:hover::before {
    width: 34px;
    opacity: 1;
  }
  .l-pc-nav__inner {
    padding: 24px 26px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
  }
  .l-pc-nav__cta {
    width: 100%;
    max-width: 317px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(90, 86, 72, 0.2);
  }
  .l-pc-nav__lead {
    margin-bottom: 12px;
  }
  .l-pc-nav__lead img {
    width: 100%;
    height: auto;
  }
  .l-pc-nav__tel,
  .l-pc-nav__reserve {
    display: block;
    transition: opacity 0.25s;
  }
  .l-pc-nav__tel:hover,
  .l-pc-nav__reserve:hover {
    opacity: 0.75;
  }
  .l-pc-nav__reserve {
    width: 88.9589905363%;
    margin: 14px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .l-pc-logo,
  .l-pc-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-wrap {
    padding-bottom: 120px;
    background: #111111;
  }
}
.l-fixed-cta {
  position: fixed;
  left: 50%;
  bottom: -5px;
  z-index: 20;
  width: 104.2666666667%;
  max-width: calc(1.0426666667 * 500px);
  transform: translateX(-50%);
}
.l-fixed-cta .l-fixed-cta__tel {
  position: absolute;
  left: 19.3094%;
  top: 36%;
  width: 61.3811%;
  height: 40%;
}
@media (min-width: 768px) {
  .l-fixed-cta {
    display: none;
  }
}

.sec--cta-01 .btn--tel {
  left: calc(29 / 375 * 100%);
  top: calc(576 / 743 * 100%);
  width: calc(317 / 375 * 100%);
  height: calc(69 / 743 * 100%);
}
.sec--cta-01 .btn--web-reserve {
  left: calc(47 / 375 * 100%);
  top: calc(663 / 743 * 100%);
  width: calc(282 / 375 * 100%);
  height: calc(30 / 743 * 100%);
}

.sec--cta-02 .btn--tel {
  left: calc(29 / 375 * 100%);
  top: calc(740 / 907 * 100%);
  width: calc(317 / 375 * 100%);
  height: calc(69 / 907 * 100%);
}
.sec--cta-02 .btn--web-reserve {
  left: calc(47 / 375 * 100%);
  top: calc(827 / 907 * 100%);
  width: calc(282 / 375 * 100%);
  height: calc(30 / 907 * 100%);
}

.sec--cta-03 .btn--tel {
  left: calc(29 / 375 * 100%);
  top: calc(576 / 743 * 100%);
  width: calc(317 / 375 * 100%);
  height: calc(69 / 743 * 100%);
}
.sec--cta-03 .btn--web-reserve {
  left: calc(47 / 375 * 100%);
  top: calc(663 / 743 * 100%);
  width: calc(282 / 375 * 100%);
  height: calc(30 / 743 * 100%);
}

.sec--cta-04 .btn--tel {
  left: calc(29 / 375 * 100%);
  top: calc(576 / 743 * 100%);
  width: calc(317 / 375 * 100%);
  height: calc(69 / 743 * 100%);
}
.sec--cta-04 .btn--web-reserve {
  left: calc(47 / 375 * 100%);
  top: calc(663 / 743 * 100%);
  width: calc(282 / 375 * 100%);
  height: calc(30 / 743 * 100%);
}

.sec--flow-01 .btn--tel {
  left: calc(29 / 375 * 100%);
  top: calc(465 / 1133 * 100%);
  width: calc(317 / 375 * 100%);
  height: calc(69 / 1133 * 100%);
}
.sec--flow-01 .btn--web-reserve {
  left: calc(47 / 375 * 100%);
  top: calc(551 / 1133 * 100%);
  width: calc(282 / 375 * 100%);
  height: calc(30 / 1133 * 100%);
}

.sec--access .btn--tel-area {
  left: calc(130 / 375 * 100%);
  top: calc(426 / 664 * 100%);
  width: calc(229 / 375 * 100%);
  height: calc(22 / 664 * 100%);
  overflow: hidden;
}
.sec--access .sec--access__map {
  position: absolute;
  left: calc(16 / 375 * 100%);
  top: 85px;
  width: calc(343 / 375 * 100%);
  height: calc(209 / 664 * 100%);
}
.sec--access .sec--access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
