@charset "UTF-8";
/*
 Theme Name: GeneratePress Child
 Theme URI: https://yuna-hino.com/
 Description: Child theme for GeneratePress
 Author: Yuna Hino
 Template: generatepress
 Version: 1.0.0
 Text Domain: generatepress-child
*/
/* --- 2) グローバル指定（本文ベース） --- */
html, body {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- 3) GeneratePress の主要要素を継承で統一 --- */
/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: .03em;
}

b, strong {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ナビゲーション */
.main-navigation, .main-navigation a, .menu-toggle {
  font-family: inherit;
}

/* サイトタイトル/キャッチコピー */
.site-branding, .site-title, .site-description {
  font-family: inherit;
}

/* ウィジェット見出しなど */
.widget-title, .sidebar .widget, .footer-widgets, .site-info {
  font-family: inherit;
}

/* フォーム・ボタン・テーブルなど UI */
button, .button, input, select, textarea,
.wp-block-button, .wp-block-button__link,
table, th, td {
  font-family: inherit;
}

/* --- 4) Gutenberg（ブロックエディタ）側にも反映 --- */
.editor-styles-wrapper {
  font-family: 'Noto Sans JP', 		'Noto Sans', 		'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 		system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.editor-styles-wrapper .wp-block-button, .editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper button, .editor-styles-wrapper input, .editor-styles-wrapper select, .editor-styles-wrapper textarea {
  font-family: inherit !important;
}

/* --- 5) 文字の雰囲気調整（任意） --- */
/* 数字を少し締めたい・合字を抑えたいとき */
body {
  font-feature-settings: 'palt';
}

.main-title a {
  font-family: 'Grape Nuts', cursive;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
}

/**
 * 記事詳細と固定ページ詳細
 */
.wp-singular #content .entry-title {
  font-size: 31px;
  line-height: 1.5;
}

.wp-singular #content h2 {
  font-size: 27px;
}

.wp-singular #content p + h2,
.wp-singular #content ul + h2,
.wp-singular #content ol + h2 {
  margin-top: 48px;
}

.wp-singular #content h3 {
  font-size: 23px;
}

.wp-singular #content p {
  font-size: 15.5px;
  letter-spacing: .08em;
  line-height: 1.9;
  font-family: 'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-singular #content ul, .wp-singular #content ol {
  margin: 0 0 0 2em;
  font-size: 15.5px;
  letter-spacing: .08em;
  line-height: 1.9;
  font-family: 'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.archive #content .page-title {
  font-size: 31px;
  line-height: 1.5;
}

.archive #content .entry-title {
  font-size: 27px;
}

.archive #content p + h2,
.archive #content ul + h2,
.archive #content ol + h2 {
  margin-top: 48px;
}

.archive #content h3 {
  font-size: 23px;
}

.archive #content p {
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.9;
  font-family: 'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.archive #content ul, .archive #content ol {
  margin: 0 0 0 2em;
  font-size: 15.5px;
  letter-spacing: .08em;
  line-height: 1.9;
  font-family: 'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
  padding: 10px 0;
  font-family: 'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-meta img.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.entry-meta .author-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.entry-meta .author-details .author-name {
  font-size: 14px;
  line-height: 1.41;
}

.entry-meta .author-details .post-date {
  font-size: 12px;
  color: #666;
  line-height: 1.41;
}

.widget-area .widget {
  padding: 20px;
}

/*# sourceMappingURL=style.map */