/*
Theme Name: ままのおと
Theme URI: https://example.com/
Author: 鉄本ともみ / ままのおと
Description: ママの笑顔が、こどもの未来につながる。コミュニティ「ままのおと」公式ホームページテーマ。やさしいミルクベージュとぷっくりクッキー風のデザイン。
Version: 2.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: mamanooto
*/

/* =============================================
   変数・ベース
   ============================================= */
:root {
	--base: #FDF6ED;          /* ソフトミルクベージュ */
	--accent: #f09f8b;        /* 見出し・アクセント */
	--accent-deep: #e08468;
	--pink: #F6C9BC;          /* さくらピンク */
	--pink-pale: #FBE9E2;
	--tea: #E9CFA5;           /* ミルクティー */
	--olive: #A9B78C;         /* オリーブグリーン */
	--olive-pale: #E9EDDC;
	--ivory: #FFFDF8;         /* アイボリー */
	--text: #6b5a4e;          /* やわらかい茶色の本文 */
	--text-light: #99887b;
	--radius-l: 32px;
	--radius-m: 22px;
	--shadow: 0 6px 20px rgba(190, 150, 120, 0.18);
	--shadow-soft: 0 4px 12px rgba(190, 150, 120, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
	background: var(--base);
	color: var(--text);
	line-height: 1.9;
	font-size: 16px;
	letter-spacing: 0.03em;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--accent-deep); text-decoration: none; transition: 0.25s; }
a:hover { opacity: 0.8; }
ul { list-style: none; }

h1, h2, h3, h4 { color: var(--accent); font-weight: 700; line-height: 1.5; }

.mno-inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* =============================================
   ヘッダー
   ============================================= */
