@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
@media (min-width: 992px) {

.container.siteHeadContainer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.navbar-header {
width: 100%;
order: 0;
float: none;
}

.siteHeader_logo {
float: none;
width: 100%;

}

.siteHeader_logo img {
margin: 0 auto;
}

.gMenu_outer {
width: 100%;
order: 1;
float: none;
}

ul.gMenu {
float: none;
display: flex;
justify-content: center;
}
}