/*
Theme Name: Family Grade
Theme URI:
Author:
Description: 日本食育コミュニケーション協会 カスタムテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: family-grade
*/

body {
    color: #333333;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}

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

.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft   { float: left; margin-right: 1.5rem; }
.alignright  { float: right; margin-left: 1.5rem; }

.post-content p,
.post-content li {
    line-height: 2.2;
}

/* ページネーション */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s;
    padding: 0 0.5rem;
}
.page-numbers.current {
    background: linear-gradient(to right, #E7BD52, #F89F8F);
    color: #fff;
}
.page-numbers:hover:not(.current):not(.dots) {
    background-color: #f3f4f6;
}

/* カルーセル用スクロールバー非表示 */
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }

/* js-hidden（さらに表示する 用） */
.js-hidden { display: none; }

/* ヘッダースクロール */
#site-header {
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
#site-header.is-scrolled {
    background-color: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 12px rgba(0,0,0,0.07);
}