.mno-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(253, 246, 237, 0.92);
	backdrop-filter: blur(8px);
	border-bottom: 2px dashed var(--pink);
}
.mno-header-in {
	max-width: 1160px; margin: 0 auto; padding: 10px 20px;
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.mno-brand { display: flex; align-items: center; gap: 10px; }
.mno-brand img { width: 54px; height: 54px; }
.mno-brand .name { font-size: 22px; font-weight: 700; color: var(--accent-deep); }
.mno-brand .name small { display: block; font-size: 10px; letter-spacing: 0.35em; color: var(--text-light); font-weight: 500; }

.mno-gnav ul { display: flex; gap: 4px; }
.mno-gnav a {
	display: flex; flex-direction: column; align-items: center; gap: 2px;
	padding: 6px 12px; border-radius: 16px; font-size: 12px; font-weight: 700; color: var(--text);
}
.mno-gnav a:hover { background: var(--pink-pale); opacity: 1; }
.mno-gnav img { width: 34px; height: 34px; object-fit: contain; }

/* ハンバーガー（モバイル） */
.mno-menu-btn {
	display: none; background: var(--pink); border: none; cursor: pointer;
	width: 48px; height: 48px; border-radius: 16px; box-shadow: var(--shadow-soft);
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.mno-menu-btn span { display: block; width: 20px; height: 3px; border-radius: 3px; background: #fff; transition: 0.3s; }
.mno-drawer { display: none; }
.mno-drawer.open { display: block; }
.mno-drawer ul {
	display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px 20px 24px;
}
.mno-drawer a {
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	background: var(--ivory); border-radius: var(--radius-m); padding: 14px 8px;
	font-size: 13px; font-weight: 700; color: var(--text); box-shadow: var(--shadow-soft);
}
.mno-drawer img { width: 44px; height: 44px; object-fit: contain; }

@media (max-width: 900px) {
	.mno-gnav { display: none; }
	.mno-menu-btn { display: flex; }
}

/* =============================================
   ヒーロー
   ============================================= */
.mno-hero {
	position: relative;
	background: linear-gradient(160deg, #FFF9F0 0%, var(--base) 55%, var(--pink-pale) 100%);
	overflow: hidden;
}
.mno-hero-in {
	max-width: 1080px; margin: 0 auto; padding: 56px 20px 40px;
	display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: center;
}
.mno-hero h1 {
	font-size: clamp(26px, 4.2vw, 42px); color: var(--accent-deep); margin-bottom: 18px;
}
.mno-hero .sub { font-size: clamp(14px, 1.8vw, 17px); margin-bottom: 26px; color: var(--text); }
.mno-hero-visual { text-align: center; position: relative; }
.mno-hero-visual .main-char { width: min(78%, 300px); filter: drop-shadow(0 10px 18px rgba(190, 150, 120, 0.3)); }
.mno-hero .deco { position: absolute; width: 42px; opacity: 0.9; animation: mno-float 4s ease-in-out infinite; }
.mno-hero .deco.d1 { top: 8%; left: 4%; }
.mno-hero .deco.d2 { top: 60%; left: 12%; animation-delay: 1.2s; }
.mno-hero .deco.d3 { top: 14%; right: 8%; animation-delay: 0.6s; }
.mno-hero .deco.d4 { bottom: 10%; right: 3%; animation-delay: 1.8s; }
@keyframes mno-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

/* 会員数バッジ */
.mno-count-badge {
	display: inline-flex; align-items: center; gap: 10px;
	background: var(--ivory); border: 3px solid var(--pink);
	border-radius: 999px; padding: 8px 22px; box-shadow: var(--shadow-soft);
	margin-bottom: 22px; font-weight: 700;
}
.mno-count-badge img { width: 30px; height: 30px; }
.mno-count-badge .num { font-size: 26px; color: var(--accent-deep); }
.mno-count-badge .unit { font-size: 13px; }

/* 波の区切り */
.mno-wave { display: block; width: 100%; height: 40px; }

/* =============================================
   ボタン（クッキー風）
   ============================================= */
.mno-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--pink); color: #fff;
	font-weight: 700; font-size: 15px;
	padding: 13px 34px; border-radius: 999px; border: none; cursor: pointer;
	box-shadow: 0 5px 0 rgba(224, 132, 104, 0.55), var(--shadow-soft);
	transition: 0.2s;
}
.mno-btn:hover { transform: translateY(2px); box-shadow: 0 3px 0 rgba(224, 132, 104, 0.55), var(--shadow-soft); opacity: 1; }
.mno-btn.olive { background: var(--olive); box-shadow: 0 5px 0 #8a9a6c, var(--shadow-soft); }
.mno-btn.olive:hover { box-shadow: 0 3px 0 #8a9a6c, var(--shadow-soft); }
.mno-btn.ghost {
	background: var(--ivory); color: var(--accent-deep); border: 3px dashed var(--pink);
	box-shadow: var(--shadow-soft);
}

/* =============================================
   セクション共通
   ============================================= */
.mno-section { padding: 64px 0; position: relative; }
.mno-section.alt { background: var(--ivory); }
.mno-section.pink { background: var(--pink-pale); }
.mno-section.olive { background: var(--olive-pale); }

.mno-sec-head { text-align: center; margin-bottom: 40px; }
.mno-sec-head .sec-icon { width: 46px; height: 46px; object-fit: contain; margin-bottom: 6px; }
.mno-sec-head h2 { font-size: clamp(22px, 3vw, 30px); }
.mno-sec-head h2 .en {
	display: block; font-size: 12px; letter-spacing: 0.3em; color: var(--tea);
	text-transform: uppercase; margin-bottom: 4px; font-weight: 500;
}

/* =============================================
   カード
   ============================================= */
.mno-card {
	background: var(--ivory); border-radius: var(--radius-l);
	box-shadow: var(--shadow); padding: 28px; position: relative;
}

/* ままのおとはこんなところ */
.mno-about-wrap { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; }
.mno-about-wrap .char { width: 170px; }
.mno-about-text { white-space: pre-line; font-size: 15.5px; }
.mno-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.mno-value {
	background: var(--ivory); border-radius: var(--radius-m); text-align: center;
	padding: 20px 10px; box-shadow: var(--shadow-soft);
}
.mno-value img { width: 52px; height: 52px; object-fit: contain; margin-bottom: 8px; }
.mno-value .t { font-weight: 700; color: var(--accent-deep); }

/* コースカード */
.mno-courses { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mno-course-card {
	background: var(--ivory); border-radius: var(--radius-l); box-shadow: var(--shadow);
	padding: 34px 28px 30px; text-align: center; position: relative;
	border: 3px solid transparent; transition: 0.25s;
}
.mno-course-card:hover { border-color: var(--pink); transform: translateY(-4px); }
.mno-course-card.c4980:hover { border-color: var(--olive); }
.mno-course-card .price {
	font-size: 38px; font-weight: 700; color: var(--accent-deep); line-height: 1.2;
}
.mno-course-card .price small { font-size: 14px; font-weight: 500; color: var(--text-light); }
.mno-course-card.c4980 .price { color: var(--olive); }
.mno-course-card .desc { font-size: 14px; margin: 14px 0 22px; white-space: pre-line; }
.mno-course-card .ribbon {
	position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
	background: var(--pink); color: #fff; font-size: 13px; font-weight: 700;
	padding: 5px 22px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-soft);
}
.mno-course-card.c4980 .ribbon { background: var(--olive); }

/* 講座カテゴリー */
.mno-cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.mno-cat-chip {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--ivory); border-radius: 999px; padding: 10px 22px;
	font-weight: 700; font-size: 14.5px; color: var(--text);
	box-shadow: var(--shadow-soft); border: 2px solid var(--pink-pale); transition: 0.25s;
}
.mno-cat-chip:hover { border-color: var(--pink); transform: translateY(-3px); opacity: 1; }
.mno-cat-chip img { width: 26px; height: 26px; object-fit: contain; }
.mno-cat-chip .kids { font-size: 11.5px; color: var(--text-light); font-weight: 500; }

/* イベント・コラムカード */
.mno-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mno-post-card {
	background: var(--ivory); border-radius: var(--radius-m); overflow: hidden;
	box-shadow: var(--shadow-soft); transition: 0.25s; display: flex; flex-direction: column;
}
.mno-post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); opacity: 1; }
.mno-post-card .thumb { aspect-ratio: 16/10; background: var(--pink-pale); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mno-post-card .thumb img.cover { width: 100%; height: 100%; object-fit: cover; }
.mno-post-card .thumb img.char { width: 40%; }
.mno-post-card .body { padding: 18px 20px 20px; flex: 1; }
.mno-post-card .date {
	display: inline-block; background: var(--pink-pale); color: var(--accent-deep);
	font-size: 12px; font-weight: 700; border-radius: 999px; padding: 2px 12px; margin-bottom: 8px;
}
.mno-post-card h3 { font-size: 15.5px; color: var(--text); }
.mno-post-card .meta { font-size: 12.5px; color: var(--text-light); margin-top: 6px; }

/* 講師カード */
.mno-teachers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mno-teacher-card {
	background: var(--ivory); border-radius: var(--radius-l); text-align: center;
	padding: 28px 22px; box-shadow: var(--shadow-soft); transition: 0.25s;
}
.mno-teacher-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); opacity: 1; }
.mno-teacher-card .face { width: 120px; height: 120px; margin: 0 auto 14px; border-radius: 50%; overflow: hidden; background: var(--pink-pale); }
.mno-teacher-card .face img { width: 100%; height: 100%; object-fit: cover; }
.mno-teacher-card h3 { font-size: 17px; color: var(--text); }
.mno-teacher-card .charge {
	display: inline-block; background: var(--olive-pale); color: #7d8b60;
	font-size: 12px; font-weight: 700; border-radius: 999px; padding: 3px 14px; margin-top: 8px;
}
.mno-teacher-card .strength { font-size: 13px; color: var(--text-light); margin-top: 10px; }

