/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2025 | 23:52:28 */
/* 下層ページ共通 */
#top_title_area {
	display: block;
	min-height: auto;
	padding: 0;
}
#top_title_area .l-topTitleArea__img {
	position: relative;
	max-width: none;
}
#top_title_area .l-topTitleArea__body {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	color: #333;
	text-shadow:
     1px 1px 0 #fff,
    -1px 1px 0 #fff,
     1px -1px 0 #fff,
    -1px -1px 0 #fff,
     0  1px 0 #fff,
     1px  0 0 #fff,
    -1px  0 0 #fff,
     0 -1px 0 #fff;
}
#body_wrap:not(.single-post):not(.blog):not(.privacy-policy) #top_title_area .l-topTitleArea__body {
	font-family: "Noto Serif JP", "Noto Serif",Georgia, "Times New Roman", serif;
}
@media (max-width: 599px) {
	#top_title_area .l-topTitleArea__body {
		top: 7%;
		transform: translatey(0);
	}
}
#top_title_area .c-pageTitle-before-img {
	height: min(90px, 10vw);
}
#top_title_area .c-pageTitle {
	margin-top: 10px;
	letter-spacing: .1em;
	font-size: calc(32rem / 16);
}
@media (max-width: 599px) {
	#top_title_area .c-pageTitle {
		font-size: calc(20rem / 13.5);
		margin-top: 10px;
	}
}