:root{--bg:#f4f7f2;--surface:#fff;--surface2:#edf3ea;--text:#1e2b22;--muted:#667168;--brand:#234f35;--brand-deep:#173624;--accent:#9b6b35;--line:#d9e2d7;--max:1180px;--radius:20px;--shadow:0 18px 50px rgba(23,54,36,.10)}
*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body.modern-site{margin:0;background:linear-gradient(180deg,#eef4ed 0,#f8faf7 260px,#f4f7f2 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.8;overflow-wrap:anywhere}a{color:#245d3d;text-underline-offset:.2em}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:999;background:#fff;padding:.8rem 1rem;border-radius:10px}.site-header{position:sticky;top:0;z-index:100;background:rgba(250,252,249,.92);border-bottom:1px solid rgba(35,79,53,.12);backdrop-filter:blur(18px)}.site-banner{background:var(--brand-deep)}.site-banner a{display:block;max-width:var(--max);margin:auto}.site-banner img{display:block;width:100%;max-width:800px;height:auto;margin:auto}.site-header__inner{max-width:var(--max);margin:auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{font-size:clamp(1rem,2.1vw,1.35rem);font-weight:800;color:var(--brand-deep);text-decoration:none;letter-spacing:.02em}.nav-toggle{display:none;border:0;background:var(--brand);color:#fff;border-radius:999px;padding:.65rem 1rem;font:inherit;font-weight:700;cursor:pointer}.global-nav{border-top:1px solid rgba(35,79,53,.08)}.global-nav ul{max-width:var(--max);margin:0 auto;padding:.45rem 1rem .65rem;display:flex;flex-wrap:wrap;gap:.3rem;list-style:none;justify-content:center}.global-nav a{display:block;padding:.55rem .72rem;border-radius:999px;color:#334139;text-decoration:none;font-size:.88rem;font-weight:650;transition:.2s ease}.global-nav a:hover,.global-nav a[aria-current="page"]{background:var(--brand);color:#fff;transform:translateY(-1px)}.site-main{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 3rem}.legacy-content{min-width:0;background:var(--surface);border:1px solid rgba(35,79,53,.10);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.legacy-content td.title,.legacy-content td.contents,.legacy-content td.footter{display:none!important}.legacy-content>.table,.legacy-content table.table{width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;background-size:cover}.legacy-content table{max-width:100%}.legacy-content img{max-width:100%;height:auto;border-radius:12px}.legacy-content iframe{max-width:100%;width:100%!important;border:0;border-radius:12px}.legacy-content .subtitle{width:auto!important;height:auto!important;padding:1rem;text-align:center;background:var(--surface2)}.legacy-content .photo,.legacy-content .photo2,.legacy-content .news,.legacy-content .news2,.legacy-content .introduction,.legacy-content .gallery,.legacy-content .event{width:auto!important;height:auto!important;padding:1.5rem;vertical-align:top}.legacy-content .news iframe{min-height:260px;background:#fff}.legacy-content input,.legacy-content textarea,.legacy-content select,.legacy-content button{max-width:100%;font:inherit}.legacy-content h1,.legacy-content h2,.legacy-content h3{color:var(--brand-deep);line-height:1.35}.site-footer{background:var(--brand-deep);color:#dce8df;text-align:center;padding:2.2rem 1rem;font-size:.9rem}.site-footer a{color:#fff}.site-footer p{margin:.25rem 0}
.home-hero{position:relative;min-height:clamp(440px,65vw,680px);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);display:grid;align-items:end;background:#183b27}.home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.03)}.home-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,35,21,.08) 20%,rgba(11,35,21,.78) 100%)}.home-hero__content{position:relative;z-index:1;color:#fff;padding:clamp(1.5rem,5vw,4rem);max-width:780px}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);font-weight:700;font-size:.82rem}.home-hero h1{font-size:clamp(2rem,5.5vw,4.3rem);line-height:1.12;margin:.8rem 0 1rem;letter-spacing:-.02em}.home-hero p{font-size:clamp(1rem,2.2vw,1.25rem);max-width:38em;margin:0 0 1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.15rem;border-radius:999px;font-weight:800;text-decoration:none}.button--primary{background:#fff;color:var(--brand-deep)}.button--ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08)}.home-section{padding:clamp(2.5rem,6vw,5rem) 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.4rem}.section-heading h2{font-size:clamp(1.55rem,3.2vw,2.4rem);margin:0;color:var(--brand-deep)}.section-heading p{margin:0;color:var(--muted);max-width:36rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 8px 30px rgba(23,54,36,.06);transition:.25s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(23,54,36,.12)}.feature-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.feature-card__body{padding:1.25rem}.feature-card h3{margin:0 0 .35rem;color:var(--brand-deep);font-size:1.25rem}.feature-card p{margin:0;color:var(--muted);font-size:.95rem}.info-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.5rem;box-shadow:0 8px 30px rgba(23,54,36,.06)}.info-card h2,.info-card h3{margin-top:0;color:var(--brand-deep)}.notice-list{margin:0;padding-left:1.2rem}.news-frame{width:100%;min-height:300px;border:0;background:#fff}.cta-band{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:var(--brand);color:#fff;border-radius:24px;padding:clamp(1.5rem,4vw,2.5rem)}.cta-band h2{margin:0 0 .35rem}.cta-band p{margin:0;color:#dce8df}.cta-band .button{background:#fff;color:var(--brand-deep);white-space:nowrap}
@media(max-width:900px){.feature-grid{grid-template-columns:1fr 1fr}.info-panel{grid-template-columns:1fr}.section-heading{display:block}.section-heading p{margin-top:.45rem}}
@media(max-width:760px){.site-header{position:static}.site-header__inner{padding:.75rem 1rem}.nav-toggle{display:inline-block}.global-nav{display:none}.global-nav.is-open{display:block}.global-nav ul{display:grid;grid-template-columns:1fr 1fr;padding:.6rem 1rem 1rem}.global-nav a{background:#fff;border:1px solid var(--line);text-align:center;border-radius:12px;padding:.7rem .4rem}.site-main{padding:1rem .7rem 2rem}.legacy-content{border-radius:14px}.legacy-content>.table,.legacy-content>.table>tbody,.legacy-content>.table>tbody>tr,.legacy-content>.table>tbody>tr>td{display:block!important;width:100%!important;height:auto!important}.legacy-content td[rowspan],.legacy-content td[colspan]{width:100%!important}.legacy-content .photo,.legacy-content .photo2,.legacy-content .news,.legacy-content .news2,.legacy-content .introduction,.legacy-content .gallery,.legacy-content .event{display:block!important;width:100%!important;padding:1rem!important;text-align:left!important}.legacy-content iframe[src*="youtube"]{aspect-ratio:16/9;height:auto!important;min-height:0}.legacy-content table:not(.table){width:100%!important}.home-hero{min-height:520px;border-radius:20px}.home-hero__content{padding:1.5rem}.feature-grid{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}.site-banner img{max-width:100%}}
@media(max-width:430px){.global-nav ul{grid-template-columns:1fr}.site-brand{font-size:.95rem}.home-hero h1{font-size:2.15rem}}
@media print{.site-header,.site-footer,.nav-toggle{display:none!important}.site-main{max-width:none;padding:0}.legacy-content{border:0;box-shadow:none}}


/* Clean modern content and table styling */
main table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid rgba(30, 70, 50, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(25, 55, 40, 0.07);
}

main table th,
main table td {
  padding: 0.85rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(30, 70, 50, 0.10);
  background: transparent;
}

main table th {
  font-weight: 700;
  text-align: left;
  background: rgba(239, 246, 240, 0.95);
}

main table tr:last-child > th,
main table tr:last-child > td {
  border-bottom: 0;
}

main td[background],
main th[background] {
  background-image: none !important;
  background-color: #ffffff;
}

.content-card,
.page-content,
.legacy-content {
  background: #ffffff;
  border: 1px solid rgba(30, 70, 50, 0.10);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(25, 55, 40, 0.06);
}

@media (max-width: 720px) {
  main table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }

  main table th,
  main table td {
    padding: 0.7rem 0.75rem;
  }
}


/* Normalize all legacy child pages */
.legacy-page,
.legacy-page table,
.legacy-page td,
.legacy-page th,
.legacy-page div,
.legacy-page section,
.legacy-page article {
  background-image: none !important;
}

.legacy-page main,
.legacy-page .content,
.legacy-page .contents,
.legacy-page .main,
.legacy-page #main,
.legacy-page #contents {
  background: #ffffff !important;
  border: 1px solid rgba(30, 70, 50, 0.10);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(25, 55, 40, 0.06);
  padding: clamp(1rem, 2vw, 2rem);
  margin-block: 1.5rem;
}

.legacy-page table {
  background: #ffffff !important;
}

.legacy-page td,
.legacy-page th {
  background-color: #ffffff !important;
}

.legacy-page img {
  max-width: 100%;
  height: auto;
}

.legacy-page center {
  display: block;
  text-align: center;
}

@media (max-width: 720px) {
  .legacy-page main,
  .legacy-page .content,
  .legacy-page .contents,
  .legacy-page .main,
  .legacy-page #main,
  .legacy-page #contents {
    border-radius: 12px;
    padding: 1rem;
    margin-block: 1rem;
  }
}








/* Integrated banner header */
.site-header {
  position: relative;
  background:
    linear-gradient(180deg, #eef5ef 0%, #f7faf7 52%, #ffffff 100%);
  border-bottom: 1px solid rgba(31, 74, 52, 0.10);
}

.site-banner {
  width: 100%;
  padding: clamp(0.75rem, 2vw, 1.4rem) 1rem 0;
  background: transparent !important;
}

.site-banner-link {
  display: block;
  width: min(100%, 1100px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  box-shadow:
    0 14px 34px rgba(21, 57, 38, 0.10),
    0 2px 8px rgba(21, 57, 38, 0.06);
  line-height: 0;
  background: #ffffff;
}

.site-banner-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding-inline: 1rem;
  background: transparent;
}

.global-nav {
  width: min(calc(100% - 2rem), 1100px);
  margin: 0 auto 1rem;
  border-radius: 0 0 18px 18px;
  box-shadow:
    0 14px 34px rgba(21, 57, 38, 0.10),
    0 2px 8px rgba(21, 57, 38, 0.06);
  overflow: hidden;
}

.global-nav ul {
  margin: 0;
}

@media (max-width: 720px) {
  .site-banner {
    padding: 0;
  }

  .site-banner-link {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header__inner {
    padding-inline: 0.75rem;
  }

  .global-nav {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}


/* Child page typography and image optimization */
.legacy-page {
  font-size: clamp(15px, 0.35vw + 14px, 17px);
  line-height: 1.85;
  color: #24362d;
}

.legacy-page main,
.legacy-page .content,
.legacy-page .contents,
.legacy-page .main,
.legacy-page #main,
.legacy-page #contents {
  width: min(calc(100% - 2rem), 1040px);
  margin: clamp(1rem, 2.5vw, 2rem) auto;
}

.legacy-page p,
.legacy-page li,
.legacy-page dd,
.legacy-page dt,
.legacy-page td,
.legacy-page th {
  font-size: 1rem;
  line-height: 1.8;
}

.legacy-page h1 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.3;
  margin: 0 0 1.25rem;
}

.legacy-page h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.4;
  margin: 2rem 0 1rem;
}

.legacy-page h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.5;
  margin: 1.5rem 0 0.75rem;
}

.legacy-page small,
.legacy-page .small {
  font-size: 0.875rem;
}

.legacy-page img:not(.site-banner-link img) {
  display: block;
  max-width: min(100%, 760px);
  height: auto;
  margin: 1rem auto;
  border-radius: 12px;
}

.legacy-page table img:not(.site-banner-link img) {
  max-width: min(100%, 520px);
  margin: 0.5rem auto;
}

.legacy-page a img:not(.site-banner-link img) {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.legacy-page a:hover img:not(.site-banner-link img) {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(25, 55, 40, 0.10);
}

.legacy-page figure {
  max-width: 760px;
  margin: 1.5rem auto;
}

.legacy-page figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5c6f64;
}

@media (max-width: 720px) {
  .legacy-page {
    font-size: 16px;
    line-height: 1.8;
  }

  .legacy-page main,
  .legacy-page .content,
  .legacy-page .contents,
  .legacy-page .main,
  .legacy-page #main,
  .legacy-page #contents {
    width: calc(100% - 1rem);
    margin: 0.75rem auto;
    padding: 1rem;
  }

  .legacy-page h1 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .legacy-page h2 {
    font-size: clamp(1.25rem, 5.5vw, 1.65rem);
  }

  .legacy-page h3 {
    font-size: clamp(1.1rem, 4.8vw, 1.35rem);
  }

  .legacy-page img:not(.site-banner-link img),
  .legacy-page table img:not(.site-banner-link img) {
    max-width: 100%;
    margin: 0.75rem auto;
    border-radius: 10px;
  }

  .legacy-page table {
    font-size: 0.95rem;
  }

  .legacy-page table th,
  .legacy-page table td {
    padding: 0.65rem;
  }
}


