/*
Theme Name: Niku French
Author: Niku
Description: 和牛フレンチ niku WordPress Theme
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background-color: #F9F7F5;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .font-serif {
    font-family: 'Shippori Mincho', serif;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

/* Safe Area for Mobile */
.pb-safe-area {
    padding-bottom: env(safe-area-inset-bottom);
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in {
    animation: fadeIn 0.5s ease-out forwards;
}

/* Feature Settings */
.font-feature-settings-palt {
    font-feature-settings: "palt";
}

/* Loading Overlay */
#loading {
    position: fixed;
    inset: 0;
    background: #F9F7F5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s;
}

/* Utility for hidden elements controlled by JS */
.hidden-content {
    display: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.border_meat {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 12px;
    margin: 4px 0 0;
}
/* =========================================
   投稿詳細ページのシンプル装飾
   ========================================= */

/* 記事全体の枠組み */
article.post {
    max-width: 800px;      /* 読みやすい幅に制限 */
    margin: 0 auto;        /* 画面中央に配置 */
	padding: 120px 20px 60px;    /* 上下の余白をたっぷり取る */
    background-color: #fff;
}

/* ヘッダーエリア（タイトル・日付） */
.entry-header {
    text-align: center;    /* 中央揃え */
    margin-bottom: 50px;   /* 本文との間隔 */
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; /* 薄い区切り線 */
}

/* 記事タイトル */
.entry-title {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; /* 明朝体 */
    font-size: 28px;       /* 大きすぎない上品なサイズ */
    font-weight: 500;
    color: #111;           /* 真っ黒より少し薄い黒 */
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

/* メタ情報（日付・カテゴリ） */
.entry-meta {
    font-family: sans-serif; /* 数字は見やすいゴシック系 */
    font-size: 12px;
    color: #888;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;             /* 日付とカテゴリの間隔 */
}

/* カテゴリのリンクデザイン */
.entry-meta .cat a {
    color: #999;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    padding: 3px 12px;
    border-radius: 99px;   /* 丸いボタン風 */
    transition: all 0.3s ease;
    text-transform: uppercase; /* 大文字変換 */
    font-size: 10px;
}

.entry-meta .cat a:hover {
    border-color: #111;
    color: #111;
}

/* 本文エリア */
.entry-content {
    font-size: 16px;       /* 読みやすい基本サイズ */
    line-height: 2.0;      /* 行間を広めに取ってゆったりと */
    color: #333;
    letter-spacing: 0.02em;
}

/* 本文内の段落 */
.entry-content p {
    margin-bottom: 2em;    /* 段落ごとの余白 */
}

/* スマホ用の調整 */
@media (max-width: 600px) {
    article.post {
        padding: 120px 15px 40px;
    }
    .entry-title {
        font-size: 22px;
    }
    .entry-content {
        font-size: 15px;
        line-height: 1.8;
    }
}
.gtranslate_wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}
@media screen and (max-width: 750px) {
.gtranslate_wrapper {
    bottom: 62px;
}
#access-footer {
    padding-bottom: 6rem;
}
}