@charset "UTF-8";


/* エディター用 */
@import url(./common/css/custom_editor_style.css);



body {
	/* background: #F8D2D4; */
}

#content {
	padding-top: 0;
}

.post_content {
	margin-top: 0 !important;
}


/* 

赤：#AE0E24
黄：#BDA616	
青：#5973AA
黒：#221815

*/


body .l-article {
	max-width: var(--article_size);
}


body::before,
#body_wrap::before {
	content: '';
	position: fixed;
	width: 100vw;
	height: 100vh;
	/* left: -100px; */
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://www.nichiyukyo.or.jp/_sys/wp-content/uploads/2026/03/8-1.png');
	background-attachment: fixed;
	filter: blur(2px);

}

.post_content {
	background-color: hsla(0, 0%, 100%, 0.2);
}


#body_wrap::before {
	background-image: url('https://www.nichiyukyo.or.jp/_sys/wp-content/uploads/2026/03/7-1.png') !important;
	filter: blur(6px);

}

@media (max-width: 600px) {

	body::before,
	#body_wrap::before {
		filter: blur(10px);
	}
}