

  :root {
    --section-y: 58px;
    --wrap-pad:  22px;
    --header-h:  60px;
    --fs-body:   15px;
    --ts-btn-w:  100%;
    --ts-btn-h:  56px;
  }

  .site-header--overlay {
    align-items: center;
    padding-inline: 18px;
    min-height: 60px;
  }
  .site-header--overlay .logo-name { font-size: 19px; }
  .site-header--overlay .logo-sub  { font-size: 8px; }
  .site-header--overlay .nav { display: none; }
  .site-header--overlay .header-fix { gap: .7rem; }

  .ts-vnav { display: none; }

  .hero { min-height: 78svh; }
  .hero-body {
    align-self: flex-end;
    padding-bottom: 18px;
    text-align: right;
  }
  .hero-ttl  { font-size: 12px; }
  .hero-note { margin-top: .4em; font-size: 10px; }

  .ts-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
  }
  .ts-news-head .sec-ttl-sub { font-size: 24px; letter-spacing: .15em; }
  .ts-news {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ts-news img { height: 190px; }
  .ts-news time { font-size: 12px; }
  .ts-news h3   { font-size: 15px; }

  .ts-intro {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .ts-intro-photo {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
  }
  .ts-intro-photo .ts-p1 img,
  .ts-intro-photo .ts-p2 img { height: 220px; }
  .ts-intro .ts-btn { margin-top: 1.8rem; }

  .ts-say-sec {
    padding-block: 84px;
    text-align: center;
  }
  .ts-say { font-size: 19px; }

  .ts-dish2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .ts-dish2 figure { margin: 0 0 1.2rem; }
  .ts-dish2 img { height: 230px; }

  .ts-dish2 .ts-bleed-l {
    width: calc(100% + var(--wrap-pad));
    margin-left: calc(var(--wrap-pad) * -1);
  }
  .ts-dish2 .ts-bleed-r { width: calc(100% + var(--wrap-pad)); }
  .ts-overlap-ttl { font-size: 24px; line-height: 1.4; }
  .ts-dish2 .ts-btn { margin-top: 1.6rem; }

  .ts-lattice { width: 72px; }
  .ts-lattice--tr { top: 20px; right: 14px; }
  .ts-lattice--bl { bottom: 20px; left: 14px; transform: rotate(180deg); }

  .ts-stone-sec { position: relative; }

  .ts-stone-sec .ts-stone {
    margin-bottom: 24px;
    padding: 26px 22px;
  }
  .ts-stone-head { text-align: center; }
  .ts-pick-photos {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
  }
  .ts-pick-photos .ts-p1 img { height: 230px; }
  .ts-pick-photos .ts-p2 img { height: 210px; }
  .ts-pick-txt { margin-top: 26px; }
  .ts-pick-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 1.6rem 0 0;
  }
  .ts-vt {
    writing-mode: horizontal-tb;
    font-size: 22px;
  }
  .ts-vt small {
    display: block;
    margin: .4em 0 0;
    font-size: .5em;
  }
  .ts-vt-rule { display: none; }

  .ts-onphoto { min-height: 360px; }
  .ts-crest { width: 30px; height: 30px; }
  .ts-onphoto .sec-ttl-sub  { font-size: 11px; }
  .ts-onphoto .sec-ttl-main { font-size: 21px; }

  .ts-plan { max-width: 100%; }
  .ts-mosaic {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ts-mosaic .ts-m1 img { height: 200px; }
  .ts-mosaic .ts-m2 img { height: 260px; }
  .ts-mosaic .ts-m3 img { height: 200px; }

  .sec-ttl-sub  { font-size: 11px; }
  .sec-ttl-main { font-size: 21px; }

  .ts-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ts-menu figure { margin: 0 0 1rem; }
  .ts-menu img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .ts-rows > dl {
    flex-direction: column;
    gap: .3em;
    padding-block: 13px;
    font-size: 14px;
  }
  .ts-rows dt { --ts-rows-dt: auto; font-size: 12px; }

  .page-hero { min-height: 32svh; }
  .page-hero-ttl  { font-size: 22px; }
  .page-hero-note { margin-top: .9em; font-size: 10px; }

  .map-frame { aspect-ratio: 4 / 3; }

  :root {
    --wrap-pad:  4%;
    --section-y: 58px;
    --header-h:  60px;
    --fs-body:   16px;
  }

  .site-header--overlay {
    align-items: center;
    justify-content: flex-end;
    gap: .8rem;
    padding-inline: 16px;
    min-height: 60px;
  }
  .site-header--overlay .logo { display: none; }
  .site-header--overlay .nav { display: none; }
  .site-header--overlay .head-nav { display: flex; align-items: center; gap: .8rem; }
  .site-header--overlay .sns { display: flex; gap: .2rem; }

  .hero { min-height: 586px; max-height: 586px; }
  .hero-body { display: block; text-align: center; }
  .hero-ttl {
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 3;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .hero .ts-say { font-size: 30px; }
  .hero-sub { margin-top: 1.6rem; font-size: 11px; }

  .sec-ttl { margin-bottom: 34px; align-items: center; }
  .sec-ttl-main { font-size: 25px; line-height: 1.9; }
  .sec-ttl-sub  { font-size: 14px; }
  #about { padding-block: 58px 78px; }
  #about .sec-ttl { margin-bottom: 58px; }
  #gallery { padding-block: 0 88px; }

  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .gallery-grid img { width: calc((100% - 16px) / 3); }

  .band { min-height: 460px; }
  .band + .band { margin-top: 6px; }
  .band-body .wrap { padding-inline: 4%; }
  .band-body .sec-ttl { margin-bottom: 26px; align-items: flex-start; }
  .band-body .sec-ttl-main { font-size: 23px; line-height: 1.4; }
  .band-body .sec-ttl-sub  { font-size: 11px; margin-bottom: .8em; }
  .band-body .btn { margin-top: 1.6rem; }

  #access .split { display: flex; flex-direction: column; gap: 26px; }
  #access .split figure { margin: 0; }
  #access .split figure img { display: block; width: 100%; height: 380px; object-fit: cover; }
  #access .txt-center { margin-top: 2rem; }

  #map .map-frame { aspect-ratio: 4 / 3; }

  #sns .btn-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 2rem;
  }
  #sns .btn-pair .btn {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: min(100%, 280px);
    min-height: 56px;
    padding-block: 0;
  }

  .page-hero { min-height: 34svh; }
  .page-hero-ttl  { font-size: 22px; }
  .page-hero-note { margin-top: .9em; font-size: 11px; }
  .collage { display: flex; flex-direction: column; gap: 14px; }
  .collage-item { margin: 0; }
  .collage-item img { display: block; width: 100%; height: 230px; object-fit: cover; }

  body.menu-open .site-header--overlay .head-nav { visibility: hidden; }

  .hero-body {
    align-self: center;
    padding-bottom: 0;
    text-align: center;
  }
  .hero .ts-crest { margin-top: 1.4rem; }
  .sec-ttl-sub::before { height: 18px; }

  body[data-lang="ja"] .hero-ttl { writing-mode: horizontal-tb; }
  .hero-ttl {
    top: auto;
    right: auto;
    bottom: 56px;
    left: 50%;
    max-width: 92%;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
    transform: translateX(-50%);
  }
  body[data-lang="ja"] .hero-ttl { white-space: nowrap; }

  .site-header--overlay { position: absolute; }

  .video-frame {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .video-toggle {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .video-frame + .txt-center { margin-top: 2.5rem; }
