@charset "UTF-8";

table.schedule-table {
	width: 100%;
}

table.schedule-table th,
table.schedule-table td {
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	padding: 15px 20px;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 767px) {

	table.schedule-table th,
	table.schedule-table td {
		padding: 2vw;
		font-size: 3.5vw;
		white-space: nowrap;
	}
}

table.schedule-table th:last-child,
table.schedule-table td:last-child {
	border-right: none;
}

@media (max-width: 767px) {

	table.schedule-table th.spNone,
	table.schedule-table td.spNone {
		display: none;
	}
}

@media (max-width: 767px) {

	table.schedule-table th.sp-border-r-none,
	table.schedule-table td.sp-border-r-none {
		border-right: none;
	}
}

table.schedule-table th span,
table.schedule-table td span {
	display: inline-block;
	padding-left: 1em;
}

@media (max-width: 767px) {

	table.schedule-table th span,
	table.schedule-table td span {
		display: block;
		padding-left: 0;
	}
}

table.schedule-table tbody tr:last-child th,
table.schedule-table tbody tr:last-child td {
	border-bottom: none;
}

table.schedule-table thead th {
	background-color: #909090;
	color: #fff;
	font-size: 18px;
}

@media (max-width: 767px) {
	table.schedule-table thead th {
		font-size: 4vw;
	}
	table.schedule-table.seat thead th {
		font-size: 3vw;
	}
}

table.schedule-table tbody.greenBack td {
	background-color: #e8f6f2;
}

table.schedule-table tbody.greenBack td.title-td {
	background-color: #00a273;
	color: #fff;
	font-size: 18px;
}

@media (max-width: 767px) {
	table.schedule-table tbody.greenBack td.title-td {
		font-size: 4vw;
	}
	table.schedule-table.seat tbody.greenBack td.title-td {
		font-size: 3vw;
	}
}

table.schedule-table thead th {
	background-color: #00a273;
}

table.schedule-table tbody.greenBack td.title-td {
	background-color: #909090;
}

.new-responsive-template figure.topics_mainmv {
	margin-bottom: 3%;
}

table.schedule-table.seat th,
table.schedule-table.seat td {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.seat_image {
	margin-bottom: 60px;
	text-align: center;
}

.seat_image img {
	width: 50%;
}

.seat_image.large img {
	width: 70%;
}

@media(max-width: 767px) {
	table.schedule-table td {
		font-size: 3vw;
	}

	table.schedule-table td.small {
		font-size: 2.5vw;
	}

	table.schedule-table td a.volleyLinkBtn {
		font-size: 3vw;
	}

	table.schedule-table td a.volleyLinkBtn::after {
		width: 5vw;
		height: 5vw;
	}

	.seat_image {
		margin-bottom: 30px;
	}

	.seat_image img {
		width: 100%;
	}

	.seat_image.large img {
		width: 100%;
	}
}