/*
Theme Name: Cocoon Child
Template: cocoon-master
Version: 1.0.0
*/

/* =========================================================
  遊漁船すい丸｜style.css 完全上書き版 v81
  トップページ：画像を活かした爽やかな遊漁船サイトデザイン
========================================================= */

:root{
  --sui-navy:#06265f;
  --sui-deep:#041b45;
  --sui-blue:#1478ff;
  --sui-sky:#eef8ff;
  --sui-cream:#f7fbff;
  --sui-gold:#dfb94f;
  --sui-green:#25d366;
  --sui-text:#071b42;
  --sui-muted:#43546f;
  --sui-white:#fff;
  --sui-shadow:0 16px 34px rgba(6,38,95,.14);
  --suimaru-hero-boat-image:url("/wp-content/uploads/2026/07/suimaru-hero-boat-kushikino-v2.webp");
}

body{
  color:var(--sui-text);
  font-family:"Hiragino Maru Gothic ProN","Yu Gothic","YuGothic",Meiryo,"Helvetica Neue",Arial,sans-serif;
}

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

.suimaru-home *,
.suimaru-home *::before,
.suimaru-home *::after{box-sizing:border-box;}

.suimaru-inner{
  width:min(calc(100% - 52px),1180px);
  margin:0 auto;
}

/* Cocoon標準要素 */
body.suimaru-front-page{
  margin:0!important;
  background:#eef8ff!important;
  color:var(--sui-text)!important;
}

body.suimaru-front-page .header-container,
body.suimaru-front-page #header-container,
body.suimaru-front-page #header,
body.suimaru-front-page #navi,
body.suimaru-front-page .navi,
body.suimaru-front-page #sidebar,
body.suimaru-front-page .sidebar,
body.suimaru-front-page aside,
body.suimaru-front-page #footer,
body.suimaru-front-page .footer,
body.suimaru-front-page #footer-container,
body.suimaru-front-page .breadcrumb,
body.suimaru-front-page #breadcrumb,
body.suimaru-front-page .date-tags,
body.suimaru-front-page .sns-share,
body.suimaru-front-page .sns-follow,
body.suimaru-front-page .author-info,
body.suimaru-front-page .entry-title,
body.suimaru-front-page .post-date,
body.suimaru-front-page .post-update,
body.suimaru-front-page .page-title{
  display:none!important;
}

body.suimaru-front-page .content,
body.suimaru-front-page .content-in,
body.suimaru-front-page .main,
body.suimaru-front-page #content,
body.suimaru-front-page .wrap,
body.suimaru-front-page article,
body.suimaru-front-page .article,
body.suimaru-front-page .entry-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
}

/* ヘッダー */
.suimaru-site-header{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(6,38,95,.10);
  box-shadow:0 8px 24px rgba(6,38,95,.08);
}

.admin-bar .suimaru-site-header{top:32px;}

.suimaru-site-header__inner{
  width:min(calc(100% - 48px),1200px);
  min-height:78px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.suimaru-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--sui-navy)!important;
  text-decoration:none!important;
  flex-shrink:0;
}

.suimaru-brand__small{
  font-size:15px;
  font-weight:900;
}

.suimaru-brand__name{
  font-size:34px;
  font-weight:900;
  letter-spacing:.08em;
}

.suimaru-brand__mark{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:2px solid var(--sui-navy);
  border-radius:50%;
  font-size:22px;
}

.suimaru-global-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:14px;
  font-weight:900;
  flex-wrap:nowrap;
}

.suimaru-global-nav a{
  color:var(--sui-navy)!important;
  text-decoration:none!important;
  white-space:nowrap;
}

.suimaru-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.suimaru-header-tel,
.suimaru-header-line{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 16px;
  border-radius:10px;
  text-decoration:none!important;
  font-weight:900;
  box-shadow:0 8px 18px rgba(6,38,95,.12);
}

.suimaru-header-tel{
  background:#fff;
  color:var(--sui-navy)!important;
  border:1px solid rgba(6,38,95,.10);
}

.suimaru-header-line{
  background:var(--sui-green);
  color:#fff!important;
}

.suimaru-menu-button{
  width:46px;
  height:46px;
  border:0;
  border-radius:10px;
  background:var(--sui-navy);
  color:#fff;
  font-size:24px;
  font-weight:900;
}

/* ヒーロー */
.suimaru-hero{
  position:relative;
  min-height:860px;
  overflow:hidden;
  background:#dff4ff;
  padding-top:78px;
}

.suimaru-hero__image{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(238,248,255,.98) 0%,rgba(238,248,255,.88) 36%,rgba(238,248,255,.25) 63%,rgba(238,248,255,.05) 100%),
    var(--suimaru-hero-boat-image),
    linear-gradient(180deg,#eaf8ff 0%,#eef8ff 100%);
  background-size:cover,cover,cover;
  background-position:center,center right,center;
  background-repeat:no-repeat;
}

.suimaru-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(238,248,255,.68) 88%);
}

.suimaru-hero__content{
  position:relative;
  z-index:2;
  width:min(calc(100% - 52px),1180px);
  margin:0 auto;
  padding:76px 0 30px;
  color:var(--sui-navy);
}

.suimaru-hero-label{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin:0 0 24px;
  border:2px solid var(--sui-gold);
  color:var(--sui-navy);
  border-radius:0;
  padding:10px 18px;
  background:rgba(255,255,255,.50);
  font-weight:900;
  letter-spacing:.16em;
}

.suimaru-hero h1{
  margin:0 0 22px!important;
  color:var(--sui-navy)!important;
  font-size:clamp(40px,6.2vw,76px)!important;
  line-height:1.25!important;
  letter-spacing:.03em;
  font-weight:900;
  text-align:left!important;
}

.suimaru-hero h1 span{
  color:var(--sui-gold);
}

.suimaru-hero__lead{
  max-width:650px;
  margin:0 0 28px;
  color:var(--sui-navy);
  font-size:18px;
  line-height:2;
  font-weight:900;
  background:rgba(255,255,255,.36);
  border:none;
  border-radius:0;
  padding:0;
}

.suimaru-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.suimaru-hero-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  width:min(100%,300px);
  min-height:92px;
  padding:18px;
  background:#fff;
  color:var(--sui-navy)!important;
  text-decoration:none!important;
  border-radius:12px;
  box-shadow:var(--sui-shadow);
}

.suimaru-hero-card--line{
  background:var(--sui-green);
  color:#fff!important;
}

.suimaru-hero-card__icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:12px;
  background:rgba(6,38,95,.08);
  color:inherit;
  font-weight:900;
}

.suimaru-hero-card--line .suimaru-hero-card__icon{
  background:#fff;
  color:var(--sui-green);
}

.suimaru-hero-card strong{
  display:block;
  font-size:18px;
  line-height:1.45;
  font-weight:900;
}

.suimaru-hero-card em{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--sui-navy);
  color:#fff;
  font-style:normal;
  font-size:28px;
}

.suimaru-hero-card--line em{
  background:rgba(255,255,255,.22);
}

/* ヒーロー下特徴 */
.suimaru-hero-features{
  position:relative;
  z-index:3;
  width:min(calc(100% - 52px),1180px);
  margin:22px auto 0;
  padding:28px 26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:#fff;
  border-radius:14px;
  box-shadow:var(--sui-shadow);
}

.suimaru-hero-features div{
  text-align:center;
  padding:0 22px;
  border-right:1px solid rgba(6,38,95,.12);
}

.suimaru-hero-features div:last-child{border-right:0;}

.suimaru-feature-icon{
  display:block;
  color:var(--sui-navy);
  font-size:38px;
  margin-bottom:8px;
}

.suimaru-hero-features strong{
  display:block;
  color:var(--sui-navy);
  font-size:18px;
  font-weight:900;
  margin-bottom:8px;
}

.suimaru-hero-features p{
  margin:0;
  color:var(--sui-navy);
  line-height:1.75;
  font-size:14px;
  font-weight:700;
}

/* 共通 */
.suimaru-section{
  padding:78px 0;
  background:#fff;
}

.suimaru-center-heading{
  text-align:center;
  margin:0 auto 34px;
}

.suimaru-center-heading span{
  display:inline-block;
  color:var(--sui-navy);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:10px;
}

.suimaru-center-heading h2{
  margin:0!important;
  color:var(--sui-navy)!important;
  font-size:clamp(28px,4.2vw,44px)!important;
  line-height:1.35!important;
  font-weight:900!important;
}

/* プラン */
.suimaru-plan-section{
  background:linear-gradient(180deg,#eef8ff,#ffffff);
}

.suimaru-plan-card-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.suimaru-plan-card-grid article{
  overflow:hidden;
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 28px rgba(6,38,95,.12);
}

.suimaru-plan-card-grid img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
  background:#dff3ff;
}

.suimaru-plan-card-grid article > div{
  padding:20px 16px 22px;
  text-align:center;
}

.suimaru-plan-card-grid h3{
  margin:0 0 14px;
  color:var(--sui-navy);
  font-size:19px;
  font-weight:900;
}

.suimaru-plan-card-grid ul{
  list-style:none;
  padding:0;
  margin:0 0 14px;
  color:var(--sui-navy);
  font-size:14px;
  line-height:1.8;
  font-weight:700;
}

.suimaru-plan-card-grid strong{
  display:block;
  color:var(--sui-navy);
  font-size:28px;
  font-weight:900;
}

.suimaru-plan-card-grid p{
  margin:0;
  color:var(--sui-navy);
  font-weight:700;
  line-height:1.8;
  text-align:left;
}

.suimaru-plan-note{
  margin:20px 0 0;
  text-align:center;
  font-size:13px;
  color:var(--sui-muted);
  font-weight:700;
}

.suimaru-mini-features{
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:#fff;
  border-radius:12px;
  box-shadow:var(--sui-shadow);
  overflow:hidden;
}

.suimaru-mini-features div{
  text-align:center;
  padding:22px 18px;
  border-right:1px solid rgba(6,38,95,.10);
}

.suimaru-mini-features div:last-child{border-right:0;}

.suimaru-mini-features span{
  display:block;
  font-size:38px;
  margin-bottom:8px;
}

.suimaru-mini-features strong{
  display:block;
  color:var(--sui-navy);
  font-weight:900;
}

.suimaru-mini-features p{
  margin:4px 0 0;
  color:var(--sui-navy);
  font-weight:700;
}

/* 魚図鑑 */
.suimaru-target-light{
  background:#f6fcff;
}

.suimaru-fish-strip{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:14px;
  background:#fff;
  border-radius:14px;
  padding:28px 18px;
  box-shadow:var(--sui-shadow);
}

.suimaru-fish-strip a{
  display:grid;
  gap:10px;
  justify-items:center;
  text-decoration:none!important;
  color:var(--sui-navy)!important;
}

.suimaru-fish-strip img{
  height:74px;
  object-fit:contain;
  filter:drop-shadow(0 6px 8px rgba(6,38,95,.16));
}

.suimaru-fish-strip strong{
  font-weight:900;
  font-size:14px;
}

.suimaru-fish-more{
  margin-top:28px;
  text-align:center;
}

.suimaru-fish-more a{
  display:inline-flex;
  min-width:360px;
  justify-content:center;
  padding:14px 24px;
  background:var(--sui-navy);
  color:#fff!important;
  text-decoration:none!important;
  border-radius:6px;
  font-weight:900;
}

/* 船長 */
.suimaru-captain-new{
  background:#fff;
}

.suimaru-captain-new .suimaru-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:center;
}

.suimaru-captain-photo{
  min-height:430px;
}

.suimaru-captain-photo img{
  width:100%;
  height:430px;
  object-fit:cover;
  display:block;
}

.suimaru-captain-box{
  background:#fff;
  border-radius:18px;
  padding:44px;
  margin-left:-54px;
  box-shadow:var(--sui-shadow);
}

.suimaru-captain-box span,
.suimaru-shop-new .suimaru-center-heading span,
.suimaru-access-new .suimaru-center-heading span{
  color:var(--sui-navy);
  font-weight:900;
  letter-spacing:.18em;
  font-size:13px;
}

.suimaru-captain-box h2{
  margin:12px 0 18px!important;
  color:var(--sui-navy)!important;
  font-size:clamp(26px,3.4vw,40px)!important;
  line-height:1.45!important;
  font-weight:900!important;
}