/* Restore large home hero image */
.home-hero {
  position: relative;
  overflow: hidden;
}

.home-hero > img.home-hero__image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: clamp(360px, 55vw, 680px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 720px) {
  .home-hero > img.home-hero__image {
    height: 58vw !important;
    min-height: 280px;
  }
}


/* Larger gallery images */
.gallery-page main,
.gallery-page .content,
.gallery-page .contents,
.gallery-page .main,
.gallery-page #main,
.gallery-page #contents {
  width: min(calc(100% - 2rem), 1280px);
}

.gallery-page img:not(.site-banner-link img) {
  display: block;
  width: auto;
  max-width: min(100%, 1080px) !important;
  height: auto !important;
  margin: 1.5rem auto !important;
  border-radius: 14px;
}

.gallery-page table img:not(.site-banner-link img) {
  max-width: min(100%, 900px) !important;
}

.gallery-page figure {
  max-width: 1080px !important;
  margin: 2rem auto;
}

@media (max-width: 720px) {
  .gallery-page main,
  .gallery-page .content,
  .gallery-page .contents,
  .gallery-page .main,
  .gallery-page #main,
  .gallery-page #contents {
    width: calc(100% - 0.5rem);
    padding-inline: 0.5rem;
  }

  .gallery-page img:not(.site-banner-link img),
  .gallery-page table img:not(.site-banner-link img) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto !important;
  }
}


