@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }
	
@media (min-width: 992px) {
    
p {
    font-size:20px;
    } 
    
}

.gMenu_name {
    font-weight:bold !important;
    }

body,
header,
nav ul li a {
    background-color:#ffffff !important;
    }
	
footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }
	
footer .copySection p:nth-child(2) {
    display:none !important;
    }
	
 /*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height: none !important;
}

 	
h6 {
    background-color:#cb0003 !important;
    }
	
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 300px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
}
 
/* 連絡先のスタイル */
.logo-after .message {
    font-size: 18px;
}
 
.logo-after .tel {
    color: red;
    font-size: 26px;
}
 
.logo-after .time {
    font-size: 12px;
    color: #666;
}
 
/*PC表示の時にはリンクを無効にする*/
@media (min-width: 992px){
.tel {
pointer-events: none;
 }
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
    margin-top:10px;
    display: block;
}
	