@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script&family=Noto+Serif+JP&family=Open+Sans+Condensed:wght@300&display=swap');
#global-nav ul li span {
	color: #9b7d68;
}
#global-nav ul li strong {
	color: #725a49
}
.vk-mobile-nav-menu-btn {
    background: url(https://kailanihair.jp/wp-content/themes/lightning_child/img/vk-menu-btn-black.svg) center 50% no-repeat rgba(255,255,255,.8) !important;
}
.vk-mobile-nav-menu-btn.menu-open {
   background: url(https://kailanihair.jp/wp-content/themes/lightning_child/img/vk-menu-close-black.svg) center 50% no-repeat rgba(255,255,255,.8) !important;
}
.vk_staff .vk_staff_text .vk_staff_text_name, h1, h2, h3, h4, h5, h6, .page-header-title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.site-footer-copyright {
	background-color: var(--vk-color-primary);
	max-width:unset !important;
}
.header-top p {
	color: var(--vk-color-primary) !important;
}
.site-footer {
	background: white;
}
.site-footer .widget_media_image {
	text-align: center;
}
/*.page-id-1939 .h3-font h3 {
	font-family: 'Dancing Script', cursive;
}*/
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    border-color: aqua;
}
.h2-font {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Cookie', cursive;
	border-bottom: solid 0.5px;
	border-color: #d3b8a1;
    width: 50%;
	font-size: 3.75rem;
	color: #d3b8a1;
	font-weight: 600;
}
@media (max-width: 540px) {
	.vk_staff .vk_staff_text .vk_staff_text_name {
    font-size: calc(var(--vk-size-text)*1.9);
}
	.vk_staff .vk_staff_text .vk_staff_text_caption {
    font-size: 9px;
}
}