/* 会員さんの声 */
.mno-voices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.mno-voice-card {
	background: var(--ivory); border-radius: var(--radius-l); padding: 26px 28px;
	box-shadow: var(--shadow-soft); position: relative;
}
.mno-voice-card::before {
	content: "❝"; position: absolute; top: 12px; left: 20px;
	font-size: 34px; color: var(--pink); line-height: 1;
}
.mno-voice-card .body { padding-top: 16px; font-size: 14.5px; }
.mno-voice-card .who {
	margin-top: 14px; display: flex; align-items: center; gap: 10px;
	font-size: 13px; font-weight: 700; color: var(--accent-deep);
}
.mno-voice-card .who img { width: 36px; height: 36px; }
.mno-voice-card .who small { color: var(--text-light); font-weight: 500; }

/* 代表あいさつ */
.mno-greeting { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: center; }
.mno-greeting .photo img { border-radius: var(--radius-l); box-shadow: var(--shadow); }
.mno-greeting .msg { white-space: pre-line; font-size: 15.5px; }
.mno-greeting .name { margin-top: 16px; font-weight: 700; color: var(--accent-deep); }
.mno-greeting .name small { display: block; font-size: 12px; color: var(--text-light); font-weight: 500; }

/* 会員メニュー（ログイン導線） */
.mno-member-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mno-member-link {
	background: var(--ivory); border-radius: var(--radius-l); padding: 28px 20px;
	text-align: center; box-shadow: var(--shadow-soft); font-weight: 700; color: var(--text);
	border: 3px dashed var(--pink-pale); transition: 0.25s;
}
.mno-member-link:hover { border-color: var(--pink); transform: translateY(-3px); opacity: 1; }
.mno-member-link img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 10px; }
.mno-member-link .note { display: block; font-size: 12px; color: var(--text-light); font-weight: 500; margin-top: 4px; }

