/*
Theme Name: Mikazuki Custom Theme
Theme URI: https://example.com/
Author: OpenAI
Description: 和のごはんみかづき用の独自テーマ
Version: 1.0.0
Text Domain: mikazuki
*/

html { margin-top: 0 !important; }
body.admin-bar #gHeader { top: 32px; }
@media screen and (max-width:782px) { body.admin-bar #gHeader { top: 46px; } }

/* WordPress固有の最小限スタイルのみ */
.screen-reader-text { position: absolute; left: -9999px; }
.news-pagination { margin: 40px auto; text-align: center; }
.news-pagination .page-numbers { display: inline-block; margin: 0 6px; padding: 6px 10px; border: 1px solid #ccc; text-decoration: none; }
.news-pagination .current { font-weight: bold; background: #f3f3f3; }
a[href*="lin.ee"] img,
a[href*="line-apps.com"] img { height: 36px; width: auto; max-width: none; }
a[href*="instagram.com"] img[src*="insta"] { height: 50px; width: auto; max-width: none; }


/* SPでは上部のPC用ナビを非表示にし、ロゴ＋ハンバーガーのみ表示 */
@media screen and (max-width: 768px) {
  #gHeader #gNavi,
  #gHeader #gNaviFixed,
  #gHeader .rLink {
    display: none !important;
  }
}
