@charset "EUC-JP";

/*-------長期連休スケジュール用--------*/

.bge-contents table.schedule {
	width: 100%;
	margin: 2rem auto;
	border-collapse: collapse;
	table-layout: auto;
	border: solid 1px #424143;
}

.bge-contents table.schedule tr th {
	border: solid 1px #424143;
	border-collapse: collapse;
	background: #fff;
	padding: 0.5em 1em;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-family: sans-serif;
}

.bge-contents table.schedule tr td {
	border: solid 1px #424143;
	border-collapse: collapse;
	background: #fff;
	padding: 0.5em 1em;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-family: sans-serif;
}

.bge-contents table.schedule img {
	width: 2em;
	height: auto;
	margin-right: 1em;
	display: block;
}

.bge-contents table.schedule tr td {
	background: #ffff9d;
	font-size: 1.6em;
}

.bge-contents table.schedule tr th div {
	display: flex;
	align-items: center;
}

.bge-contents table.schedule tr.date th {
	font-size: 1.2em;
	background: #fff;
}

.bge-contents table.schedule tr.week td {
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	background: #aaa7b8;
}

.bge-contents table.schedule tr th.suspension {
	color: #e774af;
}

.bge-contents table.schedule tr td.suspension {
	color: #e774af;
	background: #fff;
}

.bge-contents table.schedule tr tr.week td.suspension {
	color: #fff;
	background: #e774af;
}

.bge-contents table.schedule tr td.annotation {
	padding: 0.1em;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #25a5ff;
}

.material-symbols-outlined {
	font-size: 2em;
	padding-top: 0.3em;
}

@media screen and (max-width: 830px) {
	.bge-contents table.schedule {
		width: 98% !important;
	}

	.bge-contents table.schedule img {
		width: 2em;
		margin-right: 0;
		margin-bottom: 1vw;
	}

	.bge-contents table.schedule tr td , .bge-contents table.schedule tr th {
		padding: 0.5em 0.2em;
		font-size: 3vw;
		display: table-cell;
	}

	.bge-contents table.schedule tr th div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bge-contents table.schedule tr.date th {
		font-size: 3.6vw;
	}

	.bge-contents table.schedule tr.week td {
		font-size: 3vw;
	}

	.bge-contents table.schedule tr td.annotation {
		font-size: 3vw;
	}

	.material-symbols-outlined {
		font-size: 5vw;
		padding-top: 0.3em;
	}
}