/* 公開範囲バッジ */
.aud-badge {
	display: inline-block; background: var(--tea); color: #7a5c33;
	font-size: 11px; font-weight: 700; border-radius: 999px; padding: 2px 10px;
	white-space: nowrap; vertical-align: middle;
}
.mno-cat-chip .aud-badge { font-size: 10px; }
.mno-schedule-list .aud-badge { margin-left: auto; }

/* ヘッダーのログイン/マイページボタン */
.mno-header-login { padding: 9px 20px; font-size: 13px; white-space: nowrap; }
@media (max-width: 900px) {
	.mno-header-login { display: none; }
}

/* ログインフォーム */
.mno-login-box form { max-width: 380px; margin: 0 auto; }
.mno-login-box form p { margin-bottom: 16px; }
.mno-login-box label {
	display: block; font-weight: 700; margin-bottom: 6px; color: var(--accent-deep); font-size: 14px;
}
.mno-login-box input[type="text"], .mno-login-box input[type="password"] {
	width: 100%; padding: 13px 16px; border: 3px solid var(--pink-pale); border-radius: 16px;
	background: #fff; font-family: inherit; font-size: 15px; color: var(--text); box-sizing: border-box;
}
.mno-login-box input:focus { outline: none; border-color: var(--pink); }
.mno-login-box .login-remember { font-size: 13px; }
.mno-login-box .login-remember label { display: inline; font-weight: 500; color: var(--text); }
.mno-login-box .login-submit { text-align: center; margin-top: 22px; }
.mno-login-box input[type="submit"] {
	background: var(--pink); color: #fff; font-weight: 700; font-size: 15px; font-family: inherit;
	padding: 13px 40px; border-radius: 999px; border: none; cursor: pointer;
	box-shadow: 0 5px 0 rgba(224, 132, 104, 0.55), var(--shadow-soft); transition: 0.2s;
}
.mno-login-box input[type="submit"]:hover {
	transform: translateY(2px);
	box-shadow: 0 3px 0 rgba(224, 132, 104, 0.55), var(--shadow-soft);
}

/* =============================================
   下層ページ共通
   ============================================= */
