@charset "UTF-8";

/* 固定ページテンプレートで使用するcss */
.fixed-page-header {
	height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background-color: #f4f0eb;
}
	
.fixed-page-header-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	z-index: 1;
}
	
.fixed-page-header-title {
	position: relative;
	z-index: 2;
	color: white;
	font-family: "ads-kodama";
	font-size: 8rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	margin: 0;
}

.fixed-header-wave {
	background: url(http://tagainomori.com.testrs.jp/20250922/wp-content/themes/wpgeek-child/img/header_wave.svg) 
		repeat-x center center;height: 24px;
	margin-top: -24px;
	position: relative;z-index: 1;
}

@media(max-width: 768px) {
	.fixed-page-header-title {
		font-size: 4rem;
	}
}