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

/* recaptcha表示位置修正 */
.grecaptcha-badge{
	position:relative;
	bottom:220px !important;
}

/*  */
/* 全ページで非表示 */
.grecaptcha-badge { display: none !important; }

/* ただし特定ページ（例：お問い合わせページ）だけ表示 */
.page-id-149 .grecaptcha-badge { display: block !important; }

/* フォント管理 */
@font-face {
  font-family: 'Honoka';
  src: url('/font/Honoka_Shin_Mincho_L.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

--DR_XXX: "AAAAA"; /* var(--DR_main-bgcolor) */

html {
	scroll-behavior: smooth !important;
}

.site-body{
	padding-top: 0 !important;
}

.vk_outer-paddingVertical-use{
	padding-top: 2em !important;
}

.site-body-bottom{
	display: none !important;
}

*{
	/* font-family: 'Honoka', sans-serif; */
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.top01{
	color:#8F6E75;
}

.f-honoka{
	font-family: 'Honoka', sans-serif !important; 
}

.site-header-logo{
	display:none !important;
}