.mno-page-head {
	background: linear-gradient(160deg, var(--pink-pale), var(--base));
	text-align: center; padding: 52px 20px 40px;
}
.mno-page-head h1 { font-size: clamp(24px, 3.4vw, 34px); color: var(--accent-deep); }
.mno-page-head .lead { font-size: 14px; color: var(--text-light); margin-top: 8px; }
.mno-page-head img.head-icon { width: 64px; height: 64px; object-fit: contain; margin-bottom: 8px; }

.mno-content { padding: 48px 0 72px; }
.mno-content .mno-inner { max-width: 860px; }

/* 記事本文 */
.mno-entry { background: var(--ivory); border-radius: var(--radius-l); box-shadow: var(--shadow-soft); padding: 40px; }
.mno-entry h2 {
	font-size: 22px; margin: 36px 0 16px; padding: 8px 18px;
	background: var(--pink-pale); border-radius: 14px; color: var(--accent-deep);
}
.mno-entry h3 { font-size: 18px; margin: 28px 0 12px; padding-left: 14px; border-left: 5px solid var(--pink); }
.mno-entry p { margin-bottom: 1.2em; }
.mno-entry ul, .mno-entry ol { margin: 0 0 1.2em 1.5em; }
.mno-entry ul { list-style: none; }
.mno-entry ul li { position: relative; padding-left: 20px; margin-bottom: 6px; }
.mno-entry ul li::before {
	content: ""; position: absolute; left: 0; top: 0.6em; width: 10px; height: 10px;
	border-radius: 50%; background: var(--pink);
}
.mno-entry img { border-radius: var(--radius-m); }
.mno-entry blockquote {
	background: var(--base); border-radius: var(--radius-m); padding: 18px 22px; margin-bottom: 1.2em;
	border-left: 5px solid var(--tea);
}

/* スケジュールリスト */
.mno-schedule-list li { margin-bottom: 12px; }
.mno-schedule-list a {
	display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
	background: var(--ivory); border-radius: var(--radius-m); padding: 14px 22px;
	box-shadow: var(--shadow-soft); color: var(--text); transition: 0.2s;
}
.mno-schedule-list a:hover { transform: translateX(4px); opacity: 1; }
.mno-schedule-list .date { font-weight: 700; color: var(--accent-deep); white-space: nowrap; }
.mno-schedule-list .ttl { font-weight: 500; }

.mno-calendar-embed { background: var(--ivory); border-radius: var(--radius-m); padding: 12px; box-shadow: var(--shadow-soft); }
.mno-calendar-embed iframe { width: 100%; min-height: 480px; border: 0; border-radius: 14px; }

.mno-note {
	background: var(--ivory); border-radius: var(--radius-m); padding: 18px 24px;
	box-shadow: var(--shadow-soft); font-size: 14.5px;
}

/* ログイン必須の案内 */
.mno-locked {
	text-align: center; background: var(--ivory); border-radius: var(--radius-l);
	padding: 48px 28px; box-shadow: var(--shadow-soft);
}
.mno-locked img { width: 110px; margin-bottom: 14px; }
.mno-locked p { margin-bottom: 20px; }

