/*
Theme Name: Muum 1MIN Child
Theme URI: https://1min-test.tokyowakwak.com/
Description: TCD085 Muum の子テーマ。1MIN専用に「トップページの本文出力」と「日本史の時代別サブナビ」だけを追加します。親テーマのファイルは一切変更していません。
Author: 1MIN
Template: muum_tcd085
Version: 1.0.0
Text Domain: muum-1min-child
*/

/* ---------------------------------------------------------
   親テーマ（Muum）の style.css は functions.php で読み込んでいます。
   このファイルには 1MIN 独自の追加分だけを書きます。
   記事本文のデザイン（.r1m 系）は「外観 → カスタマイズ → 追加CSS」が正本です。
   ここには書きません。
   --------------------------------------------------------- */

/* 日本史 時代別サブナビ ------------------------------------ */
.onemin-eranav {
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.onemin-eranav-head {
  margin: 0 0 10px;
  padding: 8px 12px;
  background: #13233f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 6px;
}
.onemin-eranav-label {
  margin: 14px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #2d5b8e;
  letter-spacing: .04em;
}
.onemin-eranav-label:first-of-type { margin-top: 0; }
.onemin-eranav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.onemin-eranav li {
  margin: 0;
  border-bottom: 1px solid #dde5ee;
}
.onemin-eranav li:last-child { border-bottom: 0; }
.onemin-eranav a {
  display: block;
  padding: 10px 6px 10px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #1d2733;
  text-decoration: none;
  position: relative;
}
.onemin-eranav a::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: #b9c9da;
}
.onemin-eranav a:hover {
  background: #f4f8fc;
  color: #2d5b8e;
}
.onemin-eranav .is-current > a {
  font-weight: 700;
  color: #2d5b8e;
  background: #eaf1f8;
}
.onemin-eranav .is-current > a::before { background: #2d5b8e; }
.onemin-eranav-all {
  margin: 12px 0 0;
  font-size: 13px;
}
.onemin-eranav-all a { color: #2d5b8e; }

@media (max-width: 767px) {
  .onemin-eranav-head { font-size: 15px; }
  .onemin-eranav a { padding: 12px 6px 12px 14px; }
}
