/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

html {
	font-size: 62.5%;
	/* 1rem = 10px */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

body {
	font-size: 1.8rem;
	line-height: 1.8;
	color: #212121;
	font-weight: 400;
	letter-spacing: 0.05em;
}

main {
	margin-top: 0 !important;
}

strong {
	font-weight: 600;
}

small {
	font-size: 1.2rem;
}

.wp-block-site-title {
	font-weight: 400;
}

h1,
h2,
h3 {
	font-weight: 600;
	letter-spacing: 0.05em;
}

h1 {
	font-size: 3.2rem;
	font-weight: 500;
}


.entry-content h2 {
	font-size: 2.4rem;
	border-left: 2px solid #3d3d3d;
	padding-left: 20px;
	margin-bottom: 3.2rem !important;

}

.entry-content h3 {
	font-size: 2.0rem;
	border-bottom: 1px solid #212121 !important;
	padding-bottom: 1.6rem;
	margin-top: 3.2rem !important;
	margin-bottom: 1.6rem !important;
}

.entry-content h4 {
	font-size: 1.8rem;
	font-weight: 700 !important;

}



/* タブレット */
@media screen and (max-width: 1024px) {

	body,
	p {
		font-size: 1.6rem;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {

	body,
	p {
		font-size: 16px;
	}
}

/* 年表 */
.nenpyo-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 4rem 0;
	-webkit-overflow-scrolling: touch;
}

.nenpyo-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 1.8;
	min-width: 1200px;
	/* 横スクロール量を増やす */
}

.nenpyo-table thead th:first-child {
	width: 160px;
	/* 年代列 */
}

.nenpyo-table thead th:nth-child(2) {
	width: 400px;
	/* 町内の出来事（一番内容が多い） */
}

.nenpyo-table thead th:nth-child(3),
.nenpyo-table thead th:nth-child(4) {
	width: 300px;
	/* 長岡市・日本世界 */
}

.nenpyo-table th,
.nenpyo-table td {
	border: 1px solid #ddd;
	padding: 1.2rem 1.6rem;
	vertical-align: top;
}

/* ヘッダー行 */
.nenpyo-table thead th {
	background-color: #3d3d3d;
	color: #fff;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	width: 25%;
}

.nenpyo-table thead th:first-child {
	width: 14%;
}

/* 左端の年代列 */
.nenpyo-table tbody th {
	background-color: #f8f5ef;
	font-weight: 500;
	white-space: nowrap;
	text-align: left;
}

.nenpyo-era {
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
}

.nenpyo-seireki {
	display: block;
	font-size: 1.0rem;
	color: #888;
	margin-top: 0.4rem;
}

/* 未入力テキスト */
.nenpyo-todo {
	color: #bbb;
	font-style: italic;
	font-size: 1.2rem;
}

/* 偶数行 */
.nenpyo-table tbody tr:nth-child(even) td {
	background-color: #fafafa;
}

/* タブレット・スマホ */
@media screen and (max-width: 768px) {
	.nenpyo-table {
		font-size: 1.2rem;
	}

	.nenpyo-table th,
	.nenpyo-table td {
		padding: 0.8rem 1.0rem;
	}
}

.foogallery {
	margin: auto;
	max-width: 1400px
}