/*
Theme Name: 神戸コンベンションビューロークーポン
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

.vk-mobile-nav-menu-btn {
	display: none;
}
.sp-br {
    display: none;
}

.site-body a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/pdf-icon.png) no-repeat;
    background-size: 18px;
    vertical-align: text-top;
    margin-left: 1px;
}
.wp-block-image a[href$=".pdf"]:after {
	display: none;
}




@media(min-width:768px) {
p.has-text-align-left {
		text-align:center;
	}
}

@media(max-width:991px) {
.lightning_swiper {
    margin-top: 0!important;
}
}
@media(max-width:767px) {
	.lightning_swiper:after {
		display: none;
}
}

@media(max-width:575px) {
	.wp-block-image.sp-banner img:not([style*=object-fit]) {
		    width: 100%;
    height: 140px!important;
    object-fit: cover;
	}
	.sp-br {
    display: block;
}
}