/*
Theme Name: Lightning Child by kuni
Theme URI: 
Template: lightning
Description: Lightning Child Theme★
Author:kuni KUNI WEB Production
License: GNU General Public License v2 or later
License URI: https://kuni-web.com/
Tags: 
Version: 0.5.1
*/

.swiper, swiper-container {
    max-height: 70vh;
}
.ltg-slide-text-set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.page-header {
    display: none;
}

/* canvas {
   z-index: 0 !important;
} */
.site-body {
    z-index: 1 !important;
}

.site-footer {
    z-index: 1 !important;
}

.add-box-shadow {
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}


/* ヘッダー */
@media (min-width: 992px){
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin: auto;
/* 		text-align: center; */
	}
	.global-nav--layout--float-right {
    	margin-right: auto;
		margin-left: unset;
	}
}
.site-header-logo span {
/*     margin: auto; */
/*     text-align: center; */
    display: inline-block;
}

/* オリジナルスタイル */
.add-border-radius .is-style-vk-group-shadow {
    border-radius: 15px;
}

.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
    border-radius: 30px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

/* 記事部分 */
.news-item-link {
    display: block;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s;
}

.news-item-link:hover {
    background-color: #f7f7f7;
}

.news-item {
    display: flex;
    align-items: center;
}

.news-item img {
    margin-right: 10px;
/*     width: 60px; */
/*     height: 60px; */
    object-fit: cover;
    border-radius: 5px;
}

.news-item div {
    display: flex;
    flex-direction: column;
}

.news-item p {
    margin: 0;
    font-size: 14px;
    color: #777;
}


.grecaptcha-badge { 
  visibility: hidden; 
}
