/* 蜈ｨ菴楢ｨｭ螳夲ｼ医Δ繝繝ｳ縺ｪ繝�じ繧､繝ｳ繝ｻ繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢懶ｼ� */
body {
  font-family: var(--font-base);
  margin: 0;
  padding: 0;
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.update-notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.update-notice-list li {
  margin-bottom: 5px;
}

.full-update-notice-list li {
  margin-bottom: 10px;
}

/* 繝倥ャ繝繝ｼ */
.header {
  background: var(--header-bg) !important;
  color: var(--text-main);
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px var(--shadow-soft);
}

/* 繝倥ャ繝繝ｼ蜀�Μ繝ｳ繧ｯ */
.header a {
  color: var(--text-main);
  text-decoration: none;
}

/* 繧ｵ繧､繝医ち繧､繝医Ν */
.site-title {
  flex-basis: 100%;
  text-align: left;
  /* PC迚医ｂ蟾ｦ蟇�○ */
  margin-top: 5px;
  margin-bottom: 1px;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 10px;
  /* 逕ｻ蜒上→繧ｿ繧､繝医Ν縺ｮ髢薙�菴咏區 */
  justify-content: flex-start;
  /* PC繝ｻ繧ｹ繝槭�蜈ｱ騾壹〒蟾ｦ蟇�○ */
}

.site-logo {
  width: 60px;
  height: 60px;
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 600px) {
  .logo-title {
    justify-content: flex-start;
    /* 繧ｹ繝槭�迚医〒蟾ｦ蟇�○ */
  }

  .site-title-wrapper {
    text-align: left;
    /* 繧ｿ繧､繝医Ν繧貞ｷｦ蟇�○ */
  }
}

/* 繝倥ャ繝繝ｼ蜀�Ξ繧､繧｢繧ｦ繝郁ｪｿ謨ｴ */
.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}

/* 繧ｵ繧､繝医ち繧､繝医Ν縺ｮ繝ｩ繝�ヱ繝ｼ */
.site-title-wrapper {
  width: 100%;
  text-align: center;
}

.site-title a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

/* 繝懊ち繝ｳ鄒､�域､懃ｴ｢讖溯�繝ｻ讖溽ｨｮ讀懃ｴ｢�� */
.search-machine {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 蜈ｱ騾壹�繧ｿ繝ｳ繧ｹ繧ｿ繧､繝ｫ�域眠隕剰ｿｽ蜉��� */
.common-btn {
  padding: 8px 12px;
  font-size: 1rem;
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.common-btn:hover {
  background: #e05500;
}

/* 窶ｻ 讀懃ｴ｢繝懊ち繝ｳ�医く繝ｼ繝ｯ繝ｼ繝画､懃ｴ｢�� */
.search-btn {
  /* 蜈ｱ騾壹�繧ｿ繝ｳ繧ｹ繧ｿ繧､繝ｫ繧貞茜逕ｨ */
  font-size: 2rem;
  /* 譁�ｭ励し繧､繧ｺ縺ｯ蠢�ｦ√↓蠢懊§縺ｦ隱ｿ謨ｴ */
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* 縺薙％縺ｧ縺ｯ荳｡譁ｹ縺ｮ繝懊ち繝ｳ縺ｫ class="common-btn" 繧剃ｻ倅ｸ弱☆繧九◆繧√�
   讀懃ｴ｢讖溯�縺ｨ讖溽ｨｮ讀懃ｴ｢縺ｮ繝懊ち繝ｳ縺悟酔荳繝�じ繧､繝ｳ縺ｫ縺ｪ繧翫∪縺� */

/* 讀懃ｴ｢繝繧､繧｢繝ｫ */
.search-dial {
  display: none;
  /* 蛻晄悄迥ｶ諷九�髱櫁｡ｨ遉ｺ */
  position: absolute;
  top: 80px;
  right: 20px;
  width: 90%;
  max-width: 400px;
  padding: 10px 10px 10px 40px;
  /* 蟾ｦ蛛ｴ縺ｫ菴咏區遒ｺ菫晢ｼ磯哩縺倥ｋ繝懊ち繝ｳ逕ｨ�� */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.search-dial.active {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 髢峨§繧九�繧ｿ繝ｳ�域､懃ｴ｢繝繧､繧｢繝ｫ蜀�ｼ� */
.close-search-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* 繝倥ャ繝繝ｼ蜀�♀豌励↓蜈･繧翫Μ繧ｹ繝� */
.header-favorites {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 5px 2px;
  box-sizing: border-box;
  background-color: var(--bg-card);
  border: 1px solid var(--line-gold);
  margin-top: 10px;
}

.favorite-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 75px;
  text-align: center;
}

.favorite-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* 譌｢蟄倥�繝倥ャ繝繝ｼ縲∵怙譁ｰ縺ｮ縺顔衍繧峨○縲√さ繝ｳ繝�リ縲√ヵ繝�ち繝ｼ遲峨�繧ｹ繧ｿ繧､繝ｫ縺ｯ縺昴�縺ｾ縺ｾ */



/* 繝医ャ繝励ヰ繝翫��医�繝�ム繝ｼ縺ｨ邨ｱ荳縺励◆繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ�� */
.top-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.custom-searchform,
.searchform {
  flex-basis: 100%;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 10px;
}

/* 繝｡繝九Η繝ｼ繝懊ち繝ｳ */
.menu-buttons button {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.menu-buttons button:hover {
  background: #e05500;
  transform: translateY(-2px);
}

.menu-buttons {
  flex-basis: 100%;
  text-align: center;
}

/* 最新のお知らせ（修正後） */
.index-news {
  background: transparent;
  padding: 0;
  margin-bottom: var(--spacing-md);
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* 見出しもシンプルに */
/* .index-news h2 {
  background: transparent;
  border-left: 4px solid var(--accent-color);
  padding-left: 10px;
  margin: 10px 0 15px;
  color: var(--text-main);
  font-size: 1.25rem;
} */

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-gold);
  font-size: 16px;
}

.news-date {
  color: var(--text-light);
  font-size: 0.85em;
  font-family: var(--font-mono);
  margin-right: 15px;
  white-space: nowrap;
}

.news-title {
  color: var(--text-main);
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-title:hover {
  color: var(--gold);
  text-decoration: none;
}

/* メディアクエリ（画面幅768px以下の場合） */
@media screen and (max-width: 768px) {
  .news-item {
    font-size: 14px;
    padding: 6px 0;
  }

  .news-date {
    font-size: 0.85em;
    margin-right: 10px;
  }
}

/* コンテナ */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  background-color: var(--bg-card);
  padding: 30px;
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line-gold);
}

/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ隕句縺暦ｼ医Α繝九繝ｫ繝じ繧､繝ｳ繝ｻ髱堤ｳｻ */
/* .section h2 {
  background: #eff6ff;
  color: #1e40af;
  padding: 1rem;
  border-radius: 4px;
  border-left: 4px solid #2563eb;
  margin-bottom: 1.5rem;
} */

/* リンクのスタイル */
a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--gold-soft);
}

/* 本文内のリンク */
.entry-content a {
  color: var(--cyan);
  text-decoration: none;
  transition: color 0.2s ease;
}

.entry-content a:hover {
  color: #8af0ff;
  text-decoration: underline;
}

