@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/* ===== 全体トーン ===== */
body {
  background-color: #F5F3EF;
  color: #2F2F2F;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9;
}

/* ===== リンク ===== */
a {
  color: #8B7E74;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ===== 見出し ===== */
h1, h2, h3 {
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* ===== 記事本文 ===== */
.entry-content {
  max-width: 720px;
  margin: 0 auto;
}

/* ===== 余白を静かに ===== */
.entry-content p {
  margin-bottom: 1.8em;
}
/* ===== サイト全体の背景 ===== */
body {
  background-color: #F5F3EF !important;
}

/* ===== メインコンテンツ背景を透明に ===== */
.wrap,
.container,
.content,
.content-in,
.main,
.main-inner {
  background: transparent !important;
}
/* ===== 雑誌幅：本文を720pxに固定 ===== */
.entry-content,
.article,
.single .content-in,
.page .content-in {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/* 記事一覧も720pxに揃える */
.index-list,
.archive .content-in {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/* ===== 本文の行間（雑誌リズム） ===== */
.entry-content {
  line-height: 1.9;
}

/* ===== 段落の余白 ===== */
.entry-content p {
  margin-top: 0;
  margin-bottom: 1.9em;
}
/* ===== 見出しの余白 ===== */
.entry-content h2 {
  margin-top: 3.5em;
  margin-bottom: 1.2em;
}

.entry-content h3 {
  margin-top: 2.8em;
  margin-bottom: 1em;
}
.entry-content {
  letter-spacing: 0.02em;
}
/* ===== h2：章タイトル（雑誌の見出し） ===== */
.entry-content h2 {
  font-size: 1.3em;          /* 大きすぎない */
  font-weight: 400;          /* 太くしない */
  letter-spacing: 0.04em;    /* 少しだけ間をあける */
  line-height: 1.6;
  margin-top: 3.5em;
  margin-bottom: 1.2em;
}

/* ===== h3：段落の切り替え ===== */
.entry-content h3 {
  font-size: 1.05em;         /* 本文＋αくらい */
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 2.8em;
  margin-bottom: 0.8em;
}



