/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: KZらぼデモサイト
Author: KZらぼ
Tags: 
Version: 0.6.0
*/

:root {
    --vk-size-text: 18px;
    --vk-color-text-body: black;
}

/* 明朝体 */
.entry-body h2,
.entry-body h3,
.entry-body .mincho,
.page-header .page-header-title {
    font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 800;
}

.entry-body h2.maru_kuro {
    line-height:150px;

    text-shadow: #fff 1px 0 10px;
/*
    text-shadow: 1px 1px 2px #fff;
    */
    background: url(https://ramen.keiz-labo.works/wp/wp-content/uploads/2025/10/maru_kuro.png) center no-repeat;

}
.entry-body h2.maru_aka {
    line-height:150px;

    text-shadow: #fff 1px 0 10px;
/*
    text-shadow: 1px 1px 2px #fff;
    */
    background: url(https://ramen.keiz-labo.works/wp/wp-content/uploads/2025/10/maru_aka.png) center no-repeat;

}

/* site-header */
header.site-header {
    background-color: black!important;
    color: #fff;
}
header.site-header a {
    color: #d5d5d5;
}
header.site-header a:hover {
    color: #fff;
}

/* サイトヘッダーを透過にする（PCだけ） */
/*
@media (min-width: 992px) {
    body.home #site-header {
      background-color: rgba(255,255,255,0.15);
    }
    body.home.header_scrolled #site-header {
      background-color: rgba(255,255,255,0.5);
    }
    body.home:not(.header_scrolled) #site-header {
      position: absolute;
    }
}
*/

/* site-footer */
footer.site-footer {
    background-color: black!important;
    color: #fff!important;
}

/* copyright powerd by WordPress を非表示 */
.site-footer-copyright p:nth-child(2) {
    display:none;
}

/* PAGE TOPへボタン */
/* 四角を丸くする */
#page_top.page_top_btn {
    border-radius:50%;
}
/* オンマウスで一回り大きく表示 */
#page_top.page_top_btn:hover {
    transform: scale(1.1, 1.1);
}


/* 電話リンク(スマートフォン・タブレットのみ)横幅が751px以内で、電話番号リンクが有効 */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }

/* 下位階層共通 */
/* ヘッダーのページ見出しを画像に変更する */
.page-header {
    background: none!important;
    /*
    background-image: url("/wp/wp-content/uploads/2025/10/23364906-scaled.jpg")!important;
    */

    background-color: #fff!important;
    /*
    background-blend-mode:lighten!important;
    */
    /* デフォルトでは8emの高さを変更 */
    min-height: 300px;
}
/*ページ見出しの文字色を変更する */
.page-header .page-header-title {
    /*
    color: var(--vk-color-primary);
    */
    color: #000;
    text-shadow: #fff 1px 0 10px;
    line-height:250px;
    background: url(/wp/wp-content/uploads/2025/10/maru_gold.png) center no-repeat;

}