@charset "utf-8";
/*
Theme Name: Lightning Child 2021
Theme URI: 吹田市国際交流協会
Template: lightning
Description: nase
Author: nase
Tags: 
Version: 0.1.2
*/

/* グローバルメニューのフォントサイズ */
ul.gMenu li{
	font-size: 14px;
	font-weight: bold;
}
 
/* グローバルメニュー2行目のフォントサイズ */
.gMenu_description {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}

/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 250px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* 右上のスタイル */
.logo-after .message {
    font-size: 12px;
}

.logo-after .tel {
	font-size: 14px;
	font-weight: bold;
}
 
/*PC表示の時にはリンクを無効にする
@media (min-width: 992px){
.tel {
pointer-events: none;
 }
}*/

