* {
  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;
}

.page-title span {
  display: block;
}

.intro-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: stretch;
}

.intro-hero__media {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.intro-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.intro-hero__info {
  border: 1px solid #111;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.intro-hero__info h3 {
  margin: 0 0 16px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
}

.intro-hero__info dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.intro-hero__info dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
}

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

.intro-hero__info dd {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7;
}

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

.resume {
  margin-top: 0;
  padding-top: 120px;
}

.resume-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 48px;
}

.resume-box {
  border: none;
  padding: 0;
  background: transparent;
}

.resume-box--wide {
  grid-column: span 2;
}

.resume-box h4 {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.resume-box--timeline h4 {
  font-size: 18px;
  letter-spacing: 4px;
}

.resume-box--skill h4 {
  font-size: 18px;
  letter-spacing: 4px;
}

.resume-box--skill {
  grid-column: span 2;
}

.resume-box dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.resume-box dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: start;
}

.resume-box dt {
  font-size: 12px;
  letter-spacing: 2px;
  color: #333;
}

.resume-box dd {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7;
}

.resume-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
}

.resume-timeline li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: start;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7;
}

.resume-timeline__year {
  min-width: 170px;
  font-weight: 500;
  letter-spacing: 2px;
}

.resume-timeline__body {
  color: #111;
  font-weight: 300;
}

.resume-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7;
}

.portfolio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
  padding: 12px 32px;
  border: 1px solid #111;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #111;
  background: transparent;
}

.resume-box--skill {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.resume-box--skill .resume-list {
  width: 100%;
}

.resume-box--skill .portfolio-button {
  align-self: center;
}

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

.resume-timeline__title {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
}

.resume-timeline__tasks {
  margin: 0;
  margin: 0 33% 0 16px;
  padding: 12px 16px 12px 28px;
  display: grid;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 300;
  border: 1px solid #cfcfcf;
  background: #fff;
  list-style: disc;
  list-style-position: outside;
}

.resume-timeline__tasks li {
  display: list-item;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.resume-timeline__note {
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #444;
  line-height: 1.7;
  font-weight: 300;
}

.resume-timeline__note--wide {
  margin-top: 0;
}

.resume-subsection {
  margin-top: 20px;
}

.resume-subtitle {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
}

.resume-note {
  margin: 32px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #444;
  text-align: right;
}

.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.webp") left center / cover no-repeat;
  opacity: 0.12;
}

.service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/bg_tonari.webp") 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: 80px;
  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 h3 {
  font-size: 18px;
  letter-spacing: 6px;
  margin: 0 0 32px;
  font-weight: 500;
}

.facility-inner {
  position: relative;
}

.facility-mark {
  position: absolute;
  right: 0;
  top: -24px;
  width: 180px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.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;
}

.coverflow {
  position: relative;
  margin-top: 18px;
  height: 360px;
  perspective: 1200px;
  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.6s ease, opacity 0.6s ease;
  opacity: 0;
  cursor: pointer;
}

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

.coverflow-item.is-left {
  transform: translate(-50%, -50%) translateX(-380px) scale(0.6) rotateY(-55deg);
  opacity: 0.55;
  z-index: 3;
}

.coverflow-item.is-right {
  transform: translate(-50%, -50%) translateX(380px) scale(0.6) rotateY(55deg);
  opacity: 0.55;
  z-index: 3;
}

.coverflow-item.is-off-left {
  transform: translate(-50%, -50%) translateX(-560px) scale(0.4) rotateY(-65deg);
  opacity: 0;
  z-index: 1;
}

.coverflow-item.is-off-right {
  transform: translate(-50%, -50%) translateX(560px) scale(0.4) rotateY(65deg);
  opacity: 0;
  z-index: 1;
}
.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;
}

.hobby h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.hobby-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.hobby-list {
  display: grid;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
  padding-left: 2px;
}

.hobby-list p {
  margin: 0;
}

.hobby-media {
  width: 100%;
  min-height: 220px;
  background: #d9d9d9;
}

.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: 72px;
  }
  .hero-image {
    height: 320px;
  }

  .facility-mark {
    width: 110px;
    top: -170px;
    opacity: 0.45;
  }

  .coverflow {
    height: 300px;
  }

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

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

  .coverflow-item.is-left {
    transform: translate(-50%, -50%) translateX(-280px) scale(0.6) rotateY(-50deg);
  }

  .coverflow-item.is-right {
    transform: translate(-50%, -50%) translateX(280px) scale(0.6) rotateY(50deg);
  }

  .coverflow-item.is-off-left {
    transform: translate(-50%, -50%) translateX(-430px) scale(0.42) rotateY(-60deg);
  }

  .coverflow-item.is-off-right {
    transform: translate(-50%, -50%) translateX(430px) scale(0.42) rotateY(60deg);
  }
}

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

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

  .intro-hero__content {
    grid-template-columns: 1fr;
  }

  .intro-hero__media {
    height: 300px;
  }

  .intro-hero__info {
    padding: 20px;
  }

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

  .facility-mark {
    width: 90px;
    top: -150px;
    right: -28px;
    opacity: 0.35;
  }

  .coverflow {
    height: 240px;
  }

  .coverflow-item {
    width: 220px;
    height: 140px;
  }

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

  .coverflow-item.is-left {
    transform: translate(-50%, -50%) translateX(-210px) scale(0.56) rotateY(-45deg);
  }

  .coverflow-item.is-right {
    transform: translate(-50%, -50%) translateX(210px) scale(0.56) rotateY(45deg);
  }

  .coverflow-item.is-off-left {
    transform: translate(-50%, -50%) translateX(-320px) scale(0.45) rotateY(-55deg);
  }

  .coverflow-item.is-off-right {
    transform: translate(-50%, -50%) translateX(320px) scale(0.45) rotateY(55deg);
  }

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

  .access {
    margin-top: 64px;
  }

  .access h3 {
    margin-bottom: 20px;
  }

  .hobby-grid {
    grid-template-columns: 1fr;
  }

  .hobby-media {
    min-height: 180px;
  }

  .intro-hero__info dl div {
    grid-template-columns: 1fr;
  }

  .resume-timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .resume-grid {
    grid-template-columns: 1fr;
  }

  .resume-box--wide {
    grid-column: auto;
  }

  .resume-box--skill {
    grid-column: auto;
  }

  .resume-box dl div {
    grid-template-columns: 1fr;
  }
}
