/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}

.hover-card img {
  transition: transform 0.3s ease;
  border-radius: 8px;
  display: block;
  width: 100%;
}

.hover-card:hover img {
  transform: scale(0.85);
}

.hover-card  {
  transition: transform 0.3s ease;
	border: 2px solid #ddd;
  border-radius: 8px;
  display: block;
  width: 100%;
}


.hover-card,
.hover-card h5,
.hover-card .vk_card__text {
  transition: color 0.3s ease;
  color: #000000; /* 初期色 */
}

.hover-card,
.hover-card:hover h5,
.hover-card:hover .vk_card__text {
  color: #0073aa; /* ホバー時の色（WordPressブルー）に変更 */
}


/* 中黒（リストマーカー）を非表示にする */
.hover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;  /* 中央寄せ */
}

.hover-list {
  margin-top: 0 !important;
}

/* 各リスト項目のスタイル */
.hover-list li {
  padding: 12px 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hover-list li a {
  display: block;              /* 全体をリンクにする */
  padding: 12px 16px;          /* リストの見やすい余白 */
  color: inherit;              /* 通常状態は親要素の文字色 */
  text-decoration: none;       /* 下線を消す（必要なら） */
  transition: all 0.3s ease;   /* なめらか変化 */
}

.hover-list li:hover a {
  background-color: #004c6d;   /* ホバー時の背景色 */
  color: #ffffff;              /* ホバー時の文字色 */
  font-weight: 600;            /* 見やすく */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); /* 視認性アップ */
}

.st-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.vk_button_link_txt{
	font-size:0.98em;
}

.swiper-title {
	font-weight:bold;
	font-size:1.1rem;
}

.article-swiper {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden; /* ←追加 */
}

.article-swiper-pagination {
    text-align: center;
    margin-top: 20px; /* ページネーションとスライドの間に余白を追加 */
}

/* カードのスタイル（任意で調整） */
.navi-entry-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-decoration: none;
  color: inherit;
  display: block;
}

.navi-entry-card-thumb {
  margin: 0;
  overflow: hidden;
}

.navi-entry-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.navi-entry-card:hover .navi-entry-card-thumb img {
  transform: scale(1.05);
}

.navi-entry-card-title {
  padding: 10px;
}

/* モバイル（画面幅768px以下）のみ適用 */
@media screen and (max-width: 768px) {
  .navi-entry-card-title {
    font-size: 0.8rem;
  }
}