/* アーカイブ動画リスト */
.mno-archive-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mno-archive-item {
	background: var(--ivory); border-radius: var(--radius-m); padding: 20px 24px;
	box-shadow: var(--shadow-soft);
}
.mno-archive-item .tag {
	display: inline-block; font-size: 11.5px; font-weight: 700; border-radius: 999px;
	padding: 2px 12px; margin-bottom: 8px; background: var(--pink-pale); color: var(--accent-deep);
}
.mno-archive-item .tag.t4980 { background: var(--olive-pale); color: #7d8b60; }
.mno-archive-item .tag.tinst { background: var(--tea); color: #7a5c33; }
.mno-archive-item h3 { font-size: 15.5px; color: var(--text); }
.mno-archive-item .date { font-size: 12px; color: var(--text-light); margin-top: 4px; }

/* 動画埋め込み */
.mno-video { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-m); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 24px; background: #000; }
.mno-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* イベント詳細の情報表 */
.mno-event-info { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.mno-event-info th, .mno-event-info td { padding: 12px 16px; text-align: left; border-bottom: 2px dashed var(--pink-pale); }
.mno-event-info th { color: var(--accent-deep); white-space: nowrap; width: 110px; }

/* お問い合わせフォーム */
.mno-form p { margin-bottom: 18px; }
.mno-form label { display: block; font-weight: 700; margin-bottom: 6px; color: var(--accent-deep); }
.mno-form input[type="text"], .mno-form input[type="email"], .mno-form textarea {
	width: 100%; padding: 13px 16px; border: 3px solid var(--pink-pale); border-radius: 16px;
	background: #fff; font-family: inherit; font-size: 15px; color: var(--text);
}
.mno-form input:focus, .mno-form textarea:focus { outline: none; border-color: var(--pink); }
.mno-form textarea { min-height: 160px; resize: vertical; }
.mno-form .hp-field { display: none; }
.mno-alert {
	border-radius: var(--radius-m); padding: 14px 22px; margin-bottom: 20px; font-weight: 700;
	background: var(--olive-pale); color: #66774a;
}
.mno-alert.error { background: #fbe4e4; color: #b45b5b; }

/* ページネーション */
.mno-pagination { text-align: center; margin-top: 36px; }
.mno-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 8px; margin: 0 3px; border-radius: 50%;
	background: var(--ivory); box-shadow: var(--shadow-soft); font-weight: 700; color: var(--text);
}
.mno-pagination .page-numbers.current { background: var(--pink); color: #fff; }

/* 記事一覧（コラム） */
.mno-col-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* =============================================
   フッター
   ============================================= */
.mno-footer { background: var(--pink-pale); margin-top: 0; padding: 52px 0 24px; border-top: 3px dashed var(--pink); }
.mno-footer-in { max-width: 1080px; margin: 0 auto; padding: 0 20px; text-align: center; }
.mno-footer .logo { width: 110px; margin-bottom: 12px; }
.mno-footer .brand-copy { font-size: 13.5px; color: var(--text-light); margin-bottom: 22px; }
.mno-footer nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-bottom: 22px; }
.mno-footer nav a { font-size: 13.5px; font-weight: 700; color: var(--text); }
.mno-sns { display: flex; justify-content: center; gap: 14px; margin-bottom: 24px; }
.mno-sns a {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	background: var(--ivory); border-radius: 999px; padding: 8px 20px;
	font-size: 13px; font-weight: 700; color: var(--accent-deep); box-shadow: var(--shadow-soft);
}
.mno-footer .copyright { font-size: 12px; color: var(--text-light); }
.mno-footer .deco-row { display: flex; justify-content: center; gap: 14px; margin-bottom: 18px; }
.mno-footer .deco-row img { width: 26px; height: 26px; object-fit: contain; }

/* =============================================
   レスポンシブ
   ============================================= */
@media (max-width: 900px) {
	.mno-hero-in { grid-template-columns: 1fr; text-align: center; padding-top: 36px; }
	.mno-hero-visual { order: -1; }
	.mno-hero-visual .main-char { width: min(60%, 230px); }
	.mno-values { grid-template-columns: repeat(2, 1fr); }
	.mno-teachers { grid-template-columns: repeat(2, 1fr); }
	.mno-posts { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
	body { font-size: 15px; }
	.mno-section { padding: 48px 0; }
	.mno-courses, .mno-voices, .mno-posts, .mno-member-links,
	.mno-archive-list, .mno-col-list { grid-template-columns: 1fr; }
	.mno-teachers { grid-template-columns: 1fr; }
	.mno-about-wrap { grid-template-columns: 1fr; text-align: center; }
	.mno-about-wrap .char { margin: 0 auto; width: 140px; }
	.mno-about-text { text-align: left; }
	.mno-greeting { grid-template-columns: 1fr; }
	.mno-greeting .photo { text-align: center; }
	.mno-greeting .photo img { max-width: 240px; }
	.mno-entry { padding: 26px 20px; }
	.mno-brand img { width: 44px; height: 44px; }
	.mno-brand .name { font-size: 18px; }
}
