/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0
*/


/* =========================
   共通
========================= */

/* ロゴ調整 */
.site-header-logo img {
	max-height: min(45px, 10vw);
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-feature-settings: "palt";
	letter-spacing: 2px;
}


/* =========================
   ブログ記事
========================= */

.alux-blog h1 {
	font-size: 1.8em;
	font-weight: 700;
	color: #1F4A38;
	line-height: 1.4;
	padding-bottom: .6em;
	margin-bottom: 1em;
	border-bottom: 3px solid #B0883C;
}

.alux-blog h2 {
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	background: #1F4A38;
	padding: .6em 1em;
	margin: 2em 0 1em;
	border-left: 6px solid #B0883C;
	border-radius: 4px;
	line-height: 1.5;
}

.alux-blog h3 {
	font-size: 1.15em;
	font-weight: 700;
	color: #1F4A38;
	padding-left: .8em;
	margin: 1.6em 0 .8em;
	border-left: 4px solid #B0883C;
	line-height: 1.5;
}

.alux-blog p {
	font-size: 1em;
	line-height: 1.9;
	color: #333;
	margin-bottom: 1.3em;
}

.alux-blog ul {
	background: #F7F5EF;
	border: 1px solid #E3DCC8;
	border-radius: 8px;
	padding: 1.2em 1.5em !important;
	margin: 1.5em 0 2em;
	list-style: none !important;
	list-style-type: none !important;
}

.alux-blog ul li {
	padding: .4em 0 !important;
	line-height: 1.7;
	color: #333;
	list-style: none !important;
	list-style-type: none !important;
}

.alux-blog ul li::marker {
	content: "" !important;
	display: none !important;
}

.alux-blog .check-mark {
	color: #B0883C !important;
	font-weight: bold;
	margin-right: .5em;
}

.alux-blog .access-block {
	background: #fff;
	border: 1px solid #E3DCC8;
	border-radius: 6px;
	padding: 1em 1.3em;
	margin-bottom: 1.5em;
}

@media (max-width: 600px) {
	.alux-blog h1 {
		font-size: 1.5em;
	}

	.alux-blog h2 {
		font-size: 1.2em;
		padding: .5em .8em;
	}

	.alux-blog h3 {
		font-size: 1.05em;
	}

	.alux-blog p {
		font-size: .96em;
		line-height: 1.8;
	}
}

/* =========================
   ブログ メイン画像
========================= */
.wp-block-cover.vk_block-margin-0--margin-bottom {
	min-height: 400px !important;
	border-radius: 1rem !important;
	overflow: hidden !important;
}

/* 背景画像 */
.wp-block-cover.vk_block-margin-0--margin-bottom .wp-block-cover__image-background {
	border-radius: 1rem !important;
}

/* 背景オーバーレイ */
.wp-block-cover.vk_block-margin-0--margin-bottom .wp-block-cover__background {
	border-radius: 1rem !important;
}


/* =========================
   SP
========================= */
@media (max-width: 600px) {

	.wp-block-cover.vk_block-margin-0--margin-bottom {
		min-height: 240px !important;
	}

	.wp-block-cover.vk_block-margin-0--margin-bottom .wp-block-cover__image-background {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

}