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

body {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:400;
	font-size:1.1em;
}
a:hover {
	color: #2f4f4f;
}
h2.widgettitle {
    border-top: none;
}

body > footer > div.container.site-footer-copyright > p:nth-child(2) {
    display: none;
}
.site-footer-title {
    font-size: 1.2rem;
}
.veu_profile .profile_text {
    margin-bottom: 1em;
    font-size: 1.2em;
}
.indent{
    display: inline-block;
}
.site-header-logo {
    font-size: 27px;
}
.global-nav-list>li .global-nav-name {
    font-size: 1.5em;
}
.device-mobile .global-nav-list>li {
    padding: 14px 10px 14px 0;
    margin-right: 25px;
}
.device-mobile .global-nav-list>li .global-nav-name {
    font-size: 1.5em;
}
.device-mobile .global-nav-list>li .acc-btn {
    border-style: none;
}
.device-mobile .global-nav-list .acc-btn {
    top: 15px;
	right:5px;
}
.device-mobile .global-nav-list>li:nth-child(3)::before{
    left: -10px;
}
.device-mobile .global-nav-list>li:nth-child(3){
    padding-right: 27px;
}
li#menu-item-2376 {
    padding: 10px 0;
}
li#menu-item-2374,
li#menu-item-2380,
li#menu-item-3305{
    font-size: 1.5em;
}
li.menu-item:last-child strong.global-nav-name{
    color: var(--vk-color-primary);
    font-weight: bold;
}
li.menu-item:last-child strong.global-nav-name::before {
    content: '';
    width: 30px;
    height: 30px;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    margin-right: .2em;
}
.page-header {
    background-size: cover;
    min-height: 8em;
    background-position: center;
}
.page-header-title, h1.page-header-title {
	background-color: rgb(76 149 108 / 80%);
    width: fit-content;
    margin: 0 auto;
    padding: 5% 10%;
    border-radius: 10px;
    letter-spacing: 10px;
}
/* -----フォントサイズ -----*/
.wp-block-image figcaption {
    font-size: 1.1em;
}
.vk_button .vk_button_link.btn-lg {
    font-size: 1em;
}
/* -----お知らせアーカイブ -----*/
.main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title ,
.vk_post .vk_post_btn,
.vk_post_imgOuter_singleTermLabel,
.vk_post .vk_post_date{
    font-size: 1em;
}
.blog .page-header {
    background-image: url(http://kita-saijou.jp/wp-content/uploads/2022/04/header.jpg);
}
/* 投稿ページのヘッダー */
.post-template-default .page-header {
    background-size: cover;
    min-height: unset;
    background-position: center;
}
.post-template-default .page-header-title{
    background-color: unset;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    letter-spacing: 10px;
}
/* フッターメニュー */
ul#menu-footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto 0;
}
.footer-nav-list li {
    border-right: none;
    text-align: center;
    margin-bottom: 30px;
width:25%;
}
.site-footer-content .row div.col-lg-4:nth-of-type(2),
.site-footer-content .row div.col-lg-4:nth-of-type(3){
    display: none;
}
.col-lg-4 {
    flex: 100%;
    max-width: 100%;
}
.footer-nav-list li:first-child {
    border-left: none;
}

/* お問い合わせ */
.page-header-title, h1.page-header-title {
    background-color: unset;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    letter-spacing: 0;
}
.contact_block {
    padding: 5% 0;
    border: 1px solid #32373c;
	border-radius: 5px;
}
.contact_block .vk_button {
	margin-bottom: 30px;
	max-width: 80%;
}
.contact_block .vk_button .vk_button_link.btn-lg {
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em;
}
.contact_block .vk_button_link_subCaption {
	margin-top: 1rem;
	font-size: .7em;
}
.contact_block .annai_btn .vk_button_link_subCaption {
	text-align: left;
}
.contact_block .fax_btn {
	pointer-events: none;
}

.wp-block-flexible-table-block-table:where(:not([class*="font-size"])) {
	font-size: var(--vk-size-text-sm);
}
.wp-block-flexible-table-block-table thead {
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
}


/* -----レスポンシブ -----*/
@media (min-width: 1200px){
	.device-mobile .global-nav-list>li .global-nav-name {
        font-size: 1.5em;
    }
    .container {
        max-width: 1000px;
    }
	.site-header-container{
    max-width: 1200px;
	}
}
@media (min-width: 992px){
	.site-header-container{
		justify-content: center;
	}
	.device-pc .global-nav-list>li>a {
		padding: 14px 1.5em;
	}
}
@media (max-width: 991.98px){
    li#menu-item-2374,
	li#menu-item-2380{
		font-size: 1em;
	}
	.vk_button.vk_button-align-wide {
		max-width: 100%;
	}
	.device-mobile .global-nav-list>li {
		padding: 2em 0.8em;
	}
	.site-body-bottom #block-22 {
		margin-bottom: 0;
	}
}
@media (max-width: 767.98px){
    .footer-nav-list li{
		margin-bottom: 0;
		border-bottom: none;
    }
	.footer-nav-list li {
		width: 50%;
	}
}
@media (min-width: 600px){
    .site-body-bottom{
        display: none;
    }
}
@media (max-width: 599px){
	body{
		font-size:1em;
	}
	.page-header-title, h1.page-header-title {
		font-size: 1.2rem;
	}
	.site-body-bottom {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1001;
		display:block;
	}
	.site-body-bottom .container {
		max-width: 100%;
		padding: 0;
	}
	.site-body-bottom .veu_contentAddSection:first-child {
		margin: 0;
	}
	.site-body-bottom .veu_card {
		border: none;
		border-radius: 0;
	}
	.site-body-bottom .veu_contact .contact_frame {
		background-color: #d8e8da;
	}
	.site-body-bottom p.contact_txt {
		margin-bottom: 0;
	}
	.site-body-bottom .veu_contact .contact_txt_tel {
		font-size: 2em;
	}
	.site-body-bottom .veu_contact .contact_txt_time {
		font-size: 1.2em;
		color: var(--vk-color-primary);
		font-weight: 800;
	}   
}
@media (max-width: 576px){
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.3em; }
}
@media (max-width: 422px){
	.contact_block {
        border: none;
    }
}
@media (max-width: 400px){
    .footer-nav-list li {
        width: 100%;
    }
}
@media (max-width: 300px){
    .site-body-bottom .veu_contact .contact_txt_tel {
        font-size: 1.5em;
    }
    .site-body-bottom .veu_contact .contact_txt_time{
        font-size: 1em;
    }
}