/*////////////////////////////////////////////////////////////////////////////*/

/*! [content/blog/archive] page-title.css */

/*////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	ページタイトル

------------------------------------------------------------------------------*/


/*	コンテナー
------------------------------------------------------------------------------*/

.site-main {
	min-height: calc(var(--wp-adminbar-height) + var(--gnav-height) + var(--hero-height));
}

.site-footer-content {
	background: rgb(var(--color-bg-body-rgb));
}


/*	landscape レイアウト
------------------------------------------------------------------------------*/

.v-split.hero + .archive-container {
	margin-left: 50%;
	padding: calc(var(--gnav-height) + 2em) 7em 2em var(--space_4_3);
}

/**/

.v-split.hero {
	position: fixed;
	width: 50%;
}

.v-split .page-header-text {
	height: 100%;
}


/*	Portrait レイアウト
------------------------------------------------------------------------------*/

.h-split .page-header-text {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

@media (max-width: 720px) {

	.h-split .page-header-text {
		aspect-ratio: 1 / 1;
	}

/**/}

.h-split.hero + .archive-container {
	padding: var(--space_4_3) var(--section-padding-x) var(--section-padding-y);
}


/*	タイトル
------------------------------------------------------------------------------*/

.page-header-text {
	padding: var(--space_9_6) var(--section-padding-x);
}

.page-title-main .text {
	display: flex;
	align-items: center;
	justify-content: center;
	/**/
	font-weight: 900;
	font-size: var(--font-size);
}


/*	写真ギャラリー
------------------------------------------------------------------------------*/

.swiper-mizuide-toshiya {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: saturate(0%) brightness(70%);
}

