/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 14.13.3.1645330360
Updated: 2022-02-20 13:12:40

*/

/* サブメニュー　文字色を白　背景色をオレンジに変更*/
ul#menu-\%e3\%83\%98\%e3\%83\%83\%e3\%82\%bf\%e3\%83\%bc\%e3\%83\%8a\%e3\%83\%93-1 a {
    color: #ffffff;
}
ul#menu-\%e3\%83\%98\%e3\%83\%83\%e3\%82\%bf\%e3\%83\%bc\%e3\%83\%8a\%e3\%83\%93-1 {
    background-color: #f48338;
}

/* ヘッダーのフォントを変更*/
div#site-header-container {
    font-family: 'Noto Serif JP';
}

/* フッターコピーライトを消す*/
.container.site-footer-copyright {
    display: none;
}