@charset "utf-8";

.container { line-height: 1.75; }

main section {
	padding-top: var(--space-s);
	padding-bottom: var(--space-m);
}

.sect-inner > h2:not(#news-area .sect-inner > h2) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	margin: 0 auto var(--space-xs);
	padding-bottom: 0.5rem;
	border-bottom: 5px solid var(--color-blk);
	line-height: 1.25;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--font-s36);
	gap: 0 3.4rem;
}

.sect-inner > h2:not(#news-area .sect-inner > h2)::before,
.sect-inner > h2:not(#news-area .sect-inner > h2)::after {
	content: "";
	width: 36px;
	height: 36px;
	margin-top: 4px;
	background: url("../images/cmn_icon_sttl01.svg") 50% 50% no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

section#main-visual {
	padding-bottom: var(--space-s);
}

section#main-visual p {
	margin-top: var(--space-xs);
}

section#legend-area {
	padding-bottom: var(--space-s);
	background-color: #E7E9BA;
}

section#legend-area > div {
	display: flex;
	align-items: center;
	border: 1px solid #000000;
	padding: 1.8rem;
}

section#legend-area figure {
	width: 32.597%;
}

section#legend-area .story-box {
	width: 65.562%;
}

section#legend-area .story-box > * {
	padding-left: 7.585%;
}

section#legend-area .story-box h2 {
	margin-bottom: 1.6rem;
	padding-bottom: 1.0rem;
	border-bottom: 1px solid var(--color-blk);
	line-height: 1.25;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--font-s30);	
}

#news-area h2 {
	margin-bottom: calc(var(--space-xs) - 2.4rem);
}

#news-area ul li {
	padding: 2.4rem 0;
	border-bottom: 1px solid #333333;
}

#news-area ul li a {
	display: flex;
	flex-flow: row nowrap;
	gap: 1.0rem 1.5em;
}

#news-area ul li a time {
	flex-shrink: 0;
}

#eitaikuyou-area p {
	margin-top: var(--space-xs);
}

#about-area table {
	width: min(100%,714px);
	margin: 0 auto;
}

#about-area table tr {
	border-bottom: 1px solid var(--color-blk);
}

#about-area table tr th,
#about-area table tr td {
	padding: 1.6rem 0;
}

#about-area table tr th {
	width: 10em;
	text-align: right;
	font-weight: 700;
}

#about-area table tr td {
	width: auto;
	padding-left: 2em;
	font-weight: 700;
}

#access-area iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 148/59;
}

#access-area dl.access-list {
	width: fit-content;
	margin: var(--space-m) auto 0;
	text-align: center;
	font-weight: 700;
}

#access-area dl.access-list dt {
	margin-bottom: 0.5em;
	font-size: var(--font-s18);
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {

.sect-inner > h2:not(#news-area .sect-inner > h2) {
	gap: 0 2.0rem;
}

section#legend-area > div {
	flex-flow: column-reverse nowrap;
	align-items: center;
	gap: 3.0rem;
}

section#legend-area figure {
	width: min(100%,356px);
}

section#legend-area .story-box {
	width: 100%;
}

section#legend-area .story-box h2 {
	text-align: center;
}

section#legend-area .story-box > * {
	padding: 0 2.0rem;
}

#about-area table tr th {
	width: 6em;
}

}

/* ================================================ */
@media (max-width: 480px) {

#news-area ul li a {
	flex-flow: column nowrap;
}

#about-area table tr th {
	width: 5em;
}

#about-area table tr td {
	padding-left: 0.75em;
}

#access-area iframe {
	aspect-ratio: 4 / 3;
}

}