/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*pcとスマホ切り替え*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*ヘッダー*/
.slider{
	border-top: 5px solid #2a2b7d;
    border-bottom: 5px solid #2a2b7d;
	margin-top: -15px;
}
.site-header-logo {
    text-align: left;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
}
.device-mobile .global-nav-list>li{
	padding: 14px 15px;
}
.vk-mobile-nav-widget{
	display: none;
}
.global-nav-list li:hover{
  border-bottom: 2px solid #2a2b7d;	
}

.site-header--layout--nav-float .site-header-logo{
	margin-right: 0;
}
/*フッター*/
.footer-nav{
	border-top: 1px solid #2a2b7d;
    border-bottom: 1px solid #2a2b7d;
}
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and ( max-width:820px)  {
a[href^="tel:"] {
    pointer-events: auto;
	}
}
/*サイト全体*/
a:hover img{
    opacity: 0.5;
	transition: all 0.3s 0s ease
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link:hover{
    opacity: 0.7;
	transition: all 0.3s 0s ease
}
html{
  scroll-behavior: smooth;
}
.site-body{
	padding: 15px 0 0;
}

#searchform{
	display:none;
}
.main-section--margin-bottom--on{
	margin-bottom: 0; 
}
h2 {
  border-bottom: solid 3px #a89990;
  position: relative;
}
h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #165987;
  bottom: -3px;
  width: 22.5%;
}

h3{
	border-bottom: unset;
    position: unset;
	font-weight: bold;
}
h3:before{
	content: '';
    display: inline-block;
    height: 2.5rem;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 10px solid #165987;
}

.hover{
	opacity: 0.6;
}
.sitemap{
	font-size: 0.9rem;
}
.sitemap a:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*トップ*/
.height150 img{
	height: 150px;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_image{
  width: 180px;
  height: 180px;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title{
  font-size: 16px;
  color: #2a2b7d;
} 
.vk_prBlocks_item .col-sm-4  a{
  font-size: 16px;
  color: #2a2b7d;
}
.wp-block-image figcaption a{
  font-size: 16px;
  font-weight: bold;
  color: #2a2b7d;
}
.vk_prBlocks_item a:hover{
  opacity: 0.6;
}
.wp-block-latest-posts li{
	padding: 1rem 10px;
}
.wp-block-latest-posts__post-title{
	font-weight: bold;
}
.top-btn{
	background: #165987;
    padding: 12px 10px 6px;
	transition: 0.3s;
	border: 2px solid #165987;
}
.top-btn:hover{
	background: #fff;
	color: #165987;
	border-radius: 10px;
	opacity: 0.8;
}
/*TOP以外のヘッダー*/
.page-header {
    color: #ffffff;
    background: url(/wp/wp-content/uploads/2025/08/780c17e6fca9e013123ec5db101972da.jpg) no-repeat 50% center;
    background-size: cover;
    min-height: 9rem;
}

.page-header::before {
    /* 背景画像に黒を被せる */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
/* LPガス関連周知 */
.gas-btn{
	background: #165987;
    padding: 10px 10px 8px;
	transition: 0.3s;
	border: 2px solid #165987;
	color: #fff;
}
.gas-btn:hover{
	background: #fff;
	color: #165987;
	border-radius: 10px;
	opacity: 0.8;
}
.gas-hr{
	border-top: 1px dashed #000;
    border-color: #000 !important;	
}
.margin-b0{
	margin-bottom: 0;
}
@media screen and ( max-width:820px)  {
	.sp-fpnt-size{
	font-size: 0.9rem;
	}
	.sp-fpnt-size2{
	font-size: 1.25rem;
	}
}
@media screen and ( max-width:819px)  {
	.lp-list{
        gap: 8px;
        margin: 0 !important;
		font-size: 0.9rem;
	}
}


/*困った時は*/
.trouble-li{
  margin: -4px 0 0 0;	
}
.vk_faq .vk_faq_title{
	border-bottom: unset;
}
.vk_faq{
	border: unset;
	margin: 0;
	padding: 0;
}
.vk_faq .vk_faq_title:before{
	background-color: #2a2b7d;
}
.vk_faq .vk_faq_content:before{
	background-color: #2a2b7d;
}
.right-color{
    color: #2a2b7d;
    font-size: 1.2rem;
}
.right-color span{
    color: #000;
    font-size: 18px;
}
.right-color2{
    color: #2a2b7d;
}
.right-color2 span{
    color: #000;
}
/*ごあいさつ*/
table td{
	padding: 0.8rem 1rem;
}
td a{
	color: #551aa9;
}
.wp-block-table.is-style-stripes{
	border-bottom: unset;
}
/*お知らせ*/
.vk_post_title{
    border-bottom: 2px solid #f9f9f9;
    padding: 0 0 5px;	
}
.entry-meta-item-updated{
    display: none;	
}
.fn{
	display:none;
}
.next-prev{
	display: none;
}
.comments-area{
	display: none;
}
.vk_post .media-img{
	display: none;
}
.vk_post_title{
	border: none;
}
.vk_post_title_new{
	display: none;
}
.veu_followSet{
	display: none;
}
.entry-meta-data-list dt{
	background-color: #165987;
}
/*お問い合わせ*/
.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;
}
/* 右下のreCAPTCHA非表示 */
.grecaptcha-badge {
	visibility: hidden; 
}
/*サイトマップ*/
.sitemap i{
    color: #165987;
}
/*ハンバーガーボタン*/
.vk-mobile-nav-menu-btn{
	width: 40px;
	height: 40px;
}
/* お知らせ サイドバー */
.living{
    font-size: 0.8rem;
    margin-top: -20px;
    margin-bottom: 0;
}