@charset "utf-8";
/*
Theme Name: Lightning Child yamashita
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* ヘッダー（通常時） */
.site-header {
    background-color: #fff;
}

/* ヘッダーロゴサイズ指定 */
.site-header-logo img {
    max-height: 80px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 60px;
  }
}

/* グローバルメニューの文字色 */
.global-nav .nav li a {
	color:#000;
	}
/* グローバルサブメニューの背景色 */
.global-nav-list>li>ul.sub-menu {
  background-color: #fff;
	}

@media (min-width: 992px) {
    .header_scrolled .site-header {
        background-color: #fff;
    }
}

/* ページヘッダーの背景画像 */
.page-header {
    background: url(https://wp-ws0004.utn.tokyo.jp/wp-content/uploads/2024/04/23580473_m.jpg) no-repeat;
	background-position: 50% 10%;
    background-size: cover;
}

/* ページタイトルヘッダーの文字色 */
h1.page-header-title {
    color: #fff;
}

/* 投稿ページ - 投稿者名を非表示 */
.entry-meta-item-author {
	display: none;
	}

/* 投稿ページ - 最終更新日を非表示 */
.entry-meta-item-updated {
	display: none;
	}

/* ライトニングコピーライトを削除 */
.site-footer-copyright p:nth-child(2) {
    display:none;
}

/* モバイルのヘッダー右ウィジェット */
@media (max-width: 991px) {
    .site-header-sub {
        display: inherit;
        margin: 0;
        padding: 0;
    }
    .site-header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

figure.wp-block-image.alignleft {
    margin-right: 0;
}

.siteHeader,
.header_scrolled .gMenu_outer {
background-color:#fff;
}

.siteHeader li a{
color:#000;
}

.siteHeader li:hover{
background-color:#ffda69;
}

/* フッタのセンタリング */
.veu_profile .profile_text {
    text-align: center;
}
.veu_profile .sns_btns {
    width: 40px;
    margin: auto;
}

.txt_min {
		font-family: "Yu Mincho","YuMincho","Noto Serif JP";
}

/* ウィジェット下余白 */
#block-11 { margin: 0; }

/* フッタのGooglemap高さ */
.site-footer iframe {
    height: 400px !important;
}