@charset "utf-8";

/* ============================================
   メインスタイルシート
   参考サイト: 
   ============================================ */

/*
 * peace-landing の固定ヘッダー（--header-h: 64px）。
 * core/html ブロックでラップされても効くよう、子孫の section.hero を対象にする。
 */
#peace-landing-main section.hero:first-of-type {
	padding-top: calc(var(--header-h, 64px) + 12px) !important;
}

/* ヒーローが無いページ（お問い合わせ等）は main に上余白。ヒーローがあるページは .hero 側に任せる */
#peace-landing-main {
	padding-top: calc(var(--header-h, 64px) + 0px);
}
#peace-landing-main:has(section.hero) {
	padding-top: 0;
}
#peace-landing-main:has(section.page-hero) {
	padding-top: 0;
}

#peace-landing-main section.page-hero:first-of-type {
	padding-top: calc(var(--header-h, 64px) + 28px);
}

@media (min-width: 900px) {
	#peace-landing-main section.page-hero:first-of-type {
		padding-top: calc(var(--header-h, 64px) + 40px);
	}
}

.page-hero--sub {
	padding-bottom: 48px;
}

@media (min-width: 900px) {
	.page-hero--sub {
		padding-bottom: 56px;
	}
}

.page-hero--sub .hero-title {
	font-size: clamp(26px, 5vw, 40px);
	margin-bottom: 16px;
}

.page-hero--sub .hero-desc {
	max-width: 640px;
	margin-bottom: 0;
}

.hero-contact-tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	margin-top: 24px;
}

