/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* =====================================
   ヘッダー
===================================== */
.site-header {
    background-color: transparent; /* 背景色を透明にする */
    color: #000000; /* 文字色を黒に戻す */
}

.site-header a {
    color: #ffffff; /* メニュー文字色 */
}

.site-header a:hover {
    color: #ffd700; /* ホバー時の色 */
}

/* =====================================
   ボタンスタイル
===================================== */
button, .wp-block-button__link {
    background-color: #0080ff;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

button:hover, .wp-block-button__link:hover {
    background-color: #0059b3;
}

/* =====================================
   見出しスタイル
===================================== */
h1, h2, h3 {
    color: #004080; /* 見出し色 */
    font-weight: 600;
}

h2 {
    border-bottom: 2px solid #004080;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

/* =====================================
   最新記事ブロック・余白調整
===================================== */
.latest-posts {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* =====================================
   フッター
===================================== */
.site-footer {
    background-color: transparent; /* 背景色を透明にする */
    color: #000000; /* 文字色を黒に戻す */
    padding: 20px 0;
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    color: #ffd700;
}

/* =====================================
   リンク一般
===================================== */
a {
    color: #0080ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =====================================
   全体フォント
===================================== */
body {
    font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.6;
}
@media (max-width: 991px) {
    .gmenu__main a {
        font-size: 20px !important;
    }
}
.gmenu__main a {
    font-size: 20px !important;
    color: #000000 !important;
}