/*
Theme Name: ORION Child
Theme URI: https://tcd-theme.com/tcd037
Template: orion_tcd037
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "ORION" has an impressive full-screen first view. It has a special custom post type, which allows yobody,
html,
h1, h2, h3, h4, h5, h6,
p, li, dt, dd, span, a, div {
  font-family: 'Noto Serif JP', serif !important;
}u to place sliders and tabbed content anywhere, can be used for sales pages or landing pages as well.
Version: 3.9.1751120363
Updated: 2025-06-28 23:19:23

*/

/* 全体フォント・基本余白設定 */
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  padding: 0 16px;
}

/* 記事本文の最大幅制限（行の長さを調整） */
.single article, .page article {
  max-width: 600px;
  margin: 0 auto;
}

/* 段落の余白 */
p {
  margin-bottom: 1.6em;
}

/* 見出しデザイン */
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5em 0 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2em 0 1em;
}

/* 画像表示：中央配置・余白 */
img {
  display: block;
  margin: 2em auto;
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Noto Serif JP', serif !important;
}

}

body {
  font-family: 'Noto Serif JP', serif !important;
}
html, body, p, h1, h2, h3, h4, h5, h6, li, a, span, div {
  font-family: 'Noto Serif JP', serif !important;
}

.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-title {
  position: absolute;
  bottom: 20%;
  left: 16px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 2rem;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .hero { height: 40vh; }
  .hero .hero-title { font-size: 1.5rem; bottom: 10%; }
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  background-color: #f8f8f8;
}

h1, h2, h3, h4 {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111;
}

p {
  margin-bottom: 1.5em;
}

.post-article {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
}

.post-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.post-date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 2rem;
}

.post-content p {
  margin-bottom: 1.5em;
}

/* ベースフォント */
body {
  font-family: 'Noto Serif JP', serif;
  color: #333;
  background: #fff;
  line-height: 1.8;
}

/* ヘッダー */
.dm-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.dm-header .site-logo {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.dm-header .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.dm-header .main-menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* 見出し */
h1, h2, h3, h4, h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* コンテナ */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 記事本文 */
.post-content, .entry-content {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .dm-header .main-menu {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  body,
  html,
  h1, h2, h3, h4, h5, h6,
  p, li, dt, dd, span, a, div {
    font-family: 'Noto Serif JP', serif !important;
  }
}

/* ベースフォント */
body {
  font-family: 'Noto Serif JP', serif;
  color: #333;
  background: #fff;
  line-height: 1.8;
}

/* ヘッダー */
.dm-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.dm-header .site-logo {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.dm-header .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.dm-header .main-menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* 見出し */
h1, h2, h3, h4, h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* コンテナ */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 記事本文 */
.post-content, .entry-content {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .dm-header .main-menu {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

hr {
  border: none !important;
  border-top: 0.2px solid #999 !important; /* 太さを細く設定 */
  margin: 2em auto !important;
  width: 100% !important;
}

hr {
  border: none !important;
  border-top: 0.3px solid #999 !important; /* ここで細くする */
  margin: 2em auto !important;
  width: 100% !important;
}

/* モバイル専用の上書き */
@media screen and (max-width: 768px) {
  hr {
    border-top: 0.3px solid #999 !important;
  }
}

.custom-hr {
  border-top: 0.3px solid #999;
  margin: 2em auto;
  width: 100%;
}

