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

/* bg_color *****/

.site-header,
.site-footer { 
	background-color: #FFF; 
}

.bg_color {
	background: url(/wp-content/uploads/2023/06/noise-300.webp);
	background-repeat: repeat;
	margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 0;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 50px;
    padding-bottom: 30px;
}

.bg_white {
	background: #fff;
	margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 0;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 50px;
    padding-bottom: 30px;
}

/*　トップページ　スライダー上の文字　*****/
.ltg-slide-text-title,
.ltg-slide-text-caption {
	font-family: 'Zen Maru Gothic', sans-serif; 
	padding-left: 8px;	
}
.ltg-slide-text-title {
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: 1px solid;
}
.ltg-slide-text-set {
	top: 75%;
}


/* トップページ　PRフォント *****/
.top_copy {
	font-family: 'Zen Maru Gothic', sans-serif; 
	width: 75%;
	margin: 0 auto;
}


/* リンクのマウスオーバー */
#pr_area a:hover {
    color: #005192;
}
.vk_button-color-custom a:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* リンクボタンの形 *****/
.btn-sm {
	border-radius:35px;
}


/*　ページナビの非表示 *****/
.page_navi {
	text-align: center;
}


/*　投稿詳細で更新日を非表示 *****/
.entry-meta-item-updated { 
	display: none; 
}

/*　投稿下のカテゴリーを非表示 *****/
.single-post .entry-footer .entry-meta-data-list {
}

/* スタイル設定 *****/
.site-header-container h1:before,
.site-header-container h1:after {
	border: none;
}
.veu_relatedPosts h1:before,
.veu_relatedPosts h1:after {
	border: none;
}

h1 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h1:before, h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h1:before {
  border-left: solid 1px #005192;
  border-top: solid 1px #005192;
  border-bottom: solid 1px #005192;
  left: 0;
}
h1:after {
  content: '';
  border-top: solid 1px #005192;
  border-right: solid 1px #005192;
  border-bottom: solid 1px #005192;
  right: 0;
}

h2 {
  position: relative;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

h3 {
	padding: 0.5em 0;
	border-top: 1px solid var(--vk-color-primary);
	border-bottom: 1px solid var(--vk-color-primary);
}

h4 {
    position: relative;
    border-bottom: 1px solid var(--vk-color-border);
    background: 0 0;
    padding: 0 0 .5em;
    border-radius: 0
}

h4:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid var(--vk-color-primary)
}

h5 {
    padding-bottom: .5em;
    border-bottom: 1px solid var(--vk-color-border-hr)
}

h6 {
    padding: .5em;
    background-color: var(--vk-color-border-hr);
    border-radius: var(--vk-size-radius)
}


/*　カレンダーカスタマイズ *****/
.simcal-event-description a {
	color:#005192;
	text-decoration-line:none;
}

.simcal-default-calendar-list,
.simcal-event-details,
.simcal-event-description {
	font-size: 1rem;
}
.simcal-event-title {
	font-size: 1.2rem;
}

:root {
	--vk-margin-element-bottom: 0.5rem; 
}
.simcal-nav h3 {
	border-top: 0;
	border-bottom: 0;
}

/* リンク *****/
.link_sites li a {
	text-decoration:none;
	color: #005192;
}

.entry-content a {
	text-decoration: none;
}


/* トップページお知らせのスタイル調整 */
.wp-block-latest-posts>li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.wp-block-latest-posts>li::after {
	display: inline;
	clear: none;
}
.wp-block-latest-posts>li>a {
	width: 60%;
	margin-bottom: 0;
}
.wp-block-latest-posts>li>time {
	width: 40%;
	padding-left: 5em;
}
@media screen and (max-width: 767px) {
	.wp-block-latest-posts>li>time {
		padding-left: 1em;
	}
}
@media screen and (max-width: 575px) {
	.wp-block-latest-posts>li>time {
		padding-left: 0em;
	}
}