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




/* ヘッダー
------------------------------------------------------------------------------------*/
/* お問合せボタン非表示
-----------------------------------------------*/
.contact-btn{
	display: none;
}

/* 電話番号
-----------------------------------------------*/
.site-header-sub .contact-txt-tel{
	color: #83b730;
}
/* 営業時間 */
.site-header-sub .contact-txt-time{
	font-size: 13px;
}




/* メニュー
------------------------------------------------------------------------------------*/
/* 全般
-----------------------------------------------*/
.global-nav-list li .global-nav-name{
	font-size: 16px;
	font-weight: normal;
}




/* メニュー
------------------------------------------------------------------------------------*/
.breadcrumb{
	display: none;
}




/* グループ
------------------------------------------------------------------------------------*/
/* 全般
-----------------------------------------------*/
.wp-block-group{
	margin-bottom: 2rem;	
}

/* 全幅
-----------------------------------------------*/
.alignfull{
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #f7f7f7;
}

/* お知らせ
-----------------------------------------------*/
.group-information{
	margin-top: 0;
	background: #f7f7f7;
	padding: 3rem;
}




/* 見出し
------------------------------------------------------------------------------------*/
/* h2
-----------------------------------------------*/
h2{
	color: #e54817;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 6rem;
	margin-bottom: 0;
}
h2::before,
h2::after{
	content: '';
	flex-grow: 1;
	height: 10px;
	background-color: #e54817;
}
h2::before{
	margin-right: 2rem;
}
h2::after{
	margin-left: 2rem;
}
/* 見出し下英語 */
.h2-en{
	color: #e54817;
	text-align: center;
}
/* 一番最初のh2 */
h2:first-of-type{
	margin-top: 0;
}
/* P下のh2 */
p + h2{
	margin-top: 6rem;
}

/* グループ内の見出し
------------------------------*/
/* h2 */
.wp-block-group h2{
	margin-top: 0;
}
body :is(.is-layout-flow,.is-layout-constrained)>:is(h2){
	margin-block-end: 0;
}

/* h3
-----------------------------------------------*/
h3{
	color: #83b730;
	font-weight: normal;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.5rem 0 0.2rem;
}
/* グリッドカラム内の見出し
------------------------------*/
.vk_gridcolcard_item h3{
	text-align: center;
	box-shadow: none;
	border-bottom: 1px solid #333;
}

/* h4
-----------------------------------------------*/
h4{
	display: flex;
	align-items: center;
	font-weight: normal;
	background-image: url('https://furuya-hyakka.com/wp-content/uploads/2025/07/h4-image.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2rem;
}
h4::after{
	content: '';
	flex-grow: 1;
	height: 1px;
	background-color: #dcdcdc;
}
h4::after{
	margin-left: 1rem;
}

/* h5
-----------------------------------------------*/
h5{
	font-weight: normal;
}




/* ボタン
------------------------------------------------------------------------------------*/
.wp-block-button .wp-block-button__link{
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	
}
.wp-block-button .wp-block-button__link::after{
	content: url('https://furuya-hyakka.com/wp-content/uploads/2025/07/btn_yajirushi.png');
	padding-left: 5px;
}




/* 投稿リスト
------------------------------------------------------------------------------------*/
/* お知らせ（一行テキスト）
-----------------------------------------------*/
.vk_posts-postType-information{
	background: #fff;
}

/* 商品（カード）
-----------------------------------------------*/
.vk_post-postType-items{
	border-radius: 0;
	border: 0;
}
.vk_post.card{
	margin-bottom: 0;
}




/* リスト
------------------------------------------------------------------------------------*/
/* ol
-----------------------------------------------*/
ol.is-style-vk-numbered-circle-mark li:before{
	background: #e54817;
}




/* グリッドカラムカード
------------------------------------------------------------------------------------*/
.vk_gridcolcard_item{
	background-color: #fafff3;
	border-radius: 0;
	padding: 1.5rem;
}




/* フッター
------------------------------------------------------------------------------------*/
.site-footer{
	color: #fff;
	background: #8cc63f;
}

/* h6
-----------------------------------------------*/
.site-footer .widget_block{
	margin-bottom: 0;
}

/* フッターメニュー
-----------------------------------------------*/
.site-footer .wp-block-page-list li a{
	color: #fff;
	text-decoration: none;
}