/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningテーマの子テーマです。
Author: あなたの名前
Version: 1.0
*/

/* 2つ目の段落（Powered by ...）だけ非表示 */
.site-footer-copyright p:nth-of-type(2){ display:none; }


/* スライドショー内のテキストを白・明朝体に統一 */
.ltg-slide-text-title,
.ltg-slide-text-caption,
.ltg-slide-text-set,
.ltg-slide-text-set h3,
.ltg-slide-text-set div,
.ltg-slide-text-set a {
    color: #fff !important; /* 白色 */
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif !important; /* 明朝体 */
    text-shadow: none !important; /* 白を見やすくするため影をオフ（必要なら残す） */
}
