* {
  box-sizing: border-box;
}

html,
body {
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.site-header {
  width: min(1060px, 92vw);
  margin: 0 auto;
  padding: 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-logo {
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: 500;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 14px;
}

.site-logo--back {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

.site-logo-back {
  font-size: 20px;
  letter-spacing: 0;
  margin-right: 4px;
}

.site-logo-mark {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.page {
  width: min(1060px, 92vw);
  margin: 0 auto;
  padding-bottom: 120px;
}

.page-hero {
  margin-top: 24px;
}

.page-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 300;
  line-height: 1;
}

.page-title {
  font-size: 28px;
  letter-spacing: 10px;
  font-weight: 500;
  margin: 0 0 24px;
}

.hero-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 64px;
}

.info-card {
  border-top: 1px solid #111;
  padding-top: 24px;
}

.info-card h3 {
  font-size: 18px;
  letter-spacing: 6px;
  margin: 0 0 24px;
  font-weight: 500;
}

.hours {
  display: grid;
  gap: 24px;
}

.hours-block h4 {
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 12px;
  font-weight: 500;
}

.hours dl {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hours dl div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hours dt {
  font-size: 12px;
  letter-spacing: 2px;
}

.hours dd {
  margin: 0;
  font-size: 22px;
  letter-spacing: 2px;
}

.hours-sep {
  width: 20px;
  height: 1px;
  background: #111;
  display: inline-block;
}

.note {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
}

.cta-wrapper {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.cta-button:hover,
.cta-button:focus-visible {
  background: #5f5f5f;
  color: #fff;
}

.fees {
  margin: 0;
  display: grid;
  gap: 18px;
}

.fees div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 8px;
}

.fees dt {
  font-size: 13px;
  letter-spacing: 2px;
}

.fees dd {
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
}

.fees-total {
  margin-top: 12px;
}

.service {
  margin-top: 80px;
  padding: 48px 0;
  background: #f7f3eb;
  position: relative;
  overflow: hidden;
}

.service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/bg_laundry.jpg") left center / cover no-repeat;
  opacity: 0.12;
}

.service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/bg_tonari.jpg") right center / cover no-repeat;
  opacity: 0.1;
}

.service h3 {
  position: relative;
  font-size: 18px;
  letter-spacing: 6px;
  font-weight: 500;
  margin: 0 0 32px;
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-card {
  background: rgba(255, 255, 255, 0.7);
  padding: 24px;
  border: 1px solid #ddd;
}

.service-card h4 {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
}

.service-card dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.service-card dl div {
  display: flex;
  justify-content: space-between;
}

.service-card dt {
  font-size: 12px;
  letter-spacing: 2px;
}

.service-card dd {
  margin: 0;
  font-size: 14px;
}

.service-card p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.amenity p {
  font-size: 13px;
  line-height: 1.8;
}

.facility {
  --facility-gap: 96px;
  margin-top: var(--facility-gap);
}

.facility + .facility {
  position: relative;
}

.facility + .facility::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--facility-gap) / -2);
  height: 1px;
  background: #111;
}

.facility-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 8px;
}

.facility-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.facility h3 {
  font-size: 20px;
  letter-spacing: 6px;
  margin: 0;
  font-weight: 300;
  position: relative;
  z-index: 1;
  padding-left: 2em;
  box-sizing: border-box;
}

.facility-note {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #222;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding-left: 2em;
  line-height: 1.6;
}

.facility-inner {
  position: relative;
}

.facility-mark {
  width: 80px;
  opacity: 0.2;
  pointer-events: none;
  flex-shrink: 0;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.facility-slider {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 3px;
}

.slider-nav span {
  font-size: 1.7em;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
}

.coverflow {
  position: relative;
  margin-top: 18px;
  height: 360px;
  perspective: 3744px;
  overflow: visible;
}

.coverflow-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 200px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  cursor: pointer;
  will-change: transform, opacity, clip-path;
}

.coverflow-item.is-off-left,
.coverflow-item.is-off-right {
  transition-duration: 0s;
}

.coverflow-item.is-center {
  transform: translate(-50%, -50%) translateZ(0) scale(1.6);
  opacity: 1;
  z-index: 5;
}

