@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ==============================
   リセット・共通
============================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans JP', sans-serif; background: #fff; color: #333; }
 
/* ==============================
   ヘッダー
============================== */
.mn-header { background: #fff; border-bottom: 2px solid #639922; padding: 14px 24px; position: sticky; top: 0; z-index: 100; }
.mn-header-inner { max-width: 1500px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.mn-logo-sub { font-size: 10px; color: #8ab040; letter-spacing: 0.08em; }
 
/* ナビ */
.mn-nav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.mn-nav ul li { position: relative; }
.mn-nav ul li a { font-size: 15px; color: #444; text-decoration: none; }
.mn-nav ul li a:hover { color: #639922; }
 
/* ドロップダウン */
.mn-nav ul li ul { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #d4e8a0; border-radius: 8px; padding: 8px 0; min-width: 180px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 200; }
.mn-nav ul li:hover ul { display: block; }
.mn-nav ul li ul li a { display: block; padding: 8px 16px; font-size: 13px; color: #444; white-space: nowrap; }
.mn-nav ul li ul li a:hover { background: #EAF3DE; color: #639922; }
 
/* ハンバーガー */
.mn-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mn-hamburger span { display: block; width: 24px; height: 2px; background: #639922; border-radius: 2px; transition: all 0.3s; }
.mn-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mn-hamburger.is-open span:nth-child(2) { opacity: 0; }
.mn-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
 
/* ==============================
   パンくず
============================== */
.mn-breadcrumb { background: #fff; border-bottom: 1px solid #d4e8a0; padding: 10px 24px; font-size: 11px; color: #888; }
.mn-breadcrumb-inner { max-width: 1500px; margin: 0 auto; }
.mn-breadcrumb a { color: #639922; text-decoration: none; }
.mn-breadcrumb a:hover { text-decoration: underline; }
.mn-breadcrumb span { margin: 0 6px; }
 
/* ==============================
   ヒーロースライダー
============================== */
.mn-hero-swiper { width: 100%; }
.mn-hero-slide { background: #173404; height: 700px !important; display: flex; align-items: flex-end; justify-content: flex-start; padding: 48px; position: relative; overflow: hidden; }
.mn-hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,25,5,0.85) 0%, rgba(63,99,22,0.3) 100%); }
.mn-hero-slide.slide-2 { background: #2a4a00; }
.mn-hero-slide.slide-3 { background: #0f2018; }
.mn-hero-text { position: relative; z-index: 1; color: #fff; max-width: 600px; }
.mn-hero-tag { font-size: 13px; letter-spacing: 0.2em; color: #C0DD97; margin-bottom: 12px; }
.mn-hero-title { font-size: 48px; font-weight: 700; line-height: 1.5; margin-bottom: 10px; }
.mn-hero-desc { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.8; }
.swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; }
.swiper-pagination-bullet-active { background: #C0DD97; }
.swiper-slide.mn-hero-slide { display: flex !important; align-items: flex-end !important; justify-content: flex-start !important; padding: 48px !important; }
 
/* ==============================
   セクション共通
============================== */
.mn-section { padding: 32px 0 0; }
.mn-section-bg { background: #f7faf0; padding: 24px 0; }
.mn-section-inner { max-width: 1500px; margin: 0 auto; padding: 0 24px; }
.mn-divider { height: 1px; background: #d4e8a0; max-width: 1500px; margin: 0 auto; }
 
/* セクションタイトル */
.mn-sec-head { padding: 0 24px 14px; max-width: 1500px; margin: 0 auto; }
.mn-sec-en { font-size: 13px; color: #639922; letter-spacing: 0.2em; font-weight: 500; display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.mn-sec-en::after { content: ''; flex: 1; height: 1px; background: #d4e8a0; }
.mn-sec-ja { font-size: 22px; font-weight: 700; color: #2a4a00; }
 
/* ==============================
   アツいスポットカード
============================== */
.mn-hot-swiper { padding: 0 24px 24px; max-width: 1500px; margin: 0 auto; }
.mn-hot-card { background: #2a4a00; border-radius: 12px; overflow: hidden; display: flex; text-decoration: none; min-height: 200px; }
.mn-hot-card-img { width: 320px; flex-shrink: 0; overflow: hidden; background: #3B6D11; }
.mn-hot-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mn-hot-card-body { padding: 28px 32px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.mn-hot-badge { display: inline-block; background: #C0DD97; color: #2a4a00; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 14px; letter-spacing: 0.1em; }
.mn-hot-title { font-size: 24px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 10px; }
.mn-hot-sub { font-size: 13px; color: rgba(255,255,255,0.65); }
.mn-hot-more { display: inline-block; margin-top: 16px; background: #639922; color: #fff; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 20px; text-decoration: none; }
 
/* ==============================
   横スクロールカード
============================== */
.mn-hscroll { display: flex; gap: 14px; padding: 0 24px 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 1500px; margin: 0 auto; }
.mn-hscroll::-webkit-scrollbar { display: none; }
.mn-hcard { width: 340px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #fff; border: 1px solid #d4e8a0; text-decoration: none; display: block; transition: border-color 0.2s; }
.mn-hcard:hover { border-color: #639922; }
.mn-hcard-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #EAF3DE; }
.mn-hcard-img img { width: 100%; height: 100%; object-fit: cover; }
.mn-hcard-body { padding: 10px 12px; }
.mn-hcard-cat { font-size: 11px; color: #639922; font-weight: 500; letter-spacing: 0.08em; margin-bottom: 5px; }
.mn-hcard-title { font-size: 15px; font-weight: 700; color: #333; line-height: 1.5; }
.mn-hcard-date { font-size: 12px; color: #aaa; margin-top: 4px; }
 
/* ==============================
   エリアから探す
============================== */
.mn-area-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 12px; }
.mn-area-btn { background: #EAF3DE; border: 1px solid #639922; border-radius: 10px; padding: 16px 8px; text-align: center; text-decoration: none; display: block; transition: all 0.2s; }
.mn-area-btn:hover { background: #639922; }
.mn-area-btn:hover .mn-area-name { color: #fff; }
.mn-area-icon { font-size: 28px; display: block; margin-bottom: 6px; }
.mn-area-name { font-size: 14px; font-weight: 700; color: #2a4a00; display: block; }
 
/* ==============================
   市町村タグ
============================== */
.mn-town-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.mn-town-tags a { background: #fff; border: 1px solid #639922; border-radius: 20px; padding: 5px 14px; font-size: 14px; color: #639922; text-decoration: none; transition: all 0.2s; }
.mn-town-tags a:hover { background: #639922; color: #fff; }
 
/* ==============================
   YouTube
============================== */
.mn-youtube-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; }
.mn-youtube-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mn-youtube-more { display: inline-block; background: #639922; color: #fff; font-size: 15px; padding: 10px 24px; border-radius: 20px; text-decoration: none; margin-top: 14px; }
.mn-youtube-more:hover { background: #2a4a00; }
.mn-yt-playlist-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.mn-yt-playlist-label { font-size: 14px; font-weight: 700; color: #2a4a00; margin-top: 10px; text-align: center; }
.mn-banner-recruit-wrap { max-width: 800px; margin: 0 auto; padding: 0 24px 24px; }
.mn-youtube-wrap-outer { max-width: 800px; margin: 0 auto; padding-bottom: 24px; padding-left: 24px; padding-right: 24px; }
 
/* ==============================
   バナー(のれん)
============================== */
.mn-banner-noren { display: block; text-decoration: none; background: #0f1f40; border-radius: 10px; padding: 20px 24px; border: 1px solid #b89a5a; }
.mn-banner-noren-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mn-banner-noren-eyebrow { font-size: 10px; color: #b89a5a; letter-spacing: 0.15em; margin-bottom: 6px; }
.mn-banner-noren-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.mn-banner-noren-sub { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.6; }
.mn-banner-noren-btn { background: #b89a5a; color: #0f1f40; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
.mn-banner-noren:hover .mn-banner-noren-btn { background: #e8d5a8; }
 
/* 見沼る！バナー */
.mn-minuma-banner { display: block; text-decoration: none; background: #1a3d28; border-radius: 10px; padding: 20px 24px; border: 1px solid #2E7D4F; }
.mn-minuma-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mn-minuma-banner-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.mn-minuma-banner-sub { font-size: 12px; color: #9FE1CB; line-height: 1.6; }
.mn-minuma-banner-btn { background: #2E7D4F; color: #fff; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
 
/* ==============================
   メインレイアウト(single/archive共通)
============================== */
.mn-container { max-width: 1500px; margin: 0 auto; padding: 24px; display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
/* single・archive用コンテナ幅 */
.mn-container-narrow { max-width: 1200px; }
 
/* ==============================
   記事エリア(single)
============================== */
.mn-article { background: #fff; border-radius: 10px; overflow: hidden; }
.mn-article-thumb-wrap { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.mn-article-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.mn-article-thumb-placeholder { width: 100%; aspect-ratio: 16/9; background: #EAF3DE; }
.mn-article-body { padding: 24px; }
.mn-article-cat { font-size: 10px; color: #639922; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 8px; }
.mn-article-title { font-size: 22px; font-weight: 700; color: #2a4a00; line-height: 1.5; margin-bottom: 12px; }
.mn-article-meta { font-size: 11px; color: #aaa; margin-bottom: 20px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.mn-article-tag { background: #EAF3DE; color: #639922; border-radius: 20px; padding: 3px 10px; font-size: 10px; text-decoration: none; }
.mn-article-tag:hover { background: #639922; color: #fff; }
.mn-article-divider { height: 1px; background: #d4e8a0; margin: 20px 0; }
 
/* 記事本文 */
.mn-entry-content { font-size: 14px; line-height: 1.9; color: #444; }
.mn-entry-content h2 { font-size: 18px; font-weight: 700; color: #2a4a00; margin: 28px 0 12px; border-left: 3px solid #639922; padding-left: 10px; }
.mn-entry-content h3 { font-size: 15px; font-weight: 700; color: #639922; margin: 20px 0 8px; }
.mn-entry-content p { margin-bottom: 16px; }
.mn-entry-content img { max-width: 100%; border-radius: 8px; margin: 16px 0; }
.mn-entry-content a { color: #639922; }
.mn-entry-content ul, .mn-entry-content ol { margin: 12px 0 16px 20px; }
.mn-entry-content li { margin-bottom: 6px; }
.mn-entry-content blockquote { border-left: 3px solid #C0DD97; padding: 12px 16px; background: #f7faf0; margin: 16px 0; font-size: 13px; color: #666; }
.mn-entry-content table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.mn-entry-content th { background: #EAF3DE; color: #2a4a00; font-weight: 700; padding: 10px 14px; border: 1px solid #d4e8a0; text-align: left; }
.mn-entry-content td { padding: 10px 14px; border: 1px solid #d4e8a0; }
 
/* 前後ナビ */
.mn-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.mn-post-nav-item { background: #fff; border: 1px solid #d4e8a0; border-radius: 8px; padding: 14px; text-decoration: none; display: block; }
.mn-post-nav-item:hover { border-color: #639922; }
.mn-post-nav-label { font-size: 10px; color: #639922; letter-spacing: 0.1em; margin-bottom: 6px; }
.mn-post-nav-title { font-size: 12px; font-weight: 700; color: #333; line-height: 1.5; }
 
/* 関連記事 */
.mn-related { margin-top: 8px; }
.mn-related-title { font-size: 15px; font-weight: 700; color: #2a4a00; margin-bottom: 14px; border-left: 3px solid #639922; padding-left: 10px; }
.mn-related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mn-related-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #d4e8a0; text-decoration: none; display: block; }
.mn-related-card:hover { border-color: #639922; }
.mn-related-img { height: 100px; background: #EAF3DE; overflow: hidden; }
.mn-related-img img { width: 100%; height: 100%; object-fit: cover; }
.mn-related-body { padding: 10px; }
.mn-related-cat { font-size: 9px; color: #639922; font-weight: 500; margin-bottom: 4px; }
.mn-related-name { font-size: 11px; font-weight: 700; color: #333; line-height: 1.4; }
 
/* ==============================
   アーカイブ
============================== */
.mn-archive-header { background: #EAF3DE; padding: 32px 24px; }
.mn-archive-header-inner { max-width: 1500px; margin: 0 auto; }
.mn-archive-label { font-size: 10px; color: #639922; letter-spacing: 0.12em; font-weight: 500; margin-bottom: 6px; }
.mn-archive-title { font-size: 26px; font-weight: 700; color: #2a4a00; margin-bottom: 6px; }
.mn-archive-count { font-size: 12px; color: #639922; }
.mn-archive-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.mn-archive-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #d4e8a0; text-decoration: none; display: block; transition: border-color 0.2s; }
.mn-archive-card:hover { border-color: #639922; }
.mn-archive-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #EAF3DE; }
.mn-archive-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mn-archive-card-body { padding: 12px; }
.mn-archive-card-cat { font-size: 9px; color: #639922; font-weight: 500; letter-spacing: 0.08em; margin-bottom: 6px; }
.mn-archive-card-title { font-size: 13px; font-weight: 700; color: #333; line-height: 1.5; margin-bottom: 6px; }
.mn-archive-card-date { font-size: 10px; color: #aaa; }
 
/* ページネーション */
.mn-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.mn-pagination a, .mn-pagination span { display: inline-block; padding: 8px 14px; border-radius: 6px; font-size: 13px; text-decoration: none; border: 1px solid #d4e8a0; color: #444; background: #fff; }
.mn-pagination a:hover { border-color: #639922; color: #639922; }
.mn-pagination .current { background: #639922; color: #fff; border-color: #639922; }
.mn-no-posts { background: #fff; border-radius: 10px; padding: 40px; text-align: center; color: #888; font-size: 14px; }
 
/* ==============================
   サイドバー
============================== */
.mn-sidebar { display: flex; flex-direction: column; gap: 20px; }
.mn-sidebar-widget { background: #fff; border-radius: 10px; padding: 18px; }
.mn-sidebar-title { font-size: 13px; font-weight: 700; color: #2a4a00; margin-bottom: 14px; border-left: 3px solid #639922; padding-left: 8px; }
.mn-sidebar-post { display: flex; gap: 10px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #d4e8a0; text-decoration: none; }
.mn-sidebar-post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.mn-sidebar-post-img { width: 56px; height: 56px; border-radius: 6px; background: #EAF3DE; flex-shrink: 0; overflow: hidden; }
.mn-sidebar-post-img img { width: 100%; height: 100%; object-fit: cover; }
.mn-sidebar-post-title { font-size: 11px; font-weight: 700; color: #333; line-height: 1.5; }
.mn-sidebar-post-cat { font-size: 9px; color: #639922; margin-bottom: 4px; }
.mn-sidebar-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.mn-sidebar-tag { background: #EAF3DE; border: 1px solid #639922; border-radius: 20px; padding: 4px 12px; font-size: 11px; color: #639922; text-decoration: none; }
.mn-sidebar-tag:hover { background: #639922; color: #fff; }
.mn-sidebar-banner { display: block; border-radius: 8px; overflow: hidden; }
.mn-sidebar-banner img { width: 100%; height: auto; display: block; }
 
/* ==============================
   固定ページ
============================== */
.mn-page-container { max-width: 800px; margin: 40px auto; padding: 0 24px 60px; }
.mn-page-article { background: #fff; border-radius: 10px; overflow: hidden; padding: 40px; }
.mn-page-title { font-size: 26px; font-weight: 700; color: #2a4a00; line-height: 1.5; margin-bottom: 8px; }
.mn-page-meta { font-size: 11px; color: #aaa; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #d4e8a0; }
.mn-service-cta { background: #2a4a00; border-radius: 10px; padding: 28px 32px; margin-top: 40px; text-align: center; }
.mn-service-cta-title { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.mn-service-cta-desc { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 20px; }
.mn-service-cta-btn { display: inline-block; background: #639922; color: #fff; font-size: 15px; font-weight: 700; padding: 12px 32px; border-radius: 20px; text-decoration: none; }
.mn-service-cta-btn:hover { background: #8ab040; }
 
/* ==============================
   404ページ
============================== */
.mn-404 { max-width: 600px; margin: 80px auto; padding: 24px; text-align: center; }
.mn-404-num { font-size: 120px; font-weight: 700; color: #EAF3DE; line-height: 1; margin-bottom: 8px; }
.mn-404-title { font-size: 22px; font-weight: 700; color: #2a4a00; margin-bottom: 12px; }
.mn-404-desc { font-size: 14px; color: #639922; line-height: 1.8; margin-bottom: 32px; }
.mn-404-btn { display: inline-block; background: #639922; color: #fff; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 20px; text-decoration: none; margin: 6px; }
.mn-404-btn:hover { background: #2a4a00; }
.mn-404-btn-sub { display: inline-block; background: #EAF3DE; color: #639922; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 20px; text-decoration: none; margin: 6px; border: 1px solid #639922; }
.mn-404-btn-sub:hover { background: #C0DD97; }
.mn-404-area { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 40px; }
.mn-404-area a { background: #EAF3DE; border: 1px solid #639922; border-radius: 10px; padding: 14px 8px; text-align: center; text-decoration: none; display: block; }
.mn-404-area a:hover { background: #639922; }
.mn-404-area a:hover .mn-404-area-name { color: #fff; }
.mn-404-area-icon { font-size: 24px; display: block; margin-bottom: 4px; }
.mn-404-area-name { font-size: 13px; font-weight: 700; color: #2a4a00; display: block; }
.mn-404-label { font-size: 11px; color: #aaa; letter-spacing: 0.1em; margin-bottom: 12px; margin-top: 32px; }
.mn-404-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.mn-404-tags a { background: #fff; border: 1px solid #639922; border-radius: 20px; padding: 5px 14px; font-size: 12px; color: #639922; text-decoration: none; }
.mn-404-tags a:hover { background: #639922; color: #fff; }
 
/* ==============================
   フッター
============================== */
.mn-footer { background: #2a4a00; padding: 24px; color: #C0DD97; font-size: 14px; margin-top: 48px; width: 100%; }
.mn-footer-inner { max-width: 1500px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; box-sizing: border-box; }
 
/* ==============================
   レスポンシブ
============================== */
@media (max-width: 900px) {
  .mn-archive-grid { grid-template-columns: 1fr 1fr; }
  .mn-area-grid { grid-template-columns: repeat(3, 1fr); }
}
 
@media (max-width: 640px) {
  /* ハンバーガー */
  .mn-hamburger { display: flex; }
  .mn-nav { display: none; position: absolute; top: 90px; left: 0; right: 0; background: #fff; border-bottom: 2px solid #639922; z-index: 200; padding: 16px 24px; }
  .mn-nav.is-open { display: block; }
  .mn-nav ul { flex-direction: column; gap: 0; }
  .mn-nav ul li a { display: block; padding: 12px 0; border-bottom: 1px solid #d4e8a0; font-size: 14px; }
  .mn-nav ul li ul { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 16px; }
  .mn-nav ul li ul li a { padding: 8px 0; border-bottom: 1px solid #d4e8a0; font-size: 13px; }
 
  /* ヒーロー */
  .mn-hero-slide { height: 320px; padding: 32px 20px; }
  .mn-hero-title { font-size: 28px !important; }
  .swiper-slide.mn-hero-slide { padding: 32px 20px !important; }
  .mn-yt-playlist-grid { grid-template-columns: 1fr; }
  .mn-banner-noren-inner { flex-direction: column; align-items: flex-start; }
  .mn-minuma-banner-inner { flex-direction: column; align-items: flex-start; }
 
  /* アツいスポット */
  .mn-hot-card { flex-direction: column; }
  .mn-hot-card-img { width: 100%; height: 180px; }
 
  /* エリア */
  .mn-area-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .mn-area-icon { font-size: 20px; }
  .mn-area-name { font-size: 11px; }
 
  /* レイアウト */
  .mn-container { grid-template-columns: 1fr; padding: 16px; }
  .mn-sidebar { display: none; }
  .mn-post-nav { grid-template-columns: 1fr; }
  .mn-related-grid { grid-template-columns: 1fr; }
  .mn-archive-grid { grid-template-columns: 1fr 1fr; }
  .mn-article-title { font-size: 18px; }
  .mn-page-article { padding: 24px 20px; }
  .mn-page-title { font-size: 20px; }
  .mn-footer-inner { flex-direction: column; align-items: flex-start; }
  .mn-footer-inner > div:last-child { text-align: left !important; }
}

/* モバイル用フッターウィジェット */
.mn-mobile-footer-widget { display: none; }

@media (max-width: 640px) {
  .mn-mobile-footer-widget {
    display: block;
    background: #fff;
    border-top: 1px solid #e0ead8;
    padding: 24px 16px;
  }
  .mn-mobile-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mn-mobile-section { display: flex; flex-direction: column; gap: 12px; }
}

@media (max-width: 640px) {
  .mn-banner-row-3 {
    grid-template-columns: 1fr !important;
  }
  .mn-banner-row-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .mn-banner-row-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .mn-banner-row-5 a:first-child {
    grid-column: 1 / -1;
  }
}