.hero-contact-tel a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: clamp(20px, 4vw, 28px);
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.hero-contact-tel a:hover {
	color: var(--gold2, #f0a500);
}

.hero-contact-tel span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.peace-contact-sec .sec-desc,
.peace-privacy-sec .sec-desc {
	margin-bottom: 2rem;
}

.peace-prose-card {
	background: var(--white, #fff);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1.75rem 1.25rem 2rem;
	box-shadow: 0 8px 24px rgba(13, 31, 60, 0.06);
	max-width: 720px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.peace-prose-card {
		padding: 2.25rem 2.5rem 2.5rem;
	}
}

.peace-contact-sec .peace-contact-forms.peace-prose-card {
	max-width: 720px;
}

.peace-contact-sec .peace-prose-card .wpcf7 {
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.peace-privacy-body .peace-doc-block {
	padding: 1.75rem 0;
	border-bottom: 1px solid #e2e8f0;
}

.peace-privacy-body .peace-doc-block:first-child {
	padding-top: 0;
}

.peace-privacy-body .peace-doc-block:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.peace-privacy-body .peace-doc-block .sec-lbl {
	margin-bottom: 8px;
}

.peace-privacy-body .peace-doc-block .sec-title {
	font-size: clamp(18px, 3vw, 22px);
	margin-bottom: 12px;
}

.peace-privacy-body .peace-doc-text,
.peace-privacy-body .peace-doc-text p {
	font-size: 14px;
	color: var(--gray-dark, #3d4f65);
	line-height: 1.9;
	margin: 0 0 0.75rem;
}

.peace-privacy-body .peace-doc-text p:last-child {
	margin-bottom: 0;
}

.peace-privacy-body .peace-doc-text ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.peace-privacy-body .peace-doc-text li {
	font-size: 14px;
	color: var(--gray-dark, #3d4f65);
	line-height: 1.9;
	margin-bottom: 0.35rem;
}

.peace-privacy-body .peace-doc-text a {
	color: var(--green, #1a7a4a);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.peace-privacy-body .peace-doc-text a:hover {
	color: var(--green2, #2aab66);
}

.peace-doc-meta {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e2e8f0;
	font-size: 13px;
	color: var(--gray-mid, #8a9ab0);
	text-align: right;
}

/* Contact Form 7（ランディングmain内・お問い合わせの事業別ラッパー内） */
.peace-landing-main .wpcf7,
.peace-contact-forms .wpcf7 {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 3rem;
}

.peace-landing-main .wpcf7-form label,
.peace-contact-forms .wpcf7-form label {
	display: block;
	margin-bottom: 1.15rem;
	font-size: 14px;
	font-weight: 500;
	color: var(--navy, #0d1f3c);
	line-height: 1.5;
}

.peace-landing-main .wpcf7-form input[type='text'],
.peace-landing-main .wpcf7-form input[type='email'],
.peace-landing-main .wpcf7-form input[type='tel'],
.peace-landing-main .wpcf7-form input[type='url'],
.peace-landing-main .wpcf7-form select,
.peace-landing-main .wpcf7-form textarea,
.peace-contact-forms .wpcf7-form input[type='text'],
.peace-contact-forms .wpcf7-form input[type='email'],
.peace-contact-forms .wpcf7-form input[type='tel'],
.peace-contact-forms .wpcf7-form input[type='url'],
.peace-contact-forms .wpcf7-form select,
.peace-contact-forms .wpcf7-form textarea {
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.75rem 0.875rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 0.9375rem;
	box-sizing: border-box;
	font-family: inherit;
	background: #fff;
	color: var(--text, #1a1a2e);
}

.peace-landing-main .wpcf7-form textarea,
.peace-contact-forms .wpcf7-form textarea {
	min-height: 10rem;
	resize: vertical;
}

.peace-landing-main .wpcf7-form input[type='submit'],
.peace-landing-main .wpcf7-form button[type='submit'],
.peace-contact-forms .wpcf7-form input[type='submit'],
.peace-contact-forms .wpcf7-form button[type='submit'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.75rem;
	padding: 14px 28px;
	background: var(--green, #1a7a4a);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.peace-landing-main .wpcf7-form input[type='submit']:hover,
.peace-landing-main .wpcf7-form button[type='submit']:hover,
.peace-contact-forms .wpcf7-form input[type='submit']:hover,
.peace-contact-forms .wpcf7-form button[type='submit']:hover {
	background: var(--green2, #2aab66);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(26, 122, 74, 0.35);
}

.peace-landing-main .wpcf7 .wpcf7-list-item,
.peace-contact-forms .wpcf7 .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 0.35rem;
}

.peace-landing-main .wpcf7 .wpcf7-list-item-label,
.peace-contact-forms .wpcf7 .wpcf7-list-item-label {
	font-size: 13px;
	color: var(--gray-dark, #3d4f65);
	line-height: 1.7;
}

.peace-landing-main .wpcf7 .wpcf7-not-valid-tip,
.peace-contact-forms .wpcf7 .wpcf7-not-valid-tip {
	font-size: 0.8125rem;
	margin-top: 0.25rem;
	color: #b45309;
}

.peace-landing-main .wpcf7 form.invalid .wpcf7-response-output,
.peace-landing-main .wpcf7 form.unaccepted .wpcf7-response-output,
.peace-landing-main .wpcf7 form.payment-required .wpcf7-response-output,
.peace-contact-forms .wpcf7 form.invalid .wpcf7-response-output,
.peace-contact-forms .wpcf7 form.unaccepted .wpcf7-response-output,
.peace-contact-forms .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fca5a5;
	background: #fef2f2;
}

.peace-landing-main .wpcf7 form.sent .wpcf7-response-output,
.peace-contact-forms .wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--green, #1a7a4a);
	background: #e8f5ee;
}

/* ============================================
   PEACE グローバルヘッダー（コラム等で本文に隠れないよう手前に）
   ============================================ */
header.peace-header.site-header {
	z-index: 500;
}

/* コラム：固定ヘッダー（＋管理バー）直下へのオフセット（body に置く＝column-page-wrap が無い旧テンプレでも効く） */
body.single-column,
body.post-type-archive-column,
body.tax-column_category,
body.tax-column_tag,
body.single-realty_listing,
body.single-realty_reference,
body.post-type-archive-realty_listing,
body.post-type-archive-realty_reference,
body.tax-realty_property_type,
body.tax-realty_area,
body.tax-realty_station {
	--mjone-column-header-offset: var(--header-h, 64px);
}

body.admin-bar.single-column,
body.admin-bar.post-type-archive-column,
body.admin-bar.tax-column_category,
body.admin-bar.tax-column_tag,
body.admin-bar.single-realty_listing,
body.admin-bar.single-realty_reference,
body.admin-bar.post-type-archive-realty_listing,
body.admin-bar.post-type-archive-realty_reference,
body.admin-bar.tax-realty_property_type,
body.admin-bar.tax-realty_area,
body.admin-bar.tax-realty_station {
	--mjone-column-header-offset: calc(32px + var(--header-h, 64px));
}

@media screen and (max-width: 782px) {
	body.admin-bar.single-column,
	body.admin-bar.post-type-archive-column,
	body.admin-bar.tax-column_category,
	body.admin-bar.tax-column_tag,
	body.admin-bar.single-realty_listing,
	body.admin-bar.single-realty_reference,
	body.admin-bar.post-type-archive-realty_listing,
	body.admin-bar.post-type-archive-realty_reference,
	body.admin-bar.tax-realty_property_type,
	body.admin-bar.tax-realty_area,
	body.admin-bar.tax-realty_station {
		--mjone-column-header-offset: calc(46px + var(--header-h, 64px));
	}
}

/* column-page-wrap が無い構成（旧デプロイ等）：本文エリアの先頭でヘッダー下を確保 */
body.single-column > #main-contents.table-box,
body.post-type-archive-column > #main-contents.table-box,
body.tax-column_category > #main-contents.table-box,
body.tax-column_tag > #main-contents.table-box,
body.single-realty_listing > #main-contents.table-box,
body.single-realty_reference > #main-contents.table-box,
body.post-type-archive-realty_listing > #main-contents.table-box,
body.post-type-archive-realty_reference > #main-contents.table-box,
body.tax-realty_property_type > #main-contents.table-box,
body.tax-realty_area > #main-contents.table-box,
body.tax-realty_station > #main-contents.table-box {
	padding-top: calc(var(--mjone-column-header-offset) + 12px);
}

/* パンくずが先頭のとき：peace-landing のデフォルトだと管理バー未考慮のため上書き */
.column-page-wrap > .breadcrumb {
	padding-top: calc(var(--mjone-column-header-offset) + 12px) !important;
	padding-bottom: 16px !important;
}

@media (min-width: 900px) {
	.column-page-wrap > .breadcrumb {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

/* パンくずが無いときはカテゴリナビが先頭になる */
.column-page-wrap > .column-category-nav:first-child,
.column-page-wrap > .realty-type-nav:first-child {
	padding-top: calc(var(--mjone-column-header-offset) + 12px);
}

/* アンカー・フォーカス時もタイトルがヘッダーに隠れないよう余白 */
body.tax-column_category .column-archive-header,
body.tax-column_tag .column-archive-header,
body.post-type-archive-column .column-archive-header,
body.post-type-archive-realty_listing .realty-archive-header,
body.post-type-archive-realty_reference .realty-archive-header,
body.tax-realty_property_type .realty-archive-header,
body.tax-realty_area .realty-archive-header,
body.tax-realty_station .realty-archive-header {
	scroll-margin-top: calc(var(--mjone-column-header-offset) + 24px);
}

/* ============================================
   コラム個別（single-column）
   peace-landing.css の全要素セレクタ header { fixed … } が
   .column-header にも当たるため、記事ヘッダーを通常ブロックに戻す。
   ============================================ */

body.single-column .column-page-wrap #main-contents,
body.post-type-archive-column .column-page-wrap #main-contents,
body.tax-column_category .column-page-wrap #main-contents,
body.tax-column_tag .column-page-wrap #main-contents,
body.single-realty_listing .column-page-wrap #main-contents,
body.single-realty_reference .column-page-wrap #main-contents,
body.post-type-archive-realty_listing .column-page-wrap #main-contents,
body.post-type-archive-realty_reference .column-page-wrap #main-contents,
body.tax-realty_property_type .column-page-wrap #main-contents,
body.tax-realty_area .column-page-wrap #main-contents,
body.tax-realty_station .column-page-wrap #main-contents {
	padding-top: 1.25rem;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3rem;
}

body.single-realty_listing .column-single-container,
body.single-realty_reference .column-single-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body.single-realty_listing .column-header,
body.single-realty_reference .column-header {
	position: static;
	inset: auto;
	left: auto;
	right: auto;
	top: auto;
	z-index: auto;
	width: auto;
	height: auto;
	min-height: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
	display: block;
	padding: 0;
}

body.single-realty_listing h1.ttl-line,
body.single-realty_reference h1.ttl-line {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--text, #1a1a2e);
	margin: 0 0 1.25rem;
}

body.single-realty_listing .entry-content,
body.single-realty_reference .entry-content {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.85;
}

body.post-type-archive-realty_listing .realty-archive-header,
body.post-type-archive-realty_reference .realty-archive-header,
body.tax-realty_property_type .realty-archive-header,
body.tax-realty_area .realty-archive-header,
body.tax-realty_station .realty-archive-header {
	position: static;
	inset: auto;
	background: transparent;
	border-bottom: none;
	display: block;
	padding: 0;
}

body.post-type-archive-realty_listing h2.ttl-line,
body.post-type-archive-realty_reference h2.ttl-line,
body.tax-realty_property_type h2.ttl-line,
body.tax-realty_area h2.ttl-line,
body.tax-realty_station h2.ttl-line {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--text, #1a1a2e);
	margin: 0;
}

/* コラム：カテゴリーショートカット（親カテゴリーのみ表示） */
.column-category-nav {
	background: var(--gray-light, #f4f5f7);
	border-bottom: 1px solid #e2e8f0;
	padding: 12px 20px 14px;
}

.column-category-nav-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.column-category-nav-link {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--navy, #0d1f3c);
	background: #fff;
	border: 1px solid #e2e8f0;
	font-family: 'Noto Sans JP', sans-serif;
	transition:
		border-color 0.2s ease,
		color 0.2s ease,
		background 0.2s ease;
}

.column-category-nav-link:hover {
	border-color: var(--green, #1a7a4a);
	color: var(--green, #1a7a4a);
	text-decoration: none;
}

.column-category-nav-link.is-active {
	background: var(--navy, #0d1f3c);
	color: #fff;
	border-color: var(--navy, #0d1f3c);
}

body.single-column .column-single-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body.single-column .column-header {
	position: static;
	inset: auto;
	left: auto;
	right: auto;
	top: auto;
	z-index: auto;
	width: auto;
	height: auto;
	min-height: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
	display: block;
	padding: 0;
	flex-direction: unset;
	align-items: unset;
	justify-content: unset;
}

body.single-column .column-header-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 1rem;
	font-size: 0.875rem;
	color: var(--gray-dark, #3d4f65);
	margin-bottom: 0.65rem;
}

body.single-column .column-header-date {
	font-variant-numeric: tabular-nums;
}

body.single-column .column-header-cat a {
	color: var(--green, #1a7a4a);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.single-column .column-header-cat a:hover {
	color: var(--gold2, #f0a500);
}

body.single-column h1.ttl-line {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--text, #1a1a2e);
	margin: 0 0 1.25rem;
}

body.single-column .article-btn {
	margin-top: 2.5rem;
	text-align: center;
}

body.single-column .entry-content {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.85;
}

body.single-column .entry-content img {
	max-width: 100%;
	height: auto;
}

/* ============================================
   コラム一覧・アーカイブ・タクソノミー（カードグリッド・ページネーション）
   ============================================ */

.column-archive-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.column-back-to-top-nav {
	margin-bottom: 0.65rem;
}

.column-back-to-top-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--green, #1a7a4a);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.column-back-to-top-link:hover {
	color: var(--gold2, #f0a500);
}

body.single-column .column-back-to-top-nav {
	margin-bottom: 0.85rem;
}

.column-archive-header {
	margin-bottom: 1.75rem;
}

/* peace-landing.css の要素セレクタ header { fixed … } が一覧見出しにも当たるため打ち消す（single-column の .column-header と同趣旨） */
body.post-type-archive-column .column-archive-header,
body.tax-column_category .column-archive-header,
body.tax-column_tag .column-archive-header {
	position: static;
	inset: auto;
	left: auto;
	right: auto;
	top: auto;
	z-index: auto;
	width: auto;
	height: auto;
	min-height: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
	display: block;
	padding: 0;
	flex-direction: unset;
	align-items: unset;
	justify-content: unset;
}

body.post-type-archive-column h2.ttl-line,
body.tax-column_category h2.ttl-line,
body.tax-column_tag h2.ttl-line {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--text, #1a1a2e);
	margin: 0;
}

.column-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 600px) {
	.column-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 900px) {
	.column-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.75rem;
	}
}

.column-card {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	overflow: hidden;
	background: var(--white, #fff);
	transition:
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.column-card:hover {
	box-shadow: 0 8px 24px rgba(13, 31, 60, 0.08);
	border-color: rgba(26, 122, 74, 0.25);
}

.column-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.column-card-img-wrapper {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--gray-light, #f4f5f7);
}

.column-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.column-card-img--placeholder {
	object-fit: contain;
	padding: 12%;
	opacity: 0.85;
}

.column-card-content {
	padding: 1rem 1.15rem 1.25rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.4rem;
}

.column-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.75rem;
	font-size: 0.8125rem;
	color: var(--gray-dark, #3d4f65);
}

.column-card-date {
	font-variant-numeric: tabular-nums;
}

.column-card-cat {
	color: var(--green, #1a7a4a);
	font-weight: 500;
}

.column-card-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--text, #1a1a2e);
	margin: 0.25rem 0 0;
	flex-grow: 0;
}

.column-card-excerpt {
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--gray-dark, #3d4f65);
	margin: 0.35rem 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	flex-grow: 1;
}

.column-author-info {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	color: var(--gray-mid, #8a9ab0);
}

.column-pagination-outer {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	width: 100%;
}

.column-pagination-outer .navigation.pagination {
	width: 100%;
	max-width: 42rem;
	margin: 0 auto;
}

.column-pagination-outer .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
}

.column-pagination-outer .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.45rem 0.65rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-variant-numeric: tabular-nums;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: var(--text, #1a1a2e);
	text-decoration: none;
	transition:
		background 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease;
}

.column-pagination-outer a.page-numbers:hover {
	border-color: var(--green, #1a7a4a);
	color: var(--green, #1a7a4a);
}

.column-pagination-outer span.page-numbers.current {
	background: var(--navy, #0d1f3c);
	border-color: var(--navy, #0d1f3c);
	color: #fff;
	font-weight: 600;
}

.column-pagination-outer .prev.page-numbers,
.column-pagination-outer .next.page-numbers {
	min-width: auto;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

.column-archive-empty {
	text-align: center;
	padding: 2rem 1rem;
	color: var(--gray-dark, #3d4f65);
}

/* ============================================
   事例紹介（peace_case）— PEACE ランディングと同系のヒーロー・セクション
   ============================================ */

/* 固定ヘッダー直下にパンくず・カテゴリナビが隠れないよう明示（--header-h 欠落時の calc 無効と * { padding:0 } への耐性） */
.peace-case-landing.peace-landing-main > .breadcrumb.peace-case-page-breadcrumb {
	padding-top: calc(var(--header-h, 64px) + 12px);
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	background: var(--navy, #0d1f3c);
}

@media (min-width: 900px) {
	.peace-case-landing.peace-landing-main > .breadcrumb.peace-case-page-breadcrumb {
		padding-left: 60px;
		padding-right: 60px;
	}
}

body.admin-bar .peace-case-landing.peace-landing-main > .breadcrumb.peace-case-page-breadcrumb {
	padding-top: calc(32px + var(--header-h, 64px) + 12px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .peace-case-landing.peace-landing-main > .breadcrumb.peace-case-page-breadcrumb {
		padding-top: calc(46px + var(--header-h, 64px) + 12px);
	}
}

.peace-case-landing.peace-landing-main {
	min-height: 40vh;
	padding-bottom: 4rem;
}

.peace-case-landing .peace-case-hero.hero {
	padding-top: 36px;
	padding-bottom: 48px;
}

@media (min-width: 900px) {
	.peace-case-landing .peace-case-hero.hero {
		padding-top: 44px;
		padding-bottom: 56px;
	}
}

.peace-case-page-breadcrumb .breadcrumb-current {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 500;
}

.peace-case-landing .peace-case-hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.75rem;
	margin-bottom: 0.85rem;
}

.peace-case-landing .peace-case-hero-cat a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.8125rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.peace-case-landing .peace-case-hero-cat a:hover {
	color: var(--gold2, #f0a500);
}

.peace-case-content.sec {
	padding-top: 48px;
	padding-bottom: 72px;
}

.peace-case-prose-card {
	background: var(--white, #fff);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1.75rem 1.25rem 2rem;
	box-shadow: 0 8px 24px rgba(13, 31, 60, 0.06);
}

.peace-case-featured {
	margin: 0 0 1.5rem;
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
	background: var(--gray-light, #f4f5f7);
	border: 1px solid #e2e8f0;
}

.peace-case-featured__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.peace-case-prose-card {
		padding: 2.25rem 2.5rem 2.5rem;
	}
}

.peace-case-landing .peace-case-entry.entry-content {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.85;
	color: var(--text, #1a1a2e);
}

.peace-case-landing .peace-case-entry.entry-content img {
	max-width: 100%;
	height: auto;
}

.peace-case-back-wrap.article-btn {
	margin-top: 2rem;
	text-align: center;
}

/* 不動産：参考事例・掲載物件（コラムと共通レイアウト + 物件固有） */
.realty-page-wrap {
	padding-bottom: 0;
}

.realty-archive-lead {
	color: var(--gray-dark, #3d4f65);
	margin: 0.65rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.realty-card-price {
	color: #c0392b;
	font-weight: 700;
}

.realty-single-label,
.realty-single-type {
	color: var(--green, #1a7a4a);
	font-weight: 500;
}

.realty-single-price {
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	font-weight: 700;
	color: #c0392b;
	margin: -0.5rem 0 1rem;
}

.realty-specs-wrap {
	max-width: 42rem;
	margin: 0 auto 1.5rem;
}

.realty-specs-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 0.9rem;
}

.realty-specs-table th,
.realty-specs-table td {
	border: 1px solid #e2e8f0;
	padding: 0.65rem 0.85rem;
	text-align: left;
	vertical-align: top;
}

.realty-specs-table th {
	width: 28%;
	background: var(--gray-light, #f4f5f7);
	font-weight: 600;
	color: var(--text, #1a1a2e);
}

.realty-specs-table td {
	background: #fff;
	color: var(--gray-dark, #3d4f65);
}

.realty-gallery {
	max-width: 42rem;
	margin: 0 auto 1.5rem;
}

.realty-gallery__main {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	background: var(--gray-light, #f4f5f7);
}

.realty-gallery__img {
	display: block;
	width: 100%;
	height: auto;
}

.realty-gallery__main--placeholder {
	margin: 0;
}

.realty-photo-preparing {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--gray-light, #f4f5f7);
}

.realty-photo-preparing--card {
	position: absolute;
	inset: 0;
	height: 100%;
}

.realty-photo-preparing--gallery {
	aspect-ratio: 16 / 10;
	border-radius: 14px;
	border: 1px solid #e2e8f0;
}

.realty-photo-preparing__bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.realty-photo-preparing__label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(0.9375rem, 2.2vw, 1.125rem);
	font-weight: 700;
	line-height: 1.4;
	color: var(--navy, #0d1f3c);
	text-align: center;
	background: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.06em;
}

.realty-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.realty-gallery__thumb {
	width: 96px;
	margin: 0;
}

.realty-gallery__thumb-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 2px solid transparent;
}

.realty-gallery__thumb.is-active .realty-gallery__thumb-img {
	border-color: var(--green, #1a7a4a);
}

.realty-single-content .realty-specs-table {
	display: none;
}

.realty-single-content:empty {
	display: none;
}

.realty-contact-link + .realty-back-link {
	margin-top: 1rem;
}

