@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ff2004
Author: Nakai Shashin Koubou
Tags: 
Version: 0.1.2
*/

/*===============================================*/
/* footerのPowered by を消す
/*===============================================*/
footer .copySection p:nth-child(2) {
display:none !important;
}

/*===============================================*/
/* ヘッダー全体の色調整 
/*===============================================*/
.siteHeader{
background-color:#f5f7cf;
}
.gMenu>li {
    /*background-color: aqua;背景色無し*/
    transition: all 1s ease-out;
}
/*マウスオーバーで被る色*/
.gMenu>li:hover{ 
    width:80%;
    background-color: #deb577;
}
/*マウスオーバーで出てくる線*/
.gMenu>li:before{
    border-bottom: 2px solid #5b360a; /*濃い色*/
}
/*===============================================*/
/* ハンバーガーメニューのカスタマイズ 
/*===============================================*/
.vk-mobile-nav-menu-btn {
background-color:#deb577;
}
.vk-mobile-nav{
background-color:#f5f7cf;
}
/*===============================================*/
/* ヘッダーの問い合わせ関連
/*===============================================*/
/* ロゴ右側のブロック */
.logo-after {
display: block;
width: 370px;
float: right;
}
.logo-after img {
max-height: 50px;
}
.logo-after-pc{display: block;}
.logo-after-sp{display: none;}

@media only screen and (max-width:750px){
.logo-after-pc{display: none !important;}
.logo-after-sp{display: block !important;}
.logo-after img{width:150px;max-height:80px;}
}

/* ヘッダー幅を100%に */
.navbar-header {
width: 100%;
}

@media (max-width: 991px) {
.logo-after {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
}
/* 新バージョン対応 */
@media (min-width: 1200px) {
.gMenu_outer,
.gMenu,
.gMenu > li {
width: 100%;
}
}
@media (max-width: 1199.98px) {
.siteHeader_logo {
width: unset;
}
}

/*===============================================*/
/*トップへ戻るボタンのカスタマイズ
/*===============================================*/
.page_top_btn{
background-color:#5b360a;
color:#f5f7cf;
border-width:0px;
}

/*===============================================*/
/* ハンバーガーメニューのカスタマイズ 
/*===============================================*/
.siteFooter{
background-color:#deb577;
}
