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


/* 全体 */
html {
	scroll-behavior: smooth;
}
.site-body{
	padding-top: 0;
}
.site-header{
	box-shadow: none !important;
}
.global-nav{
	display: none !important;
}
i{
	margin-right: 0 !important;
}
.hover:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
h1:hover a{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
h2{
    font-size: 32px;
    display: block;
    position: relative;
    padding: 0px 15px 0 38px;
}
h2:before{
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 32px;
    color: #00946d;
    left: 0;
    top: 0;
    content:"\f058";
    position: absolute;
}
h3{
    margin-bottom: 16px;
    border-bottom: 2px solid #00946d;
    color: #333333;
	font-size: 24px;
}
h4{
    font-size: 16px;
    display: block;
    position: relative;
    padding: 0px 28px;
}
h4:before{
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #00946d;
    left: 0;
    top: 0;
    content:"\f14a";
    position: absolute;
}
h5{
    padding: 4px 8px;
    border-left: 5px solid #00946d;
}
.map{
	width: 1000px;
	height: 600px;
	display: block;
	margin: 0 auto;
}
a{
	text-decoration: none !important;
}
menu a{
	opacity: 1 !important;
}
.nav-font {
	width: 210px;
}
.nav-font a{
	font-size: 0px;
}
.nav-img a{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.mincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.page-header {
    /* 文字色 */
    color: #ffffff;
    /* 背景画像 */
    background: #00946d;
    background-size: cover;
    min-height: 6rem;
    font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.breadcrumb{
	display: none;
}
.site-footer{
    border-top: 3px solid #00946d;
    background: #fff;
    color: #333;
    z-index: 100;
    margin-top: 0px !important;
}
.site-footer a{
    color: #fff;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.margin-0{
	margin: 0;
}
.gap-0{
    gap: 0;
}
.gap-8{
    gap: 8px;
}
.gap-about{
    gap: 8px;
}
.logo-opacity{
	opacity: 0.8;
}
.sitemap{
	font-size: 0.9rem;
}
.sitemap a:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.global-nav li:hover{
	opacity: 1;
	border-bottom:dashed 1px #3156a5;
}
.top-btn{
    color: #fff;
    background-color: #266445;
    border: 1px solid #266445;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 10px;
    width: 300px;
    transition: all 0.3s ease;
}
.top-btn:hover{
	color: #266445 !important;
	background-color: #fff;
}
.btn-w250 a{
	min-width: 250px !important;
}

.page_top_btn{
	background-color: #00946d;
}
.page_top_btn:hover{
	opacity:0.6 !important;
}
.site-header-container{
	padding-bottom: 5px;
}
.hidden{
	visibility: hidden;
}
.map iframe{
	width: 600px;
	height: 400px;	
}
.space10{
    margin-top: 10px;	
	display: block;
}
.space20{
    margin-top: 20px;	
	display: block;
}
.space50{
    margin-top: 50px;	
	display: block;
}
.max-h{
	
}
.dog-top{
    margin-top: -220px;
    z-index: 100;
    position: relative;
}
.dog{
	display: block;
}
.margin-b0{
	margin-bottom: 0px !important;
}
.margin-b10{
	margin-bottom: 10px !important;
}
.height150 img{
	height: 150px;
    width: 100%;
}
@media screen and ( max-width:990px)  {
	.map iframe{
		width: 385px;
	}
	.dog{
		transform: scale(0.8);
	}
}
@media screen and ( max-width:768px)  {
	.dog-top{
		margin-top: -180px;
	}
	.dog{
		transform: scale(0.6);
	}
}
@media screen and ( max-width:480px)  {
	.dog-top{
		margin-top: -140px;
	}
}
/*
@media screen and ( max-width:480px)  {
    .cover-h{
       margin-top: -40px;
    }
}
*/
/* トップ */
.menu-box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.menu-list{
	
}
.menu-list a{
	color: #fff;
}
.menu-list a:hover{
	opacity: 0.6;
}
.oshirase{
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    color: #00946d;
	margin-bottom: 10px;
}
.oshirase::before,
.oshirase::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    background-color: #00946d;
}
.oshirase::before {
    left: 0;
}
.oshirase::after {
    right: 0;
}
@media screen and ( max-width:991px)  {
	.menu-box{
		font-size: 0.9rem;
	}
}
@media screen and ( max-width:767px)  {
	.menu-box{
		display: none;
	}
}
/* LPガス料金について */
.ryokin-tbl{
	border: 1px solid #ccc;
}
.ryokin-tbl th{
	background-color: #eee;
	padding: 10px 5px;
	width: 20%;
}
.ryokin-tbl td{
	text-align: center;
	padding: 10px 5px;
}
@media screen and ( max-width:767px)  {
	.ryokin-tbl th{
		font-size: 0.7rem !important;
	}
	.ryokin-tbl td{
		font-size: 0.7rem !important;
	}
}

/* 事業内容 */
.business-list01{
	height: 68px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.business-list-this{
	color: #fff;
	background-color: #439EB0;
}
.business-list-hover{
	background-color: #266445;
}
.business-list-hover:hover{
	border-radius: 15px;
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
@media screen and ( max-width:992px)  {
	.business-list01{
		height: unset;
		padding-bottom: 0px;
	}
}
/* 企業情報 */
.about-list01{
	height: 60px;
    padding-top: 17px;
}
.about-list02{
	margin-bottom: 0;
}
.about-list-this{
	color: #fff;
	background-color: #dbd5cc;
}
.about-list-hover{
	background-color: #cce4f3;
	
}
.about-list-hover:hover{
	border-radius: 15px;
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
/* 右下のreCAPTCHA非表示 */
.grecaptcha-badge {
	visibility: hidden; 
}
/* ブログ */
.main-section--col--two{
	margin-top: 20px;
}
#block-19{
	margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}
.vk_post_btn:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.entry-meta-item, .vcard author, .media-img, .widget_search, .next-prev{
	display: none;
}
/* Googleフォーム */
.gform-nyukyo{
	height: 700px;
}
.gform-tenkyo{
	height: 700px;
}
.gform-hoan{
	height: 700px;
}
.gform-fuzai{
	height: 700px;
}
@media screen and ( max-width:767px)  {
	.gform-nyukyo{
		height: *3400px !important;
	}
	.gform-tenkyo{
		height: *2900px !important;
	}
	.gform-hoan{
		height: *2000px !important;
	}
	.gform-fuzai{
		height: *2400px !important;
	}
}
/* 会社概要 */
.outline-padding{
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px;
	gap: 4px;
}
.outline-margin01{
	margin-block-end: unset !important;
}
.outline-p-span span{
	width: 280px;
    display: inline-block;
}

.map iframe{
	margin: 0 auto;
	display: block;
}
@media screen and ( max-width:640px)  {
	.outline-p-span span{
		width: 228px;
   		display: inline-block;
	}
}
/* 個人情報保護方針 */
.ul-policy li{
	list-style-type: decimal;
}
	

/*  お問い合わせ */
.deco{
	border-left: 5px solid #5cc2f2;
    padding-left: 10px;
}
.contact-reset{
	background: #5cc2f2;
    color: #fff;
    border: none;
    border-radius: 5px;
	padding: 6px 20px;
}
.contact-reset:hover{
	opacity: 0.8;
	transition: all 0.3s 0s ease;
}
.content-width350{
	max-width: 350px;
	display: block;
}

.red{
	color: red;
}

