/*----------------------
2025-10-01	Adjust
----------------------*/

/* 時刻表「期間」切替 */
ul.switch_period	{ margin: auto; padding: 1em 0; }
ul.switch_period	{ display: flex; gap: 1em; justify-content: center; }
ul.switch_period li	{ display: inline-block; padding: .5rem 2rem; border-radius: .5em; cursor: pointer; }
ul.switch_period li	{ color: #568c; background-color: #36d4; transition: .2s; }
ul.switch_period li:hover	{ transform: scale(1.05); }
/*ul.switch_period li:hover	{ color: #fff; background-color: #039; text-decoration: none; }*/
ul.switch_period .on	{ color: #fff; background-color: #36d; font-weight: bold; }

.schedule	{}
/*.schedule tr:first-child td:nth-child(4)	{ width: 23%; }*/
/*.schedule tr:first-child th:first-child		{ width: 22.5%; letter-spacing: 2em; }*/
/*.schedule tr.arrival:first-child th:first-child	{ text-align: center; letter-spacing: 0.1em; background-color: #bdccd4; }*/

.scroll	{ overflow: auto; white-space: nowrap; }
.scroll	{ display: none; }
.scroll.on	{ display: block; }
.scroll table	{ width: 100%; text-align: center; }

#schedule01	{}
#schedule02	{}


