@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.2
*/

/* ========== Cocoonの不要要素をTOPだけ非表示 ========== */
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{display:none}

/* ========== Layout helpers ========== */
.hog-container{max-width:1080px;margin:0 auto;padding:0 16px}
.hog-sec-ttl{font-size:1.25rem;margin:0 0 12px}

/* ========== MV ========== */
.hog-top-mv{background:linear-gradient(180deg,#f0fbfb 0%,#ffffff 90%);padding:36px 16px;border-bottom:1px solid #eaf1f4}
.hog-top-mv__inner{text-align:center}
.hog-top-mv__text{font-size:1.25rem;line-height:1.7;color:#2a3a3a;margin:0 0 12px}
.hog-dot{position:relative}
.hog-dot::after{content:"";display:inline-block;width:.35em;height:.35em;background:#4F9F9E;border-radius:999px;margin-left:.25em;vertical-align:middle}
.hog-highlight{background:linear-gradient(transparent 60%, #fff0a6 60%)}
.hog-top-mv__logo{display:block;margin:8px auto 14px}
.hog-top-mv__search{display:flex;justify-content:center;gap:8px;max-width:720px;margin:0 auto 10px}
.hog-top-mv__search input{flex:1;min-width:0;padding:12px 14px;border:1px solid #dbe5ea;border-radius:999px}
.hog-top-mv__search button{width:44px;height:44px;border:1px solid #dbe5ea;border-radius:999px;background:#fff;display:grid;place-items:center;cursor:pointer}
.hog-top-mv__links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hog-top-mv__links a{font-size:.95rem;padding:8px 14px;border:1px solid #e3edf0;border-radius:999px;color:#227b8d;text-decoration:none;background:#fff}

/* ========== 掲載状況ベルト ========== */
.hog-top-stats{padding:18px 0 10px;background:#fff}
.hog-top-stats__wrap{max-width:1024px;margin:0 auto;padding:0 16px}
.hog-top-stats__heading{font-weight:600;margin:0 0 10px;color:#223}
.hog-top-stats__items{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hog-top-stats__item{display:block;border:1px solid #e9eef2;border-radius:14px;padding:14px 16px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.04);text-decoration:none;color:#1f2937}
.hog-top-stats .name{font-size:.9rem;color:#667085}
.hog-top-stats .content{margin-top:2px;font-size:1.2rem}
.hog-top-stats .num{font-weight:700;letter-spacing:.02em}

/* ========== 注目の都道府県カード ========== */
.hog-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hog-card{border:1px solid #eef2f7;border-radius:16px;background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.06);overflow:hidden}
.hog-card__a{display:block;text-decoration:none;color:inherit;padding:18px}
.hog-card__ttl{margin:0 0 6px}
.hog-card__more{font-size:.9rem;color:#227b8d}

/* ========== 最新ニュース ========== */
.hog-news-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hog-news-card{border:1px solid #eef2f7;border-radius:16px;background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.06);overflow:hidden}
.hog-news-card a{display:block;text-decoration:none;color:inherit;padding:12px}
.hog-news-card img{border-radius:12px;margin-bottom:8px}
.hog-news-card__ttl{margin:0 0 6px}
.hog-news-card__time{font-size:.85rem;color:#6b7280}
.hog-news-empty{color:#6b7280}

/* ========== 既存本文（legacy） ========== */
#front .hog-legacy{border-top:1px solid #eee;margin-top:40px;padding-top:32px}
#front .hog-legacy__inner .box-menu,
#front .hog-legacy__inner [class*="new-entry-card"]{max-width:720px;margin:0 auto}

/* ========== レスポンシブ ========== */
@media (max-width: 768px){
  .hog-top-mv__text{font-size:1.05rem}
  .hog-top-stats__items{grid-template-columns:1fr}
  .hog-card-row,.hog-news-row{grid-template-columns:1fr}
}