.suimaru-captain-box h2::after{
  content:"";
  display:block;
  width:70px;
  height:4px;
  margin:16px 0 0;
  background:var(--sui-gold);
  border-radius:999px;
}

.suimaru-captain-box p{
  color:var(--sui-navy);
  line-height:2;
  font-weight:700;
}

.suimaru-captain-icons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}

.suimaru-captain-icons div{
  text-align:center;
  color:var(--sui-navy);
  font-size:28px;
}

.suimaru-captain-icons strong{
  display:block;
  margin-top:6px;
  font-size:13px;
  font-weight:900;
}

/* ショップ */
.suimaru-shop-new{
  background:#f6fcff;
}

.suimaru-shop-lead{
  max-width:760px;
  margin:0 auto 24px;
  text-align:center;
  color:var(--sui-navy);
  font-weight:700;
  line-height:2;
}

.suimaru-shop-cta{
  text-align:center;
}

.suimaru-shop-cta a{
  display:inline-flex;
  padding:14px 26px;
  background:var(--sui-navy);
  color:#fff!important;
  text-decoration:none!important;
  border-radius:8px;
  font-weight:900;
}

/* アクセス */
.suimaru-access-new{
  background:#fff;
}

.suimaru-access-card{
  max-width:820px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  background:#fff;
  border-radius:14px;
  padding:28px;
  box-shadow:var(--sui-shadow);
}

.suimaru-access-card h3{
  margin:0 0 8px;
  color:var(--sui-navy);
  font-size:24px;
  font-weight:900;
}

.suimaru-access-card p{
  margin:0;
  color:var(--sui-muted);
  font-weight:700;
}

.suimaru-access-card a{
  flex-shrink:0;
  color:#fff!important;
  background:var(--sui-navy);
  padding:13px 20px;
  border-radius:8px;
  text-decoration:none!important;
  font-weight:900;
}

/* 予約 */
.suimaru-reservation-new{
  background:var(--sui-navy);
  padding:38px 0;
}

.suimaru-reservation-card{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:28px;
  background:#fff;
  border:10px solid var(--sui-navy);
  outline:1px solid rgba(255,255,255,.20);
  border-radius:16px;
  padding:32px;
}

