/*
Theme Name: Lightning Child ME
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.5.1
*/
#block-51 .wp-block-columns.is-not-stacked-on-mobile{
	margin-bottom:0;
}

#block-51 .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
	margin-left:0;
}

.postNextPrev {
	display:none;
}
/*  2022.0309ヒガ追加*/
/* mb時ロゴを固定追従 */
@media (max-width: 991.98px){
	.site-header {
		position:fixed !important;
		top:0px;
	}
	
	.header_scrolled,
	.header_scrolled .site-header-logo, .header_scrolled {
		display:block;
	}
}

/*  2022.0314ヒガ追加*/
/* offerの文字入力 */
.pc-offer {
	    position: relative;
}

.pc-offer__text {
	position: absolute;
    top: 72%;
    left: 68%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #cc0000;
}

.sp-offer {
	    position: relative;
}

.sp-offer__text {
	position: absolute;
    top: 94%;
    left: 47%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #cc0000;
	transform: translate(-50%, -50%);
}

@media (min-width: 992px){
.site-header-logo img {
    max-height: 80px;
}	
	
}
.vk_posts.next-prev{
	display:none;
}