@charset "UTF-8";

#timetable {
	font-family: "Stick", sans-serif;
	font-size: 1.7rem;
	text-align: center;
	margin-top: -82px;
	padding-top: 92px;
	margin-bottom: 50px;
}

.timetable {
	margin: 0 auto;
}

.timetable,
.active-day {
	font-family: sans-serif;
	font-size: 1.3rem;
	line-height: 2.5;
}

.time {
	padding: 0 20px;
}

.active-day {
	margin: 50px auto 80px;
	line-height: 1.7;
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #FF4500;
	border-radius: 15px;
}

.active-day td {
	padding: 0 1rem;
}

.lead {
	text-align: center;
	text-decoration:underline blue double;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	-webkit-text-decoration:underline blue double;
	-webkit-text-decoration-thickness: 1px;
	-webkit-text-underline-offset: 5px;
}

.three-cat-img {
	width: 150px;
	margin: 0 auto;
}

.cat-img {
	display: none;
}


@media screen and (min-width: 550px){
	.line-breaks {
		display: none;
	}
}


@media screen and (min-width: 768px){
	#timetable {
		font-size: 2.2rem;
	}

	.clumn {
		display: flex;
		justify-content: center;
	}

	.timetable {
		margin: initial;
	}

	.timetable,
	.active-day {
		font-size: 2rem;
	}

	.time {
		padding: 0 40px;
	}

	.cat-img {
		display: grid;
		place-content: end;
		width: 250px;
		margin-left: -30px;
		margin-bottom: 30px;
	}

	.three-cat-img {
		width: 180px;
	}
}