.suimaru-reservation-card span{
  color:var(--sui-green);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.suimaru-reservation-card h2{
  margin:8px 0 8px!important;
  color:var(--sui-navy)!important;
  font-size:30px!important;
  font-weight:900!important;
}

.suimaru-reservation-card p{
  margin:0;
  color:var(--sui-navy);
  font-weight:700;
}

.suimaru-reservation-card a{
  display:inline-flex;
  padding:16px 30px;
  background:var(--sui-green);
  color:#fff!important;
  text-decoration:none!important;
  border-radius:8px;
  font-weight:900;
  white-space:nowrap;
}

/* フッター */
.suimaru-custom-footer{
  background:#031f2b;
  color:#fff;
  padding:42px 0 0;
  text-align:center;
}

.suimaru-custom-footer__brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.suimaru-custom-footer__mark{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:50%;
  font-weight:900;
}

.suimaru-custom-footer__brand small,
.suimaru-custom-footer__brand strong{
  display:block;
}

.suimaru-custom-footer__brand strong{
  font-size:24px;
  font-weight:900;
}

.suimaru-custom-footer__bottom{
  margin-top:30px;
  padding:16px;
  background:rgba(0,0,0,.18);
}

.suimaru-mobile-fixed{display:none;}

/* =========================================================
  図鑑・釣り方ページ
========================================================= */
body.suimaru-lower-common-final:not(.suimaru-front-page){
  background:linear-gradient(180deg,#06265f 0,#06265f 230px,#f4fbff 230px,#f4fbff 100%)!important;
  color:var(--sui-text)!important;
}

body.suimaru-lower-common-final:not(.suimaru-front-page) .content,
body.suimaru-lower-common-final:not(.suimaru-front-page) .content-in,
body.suimaru-lower-common-final:not(.suimaru-front-page) .main,
body.suimaru-lower-common-final:not(.suimaru-front-page) main,
body.suimaru-lower-common-final:not(.suimaru-front-page) #content,
body.suimaru-lower-common-final:not(.suimaru-front-page) .wrap{
  max-width:1120px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:44px 20px 86px!important;
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
  float:none!important;
}

body.suimaru-lower-common-final:not(.suimaru-front-page) .entry-content{
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
  padding:0!important;
}

body.suimaru-lower-common-final:not(.suimaru-front-page) h1,
body.suimaru-lower-common-final:not(.suimaru-front-page) .entry-title,
body.suimaru-lower-common-final:not(.suimaru-front-page) .archive-title{
  color:#fff!important;
  font-size:clamp(30px,5vw,50px)!important;
  font-weight:900!important;
  line-height:1.32!important;
  text-align:center!important;
  margin:8px 0 34px!important;
  padding:0!important;
  border:none!important;
  background:transparent!important;
}

body.suimaru-lower-common-final:not(.suimaru-front-page) h1::before,
body.suimaru-lower-common-final:not(.suimaru-front-page) .entry-title::before,
body.suimaru-lower-common-final:not(.suimaru-front-page) .archive-title::before{
  content:"SUIMARU FISHING GUIDE";
  display:block;
  margin-bottom:10px;
  color:var(--sui-gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.suimaru-fish-detail,
.suimaru-fish-profile,
.suimaru-fish-main,
.suimaru-method-card,
.suimaru-fish-methods,
.suimaru-fish-card{
  max-width:1080px;
  margin:0 auto 28px;
  background:#fff;
  border:2px solid rgba(29,125,255,.18);
  border-radius:24px;
  box-shadow:0 12px 26px rgba(6,38,95,.10);
  padding:30px;
}

.suimaru-fish-main{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
  border:none;
  box-shadow:none;
  padding:0;
}

.suimaru-fish-image,
.suimaru-method-image{
  background:#f4fbff;
  border:2px solid rgba(29,125,255,.18);
  border-radius:22px;
  padding:18px;
  text-align:center;
}

.suimaru-fish-catch{
  color:var(--sui-navy);
  font-size:22px;
  font-weight:900;
  line-height:1.7;
}

.suimaru-fish-text,
.suimaru-method-text,
.suimaru-fish-card p{
  color:var(--sui-text);
  line-height:1.95;
  font-weight:600;
}

.suimaru-fish-card h2,
.suimaru-fish-chip-section h2,
.suimaru-fish-methods h2,
.suimaru-method-card h2{
  margin:0 0 18px!important;
  color:var(--sui-navy)!important;
  font-size:24px!important;
  font-weight:900!important;
  border-left:7px solid var(--sui-gold);
  padding-left:14px;
}

.suimaru-fish-tags,
.suimaru-target-fish-list,
.suimaru-method-chip-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.suimaru-fish-tags span,
.suimaru-target-fish-list a,
.suimaru-method-chip{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:2px solid rgba(223,185,79,.42);
  border-radius:999px;
  padding:8px 14px;
  color:var(--sui-navy)!important;
  font-weight:900;
  text-decoration:none!important;
}

.suimaru-method-chip span{
  background:var(--sui-navy);
  color:#fff;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  margin-left:8px;
}

.suimaru-method-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.suimaru-method-list-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  text-decoration:none!important;
  color:var(--sui-text)!important;
  box-shadow:0 12px 26px rgba(6,38,95,.10);
  border:2px solid rgba(29,125,255,.18);
}

.suimaru-method-thumb img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
}

.suimaru-method-list-body{
  padding:18px;
}

.suimaru-method-list-body h3{
  color:var(--sui-navy);
  font-size:20px;
  font-weight:900;
  text-align:center;
}

/* レスポンシブ */
@media screen and (max-width:1100px){
  .suimaru-global-nav{display:none;}
  .suimaru-plan-card-grid{grid-template-columns:repeat(2,1fr);}
  .suimaru-fish-strip{grid-template-columns:repeat(4,1fr);}
}

@media screen and (max-width:768px){
  .admin-bar .suimaru-site-header{top:46px;}
  .suimaru-inner,
  .suimaru-hero__content,
  .suimaru-hero-features,
  .suimaru-site-header__inner{
    width:min(calc(100% - 28px),1180px);
  }

  .suimaru-site-header__inner{min-height:66px;}
  .suimaru-brand__small{font-size:12px;}
  .suimaru-brand__name{font-size:24px;}
  .suimaru-brand__mark{width:34px;height:34px;font-size:17px;}
  .suimaru-header-tel{display:none;}
  .suimaru-header-line{display:none;}

  .suimaru-hero{
    min-height:auto;
    padding-top:66px;
    padding-bottom:34px;
  }

  .suimaru-hero__image{
    background:
      linear-gradient(180deg,rgba(238,248,255,.92) 0%,rgba(238,248,255,.76) 42%,rgba(238,248,255,.96) 100%),
      var(--suimaru-hero-boat-image),
      linear-gradient(180deg,#eaf8ff 0%,#eef8ff 100%);
    background-size:cover,cover,cover;
    background-position:center,62% center,center;
  }

  .suimaru-hero__content{padding:54px 0 24px;}
  .suimaru-hero h1{font-size:38px!important;}
  .suimaru-hero__lead{font-size:15px;background:rgba(255,255,255,.58);}

  .suimaru-hero-buttons{display:grid;grid-template-columns:1fr;gap:12px;}
  .suimaru-hero-card{width:100%;}

  .suimaru-hero-features{
    grid-template-columns:1fr 1fr;
    padding:18px;
    gap:12px;
  }

  .suimaru-hero-features div{
    border:0;
    padding:14px 8px;
    background:#f6fcff;
    border-radius:12px;
  }

  .suimaru-section{padding:54px 0;}
  .suimaru-plan-card-grid{grid-template-columns:1fr;}
  .suimaru-mini-features{grid-template-columns:1fr 1fr;}
  .suimaru-fish-strip{grid-template-columns:repeat(2,1fr);}
  .suimaru-fish-more a{min-width:0;width:100%;}

  .suimaru-captain-new .suimaru-inner{grid-template-columns:1fr;}
  .suimaru-captain-photo img{height:280px;}
  .suimaru-captain-box{margin:0;margin-top:-30px;padding:26px;}
  .suimaru-captain-icons{grid-template-columns:1fr;}

  .suimaru-access-card,
  .suimaru-reservation-card{
    display:grid;
    grid-template-columns:1fr;
  }

  .suimaru-reservation-card a{justify-content:center;}

  .suimaru-mobile-fixed{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:99999;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .suimaru-mobile-fixed a{
    display:grid;
    place-items:center;
    min-height:48px;
    border-radius:999px;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:900;
    box-shadow:0 8px 18px rgba(4,42,58,.22);
  }

  .suimaru-mobile-fixed__line{background:var(--sui-green);}
  .suimaru-mobile-fixed__plans{background:var(--sui-navy);}

  body.suimaru-lower-common-final:not(.suimaru-front-page) .content,
  body.suimaru-lower-common-final:not(.suimaru-front-page) .content-in,
  body.suimaru-lower-common-final:not(.suimaru-front-page) .main,
  body.suimaru-lower-common-final:not(.suimaru-front-page) main,
  body.suimaru-lower-common-final:not(.suimaru-front-page) #content,
  body.suimaru-lower-common-final:not(.suimaru-front-page) .wrap{
    padding:28px 14px 72px!important;
  }

  .suimaru-fish-main,
  .suimaru-method-grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
  v60 修正：釣りメニューカードを画像サイズに合わせる・タイトル帯デザイン
========================================================= */

/* 釣りメニュー全体のカード幅を画像に合わせて整える */
.suimaru-plan-card-grid {
  align-items: stretch !important;
}

/* 画像と内容を一体化 */
.suimaru-plan-card-grid article {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

/* 画像サイズをカード幅にぴったり合わせる */
.suimaru-plan-card-grid img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* 画像下にくっつく情報エリア */
.suimaru-plan-card-grid article > div {
  margin: 0 !important;
  padding: 0 16px 20px !important;
  text-align: left !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* h3をただの見出しではなく、画像にくっつくタイトル帯へ */
.suimaru-plan-card-grid h3 {
  display: block !important;
  width: calc(100% + 32px) !important;
  margin: 0 -16px 16px !important;
  padding: 12px 12px !important;
  background: linear-gradient(135deg, #06265f, #0b3d86) !important;
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  text-align: center !important;
  white-space: nowrap !important;
  border-top: 3px solid #dfb94f !important;
}

/* 半日・チャーターなど長い文字が改行されないよう微調整 */
.suimaru-plan-card-grid h3:has(+ ul),
.suimaru-plan-card-grid h3:has(+ p) {
  font-size: 16px !important;
}

/* 説明・箇条書き */
.suimaru-plan-card-grid ul {
  margin: 0 0 14px !important;
  padding: 0 !important;
  text-align: left !important;
}

.suimaru-plan-card-grid li {
  position: relative;
  padding-left: 1.1em !important;
  color: #071b42 !important;
  font-weight: 800 !important;
}

.suimaru-plan-card-grid li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #dfb94f;
  font-size: .72em;
}

/* 料金を下に揃えて見やすく */
.suimaru-plan-card-grid strong {
  margin-top: auto !important;
  padding-top: 10px !important;
  color: #06265f !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* レンタル説明も自然に */
.suimaru-plan-card-grid p {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  font-weight: 800 !important;
}

/* PCで5枚並びでも少しゆとりを持たせる */
@media screen and (min-width: 1101px) {
  .suimaru-plan-card-grid {
    gap: 16px !important;
  }

  .suimaru-plan-card-grid h3 {
    font-size: 15px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .suimaru-plan-card-grid strong {
    font-size: 22px !important;
  }
}

/* タブレット以下は読みやすく大きめ */
@media screen and (max-width: 1100px) {
  .suimaru-plan-card-grid h3 {
    font-size: 18px !important;
  }

  .suimaru-plan-card-grid strong {
    font-size: 26px !important;
  }
}


/* =========================================================
  v61 修正：プラン見出しの左アクセント削除・釣果セクション追加
========================================================= */

/* 半日・乗合などのタイトル帯：左側の余計なアクセントを出さない */
.suimaru-plan-card-grid h3 {
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

.suimaru-plan-card-grid h3::before,
.suimaru-plan-card-grid h3::after {
  display: none !important;
  content: none !important;
}

/* プランカード内のリストも左の点を削除してすっきり */
.suimaru-plan-card-grid li {
  padding-left: 0 !important;
  list-style: none !important;
}

.suimaru-plan-card-grid li::before {
  display: none !important;
  content: none !important;
}

/* 釣果セクション */
.suimaru-catch-section {
  background: #ffffff !important;
}

.suimaru-catch-kicker {
  display: inline-block;
  color: var(--sui-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 10px;
}

.suimaru-catch-section .suimaru-heading-row h2 {
  margin: 0 !important;
  color: var(--sui-navy) !important;
  font-size: clamp(28px,4.2vw,44px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.suimaru-catch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.suimaru-catch-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(6,38,95,.12);
  border: 2px solid rgba(223,185,79,.24);
}

.suimaru-catch-card a {
  color: inherit !important;
  text-decoration: none !important;
}

.suimaru-catch-card__image {
  height: 220px;
  background: #eef8ff;
  overflow: hidden;
}

.suimaru-catch-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.suimaru-catch-card__body {
  padding: 18px 18px 20px;
}

.suimaru-catch-card time {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--sui-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
}

.suimaru-catch-card h3 {
  margin: 0 !important;
  color: var(--sui-navy) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.suimaru-catch-card--empty {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
}

.suimaru-catch-card--empty .suimaru-catch-card__image {
  height: 180px;
}

@media screen and (max-width: 1100px) {
  .suimaru-catch-grid {
    grid-template-columns: 1fr;
  }

  .suimaru-catch-card--empty {
    grid-template-columns: 1fr;
  }

  .suimaru-catch-card--empty .suimaru-catch-card__image {
    height: 220px;
  }
}


/* =========================================================
  v62 修正：最新釣果配置統一・魚5種ランダム対応・フッター/ヘッダー調整
========================================================= */

/* ヘッダーのハンバーガーメニューは使わない */
.suimaru-menu-button {
  display: none !important;
}

/* 最新釣果：他セクションと同じ中央見出し配置 */
.suimaru-catch-section .suimaru-heading-row {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 34px !important;
}

.suimaru-catch-section .suimaru-heading-row > div,
.suimaru-catch-section .suimaru-heading-row h2,
.suimaru-catch-section .suimaru-catch-kicker {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.suimaru-catch-section .suimaru-heading-row h2 {
  margin: 0 !important;
}

.suimaru-catch-section .suimaru-text-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0 !important;
  padding: 12px 22px;
  background: var(--sui-navy);
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 900;
}

/* 最新4件表示 */
.suimaru-catch-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.suimaru-catch-card__image {
  height: 180px !important;
}

.suimaru-catch-card h3 {
  font-size: 17px !important;
}

/* 魚図鑑：5種表示に合わせる */
.suimaru-fish-strip {
  grid-template-columns: repeat(5, 1fr) !important;
}

/* CAPTAINアイコンをCSSで描画して表示崩れ防止 */
.suimaru-captain-icons div {
  font-size: 14px !important;
}

.suimaru-captain-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #eef8ff;
  border: 2px solid rgba(29,125,255,.24);
  color: var(--sui-navy);
  font-size: 26px;
  font-weight: 900;
}

.suimaru-captain-icon--captain::before {
  content: "船";
}

.suimaru-captain-icon--safety::before {
  content: "安";
}

.suimaru-captain-icon--smile::before {
  content: "心";
}

/* フッターメニュー復元 */
.suimaru-custom-footer__grid {
  display: grid !important;
  grid-template-columns: 1fr 1.5fr !important;
  gap: 32px;
  align-items: center;
}

.suimaru-custom-footer__nav {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.suimaru-custom-footer__nav a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
}

/* レスポンシブ */
@media screen and (max-width:1100px){
  .suimaru-catch-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .suimaru-fish-strip {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width:768px){
  .suimaru-catch-grid {
    grid-template-columns: 1fr !important;
  }

  .suimaru-fish-strip {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .suimaru-custom-footer__grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
  v63 修正：釣果情報CPT・最新4件表示・SEO蓄積用デザイン
========================================================= */

.suimaru-catch-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.suimaru-catch-card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.suimaru-catch-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(6,38,95,.16);
}

.suimaru-catch-card__body p {
  margin: 8px 0 0;
  color: var(--sui-muted);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}

/* 釣果詳細ページ */
.suimaru-report-detail {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 12px 26px rgba(6,38,95,.10);
  border: 2px solid rgba(29,125,255,.18);
}

.suimaru-report-main-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.suimaru-report-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.suimaru-report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.suimaru-report-meta span {
  display: inline-flex;
  background: #eef8ff;
  color: var(--sui-navy);
  border: 2px solid rgba(223,185,79,.42);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
}

.suimaru-report-body {
  color: var(--sui-text);
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width:1100px){
  .suimaru-catch-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width:768px){
  .suimaru-catch-grid {
    grid-template-columns: 1fr !important;
  }

  .suimaru-report-detail {
    padding: 20px 16px;
    border-radius: 20px;
  }
}


/* =========================================================
  v64 修正：トップ最新釣果は写真・魚種名・キャッチフレーズの4枚表示
========================================================= */

.suimaru-catch-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.suimaru-catch-card {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 2px solid rgba(29,125,255,.16) !important;
  box-shadow: 0 12px 28px rgba(6,38,95,.12) !important;
}

.suimaru-catch-card__image {
  height: 190px !important;
  background: #eef8ff !important;
}

.suimaru-catch-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.suimaru-catch-card__body {
  padding: 16px 16px 18px !important;
  text-align: center !important;
}

.suimaru-catch-card time {
  display: none !important;
}

.suimaru-catch-card h3 {
  margin: 0 0 8px !important;
  color: var(--sui-navy) !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.suimaru-catch-card__body p {
  margin: 0 !important;
  color: var(--sui-muted) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.suimaru-report-catchphrase {
  margin: 0 0 22px !important;
  padding: 16px 18px;
  background: #eef8ff;
  border-left: 6px solid var(--sui-gold);
  border-radius: 14px;
  color: var(--sui-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
}

@media screen and (max-width:1100px){
  .suimaru-catch-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width:768px){
  .suimaru-catch-grid {
    grid-template-columns: 1fr !important;
  }

  .suimaru-catch-card__image {
    height: 220px !important;
  }
}


/* =========================================================
  v65 修正：釣果×SNS集客設計
========================================================= */

.suimaru-catch-lead {
  max-width: 760px;
  margin: 16px auto 0 !important;
  color: var(--sui-muted);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 800;
  text-align: center !important;
}

.suimaru-sns-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.suimaru-report-sns {
  margin-top: 30px;
  padding: 24px;
  background: #fff7fb;
  border: 2px solid rgba(221,42,123,.18);
  border-radius: 20px;
}

.suimaru-report-sns h2 {
  margin: 0 0 16px !important;
  color: var(--sui-navy) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  border-left: 7px solid #dd2a7b;
  padding-left: 14px;
}

.suimaru-sns-caption {
  color: var(--sui-text);
  font-weight: 700;
  line-height: 1.9;
}

.suimaru-sns-hashtags {
  margin: 14px 0 18px !important;
  color: #8134af;
  font-weight: 900;
  line-height: 1.8;
}

.suimaru-instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
}

@media screen and (max-width:768px){
  .suimaru-catch-lead {
    text-align: left !important;
  }

  .suimaru-report-sns {
    padding: 20px 16px;
  }
}


/* =========================================================
  v66 修正：Instagram導線・魚図鑑6種・CAPTAINアイコン改善
========================================================= */

/* Instagramフォロー導線 */
.suimaru-instagram-follow {
  margin: 30px auto 0;
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 26px;
  background: linear-gradient(135deg, #fff, #fff7fb);
  border: 2px solid rgba(221,42,123,.18);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(6,38,95,.10);
}

.suimaru-instagram-follow span {
  display: inline-block;
  color: #dd2a7b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 8px;
}

.suimaru-instagram-follow strong {
  display: block;
  color: var(--sui-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.suimaru-instagram-follow p {
  margin: 8px 0 0;
  color: var(--sui-muted);
  font-weight: 800;
  line-height: 1.8;
}

.suimaru-instagram-follow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
}

/* 魚図鑑：PC 6種、スマホ 3魚種×2列 */
.suimaru-fish-strip {
  grid-template-columns: repeat(6, 1fr) !important;
}

/* CAPTAINアイコン：文字ではなく線画イラスト風 */
.suimaru-captain-icons div {
  font-size: 14px !important;
}

.suimaru-captain-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef8ff, #ffffff);
  border: 2px solid rgba(29,125,255,.22);
  color: var(--sui-navy);
  box-shadow: 0 8px 18px rgba(6,38,95,.08);
}

.suimaru-captain-icon::before {
  display: none !important;
  content: none !important;
}

.suimaru-captain-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.suimaru-captain-icon--safety {
  color: #1478ff;
}

.suimaru-captain-icon--smile {
  color: #dfb94f;
}

@media screen and (max-width:1100px){
  .suimaru-fish-strip {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .suimaru-instagram-follow {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .suimaru-instagram-follow a {
    justify-self: center;
  }
}

@media screen and (max-width:768px){
  .suimaru-fish-strip {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .suimaru-fish-strip img {
    height: 64px !important;
  }

  .suimaru-fish-strip strong {
    font-size: 13px !important;
  }

  .suimaru-instagram-follow {
    padding: 20px 16px;
    text-align: left;
  }

  .suimaru-instagram-follow a {
    width: 100%;
  }
}


/* =========================================================
  v68 安定版：CAPTAINアイコンをCSSのみでカード風に調整
  ※functions.php側のアイコンHTMLはv66に戻しています
========================================================= */

.suimaru-captain-icons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin-top: 26px !important;
  background: #ffffff !important;
  border: 1px solid rgba(6,38,95,.10) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(6,38,95,.10) !important;
  overflow: hidden !important;
}

.suimaru-captain-icons div {
  padding: 22px 16px !important;
  text-align: center !important;
  border-right: 1px solid rgba(6,38,95,.10) !important;
  color: var(--sui-navy) !important;
}

.suimaru-captain-icons div:last-child {
  border-right: none !important;
}

.suimaru-captain-icon {
  display: grid !important;
  place-items: center !important;
  width: 62px !important;
  height: 62px !important;
  margin: 0 auto 10px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #eef8ff, #ffffff) !important;
  border: 2px solid rgba(29,125,255,.22) !important;
  box-shadow: 0 8px 18px rgba(6,38,95,.08) !important;
  color: var(--sui-navy) !important;
}

.suimaru-captain-icon svg {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.suimaru-captain-icons strong {
  display: block !important;
  color: var(--sui-navy) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
}

/* 安全第一だけ少し青、親切丁寧は黄色にしてイラスト感を出す */
.suimaru-captain-icon--safety {
  color: #1478ff !important;
}

.suimaru-captain-icon--smile {
  color: #dfb94f !important;
}

@media screen and (max-width:768px){
  .suimaru-captain-icons {
    grid-template-columns: 1fr !important;
  }

  .suimaru-captain-icons div {
    border-right: none !important;
    border-bottom: 1px solid rgba(6,38,95,.10) !important;
  }

  .suimaru-captain-icons div:last-child {
    border-bottom: none !important;
  }
}



/* =========================================================
  v81 追加：下層ページ共通ヘッダー/フッター・魚図鑑一覧/詳細
========================================================= */

/* =========================================================
  遊漁船すい丸｜v81 下層ページ・魚図鑑・共通ヘッダー/フッター追加CSS
========================================================= */

body.suimaru-lower-common-final #header,
        body.suimaru-lower-common-final #navi,
        body.suimaru-lower-common-final #footer,
        body.suimaru-lower-common-final #mobile-header,
        body.suimaru-lower-common-final #mobile-menu,
        body.suimaru-lower-common-final .mobile-header-menu,
        body.suimaru-lower-common-final .mobile-menu-buttons,
        body.suimaru-lower-common-final .mobile-footer-menu-buttons,
        body.suimaru-lower-common-final .appeared,
        body.suimaru-lower-common-final .fixed-header,
        body.suimaru-lower-common-final .fixed-header-container,
        body.suimaru-lower-common-final .header-container,
        body.suimaru-lower-common-final .navi,
        body.suimaru-lower-common-final .breadcrumb,
        body.suimaru-lower-common-final .entry-header,
        body.suimaru-lower-common-final .date-tags,
        body.suimaru-lower-common-final .sns-share,
        body.suimaru-lower-common-final .sns-follow,
        body.suimaru-lower-common-final .author-info,
        body.suimaru-lower-common-final .under-entry-content {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            height: 0 !important;
            overflow: hidden !important;
        }

        body.suimaru-lower-common-final .entry-content,
        body.suimaru-lower-common-final .article,
        body.suimaru-lower-common-final .main,
        body.suimaru-lower-common-final .content,
        body.suimaru-lower-common-final .wrap,
        body.suimaru-lower-common-final .container {
            margin: 0 !important;
            padding: 0 !important;
            max-width: none !important;
            width: 100% !important;
        }


        /* 下層ページでもトップページと同じフッター表示に固定 */
        body.suimaru-lower-common-final .suimaru-custom-footer {
            background: #042a3a !important;
            color: #fff !important;
            padding: 44px 0 0 !important;
            margin: 0 !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer .suimaru-inner {
            width: min(1120px, calc(100% - 32px)) !important;
            margin: 0 auto !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__grid {
            display: grid !important;
            grid-template-columns: 1fr 1.4fr !important;
            gap: 28px !important;
            align-items: start !important;
            padding-bottom: 34px !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__brand {
            display: flex !important;
            align-items: center !important;
            gap: 14px !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__mark {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 62px !important;
            height: 62px !important;
            border-radius: 999px !important;
            background: #fffdf2 !important;
            color: #06384d !important;
            font-weight: 800 !important;
            font-size: 15px !important;
            box-shadow: 0 8px 22px rgba(0,0,0,.18) !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__brand small {
            display: block !important;
            margin-bottom: 4px !important;
            color: rgba(255,255,255,.72) !important;
            font-size: 12px !important;
            line-height: 1.6 !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__brand strong {
            display: block !important;
            color: #fff !important;
            font-size: 24px !important;
            line-height: 1.35 !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__nav {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: flex-end !important;
            gap: 12px 20px !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__nav a {
            color: rgba(255,255,255,.86) !important;
            text-decoration: none !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            line-height: 1.6 !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__nav a:hover {
            color: #d9b26f !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__bottom {
            background: rgba(0,0,0,.22) !important;
            color: rgba(255,255,255,.72) !important;
            text-align: center !important;
            font-size: 12px !important;
            padding: 13px 16px !important;
            margin: 0 !important;
        }


        /* v76 下層ページ全体を画面幅いっぱいに固定（Cocoon本文幅の影響を受けない） */
        body.suimaru-lower-common-final .suimaru-home.suimaru-subpage-wrap {
            width: 100vw !important;
            max-width: 100vw !important;
            margin-left: calc(50% - 50vw) !important;
            margin-right: calc(50% - 50vw) !important;
            overflow-x: hidden !important;
        }

        body.suimaru-lower-common-final .suimaru-subpage-content {
            width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        /* v76 フッターをトップページ同様に画面全幅へ */
        body.suimaru-lower-common-final .suimaru-custom-footer {
            width: 100vw !important;
            max-width: 100vw !important;
            margin-left: calc(50% - 50vw) !important;
            margin-right: calc(50% - 50vw) !important;
            background: #042a3a !important;
            color: #fff !important;
            box-sizing: border-box !important;
        }

        body.suimaru-lower-common-final .suimaru-custom-footer__bottom {
            width: 100vw !important;
            max-width: 100vw !important;
            margin-left: calc(50% - 50vw) !important;
            margin-right: calc(50% - 50vw) !important;
            background: rgba(0,0,0,.22) !important;
            box-sizing: border-box !important;
        }

        body.suimaru-lower-common-final .cat-link,
        body.suimaru-lower-common-final .category-link,
        body.suimaru-lower-common-final .entry-categories,
        body.suimaru-lower-common-final .footer-meta,
        body.suimaru-lower-common-final .post-categories,
        body.suimaru-lower-common-final .article-footer,
        body.suimaru-lower-common-final .pager-post-navi {
            display: none !important;
        }

        @media screen and (max-width: 768px) {
            body.suimaru-lower-common-final .suimaru-custom-footer {
                padding-top: 34px !important;
                padding-bottom: 58px !important;
            }
            body.suimaru-lower-common-final .suimaru-custom-footer__grid {
                grid-template-columns: 1fr !important;
                gap: 24px !important;
            }
            body.suimaru-lower-common-final .suimaru-custom-footer__nav {
                justify-content: flex-start !important;
                gap: 10px 16px !important;
            }
        }

        .suimaru-subpage-wrap {
            background: #eaf6fa;
            min-height: 100vh;
        }

        .suimaru-subpage-content {
            background: #eaf6fa;
        }

        .suimaru-simple-page {
            padding: 56px 0 80px;
        }

        .suimaru-simple-page__inner {
            width: min(1040px, calc(100% - 32px));
            margin: 0 auto;
            background: #fffdf2;
            border-radius: 24px;
            padding: clamp(28px, 5vw, 56px);
            box-shadow: 0 12px 30px rgba(4,42,58,.12);
        }

        .suimaru-simple-page__inner h1,
        .suimaru-simple-page__inner h2,
        .suimaru-simple-page__inner h3 {
            color: #06384d;
        }

        .sg-hero {
            padding: 72px 0 50px;
            background: radial-gradient(circle at top right, rgba(8,125,162,.25), transparent 38%), linear-gradient(180deg, #06384d 0%, #042a3a 100%);
            color: #fff;
            text-align: center;
        }

        .sg-inner {
            width: min(1120px, calc(100% - 32px));
            margin: 0 auto;
        }

        .sg-label {
            display: inline-block;
            margin: 0 0 12px;
            color: #d9b26f;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .14em;
        }

        .sg-hero h1 {
            margin: 0 0 18px;
            font-size: clamp(34px, 5vw, 54px);
            color: #fff;
            line-height: 1.15;
        }

        .sg-hero p {
            max-width: 760px;
            margin: 0 auto;
            color: rgba(255,255,255,.9);
            line-height: 1.9;
        }

        .sg-list-section {
            padding: 56px 0 82px;
            background: #eaf6fa;
        }

        .sg-section-head {
            text-align: center;
            margin-bottom: 36px;
        }

        .sg-section-head h2 {
            margin: 0 0 12px;
            font-size: clamp(25px, 4vw, 38px);
            color: #06384d;
        }

        .sg-section-head p {
            margin: 0;
            color: #45636f;
            line-height: 1.8;
        }

        .sg-fish-search {
            max-width: 760px;
            margin: 0 auto 34px;
            background: #fffdf2;
            border: 1px solid rgba(6,56,77,.08);
            border-radius: 22px;
            padding: 18px;
            box-shadow: 0 10px 24px rgba(4,42,58,.10);
        }

        .sg-fish-search__row {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .sg-fish-search input[type="search"] {
            flex: 1;
            min-width: 0;
            border: 2px solid rgba(6,56,77,.14);
            border-radius: 999px;
            padding: 13px 18px;
            font-size: 16px;
            background: #fff;
            color: #17313c;
        }

        .sg-fish-search button,
        .sg-fish-search__reset {
            appearance: none;
            border: 0;
            border-radius: 999px;
            padding: 13px 20px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            white-space: nowrap;
        }

        .sg-fish-search button {
            background: #087da2;
            color: #fff;
            cursor: pointer;
        }

        .sg-fish-search__reset {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #eaf6fa;
            color: #06384d;
        }

        .sg-fish-search__hint {
            margin: 10px 4px 0;
            font-size: 13px;
            color: #45636f;
        }

        .sg-fish-result-note {
            margin: -12px 0 24px;
            text-align: center;
            font-weight: 700;
            color: #06384d;
        }

        .sg-fish-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
        }

        .sg-fish-card {
            display: block;
            background: #fffdf2;
            border-radius: 22px;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            box-shadow: 0 10px 24px rgba(4,42,58,.12);
            border: 1px solid rgba(6,56,77,.08);
            transition: transform .25s ease, box-shadow .25s ease;
        }

        .sg-fish-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 34px rgba(4,42,58,.18);
        }

        .sg-fish-img {
            height: 190px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 22px;
            background: linear-gradient(180deg, #ffffff 0%, #eaf6fa 100%);
        }

        .sg-fish-img img {
            max-width: 100%;
            max-height: 150px;
            object-fit: contain;
        }

        .sg-fish-body { padding: 20px 20px 22px; }
        .sg-fish-body h3 { margin: 0 0 8px; font-size: 22px; color: #06384d; }
        .sg-fish-body p { margin: 0 0 16px; font-size: 14px; line-height: 1.7; color: #45636f; }
        .sg-fish-body span { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: #087da2; color: #fff; font-size: 13px; font-weight: 700; }


        /* 魚図鑑 詳細ページ */
        .suimaru-fish-detail {
            background: #eaf6fa;
            color: #17313c;
        }

        .suimaru-fish-detail-hero {
            padding: 58px 0 46px;
            background: radial-gradient(circle at top right, rgba(8,125,162,.25), transparent 38%), linear-gradient(180deg, #06384d 0%, #042a3a 100%);
            color: #fff;
        }

        .suimaru-fish-detail-hero__inner,
        .suimaru-fish-detail-inner {
            width: min(1120px, calc(100% - 32px));
            margin: 0 auto;
        }

        .suimaru-fish-detail-hero__inner {
            display: grid;
            grid-template-columns: 1.05fr .95fr;
            gap: 34px;
            align-items: center;
        }

        .suimaru-fish-detail-hero h1 {
            margin: 0 0 16px;
            font-size: clamp(36px, 6vw, 64px);
            line-height: 1.1;
            color: #fff;
        }

        .suimaru-fish-catch {
            margin: 0;
            font-size: clamp(18px, 2.4vw, 25px);
            font-weight: 700;
            line-height: 1.7;
            color: #fffdf2;
        }

        .suimaru-fish-image {
            margin: 0;
            background: linear-gradient(180deg, #fff 0%, #eaf6fa 100%);
            border-radius: 28px;
            padding: 24px;
            box-shadow: 0 18px 40px rgba(0,0,0,.22);
            text-align: center;
        }

        .suimaru-fish-image img {
            max-width: 100%;
            max-height: 340px;
            object-fit: contain;
        }

        .suimaru-fish-image figcaption {
            margin-top: 10px;
            font-size: 13px;
            color: #45636f;
        }

        .suimaru-fish-detail-body {
            padding: 48px 0 82px;
        }

        .suimaru-fish-summary-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin-bottom: 22px;
        }

        .suimaru-fish-summary-grid > div,
        .suimaru-fish-card,
        .suimaru-fish-chip-section,
        .suimaru-fish-methods {
            background: #fffdf2;
            border: 1px solid rgba(6,56,77,.08);
            border-radius: 24px;
            box-shadow: 0 10px 24px rgba(4,42,58,.10);
        }

        .suimaru-fish-summary-grid > div {
            padding: 18px;
        }

        .suimaru-fish-summary-grid span {
            display: block;
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 700;
            color: #087da2;
        }

        .suimaru-fish-summary-grid strong {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            align-items: center;
            font-size: 17px;
            color: #06384d;
        }

        .suimaru-fish-stars { color: #d9b26f !important; letter-spacing: .04em; }

        .suimaru-fish-card,
        .suimaru-fish-chip-section,
        .suimaru-fish-methods {
            padding: clamp(22px, 4vw, 34px);
            margin-top: 22px;
        }

        .suimaru-fish-card h2,
        .suimaru-fish-chip-section h2,
        .suimaru-fish-methods h2 {
            margin: 0 0 14px;
            font-size: clamp(22px, 3vw, 30px);
            color: #06384d;
        }

        .suimaru-fish-text,
        .suimaru-fish-card p {
            font-size: 16px;
            line-height: 2;
            color: #31515d;
        }

        .suimaru-fish-info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }

        .suimaru-fish-tags,
        .suimaru-method-chip-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .suimaru-fish-tags span {
            display: inline-flex;
            align-items: center;
            padding: 9px 14px;
            border-radius: 999px;
            background: #eaf6fa;
            color: #06384d;
            font-weight: 700;
            font-size: 14px;
        }

        .suimaru-method-chip {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 15px;
            border-radius: 999px;
            background: #087da2;
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }

        .suimaru-method-chip span {
            font-size: 12px;
            opacity: .9;
        }

        .suimaru-fish-card--food { border-left: 6px solid #d9b26f; }
        .suimaru-fish-card--comment { border-left: 6px solid #087da2; }

        .suimaru-fish-back-link {
            text-align: center;
            margin-top: 30px;
        }

        .suimaru-fish-back-link a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 13px 22px;
            border-radius: 999px;
            background: #06384d;
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }

        @media screen and (max-width: 1024px) {
            .sg-fish-grid { grid-template-columns: repeat(3, 1fr); }
        }

        @media screen and (max-width: 768px) {
            .sg-hero { padding: 50px 0 36px; }
            .sg-list-section { padding: 40px 0 60px; }
            .sg-fish-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
            .sg-fish-img { height: 145px; padding: 16px; }
            .sg-fish-img img { max-height: 115px; }
            .sg-fish-body { padding: 15px 14px 18px; }
            .sg-fish-body h3 { font-size: 18px; }
            .sg-fish-body p { font-size: 13px; }
            .suimaru-fish-detail-hero { padding: 44px 0 34px; }
            .suimaru-fish-detail-hero__inner { grid-template-columns: 1fr; gap: 24px; }
            .suimaru-fish-image { padding: 18px; border-radius: 22px; }
            .suimaru-fish-image img { max-height: 240px; }
            .suimaru-fish-detail-body { padding: 34px 0 60px; }
            .suimaru-fish-summary-grid { grid-template-columns: 1fr 1fr; }
            .suimaru-fish-info-grid { grid-template-columns: 1fr; gap: 0; }
            .suimaru-fish-card,
            .suimaru-fish-chip-section,
            .suimaru-fish-methods { border-radius: 20px; }
            .sg-fish-search { padding: 14px; margin-bottom: 26px; }
            .sg-fish-search__row { flex-direction: column; align-items: stretch; }
            .sg-fish-search button,
            .sg-fish-search__reset { width: 100%; text-align: center; }
        }


/* =========================================================
  v80｜ヘッダー・フッター共通化の最終固定
  Cocoon標準ヘッダー/フッターを消し、すい丸共通ヘッダー/フッターを全ページ同じ表示にする
========================================================= */

body.suimaru-lower-common-final #header,
body.suimaru-lower-common-final #navi,
body.suimaru-lower-common-final #footer,
body.suimaru-lower-common-final #mobile-header,
body.suimaru-lower-common-final #mobile-menu,
body.suimaru-lower-common-final .header,
body.suimaru-lower-common-final .header-container,
body.suimaru-lower-common-final .navi,
body.suimaru-lower-common-final .fixed-header,
body.suimaru-lower-common-final .fixed-header-container,
body.suimaru-lower-common-final .mobile-header-menu,
body.suimaru-lower-common-final .mobile-menu-buttons,
body.suimaru-lower-common-final .mobile-footer-menu-buttons,
body.suimaru-lower-common-final .breadcrumb,
body.suimaru-lower-common-final .entry-header,
body.suimaru-lower-common-final .date-tags,
body.suimaru-lower-common-final .sns-share,
body.suimaru-lower-common-final .sns-follow,
body.suimaru-lower-common-final .author-info,
body.suimaru-lower-common-final .under-entry-content,
body.suimaru-lower-common-final .article-footer,
body.suimaru-lower-common-final .pager-post-navi,
body.suimaru-lower-common-final .cat-link,
body.suimaru-lower-common-final .category-link,
body.suimaru-lower-common-final .entry-categories,
body.suimaru-lower-common-final .post-categories,
body.suimaru-lower-common-final .footer-meta {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.suimaru-lower-common-final .container,
body.suimaru-lower-common-final .wrap,
body.suimaru-lower-common-final .content,
body.suimaru-lower-common-final .content-in,
body.suimaru-lower-common-final .main,
body.suimaru-lower-common-final .article,
body.suimaru-lower-common-final .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.suimaru-lower-common-final .suimaru-home.suimaru-subpage-wrap,
body.suimaru-lower-common-final .suimaru-fish-guide-archive-page,
body.suimaru-lower-common-final .suimaru-fish-detail-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
  background: #eaf6fa !important;
}

.suimaru-site-header {
  width: 100% !important;
  background: rgba(6,56,77,.96) !important;
  color: #fff !important;
  position: relative !important;
  z-index: 1000 !important;
  box-shadow: 0 4px 18px rgba(4,42,58,.18) !important;
}

.suimaru-site-header__inner {
  width: min(1120px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  min-height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

.suimaru-brand,
.suimaru-global-nav a,
.suimaru-header-actions a {
  text-decoration: none !important;
}

.suimaru-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.suimaru-brand__small {
  font-size: 12px !important;
  color: rgba(255,255,255,.74) !important;
  font-weight: 700 !important;
}

.suimaru-brand__name {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

.suimaru-brand__mark {
  color: #d9b26f !important;
  font-size: 19px !important;
}

.suimaru-global-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex: 1 !important;
}

.suimaru-global-nav a {
  color: rgba(255,255,255,.9) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.suimaru-global-nav a:hover {
  color: #d9b26f !important;
}

.suimaru-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.suimaru-header-tel,
.suimaru-header-line {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.suimaru-header-tel {
  background: #fffdf2 !important;
  color: #06384d !important;
}

.suimaru-header-line {
  background: #25d366 !important;
  color: #fff !important;
}

.suimaru-custom-footer {
  width: 100% !important;
  max-width: none !important;
  background: #042a3a !important;
  color: #fff !important;
  padding: 44px 0 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.suimaru-custom-footer .suimaru-inner {
  width: min(1120px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.suimaru-custom-footer__grid {
  display: grid !important;
  grid-template-columns: 1fr 1.4fr !important;
  gap: 28px !important;
  align-items: start !important;
  padding-bottom: 34px !important;
}

.suimaru-custom-footer__brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.suimaru-custom-footer__mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 999px !important;
  background: #fffdf2 !important;
  color: #06384d !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.18) !important;
}

.suimaru-custom-footer__brand small {
  display: block !important;
  margin-bottom: 4px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.suimaru-custom-footer__brand strong {
  display: block !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
}

.suimaru-custom-footer__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 12px 20px !important;
}

.suimaru-custom-footer__nav a {
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

.suimaru-custom-footer__nav a:hover {
  color: #d9b26f !important;
}

.suimaru-custom-footer__bottom {
  width: 100% !important;
  background: rgba(0,0,0,.22) !important;
  color: rgba(255,255,255,.72) !important;
  text-align: center !important;
  font-size: 12px !important;
  padding: 13px 16px !important;
  margin: 0 !important;
}

@media screen and (max-width: 980px) {
  .suimaru-site-header__inner {
    min-height: 68px !important;
    gap: 12px !important;
  }

  .suimaru-global-nav {
    display: none !important;
  }

  .suimaru-header-actions {
    gap: 8px !important;
  }

  .suimaru-header-tel,
  .suimaru-header-line {
    padding: 9px 11px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .suimaru-custom-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .suimaru-custom-footer__nav {
    justify-content: flex-start !important;
  }

  .suimaru-brand__name {
    font-size: 24px !important;
  }

  .suimaru-brand__small,
  .suimaru-brand__mark {
    display: none !important;
  }
}

/* =========================================================
  v82 修正：管理バー表示時のヘッダー上部余白を削除
========================================================= */

.suimaru-site-header,
.admin-bar .suimaru-site-header,
body.admin-bar .suimaru-site-header {
  top: 0 !important;
}

body.suimaru-front-page .suimaru-home,
body.suimaru-lower-common-final .suimaru-home.suimaru-subpage-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.suimaru-front-page .content,
body.suimaru-front-page .content-in,
body.suimaru-front-page .main,
body.suimaru-front-page #content,
body.suimaru-front-page .wrap,
body.suimaru-front-page article,
body.suimaru-front-page .article,
body.suimaru-front-page .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
  v84 修正：魚図鑑詳細ページをACF現行名に合わせてポップ化
  ヘッダー上・フッター下の余白も固定削除
========================================================= */

html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body,
body.suimaru-lower-common-final,
body.suimaru-fish-single-template {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  background: #eef8ff !important;
}

.admin-bar .suimaru-site-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .suimaru-site-header {
    top: 46px !important;
  }
}

.suimaru-home.suimaru-subpage-wrap {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  background: #eef8ff !important;
}

.suimaru-subpage-content,
.suimaru-subpage-content--fish-single {
  margin: 0 !important;
  padding: 78px 0 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: 1 0 auto !important;
  background: #eef8ff !important;
}

.admin-bar .suimaru-subpage-content,
.admin-bar .suimaru-subpage-content--fish-single {
  padding-top: 78px !important;
}

.suimaru-custom-footer {
  flex-shrink: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.suimaru-custom-footer__bottom {
  margin-bottom: 0 !important;
}

body.suimaru-fish-single-template #container,
body.suimaru-fish-single-template #content,
body.suimaru-fish-single-template .wrap,
body.suimaru-fish-single-template .content,
body.suimaru-fish-single-template .content-in,
body.suimaru-fish-single-template .main,
body.suimaru-fish-single-template article,
body.suimaru-fish-single-template .article,
body.suimaru-fish-single-template .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.suimaru-fish-single-template .go-to-top,
body.suimaru-fish-single-template .cat-link,
body.suimaru-fish-single-template .entry-categories,
body.suimaru-fish-single-template .footer-meta {
  display: none !important;
}

.suimaru-pop-fish-detail,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-fish-detail {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef8ff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.suimaru-pop-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 62px 0 54px !important;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.72) 0 70px, transparent 72px),
    radial-gradient(circle at 88% 18%, rgba(223,185,79,.22) 0 95px, transparent 98px),
    linear-gradient(135deg, #eaf8ff 0%, #ffffff 48%, #dff4ff 100%) !important;
  border-bottom: 1px solid rgba(6,38,95,.08) !important;
}

.suimaru-pop-hero::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px -60px;
  height: 180px;
  background: rgba(20,120,255,.08);
  border-radius: 50% 50% 0 0;
}

.suimaru-pop-hero__inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(calc(100% - 52px), 1180px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  align-items: center !important;
  gap: 42px !important;
}

.suimaru-pop-hero__text h1,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--sui-navy) !important;
  font-size: clamp(46px, 7vw, 82px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-align: left !important;
  letter-spacing: .06em !important;
  background: transparent !important;
  border: none !important;
}

.suimaru-pop-hero__text h1::before,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1::before {
  display: none !important;
  content: none !important;
}

.suimaru-pop-subname {
  margin: 0 0 18px !important;
  color: var(--sui-muted) !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
  font-weight: 900 !important;
}

.suimaru-pop-taxonomy {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 18px !important;
  background: #fff !important;
  color: var(--sui-navy) !important;
  border: 2px solid var(--sui-gold) !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 20px rgba(6,38,95,.10) !important;
}

.suimaru-pop-taxonomy::before {
  content: "🐟";
}

.suimaru-pop-main-image {
  position: relative !important;
  margin: 0 !important;
  min-height: 360px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 4px solid rgba(223,185,79,.46) !important;
  border-radius: 34px !important;
  padding: 34px !important;
  box-shadow: 0 18px 40px rgba(6,38,95,.16) !important;
}

.suimaru-pop-main-image::before {
  content: "SUIMARU";
  position: absolute;
  left: 22px;
  top: 18px;
  color: rgba(6,38,95,.10);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: .12em;
}

.suimaru-pop-main-image img {
  position: relative !important;
  z-index: 2 !important;
  max-height: 310px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 18px rgba(6,38,95,.18)) !important;
}

.suimaru-pop-hero__bubble {
  position: absolute !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 84px !important;
  height: 84px !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(6,38,95,.12) !important;
  font-size: 38px !important;
  transform: rotate(-8deg) !important;
}

.suimaru-pop-hero__bubble--one { left: 5%; bottom: 34px; }
.suimaru-pop-hero__bubble--two { right: 6%; top: 38px; transform: rotate(10deg) !important; }

.suimaru-pop-body {
  padding: 56px 0 72px !important;
  background:
    linear-gradient(180deg, #eef8ff 0%, #ffffff 44%, #f6fcff 100%) !important;
}

.suimaru-fish-detail-inner {
  width: min(calc(100% - 52px), 1120px) !important;
  margin: 0 auto !important;
}

.suimaru-pop-summary-grid,
.suimaru-pop-level-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin: 0 0 24px !important;
}

.suimaru-pop-level-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.suimaru-pop-summary-grid div,
.suimaru-pop-level-grid div {
  background: #fff !important;
  border-radius: 18px !important;
  padding: 20px 18px !important;
  border: 2px solid rgba(20,120,255,.14) !important;
  box-shadow: 0 12px 26px rgba(6,38,95,.08) !important;
  text-align: center !important;
}

.suimaru-pop-summary-grid span,
.suimaru-pop-level-grid span {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--sui-blue) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

.suimaru-pop-summary-grid strong,
.suimaru-pop-level-grid strong {
  display: block !important;
  color: var(--sui-navy) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 900 !important;
}

.suimaru-pop-card,
.suimaru-pop-chip-grid section,
.suimaru-pop-gear-section {
  position: relative !important;
  margin: 0 0 24px !important;
  background: #fff !important;
  border-radius: 26px !important;
  padding: 28px !important;
  border: 2px solid rgba(20,120,255,.14) !important;
  box-shadow: 0 12px 26px rgba(6,38,95,.09) !important;
}

.suimaru-pop-card {
  display: grid !important;
  grid-template-columns: 64px 1fr !important;
  gap: 18px !important;
  align-items: flex-start !important;
}

.suimaru-pop-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #eef8ff, #ffffff) !important;
  border: 2px solid rgba(223,185,79,.42) !important;
  font-size: 32px !important;
  box-shadow: 0 8px 18px rgba(6,38,95,.08) !important;
}

.suimaru-pop-card h2,
.suimaru-pop-chip-grid h2,
.suimaru-pop-gear-section h2,
.suimaru-pop-gear-card h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  color: var(--sui-navy) !important;
  font-size: 25px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

.suimaru-pop-card h2::after,
.suimaru-pop-chip-grid h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--sui-gold);
}

.suimaru-pop-card p,
.suimaru-pop-card .suimaru-fish-text,
.suimaru-pop-gear-caption {
  margin: 0 !important;
  color: var(--sui-text) !important;
  font-size: 16px !important;
  line-height: 2 !important;
  font-weight: 700 !important;
}

.suimaru-pop-chip-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
  margin: 0 0 24px !important;
}

.suimaru-pop-chip-grid--food {
  grid-template-columns: 1fr 1fr !important;
}

.suimaru-pop-chip-grid section {
  margin: 0 !important;
}

.suimaru-fish-tags,
.suimaru-method-chip-list {
  justify-content: flex-start !important;
  gap: 10px !important;
}

.suimaru-fish-tags span,
.suimaru-method-chip {
  background: #f6fcff !important;
  border: 2px solid rgba(223,185,79,.46) !important;
  color: var(--sui-navy) !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.suimaru-method-chip span {
  margin-left: 8px !important;
  background: var(--sui-navy) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 5px 9px !important;
  font-size: 11px !important;
}

.suimaru-pop-card--feature { border-color: rgba(223,185,79,.38) !important; }
.suimaru-pop-card--methods { background: linear-gradient(135deg, #ffffff, #eef8ff) !important; }
.suimaru-pop-card--food-note { background: linear-gradient(135deg, #fff, #fff9e8) !important; }
.suimaru-pop-card--beginner { background: linear-gradient(135deg, #ffffff, #f3fff8) !important; }
.suimaru-pop-card--comment { background: linear-gradient(135deg, #06265f, #0b3d86) !important; color: #fff !important; }
.suimaru-pop-card--comment h2,
.suimaru-pop-card--comment .suimaru-fish-text,
.suimaru-pop-card--comment p { color: #fff !important; }

.suimaru-pop-gear-section {
  padding: 34px !important;
  background: linear-gradient(180deg, #ffffff, #f6fcff) !important;
}

.suimaru-pop-gear-section .suimaru-center-heading {
  margin-bottom: 26px !important;
}

.suimaru-pop-gear-section .suimaru-center-heading h2 {
  text-align: center !important;
}

.suimaru-pop-gear-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
}

.suimaru-pop-gear-card {
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 20px !important;
  border: 2px solid rgba(20,120,255,.14) !important;
  box-shadow: 0 10px 22px rgba(6,38,95,.08) !important;
}

.suimaru-pop-gear-card h3 {
  margin: 0 !important;
  padding: 14px 16px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--sui-navy), #0b3d86) !important;
  font-size: 17px !important;
  text-align: center !important;
}

.suimaru-pop-gear-image {
  padding: 16px !important;
  background: #fff !important;
}

.suimaru-pop-gear-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 14px !important;
}

.suimaru-pop-gear-caption {
  padding: 0 18px 18px !important;
  font-size: 14px !important;
}

.suimaru-fish-back-link {
  margin: 34px 0 0 !important;
  text-align: center !important;
}

.suimaru-fish-back-link a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 320px !important;
  padding: 15px 26px !important;
  background: var(--sui-navy) !important;
  color: #fff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 24px rgba(6,38,95,.16) !important;
}

@media screen and (max-width: 1100px) {
  .suimaru-pop-hero__inner {
    grid-template-columns: 1fr !important;
  }

  .suimaru-pop-summary-grid,
  .suimaru-pop-level-grid,
  .suimaru-pop-gear-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .suimaru-subpage-content,
  .suimaru-subpage-content--fish-single {
    padding-top: 66px !important;
  }

  .suimaru-pop-hero {
    padding: 42px 0 36px !important;
  }

  .suimaru-pop-hero__inner,
  .suimaru-fish-detail-inner {
    width: min(calc(100% - 28px), 1180px) !important;
  }

  .suimaru-pop-hero__text h1,
  body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1 {
    font-size: 44px !important;
  }

  .suimaru-pop-main-image {
    min-height: 240px !important;
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .suimaru-pop-main-image img {
    max-height: 210px !important;
  }

  .suimaru-pop-body {
    padding: 34px 0 54px !important;
  }

  .suimaru-pop-summary-grid,
  .suimaru-pop-level-grid,
  .suimaru-pop-chip-grid,
  .suimaru-pop-chip-grid--food,
  .suimaru-pop-gear-grid {
    grid-template-columns: 1fr !important;
  }

  .suimaru-pop-card {
    grid-template-columns: 1fr !important;
    padding: 22px 18px !important;
  }

  .suimaru-pop-card__icon {
    width: 58px !important;
    height: 58px !important;
  }

  .suimaru-fish-back-link a {
    width: 100% !important;
    min-width: 0 !important;
  }
}


/* =========================================================
  v85 魚図鑑詳細：ポップで見やすい「すい丸図鑑」デザイン強化
  ポケモンカード風ではなく、トップページと同じ爽やかな海・船・図鑑テイスト
========================================================= */

html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.suimaru-fish-single-template,
body.suimaru-fish-single-template .suimaru-home,
body.suimaru-fish-single-template .suimaru-subpage-wrap,
body.suimaru-fish-single-template .suimaru-subpage-content,
body.suimaru-fish-single-template .suimaru-subpage-content--fish-single {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.suimaru-fish-single-template .suimaru-site-header {
  top: 0 !important;
}

body.admin-bar.suimaru-fish-single-template .suimaru-site-header {
  top: 32px !important;
}

body.suimaru-fish-single-template .suimaru-custom-footer,
body.suimaru-fish-single-template .suimaru-custom-footer__bottom {
  margin-bottom: 0 !important;
}

body.suimaru-fish-single-template #container,
body.suimaru-fish-single-template #content,
body.suimaru-fish-single-template .content,
body.suimaru-fish-single-template .content-in,
body.suimaru-fish-single-template .main,
body.suimaru-fish-single-template .article,
body.suimaru-fish-single-template .entry-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.suimaru-pop-hero {
  padding: 96px 0 70px !important;
  background:
    radial-gradient(circle at 10% 22%, rgba(255,255,255,.92) 0 82px, transparent 84px),
    radial-gradient(circle at 88% 22%, rgba(223,185,79,.24) 0 110px, transparent 112px),
    radial-gradient(circle at 70% 82%, rgba(20,120,255,.14) 0 120px, transparent 122px),
    linear-gradient(135deg, #eef8ff 0%, #ffffff 44%, #dff4ff 100%) !important;
}

.suimaru-pop-hero::before {
  height: 210px !important;
  background:
    repeating-linear-gradient(135deg, rgba(6,38,95,.045) 0 12px, transparent 12px 24px),
    rgba(20,120,255,.08) !important;
}

.suimaru-pop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 76%, rgba(6,38,95,.08) 0 4px, transparent 5px),
    radial-gradient(circle at 22% 66%, rgba(6,38,95,.07) 0 3px, transparent 4px),
    radial-gradient(circle at 83% 68%, rgba(6,38,95,.07) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(6,38,95,.06) 0 3px, transparent 4px);
}

.suimaru-pop-hero__text .sg-label {
  background: #fff !important;
  border: 2px solid var(--sui-gold) !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  box-shadow: 0 10px 22px rgba(6,38,95,.10) !important;
}

.suimaru-pop-hero__text h1,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1 {
  text-shadow: 0 4px 0 rgba(223,185,79,.14) !important;
}

.suimaru-pop-subname {
  display: inline-block !important;
  max-width: 720px !important;
  padding: 14px 18px !important;
  background: rgba(255,255,255,.76) !important;
  border-left: 6px solid var(--sui-gold) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(6,38,95,.08) !important;
}

.suimaru-pop-main-image {
  background:
    radial-gradient(circle at center, #ffffff 0 42%, #eef8ff 43% 100%) !important;
  border: 5px solid #fff !important;
  outline: 3px solid rgba(223,185,79,.46) !important;
  transform: rotate(1deg);
}

.suimaru-pop-main-image::before {
  content: "FISH GUIDE" !important;
  color: rgba(6,38,95,.08) !important;
  font-size: 42px !important;
}

.suimaru-pop-main-image::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, rgba(6,38,95,.10) 46% 54%, transparent 55%),
    radial-gradient(circle, rgba(223,185,79,.22), rgba(255,255,255,.2));
}

.suimaru-pop-main-image img {
  animation: suimaruFishFloat 4.8s ease-in-out infinite;
}

@keyframes suimaruFishFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.suimaru-pop-hero__bubble {
  border: 2px solid rgba(6,38,95,.08) !important;
}

.suimaru-pop-hero__bubble--three {
  left: 47%;
  bottom: 24px;
  transform: rotate(7deg) !important;
}

.suimaru-pop-section-title {
  margin: 0 0 16px !important;
  text-align: center !important;
}

.suimaru-pop-section-title span {
  display: inline-block !important;
  margin-bottom: 8px !important;
  color: var(--sui-blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
}

.suimaru-pop-section-title h2 {
  margin: 0 !important;
  color: var(--sui-navy) !important;
  font-size: clamp(22px, 3vw, 34px) !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.suimaru-pop-section-title--compact {
  margin-top: 26px !important;
}

.suimaru-pop-summary-grid div,
.suimaru-pop-level-grid div,
.suimaru-pop-chip-grid section,
.suimaru-pop-card,
.suimaru-pop-gear-section {
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(6,38,95,.10) !important;
}

.suimaru-pop-summary-grid div,
.suimaru-pop-level-grid div {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff, #f6fcff) !important;
}

.suimaru-pop-summary-grid div::before,
.suimaru-pop-level-grid div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--sui-gold), var(--sui-blue));
}

.suimaru-pop-level-grid strong {
  color: var(--sui-gold) !important;
  font-size: 20px !important;
  letter-spacing: .05em !important;
}

.suimaru-pop-card {
  border-left: 10px solid rgba(223,185,79,.72) !important;
}

.suimaru-pop-card__icon {
  background: linear-gradient(180deg, #fff, #eef8ff) !important;
  border: 0 !important;
  outline: 2px solid rgba(223,185,79,.42) !important;
  transform: rotate(-5deg);
}

.suimaru-pop-chip-grid section {
  overflow: hidden !important;
  background:
    radial-gradient(circle at right top, rgba(223,185,79,.14) 0 58px, transparent 60px),
    #fff !important;
}

.suimaru-pop-chip-grid section:nth-child(2n) {
  background:
    radial-gradient(circle at right top, rgba(20,120,255,.12) 0 58px, transparent 60px),
    #fff !important;
}

.suimaru-fish-tags span,
.suimaru-method-chip {
  background: #fff !important;
  border: 2px solid rgba(6,38,95,.08) !important;
  box-shadow: 0 7px 14px rgba(6,38,95,.07) !important;
}

.suimaru-fish-tags span::before {
  content: "•";
  margin-right: 8px;
  color: var(--sui-gold);
  font-size: 18px;
  line-height: 0;
}

.suimaru-method-chip {
  border-radius: 16px !important;
  padding: 14px 16px !important;
  background: linear-gradient(180deg, #fff, #eef8ff) !important;
}

.suimaru-method-chip::before {
  content: "🎣";
  margin-right: 8px;
}

.suimaru-method-chip span {
  background: var(--sui-green) !important;
}

.suimaru-pop-card--methods {
  border-left-color: var(--sui-blue) !important;
}

.suimaru-pop-card--food-note {
  border-left-color: var(--sui-gold) !important;
}

.suimaru-pop-card--beginner {
  border-left-color: var(--sui-green) !important;
}

.suimaru-pop-card--comment {
  border-left: none !important;
  background:
    radial-gradient(circle at right top, rgba(255,255,255,.12) 0 110px, transparent 112px),
    linear-gradient(135deg, #06265f, #0b3d86) !important;
}

.suimaru-pop-card--comment .suimaru-pop-card__icon {
  background: #fff !important;
  outline: none !important;
}

.suimaru-pop-gear-section {
  background:
    linear-gradient(180deg, #ffffff, #f6fcff) !important;
  border-radius: 32px !important;
}

.suimaru-pop-gear-card {
  border: 0 !important;
  border-radius: 24px !important;
}

.suimaru-pop-gear-card h3 {
  border-top: 4px solid var(--sui-gold) !important;
}

.suimaru-fish-back-link a {
  background: linear-gradient(135deg, var(--sui-navy), #0b3d86) !important;
}

@media screen and (max-width: 768px) {
  body.admin-bar.suimaru-fish-single-template .suimaru-site-header {
    top: 46px !important;
  }

  .suimaru-pop-hero {
    padding: 84px 0 42px !important;
  }

  .suimaru-pop-hero__bubble {
    display: none !important;
  }

  .suimaru-pop-subname {
    display: block !important;
    font-size: 15px !important;
  }

  .suimaru-pop-main-image {
    transform: none !important;
  }

  .suimaru-pop-card {
    border-left-width: 7px !important;
  }
}


/* =========================================================
  v86 修正：魚図鑑詳細ページの表示調整
  ・ローマ字ラベルを日本語化
  ・魚画像の動き削除
  ・見出し横のアクセント削除
  ・カードアイコンをまっすぐ、外枠なし
  ・星評価をバー表示へ変更
========================================================= */

/* 画像のふわふわ・傾き・余計な英字装飾を停止 */
.suimaru-pop-main-image,
.suimaru-pop-main-image img,
.suimaru-pop-hero__bubble,
.suimaru-pop-hero__bubble--two,
.suimaru-pop-hero__bubble--three {
  animation: none !important;
  transform: none !important;
}

.suimaru-pop-main-image::before {
  content: none !important;
  display: none !important;
}

/* 見出し下・横のアクセントを削除してすっきり */
.suimaru-pop-card,
.suimaru-pop-card--feature,
.suimaru-pop-card--methods,
.suimaru-pop-card--food-note,
.suimaru-pop-card--beginner,
.suimaru-pop-card--comment {
  border-left: 0 !important;
}

.suimaru-pop-card h2::after,
.suimaru-pop-chip-grid h2::after,
.suimaru-pop-gear-section h2::after,
.suimaru-pop-gear-card h3::after {
  content: none !important;
  display: none !important;
}

.suimaru-pop-summary-grid div::before,
.suimaru-pop-level-grid div::before {
  content: none !important;
  display: none !important;
}

/* アイコンは真っすぐ・外枠なし */
.suimaru-pop-card__icon {
  transform: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #eef8ff !important;
  border-radius: 18px !important;
}

/* 星表示をバー表示に変更 */
.suimaru-pop-level-grid strong {
  color: var(--sui-navy) !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

.suimaru-level-meter {
  display: grid !important;
  gap: 8px !important;
  width: 100% !important;
}

.suimaru-level-meter__bar {
  display: block !important;
  width: 100% !important;
  height: 12px !important;
  background: #e6f1f7 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.suimaru-level-meter__bar i {
  display: block !important;
  height: 100% !important;
  background: linear-gradient(90deg, var(--sui-blue), var(--sui-gold)) !important;
  border-radius: 999px !important;
}

.suimaru-level-meter__text {
  display: block !important;
  margin: 0 !important;
  color: var(--sui-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

/* 英字っぽい装飾感を弱める */
.suimaru-pop-section-title span,
.suimaru-pop-hero .sg-label,
.suimaru-pop-gear-section .suimaru-center-heading span {
  letter-spacing: .08em !important;
}

@media screen and (max-width:768px){
  .suimaru-pop-card {
    grid-template-columns: 48px 1fr !important;
    gap: 12px !important;
  }

  .suimaru-pop-card__icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 25px !important;
  }
}

/* =========================================================
  v87 修正：魚図鑑詳細の並び・表示ゆれ・バー単色
========================================================= */

/* 魚画像の動き・装飾を完全停止 */
.suimaru-pop-main-image,
.suimaru-pop-main-image img{
  animation: none !important;
  transform: none !important;
}

/* 魚画像まわりの余計な線・装飾を削除 */
.suimaru-pop-main-image::before,
.suimaru-pop-main-image::after{
  display:none !important;
  content:none !important;
}

/* 見出しの横アクセント・下線アクセントを削除 */
.suimaru-pop-section-title,
.suimaru-pop-section-title h2,
.suimaru-pop-section-title span,
.suimaru-pop-card h2,
.suimaru-pop-gear-section .suimaru-center-heading h2,
.suimaru-pop-gear-card h3{
  border-left:none !important;
  border-right:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
}

.suimaru-pop-section-title::before,
.suimaru-pop-section-title::after,
.suimaru-pop-section-title h2::before,
.suimaru-pop-section-title h2::after,
.suimaru-pop-card h2::before,
.suimaru-pop-card h2::after{
  display:none !important;
  content:none !important;
}

/* カード横アイコン：真っすぐ・外枠なし */
.suimaru-pop-card__icon{
  transform:none !important;
  rotate:0deg !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  font-size:32px !important;
  border-radius:0 !important;
}

/* バー表示：グラデーションではなく単色 */
.suimaru-level-meter__bar{
  background:#e3eef8 !important;
  border:none !important;
  box-shadow:none !important;
}

.suimaru-level-meter__bar i{
  background:#1478ff !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* 仕掛け図は2つ前提で見やすく */
.suimaru-pop-gear-grid{
  grid-template-columns:repeat(2,1fr) !important;
}

@media screen and (max-width:768px){
  .suimaru-pop-gear-grid{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
  v88 魚図鑑詳細 修正
  ・食べる餌/食べ方をおすすめの釣り方の上へ
  ・ローマ字表示対策
  ・魚名左アクセント削除
  ・HERO装飾をイラストなしの泡/線/図形へ
  ・レベル表示を星数に統一
========================================================= */

/* 魚名まわりのアクセント削除 */
.suimaru-pop-subname {
  border-left: none !important;
  box-shadow: none !important;
  background: rgba(255,255,255,.68) !important;
}

.suimaru-pop-hero__text h1,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1 {
  text-shadow: none !important;
}

.suimaru-pop-hero__text h1::before,
.suimaru-pop-hero__text h1::after,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1::before,
body.suimaru-lower-common-final:not(.suimaru-front-page) .suimaru-pop-hero__text h1::after {
  display: none !important;
  content: none !important;
}

/* HERO：イラストなし。泡・斜め線・三角・四角の装飾へ */
.suimaru-pop-hero {
  background:
    radial-gradient(circle at 12% 24%, rgba(255,255,255,.92) 0 72px, transparent 74px),
    radial-gradient(circle at 86% 18%, rgba(223,185,79,.20) 0 90px, transparent 92px),
    radial-gradient(circle at 72% 82%, rgba(20,120,255,.12) 0 110px, transparent 112px),
    linear-gradient(135deg, #eef8ff 0%, #ffffff 48%, #dff4ff 100%) !important;
}

.suimaru-pop-hero::before {
  height: 220px !important;
  background:
    repeating-linear-gradient(135deg, rgba(6,38,95,.045) 0 10px, transparent 10px 22px),
    rgba(20,120,255,.07) !important;
}

.suimaru-pop-hero::after {
  background:
    radial-gradient(circle at 18% 76%, rgba(20,120,255,.20) 0 5px, transparent 6px),
    radial-gradient(circle at 23% 65%, rgba(20,120,255,.16) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 66%, rgba(20,120,255,.18) 0 5px, transparent 6px),
    radial-gradient(circle at 78% 78%, rgba(20,120,255,.14) 0 4px, transparent 5px),
    linear-gradient(45deg, transparent 0 70%, rgba(223,185,79,.18) 70% 72%, transparent 72% 100%) !important;
}

.suimaru-pop-hero__bubble {
  box-shadow: none !important;
  font-size: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  transform: none !important;
}

.suimaru-pop-hero__bubble--one {
  left: 5% !important;
  bottom: 42px !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  border: 3px solid rgba(20,120,255,.22) !important;
}

.suimaru-pop-hero__bubble--two {
  right: 7% !important;
  top: 56px !important;
  width: 54px !important;
  height: 54px !important;
  background: rgba(223,185,79,.22) !important;
  transform: rotate(12deg) !important;
}

.suimaru-pop-hero__bubble--three {
  left: 48% !important;
  bottom: 34px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 30px solid transparent !important;
  border-right: 30px solid transparent !important;
  border-bottom: 52px solid rgba(20,120,255,.18) !important;
}

/* 画像の動きなし */
.suimaru-pop-main-image,
.suimaru-pop-main-image img {
  transform: none !important;
  animation: none !important;
}

/* 見出し下の短いアクセントも消す */
.suimaru-pop-card h2::after,
.suimaru-pop-chip-grid h2::after {
  display: none !important;
  content: none !important;
}

/* カードアイコン：まっすぐ・外枠なし */
.suimaru-pop-card__icon {
  width: 48px !important;
  height: 48px !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  transform: none !important;
  font-size: 34px !important;
}

/* レベル表示：バーではなく星の数で統一 */
.suimaru-star-rating {
  display: grid !important;
  gap: 4px !important;
  justify-items: center !important;
}

.suimaru-star-rating__stars {
  display: block !important;
  color: var(--sui-gold) !important;
  font-size: 20px !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.suimaru-star-rating__text {
  display: block !important;
  color: var(--sui-navy) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

/* 旧バーが残った場合も単色に固定 */
.suimaru-level-meter__bar i {
  background: var(--sui-blue) !important;
}

/* 仕掛け図はACF同様2つまでの横並び */
.suimaru-pop-gear-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media screen and (max-width: 768px) {
  .suimaru-pop-gear-grid {
    grid-template-columns: 1fr !important;
  }

  .suimaru-pop-hero__bubble--one {
    width: 48px !important;
    height: 48px !important;
    bottom: 20px !important;
  }

  .suimaru-pop-hero__bubble--two {
    width: 36px !important;
    height: 36px !important;
    top: 28px !important;
  }

  .suimaru-pop-hero__bubble--three {
    display: none !important;
  }
}

/* =========================================================
  v89 修正：魚図鑑詳細の細部調整
  ・よくいる場所アイコン表示
  ・釣り/食味バランスの星＋バー復元
  ・見出しの「メモ」削除後デザイン調整
  ・真鯛横アクセント削除
========================================================= */

/* 真鯛など魚名の左アクセント・疑似要素を完全削除 */
.suimaru-pop-hero__text h1,
.suimaru-pop-hero__text h1::before,
.suimaru-pop-hero__text h1::after,
.suimaru-pop-fish-detail h1,
.suimaru-pop-fish-detail h1::before,
.suimaru-pop-fish-detail h1::after {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.suimaru-pop-hero__text h1::before,
.suimaru-pop-hero__text h1::after,
.suimaru-pop-fish-detail h1::before,
.suimaru-pop-fish-detail h1::after {
  display: none !important;
  content: none !important;
}

/* よくいる場所のアイコンが環境依存で消えないよう、CSS側でも補助表示 */
.suimaru-pop-chip-grid section h2 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.suimaru-pop-chip-grid section h2:has(+ .suimaru-fish-tags)::before {
  display: none !important;
}

/* 釣り・食味バランス：星と単色バーを両方表示 */
.suimaru-pop-level-grid strong {
  display: block !important;
  width: 100% !important;
}

.suimaru-star-rating {
  display: grid !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: 240px !important;
}

.suimaru-star-rating__stars {
  display: block !important;
  color: #dfb94f !important;
  font-size: 20px !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.suimaru-star-bar {
  display: block !important;
  width: 100% !important;
  height: 10px !important;
  background: #e3eef8 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.suimaru-star-bar i {
  display: block !important;
  height: 100% !important;
  background: #1478ff !important;
  background-image: none !important;
  border-radius: 999px !important;
}

.suimaru-star-rating__text {
  display: block !important;
  color: var(--sui-navy) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

/* 旧バーも残っている場合は必ず見えるように固定 */
.suimaru-level-meter,
.suimaru-level-meter__bar,
.suimaru-level-meter__bar i {
  display: block !important;
}

.suimaru-level-meter__bar {
  width: 100% !important;
  height: 10px !important;
  background: #e3eef8 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.suimaru-level-meter__bar i {
  height: 100% !important;
  background: #1478ff !important;
  background-image: none !important;
}

/* おすすめの食べ方・初心者向けのカードは同じ空気感に統一 */
.suimaru-pop-card--food-note,
.suimaru-pop-card--beginner {
  background: #ffffff !important;
  border-color: rgba(20,120,255,.14) !important;
}

.suimaru-pop-card--food-note h2,
.suimaru-pop-card--beginner h2 {
  margin-bottom: 12px !important;
}

/* 周りのアイコンは真っすぐ・線なしを維持 */
.suimaru-pop-card__icon {
  transform: none !important;
  rotate: 0deg !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .suimaru-star-rating {
    max-width: none !important;
  }

  .suimaru-star-rating__stars {
    font-size: 18px !important;
  }
}


/* =========================================================
  v90 修正：初心者向けの位置変更・評価はバーのみ表示
========================================================= */

/* 評価はACFの星数・数値を使い、見た目はバーのみ */
.suimaru-star-rating,
.suimaru-star-rating--bar-only {
  display: grid !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: 240px !important;
}

.suimaru-star-rating__stars {
  display: none !important;
}

.suimaru-star-bar {
  display: block !important;
  width: 100% !important;
  height: 11px !important;
  background: #e3eef8 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.suimaru-star-bar i {
  display: block !important;
  height: 100% !important;
  background: #1478ff !important;
  background-image: none !important;
  border-radius: 999px !important;
}

.suimaru-star-rating__text {
  display: block !important;
  color: var(--sui-navy) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* 初心者向けカードはおすすめの釣り方直下で自然につながる見た目 */
.suimaru-pop-card--methods + .suimaru-pop-card--beginner {
  margin-top: -6px !important;
}

.suimaru-pop-card--beginner {
  background: #ffffff !important;
  border-color: rgba(20,120,255,.14) !important;
}

@media screen and (max-width: 768px) {
  .suimaru-star-rating,
  .suimaru-star-rating--bar-only {
    max-width: none !important;
  }
}

/* =========================================================
  v92 修正：魚図鑑詳細｜おすすめの食べ方 画像付き3カード（タイトルなし）
========================================================= */

.suimaru-food-recommend-section{
  margin:34px auto;
  padding:30px;
  background:#ffffff;
  border-radius:26px;
  box-shadow:0 14px 30px rgba(6,38,95,.10);
  border:2px solid rgba(29,125,255,.12);
}

.suimaru-center-heading--food{
  margin-bottom:24px!important;
}

.suimaru-center-heading--food span{
  color:var(--sui-navy)!important;
}

.suimaru-food-recommend-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.suimaru-food-recommend-card{
  position:relative;
  overflow:hidden;
  background:#f7fbff;
  border-radius:22px;
  box-shadow:0 10px 22px rgba(6,38,95,.08);
  border:1px solid rgba(6,38,95,.08);
}

.suimaru-food-recommend-card__number{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  display:grid;
  place-items:center;
  min-width:46px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background:var(--sui-gold);
  color:var(--sui-navy);
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
}

.suimaru-food-recommend-card__image{
  width:100%;
  height:190px;
  overflow:hidden;
  background:#eef8ff;
}

.suimaru-food-recommend-card__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.suimaru-food-recommend-card__image--empty{
  display:grid;
  place-items:center;
}

.suimaru-food-recommend-card__image--empty span{
  font-size:54px;
}

.suimaru-food-recommend-card__body{
  padding:18px 18px 20px;
  text-align:center;
}

.suimaru-food-recommend-card__body h3{
  margin:0 0 10px!important;
  color:var(--sui-navy)!important;
  font-size:21px!important;
  line-height:1.45!important;
  font-weight:900!important;
  text-align:center!important;
}

.suimaru-food-recommend-card__body p{
  margin:0!important;
  color:var(--sui-muted)!important;
  font-size:14px!important;
  line-height:1.8!important;
  font-weight:800!important;
  text-align:left!important;
}

@media screen and (max-width:1100px){
  .suimaru-food-recommend-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media screen and (max-width:768px){
  .suimaru-food-recommend-section{
    padding:22px 16px;
    border-radius:22px;
  }
  .suimaru-food-recommend-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .suimaru-food-recommend-card__image{
    height:210px;
  }
}


/* =========================================================
  v92 修正：おすすめの食べ方カードはタイトルなし
========================================================= */
.suimaru-food-recommend-card__body h3{
  display:none!important;
}

.suimaru-food-recommend-card__body{
  padding:16px 18px 20px!important;
}

.suimaru-food-recommend-card__body p{
  margin:0!important;
  text-align:left!important;
}


/* =========================================================
  v94 料理タイトル表示・食べ方日本語表記対応
========================================================= */
.suimaru-food-recommend-card__title{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:12px 16px!important;
  margin:0!important;
  background:var(--sui-navy)!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.4!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-align:center!important;
  border:0!important;
  border-radius:0!important;
}
.suimaru-food-recommend-card__number{display:none!important;}
@media screen and (max-width:768px){
  .suimaru-food-recommend-card__title{
    min-height:48px!important;
    font-size:17px!important;
    padding:11px 12px!important;
  }
}

/* =========================================================
  v95 修正
  ・おすすめ料理名を画像左上へ小さく重ねて表示
  ・アクセントカラーを黄色に統一
  ・魚図鑑ファーストビューのメイン画像を拡大
========================================================= */

/* 料理画像をタイトルの基準位置にする */
.suimaru-food-recommend-card__image{
  position:relative!important;
}

/* 料理タイトル：画像左上の小さな黄色ラベル */
.suimaru-food-recommend-card__title{
  position:absolute!important;
  top:12px!important;
  left:12px!important;
  z-index:5!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  max-width:calc(100% - 24px)!important;
  min-height:0!important;
  margin:0!important;
  padding:7px 12px!important;
  background:var(--sui-gold)!important;
  color:var(--sui-navy)!important;
  border:0!important;
  border-radius:7px!important;
  box-shadow:0 5px 14px rgba(6,38,95,.16)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-align:left!important;
  white-space:normal!important;
}

/* ファーストビューの魚画像を一回り大きく */
.suimaru-pop-hero__inner{
  grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr)!important;
  gap:28px!important;
}

.suimaru-pop-main-image{
  width:100%!important;
  max-width:660px!important;
  min-height:390px!important;
  padding:20px!important;
  justify-self:end!important;
}

.suimaru-pop-main-image img{
  width:100%!important;
  max-width:620px!important;
  max-height:360px!important;
  object-fit:contain!important;
}

@media screen and (max-width:1100px){
  .suimaru-pop-hero__inner{
    grid-template-columns:1fr 1.08fr!important;
  }

  .suimaru-pop-main-image{
    min-height:340px!important;
  }

  .suimaru-pop-main-image img{
    max-height:315px!important;
  }
}

@media screen and (max-width:768px){
  .suimaru-food-recommend-card__title{
    top:10px!important;
    left:10px!important;
    max-width:calc(100% - 20px)!important;
    padding:6px 10px!important;
    font-size:13px!important;
  }

  .suimaru-pop-hero__inner{
    grid-template-columns:1fr!important;
  }

  .suimaru-pop-main-image{
    max-width:100%!important;
    min-height:280px!important;
    padding:14px!important;
    justify-self:stretch!important;
  }

  .suimaru-pop-main-image img{
    max-width:100%!important;
    max-height:270px!important;
  }
}


/* =========================================================
  v96 修正：料理ラベル白文字・釣り方日本語表示対応
========================================================= */
.suimaru-food-title,
.suimaru-food-card__title,
.suimaru-food-recommend-title {
  background: var(--sui-gold) !important;
  color: #ffffff !important;
}


/* =========================================================
  v98 修正：豆知識カード追加・料理タイトル文字色修正
========================================================= */
.suimaru-pop-card--trivia{
  background:#fffdf4!important;
  border-color:rgba(223,185,79,.30)!important;
}

.suimaru-pop-card--trivia h2{
  color:var(--sui-navy)!important;
  margin-bottom:12px!important;
}

.suimaru-pop-card__icon--bulb{
  color:var(--sui-gold)!important;
}

.suimaru-pop-card__icon--bulb svg{
  display:block!important;
  width:46px!important;
  height:46px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* 料理画像左上の黄色ラベルは白文字に固定 */
.suimaru-food-recommend-card__title{
  background:var(--sui-gold)!important;
  color:#ffffff!important;
}

@media screen and (max-width:768px){
  .suimaru-pop-card__icon--bulb svg{
    width:40px!important;
    height:40px!important;
  }
}
