/**
 * リンク集（/contents/links/）専用スタイル。
 */

.hyakushou-links-contents {
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
	color: #1a1a1a;
}

.hyakushou-links-hero {
	border: 5px solid #2d5a27;
	background-color: #f9f7f2;
	background-image:
		linear-gradient(
			to right,
			rgba(249, 247, 242, 0.94) 0%,
			rgba(249, 247, 242, 0.72) 38%,
			rgba(249, 247, 242, 0.35) 55%,
			rgba(249, 247, 242, 0.08) 72%,
			transparent 88%
		),
		url("../images/pages/item/page-wakayama-header.png");
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center;
	margin: 0 0 1.35rem;
	padding: 1.25rem 1rem 1.35rem;
	box-sizing: border-box;
	min-height: min(220px, 36vw);
}

.hyakushou-links-breadcrumb {
	font-size: 0.8125rem;
	color: #333;
	margin: 0 0 0.65rem;
	line-height: 1.5;
}

.hyakushou-links-breadcrumb a {
	color: #2d5a27;
	text-decoration: underline;
}

.hyakushou-links-breadcrumb__current {
	font-weight: 500;
}

.hyakushou-links-hero__title {
	margin: 0;
	font-size: clamp(1.35rem, 3.6vw, 1.85rem);
	font-weight: 800;
	line-height: 1.3;
	color: #111;
	letter-spacing: 0.02em;
}

.hyakushou-links-section {
	margin: 0 0 1.45rem;
}

.hyakushou-links-bar {
	margin: 0 0 1rem;
	padding: 0.68rem 0.9rem 0.72rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	background: #2d5a27;
	text-align: center;
}

.hyakushou-links-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
	line-height: 1.75;
}

.hyakushou-links-list__item {
	margin: 0 0 0.7rem;
	padding: 0;
}

.hyakushou-links-list__item:last-child {
	margin-bottom: 0;
}

.hyakushou-links-list__label {
	font-weight: 700;
}

.hyakushou-links-list a {
	color: #111;
	text-decoration: underline;
	word-break: break-all;
}

.hyakushou-links-list a:hover,
.hyakushou-links-list a:focus-visible {
	color: #2d5a27;
}

.hyakushou-links-wp-content {
	margin: 1.25rem 0 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
}

@media (max-width: 900px) {
	.hyakushou-links-hero {
		min-height: min(200px, 42vw);
		background-position: center top, center top;
	}
}
