/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


.site-header-logo img {
    max-height: 100px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 60px;
  }
}
/**コピーライト削除 */
footer .copySection p:nth-child(2) {
    display:none !important;
}

h1.entry-title{
 display:none;
}

/* ページヘッダーの背景色 */
.page-header {
    background-color: #FFFFFF;
}

/* =====================

フォントの変更

===================== */

body,html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:500;
	}	

.gMenu>li .gMenu_name {
font-size: サイズ;14
}

/** メニューバーの文字色変更 */
.global-nav .nav li a {
    color: #000000;
}

.site-footer-copyright p:nth-child(2) {
    display:none!important;
}
