/* =========================================================
	お知らせ欄メーカー 表示CSS
========================================================= */

.site-news-board-section {
	padding: 46px 0 48px;
	background: transparent;
}

.site-news-board-wrap {
	width: min(920px, calc(100% - 40px));
	margin: 0 auto;
}

.site-news-board {
	width: 100%;
	border: 1px solid rgba(201, 149, 63, 0.28);
	background: #f7f7f7;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.14);
}

.site-news-board-title {
	padding: 17px 20px;
	background: linear-gradient(135deg, #10291f 0%, #193d2e 100%);
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.10em;
	border-bottom: 1px solid rgba(201, 149, 63, 0.42);
}

.site-news-board-list {
	margin: 0;
	padding: 26px 44px 28px;
	list-style: none;
}

.site-news-board-item {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	color: #111827;
	font-size: 17px;
	line-height: 1.8;
}

.site-news-board-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.88em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #10291f;
}

.site-news-board-link {
	display: inline;
	color: #10291f;
	font-weight: 800;
	text-decoration: none;
}

.site-news-board-link:hover {
	color: #8a5a2f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.site-news-board-date {
	display: inline-block;
	margin-right: 14px;
	color: #c9953f;
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.site-news-board-item-title {
	font-weight: 800;
	letter-spacing: 0.02em;
}

.site-news-board-more {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}

.site-news-board-more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 30px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%);
	color: #1c1608;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-news-board-more-link:hover {
	transform: translateY(-2px);
	color: #1c1608;
	box-shadow: 0 22px 50px rgba(201, 149, 63, 0.32);
	text-decoration: none;
}

/* =========================================================
	お知らせ一覧ページ
========================================================= */

.site-news-archive-section {
	padding: 76px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		#ffffff;
}

.site-news-archive {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
}

.site-news-archive-list {
	display: grid;
	gap: 24px;
}

.site-news-archive-item {
	position: relative;
	padding: 30px 34px;
	border: 1px solid rgba(201, 149, 63, 0.32);
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(16, 41, 31, 0.09);
	overflow: hidden;
}

.site-news-archive-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: linear-gradient(180deg, #10291f, rgba(16, 41, 31, 0));
}

.site-news-archive-date {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #c9953f;
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #10291f;
}

.site-news-archive-title {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: 0.03em;
}

.site-news-archive-title a {
	color: inherit;
	text-decoration: none;
}

.site-news-archive-title a:hover {
	color: #8a5a2f;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-news-archive-excerpt {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(201, 149, 63, 0.22);
	color: #3f4854;
	font-size: 15px;
	line-height: 1.95;
}

.site-news-archive-excerpt p {
	margin: 0;
}

.site-news-archive-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 20px;
	padding: 10px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%);
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 12px 26px rgba(201, 149, 63, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-news-archive-more:hover {
	transform: translateY(-2px);
	color: #111827;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(201, 149, 63, 0.30);
}

.site-news-archive-pagination {
	margin-top: 34px;
	text-align: center;
}

.site-news-archive-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-news-archive-pagination a,
.site-news-archive-pagination span {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid rgba(201, 149, 63, 0.35);
	background: #ffffff;
	color: #10291f;
	text-decoration: none;
	font-weight: 800;
}

.site-news-archive-pagination .current {
	background: #10291f;
	color: #ffffff;
}

/* =========================================================
	スマホ
========================================================= */

@media screen and (max-width: 640px) {
	.site-news-board-section {
		padding: 34px 0 36px;
	}

	.site-news-board-wrap {
		width: min(100% - 28px, 920px);
	}

	.site-news-board-title {
		padding: 14px 16px;
		font-size: 17px;
	}

	.site-news-board-list {
		padding: 22px 22px 24px;
	}

	.site-news-board-item {
		font-size: 14px;
		line-height: 1.75;
	}

	.site-news-board-date {
		display: block;
		margin: 0 0 2px;
		font-size: 16px;
	}

	.site-news-board-more {
		margin-top: 18px;
	}

	.site-news-board-more-link {
		width: 100%;
		min-height: 50px;
	}

	.site-news-archive-section {
		padding: 54px 0;
	}

	.site-news-archive {
		width: min(100% - 28px, 980px);
	}

	.site-news-archive-list {
		gap: 18px;
	}

	.site-news-archive-item {
		padding: 24px 22px;
	}

	.site-news-archive-title {
		font-size: 20px;
		line-height: 1.55;
	}

	.site-news-archive-excerpt {
		font-size: 14px;
		line-height: 1.85;
	}

	.site-news-archive-more {
		width: 100%;
	}
}