.coverflow-item.is-left {
  transform: translate(-50%, -50%) translateX(-420px) translateZ(-604.8px) scale(0.9)
    rotateY(-70deg) scaleY(0.82);
  opacity: 0.55;
  z-index: 3;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.coverflow-item.is-right {
  transform: translate(-50%, -50%) translateX(420px) translateZ(-604.8px) scale(0.9)
    rotateY(70deg) scaleY(0.82);
  opacity: 0.55;
  z-index: 3;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.coverflow-item.is-off-left {
  transform: translate(-50%, -50%) translateX(-620px) translateZ(-1785px) scale(0.6)
    rotateY(-78deg) scaleY(0.7);
  opacity: 0;
  transition-delay: 0s;
  z-index: 1;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.coverflow-item.is-off-right {
  transform: translate(-50%, -50%) translateX(620px) translateZ(-1785px) scale(0.6)
    rotateY(78deg) scaleY(0.7);
  opacity: 0;
  transition-delay: 0s;
  z-index: 1;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
.cover-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #cfcfcf;
  border: 1px solid #b5b5b5;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
}

.slider-btn {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  letter-spacing: 2px;
}

.slider-frame {
  margin-top: 16px;
  height: 420px;
  overflow: hidden;
}

.slider-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-caption {
  margin-top: 24px;
}

.slider-caption h4 {
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 12px;
  font-weight: 500;
}

.slider-caption p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
}

.access {
  margin-top: 80px;
}

.access h3 {
  font-size: 18px;
  letter-spacing: 6px;
  margin: 0 0 32px;
  font-weight: 500;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.access-info p {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.contact {
  margin-top: 16px;
}

.label {
  font-weight: 500;
  letter-spacing: 2px;
}

.map {
  border: 1px solid #ddd;
  height: 320px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 40px 0 60px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .facility {
    --facility-gap: 84px;
  }
  .hero-image {
    height: 320px;
  }

  .facility-mark {
    width: 52px;
    opacity: 0.2;
    left: -4px;
  }

  .coverflow {
    height: 300px;
  }

  .coverflow-item {
    width: 260px;
    height: 170px;
  }

  .coverflow-item.is-center {
    transform: translate(-50%, -50%) translateZ(0) scale(1.45);
  }

  .coverflow-item.is-left {
    transform: translate(-50%, -50%) translateX(-320px) translateZ(-518.4px) scale(0.9)
      rotateY(-70deg) scaleY(0.82);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }

  .coverflow-item.is-right {
    transform: translate(-50%, -50%) translateX(320px) translateZ(-518.4px) scale(0.9)
      rotateY(70deg) scaleY(0.82);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  }

  .coverflow-item.is-off-left {
    transform: translate(-50%, -50%) translateX(-480px) translateZ(-1428px) scale(0.63)
      rotateY(-72deg) scaleY(0.7);
    transition-delay: 0s;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }

  .coverflow-item.is-off-right {
    transform: translate(-50%, -50%) translateX(480px) translateZ(-1428px) scale(0.63)
      rotateY(72deg) scaleY(0.7);
    transition-delay: 0s;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  }
}

@media (max-width: 640px) {
  .facility {
    --facility-gap: 72px;
  }
  .site-header {
    padding: 24px 0 12px;
  }

  .page-title {
    font-size: 22px;
    letter-spacing: 6px;
  }

  .hero-image {
    height: 240px;
  }

  .slider-nav {
    justify-content: space-between;
  }

  .facility-mark {
    width: 44px;
    opacity: 0.2;
    left: -3px;
  }

  .facility-note {
    margin-bottom: 16px;
  }

  .facility-slider {
    overflow: hidden;
  }

  .coverflow {
    height: 240px;
    overflow: hidden;
  }

  .coverflow-item {
    width: 200px;
    height: 130px;
  }

  .coverflow-item.is-center {
    transform: translate(-50%, -50%) translateZ(0) scale(1.3);
  }

  .coverflow-item.is-left {
    transform: translate(-50%, -50%) translateX(-200px) translateZ(-360px) scale(0.84)
      rotateY(-70deg) scaleY(0.82);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }

  .coverflow-item.is-right {
    transform: translate(-50%, -50%) translateX(200px) translateZ(-360px) scale(0.84)
      rotateY(70deg) scaleY(0.82);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  }

  .coverflow-item.is-off-left {
    transform: translate(-50%, -50%) translateX(-280px) translateZ(-980px) scale(0.675)
      rotateY(-68deg) scaleY(0.7);
    transition-delay: 0s;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }

  .coverflow-item.is-off-right {
    transform: translate(-50%, -50%) translateX(280px) translateZ(-980px) scale(0.675)
      rotateY(68deg) scaleY(0.7);
    transition-delay: 0s;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  }

  .slider-caption p {
    font-size: 12px;
  }
}
