@charset "UTF-8";
#main {
	background: rgb(167 111 247 / 30%);
}
.schwrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.schwrap::before {
	content: "";
	width: 25%;
	display: block;
	order: 1;
}

.schwrap::after {
	content: "";
	width: 25%;
	display: block;
}

@media screen and (max-width: 640px) {
	.schwrap::before {
		content: "";
		width: 33%;
		display: block;
		order: 1;
	}

	.schwrap::after {
		content: "";
		width: 33%;
		display: block;
	}
}

.t_iconwrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.t_icon {
	width: 50%;
}
.t_icon img {
	width: 100%;
}

.date-choice ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.date-choice ul li {
	width: 33%;
	font-size: 1em;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: solid 1px #dadada;
	margin: 5px 2.5px;
}
.date-choice ul li:nth-of-type(n + 4) {
	display: none;
}
.date-choice ul li.week_start,
.date-choice ul li.active {
	background-color: #ff88bb;
	color: #fff;
}

.week_tab li.week_start a,
.week_tab li.active a {
	color: #fff;
}

.date-choice ul li a {
	display: block;
}

.date-choice ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.sch_tab {
	width: 100%;
}

.schedule {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 770px) {
	#schedule {
		width: 100%;
	}
	.date-choice ul {
		display: -webkit-flex;
		display: flex;
	}
	.date-choice ul li {
		width: 33%;
		padding: 5px 0;
		font-size: 0.8rem;
		text-align: center;
		height: auto;
		line-height: normal;
	}
	.date-choice ul li:nth-of-type(7) {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#main {
		overflow: hidden;
		margin-bottom: 2em;
	}
}
