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

/* 初期値の改修 */
.vk-mobile-nav {
	padding-top: 60px;
}

.vk-mobile-nav nav>ul {
	border-top: none;
}

.vk-mobile-nav-menu-btn.menu-open,
.vk-mobile-nav-menu-btn {
	border-color: #a7a7a7;
}

.vk-mobile-nav-menu-btn {
	top: 15px;
	left: 5px;
}

.page_top_btn {
    right: 20px;
    bottom: 100px;/*reCAPTCHAに配慮*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(165 165 165 / 0.8);
    box-shadow: none;
}

.scrolled .page_top_btn {
	bottom: 100px;/*reCAPTCHAに配慮*/
}

.site-footer {
	background: #b5cdd5;
}

.site-footer .profile {
	color: #000;
}
.veu_profile .media_outer { margin-bottom: 2em; }

.c-form .c-form__text,
.c-form .c-form__textarea {
	border: 1px solid #ccc;
	border-radius: inherit;
}

.site-body-bottom {
	padding: 3rem 0 0.5rem;
}

@media screen and (max-width: 768px) {
	.vk_block-margin-lg--margin-bottom {
		margin-bottom: var(--vk-margin-sm) !important;
	}
}/*end*/
@media screen and (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
	grid-row: 2;
}
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
	grid-row: 1;
}
}/*end*/

/*テーマ搭載のSNSアイコン*/
.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 5em;
}

/*テーマの不具合フォロー*/
@media (max-width: 600px) {
body .is-layout-grid, .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
	grid-template-columns: minmax(0, 1fr);
}
}/*end*/

/* 各コンテンツ */
#areaInfo li {
	padding: 1em;
	border: 1px solid #ccc;
}

#areaContact dl {
	margin: 0;
}

#areaContact dl dd {
	width: 100%;
}

#areaContact .c-btn {
	padding-left: 72px;/*スピナー分*/
	text-align: center;
}

#areaContact .c-btn input[type=submit] {
	background: #666;
}

#areaMap iframe {
	width: 100%;
}