/* Home info cards width rebalance */
.home-section .info-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.home-section .info-card:first-child {
  padding: clamp(1.25rem, 2vw, 1.75rem);
}

.home-section .info-card:last-child {
  min-width: 0;
}

.home-section .info-card:last-child iframe,
.home-section .info-card:last-child .news-frame,
.home-section .info-card:last-child .news-box {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 900px) {
  .home-section .info-panel {
    grid-template-columns: 1fr;
  }
}


/* Wide price table */
.price-page main,
.price-page .content,
.price-page .contents,
.price-page .main,
.price-page #main,
.price-page #contents {
  width: min(calc(100% - 2rem), 1280px);
}

.price-page table {
  width: 100% !important;
  min-width: 900px;
  table-layout: auto !important;
}

.price-page table th,
.price-page table td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  padding-inline: 1rem;
}

@media (max-width: 960px) {
  .price-page main,
  .price-page .content,
  .price-page .contents,
  .price-page .main,
  .price-page #main,
  .price-page #contents {
    width: calc(100% - 1rem);
  }

  .price-page table {
    min-width: 820px;
  }
}


/* Price visual beside table */
.price-page td.photo {
  width: 320px !important;
  min-width: 320px !important;
  padding: 1rem !important;
  vertical-align: top !important;
  background: linear-gradient(180deg, #f4f8f4 0%, #ffffff 100%) !important;
}

.price-page td.photo .price-visual-image,
.price-page .price-visual-image {
  display: block !important;
  width: 100% !important;
  max-width: 300px !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(25, 55, 40, 0.14);
  object-fit: cover;
}

.price-page td.news {
  width: auto !important;
  min-width: 0 !important;
  padding: 1rem !important;
  vertical-align: top !important;
}

.price-page td.news > .rtable,
.price-page table.rtable {
  width: 100% !important;
  min-width: 720px !important;
  table-layout: auto !important;
}

.price-page table.rtable th,
.price-page table.rtable td {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

@media (max-width: 980px) {
  .price-page td.photo,
  .price-page td.news {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .price-page td.photo {
    padding-bottom: 0.5rem !important;
  }

  .price-page td.photo .price-visual-image,
  .price-page .price-visual-image {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }

  .price-page td.news {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* Fish introduction balanced layout */
.fish-intro-page main,
.fish-intro-page .content,
.fish-intro-page .contents,
.fish-intro-page .main,
.fish-intro-page #main,
.fish-intro-page #contents {
  width: min(calc(100% - 2rem), 1280px);
}

.fish-intro-page table {
  width: 100% !important;
  table-layout: auto !important;
}

.fish-intro-page table td:first-child {
  width: 34% !important;
  min-width: 280px;
  padding: 1.25rem !important;
  vertical-align: top !important;
}

.fish-intro-page table td:last-child {
  width: 66% !important;
  padding: 1.25rem 1.5rem !important;
  vertical-align: top !important;
}

.fish-intro-page table td:first-child img:not(.site-banner-link img) {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(25, 55, 40, 0.12);
  object-fit: cover;
}

.fish-intro-page table td:last-child p,
.fish-intro-page table td:last-child div,
.fish-intro-page table td:last-child span {
  max-width: none !important;
}

.fish-intro-page table td:last-child {
  font-size: 1rem;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .fish-intro-page table,
  .fish-intro-page table tbody,
  .fish-intro-page table tr,
  .fish-intro-page table td {
    display: block !important;
    width: 100% !important;
  }

  .fish-intro-page table td:first-child,
  .fish-intro-page table td:last-child {
    min-width: 0 !important;
    padding: 1rem !important;
  }

  .fish-intro-page table td:first-child img:not(.site-banner-link img) {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin: 0 auto 1rem !important;
  }
}


/* Remove gap between site banner and global navigation */
.site-banner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-banner-link {
  margin-bottom: 0 !important;
}

.global-nav {
  margin-top: 0 !important;
}

.site-banner + .global-nav {
  margin-top: 0 !important;
}


/* Final banner-to-menu spacing normalization */
.site-header {
  padding: 0 !important;
}

.site-banner {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.site-banner-link,
.site-banner-link img {
  margin-bottom: 0 !important;
}

.nav-toggle {
  margin-top: 0 !important;
}

.global-nav {
  margin-top: 0 !important;
}

.site-banner + .nav-toggle,
.site-banner + .global-nav,
.nav-toggle + .global-nav {
  margin-top: 0 !important;
}

@media (min-width: 721px) {
  .nav-toggle {
    display: none !important;
  }
}


/* News embed date no-wrap */
.news-embed-page .nav-toggle {
  display: none !important;
}

.news-embed-page table {
  width: 100% !important;
  table-layout: auto !important;
}

.news-embed-page table td:first-child,
.news-embed-page table th:first-child,
.news-embed-page .date,
.news-embed-page .news-date {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  min-width: 8.5em;
  width: 8.5em;
  padding-right: 1rem !important;
  vertical-align: top;
}

.news-embed-page table td:last-child,
.news-embed-page table th:last-child {
  width: auto !important;
}

@media (max-width: 720px) {
  .news-embed-page table td:first-child,
  .news-embed-page table th:first-child,
  .news-embed-page .date,
  .news-embed-page .news-date {
    min-width: 7.5em;
    width: 7.5em;
    font-size: 0.95rem;
  }
}


/* Compact price table rows */
.price-page table.rtable th,
.price-page table.rtable td {
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  line-height: 1.35 !important;
  height: auto !important;
  min-height: 0 !important;
}

.price-page table.rtable p,
.price-page table.rtable div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.35 !important;
}

@media (max-width: 720px) {
  .price-page table.rtable th,
  .price-page table.rtable td {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
}


/* Old image-button navigation columns on child pages */
  .legacy-page td.condata,
  .legacy-page td.conmenu,
  .legacy-page td.menu,
  .legacy-page td.contentsmenu,
  .legacy-page .condata,
  .legacy-page .conmenu,
  .legacy-page .contentsmenu {
    display: none !important;
  }

  /* Explicitly suppress legacy image-button cells */
  .legacy-page td:has(img[src*="modoru.gif"]),
  .legacy-page td:has(img[src*="event.gif"]),
  .legacy-page td:has(img[src*="syoukai.gif"]),
  .legacy-page td:has(img[src*="syozaichi.gif"]),
  .legacy-page td:has(img[src*="tsuribori.gif"]),
  .legacy-page td:has(img[src*="bbq.gif"]),
  .legacy-page td:has(img[src*="ryoukin"]),
  .legacy-page td:has(img[src*="oroshiuri.gif"]),
  .legacy-page td:has(img[src*="sakanasyoukai.gif"]),
  .legacy-page td:has(img[src*="eigyouannai.gif"]),
  .legacy-page td:has(img[src*="otoiawase.gif"]),
  .legacy-page td:has(img[src*="shitsumon.gif"]),
  .legacy-page td:has(img[src*="gallery.gif"]) {
    display: none !important;
  }

  /* Expand main child-page content after removing the old navigation column */
  .legacy-page table,
  .legacy-page tbody,
  .legacy-page tr {
    width: 100% !important;
  }

  .legacy-page td.subtitle,
  .legacy-page td.news,
  .legacy-page td.gallery,
  .legacy-page td.main,
  .legacy-page td.content,
  .legacy-page td.contents,
  .legacy-page td.photo {
    width: 100% !important;
    max-width: none !important;
  }
}


/* Normalize introductory paragraph line spacing */
.legacy-page p,
.legacy-page .message,
.legacy-page .introduction,
.legacy-page .intro,
.legacy-page td p {
  line-height: 1.8 !important;
}

.legacy-page br {
  line-height: inherit;
}


/* News text sizing and wrapping */
.news-embed-page {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.news-embed-page table,
.news-embed-page td,
.news-embed-page th,
.news-embed-page p,
.news-embed-page div,
.news-embed-page span,
.news-embed-page a {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

/* Date stays on one line */
.news-embed-page table td:first-child,
.news-embed-page table th:first-child,
.news-embed-page .date,
.news-embed-page .news-date {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  min-width: 7.5em !important;
  width: 7.5em !important;
  vertical-align: top !important;
}

/* Title/body can wrap naturally */
.news-embed-page table td:not(:first-child),
.news-embed-page table th:not(:first-child),
.news-embed-page .news-title,
.news-embed-page .news-body,
.news-embed-page .news-content {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  min-width: 0 !important;
  width: auto !important;
}

.news-embed-page table {
  width: 100% !important;
  table-layout: auto !important;
}

@media (max-width: 720px) {
  .news-embed-page,
  .news-embed-page table,
  .news-embed-page td,
  .news-embed-page th,
  .news-embed-page p,
  .news-embed-page div,
  .news-embed-page span,
  .news-embed-page a {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .news-embed-page table td:first-child,
  .news-embed-page table th:first-child,
  .news-embed-page .date,
  .news-embed-page .news-date {
    min-width: 6.6em !important;
    width: 6.6em !important;
    padding-right: 0.5rem !important;
  }
}


/* Remove fixed heights inherited from the old desktop table layout */
  .legacy-page table,
  .legacy-page tbody,
  .legacy-page tr,
  .legacy-page td {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Collapse empty legacy rows/cells left behind after menu removal */
  .legacy-page tr:has(> td.condata):not(:has(> td:not(.condata):not(.conmenu):not(.menu):not(.contentsmenu))),
  .legacy-page tr:has(> td.conmenu):not(:has(> td:not(.condata):not(.conmenu):not(.menu):not(.contentsmenu))) {
    display: none !important;
    height: 0 !important;
  }

  .legacy-page td:empty {
    height: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Main content must start immediately after banner/navigation */
  .legacy-page .site-header + table,
  .legacy-page .site-header + main,
  .legacy-page main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* Repaired child-page layout after legacy menu removal */
.legacy-page td.legacy-main-content {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 720px) {
  .legacy-page table {
    width: 100% !important;
    max-width: 100% !important;
  }

  .legacy-page td.legacy-main-content {
    display: table-cell !important;
    width: 100% !important;
    max-width: none !important;
    padding: 1rem !important;
  }

  .legacy-page td.legacy-main-content > * {
    max-width: 100%;
  }
}


/* Facility map two-column repair */
.legacy-page td.facility-map-cell {
  width: 46% !important;
  min-width: 420px !important;
  padding: 1.25rem !important;
  vertical-align: top !important;
}

.legacy-page td.facility-info-cell {
  width: 54% !important;
  min-width: 420px !important;
  padding: 1.25rem 1.5rem !important;
  vertical-align: top !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.8 !important;
}

.legacy-page td.facility-map-cell img {
  display: block !important;
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.legacy-page td.facility-info-cell p,
.legacy-page td.facility-info-cell div,
.legacy-page td.facility-info-cell span,
.legacy-page td.facility-info-cell a {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  max-width: none !important;
}

@media (max-width: 900px) {
  .legacy-page td.facility-map-cell,
  .legacy-page td.facility-info-cell {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .legacy-page td.facility-map-cell {
    padding-bottom: 0.75rem !important;
  }

  .legacy-page td.facility-info-cell {
    padding-top: 0.75rem !important;
  }

  .legacy-page td.facility-map-cell img {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
  }
}


/* Generic legacy image + text two-column repair */
.legacy-page td.legacy-visual-cell {
  width: 42% !important;
  min-width: 320px !important;
  max-width: 520px !important;
  padding: 1.25rem !important;
  vertical-align: top !important;
}

.legacy-page td.legacy-text-cell {
  width: 58% !important;
  min-width: 420px !important;
  max-width: none !important;
  padding: 1.25rem 1.5rem !important;
  vertical-align: top !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.8 !important;
}

.legacy-page td.legacy-visual-cell img:not(.site-banner-link img) {
  display: block !important;
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.legacy-page td.legacy-text-cell p,
.legacy-page td.legacy-text-cell div,
.legacy-page td.legacy-text-cell span,
.legacy-page td.legacy-text-cell a {
  max-width: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 900px) {
  .legacy-page td.legacy-visual-cell,
  .legacy-page td.legacy-text-cell {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .legacy-page td.legacy-visual-cell {
    padding-bottom: 0.75rem !important;
  }

  .legacy-page td.legacy-text-cell {
    padding-top: 0.75rem !important;
  }

  .legacy-page td.legacy-visual-cell img:not(.site-banner-link img) {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
  }
}


/* FINAL news iframe typography fix */
.news-frame {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
}

.news-embed-page {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  overflow-x: hidden !important;
}

.news-embed-page .site-main,
.news-embed-page .legacy-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.news-embed-page table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.news-embed-page td.tddate {
  width: 7.5em !important;
  min-width: 7.5em !important;
  max-width: 7.5em !important;
  padding: 0.65rem 0.5rem !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  vertical-align: top !important;
}

.news-embed-page td.tdtextb {
  width: auto !important;
  min-width: 0 !important;
  padding: 0.65rem 0.5rem !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  vertical-align: top !important;
}

.news-embed-page td.tdtext {
  width: auto !important;
  min-width: 0 !important;
  padding: 0.75rem 0.5rem 1rem !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.news-embed-page td.tdtext *,
.news-embed-page td.tdtextb * {
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 720px) {
  .news-embed-page,
  .news-embed-page td.tddate,
  .news-embed-page td.tdtextb,
  .news-embed-page td.tdtext {
    font-size: 16px !important;
  }

  .news-embed-page td.tddate {
    width: 6.8em !important;
    min-width: 6.8em !important;
    max-width: 6.8em !important;
    padding-right: 0.35rem !important;
  }

  .news-embed-page td.tdtextb,
  .news-embed-page td.tdtext {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
  }
}


/* Intro lead paragraph line spacing */
.intro-lead-text {
  line-height: 2 !important;
}

.intro-lead-text,
.intro-lead-text p,
.intro-lead-text span,
.intro-lead-text font {
  line-height: 2 !important;
}

@media (max-width: 720px) {
  .intro-lead-text,
  .intro-lead-text p,
  .intro-lead-text span,
  .intro-lead-text font {
    line-height: 2 !important;
  }
}


/* Mobile price page width correction */
@media (max-width: 900px) {
  .price-page main,
  .price-page .content,
  .price-page .contents,
  .price-page .main,
  .price-page #main,
  .price-page #contents,
  .price-page .legacy-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    box-sizing: border-box !important;
  }

  .price-page table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
  }

  .price-page td.photo,
  .price-page td.news {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .price-page .price-visual-image,
  .price-page td.photo .price-visual-image {
    display: block !important;
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto 1rem !important;
  }

  .price-page td.news {
    overflow-x: visible !important;
    padding: 0.5rem !important;
  }

  .price-page table.rtable {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }

  .price-page table.rtable th,
  .price-page table.rtable td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    padding: 0.45rem 0.55rem !important;
    box-sizing: border-box !important;
  }

  .price-page table.rtable td:first-child,
  .price-page table.rtable th:first-child {
    width: 62% !important;
  }

  .price-page table.rtable td:last-child,
  .price-page table.rtable th:last-child {
    width: 38% !important;
  }
}


/* Modern gallery controls */
.gallery-page .gallery-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.75rem 0 1rem;
}

.gallery-page .gallery-control-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  background: #2f6b4b;
  color: #fff;
  box-shadow: 0 6px 16px rgba(25, 55, 40, 0.16);
}

.gallery-page .gallery-control-button:hover {
  transform: translateY(-1px);
}

.gallery-page .gallery-control-button:focus-visible {
  outline: 3px solid rgba(47, 107, 75, 0.35);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .gallery-page .gallery-controls {
    margin: 0.5rem 0 0.75rem;
  }

  .gallery-page .gallery-control-button {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}


/* Ryoukin mobile: wrap introductory and bottom text */
@media (max-width: 900px) {
  .price-page,
  .price-page .site-main,
  .price-page .legacy-content,
  .price-page .legacy-main-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .price-page p,
  .price-page div,
  .price-page span,
  .price-page font,
  .price-page .intro-lead-text,
  .price-page .intro-lead-text *,
  .price-page td:not(.tddate),
  .price-page td:not(.tddate) * {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .price-page .intro-lead-text {
    display: block !important;
    width: 100% !important;
  }

  .price-page table:not(.rtable),
  .price-page table:not(.rtable) tbody,
  .price-page table:not(.rtable) tr {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .price-page img {
    max-width: 100% !important;
    height: auto !important;
  }
}


/* Fish intro text width correction */
.fish-intro-page main,
.fish-intro-page .legacy-content,
.fish-intro-page .content,
.fish-intro-page .contents,
.fish-intro-page .main,
.fish-intro-page #main,
.fish-intro-page #contents {
  width: min(calc(100% - 2rem), 1320px) !important;
  max-width: 1320px !important;
}

.fish-intro-page td.legacy-visual-cell,
.fish-intro-page table td:first-child {
  width: 30% !important;
  min-width: 260px !important;
  max-width: 400px !important;
}

.fish-intro-page td.legacy-text-cell,
.fish-intro-page table td:last-child {
  width: 70% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
}

.fish-intro-page td.legacy-text-cell p,
.fish-intro-page td.legacy-text-cell div,
.fish-intro-page td.legacy-text-cell span,
.fish-intro-page td.legacy-text-cell font,
.fish-intro-page table td:last-child p,
.fish-intro-page table td:last-child div,
.fish-intro-page table td:last-child span,
.fish-intro-page table td:last-child font {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  .fish-intro-page main,
  .fish-intro-page .legacy-content,
  .fish-intro-page .content,
  .fish-intro-page .contents,
  .fish-intro-page .main,
  .fish-intro-page #main,
  .fish-intro-page #contents {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .fish-intro-page td.legacy-visual-cell,
  .fish-intro-page td.legacy-text-cell,
  .fish-intro-page table td:first-child,
  .fish-intro-page table td:last-child {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .fish-intro-page td.legacy-text-cell,
  .fish-intro-page table td:last-child {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}


/* External JSON news layout */
.news-embed-page .news-list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.news-embed-page .news-item {
  border-bottom: 1px solid rgba(30, 70, 50, 0.12);
  padding: 0.9rem 0;
}
.news-embed-page .news-item__header {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.65rem;
}
.news-embed-page .news-item__date {
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  color: #8b1713;
}
.news-embed-page .news-item__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #082fd5;
  white-space: normal;
  overflow-wrap: anywhere;
}
.news-embed-page .news-item__body {
  font-size: 1rem;
  line-height: 1.75;
  color: #8b1713;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (max-width: 720px) {
  .news-embed-page .news-item__header {
    grid-template-columns: 6.7rem minmax(0, 1fr);
    gap: 0.4rem;
  }
}


/* JSON generated price table */
.price-page .price-table-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.price-page .price-table-scroll {
  width: 100%;
  max-width: 100%;
}

.price-page .price-table-container table.rtable {
  width: 100% !important;
  table-layout: auto !important;
}

@media (max-width: 900px) {
  .price-page .price-table-container,
  .price-page .price-table-scroll {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .price-page .price-table-container table.rtable {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }

  .price-page .price-table-container table.rtable th,
  .price-page .price-table-container table.rtable td {
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}
