@charset "UTF-8";

.event_single {
	padding-top: 220px;
}

.event_single h1 {
	text-align: left;
	font-size: 28px;
}

.event_single table.table {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}


.event_single table.table th,
.event_single table.table td {
	padding: 1em;
}

.event_single table.table th {
	border-top: 1px solid #ff6e96;
	white-space: nowrap;
	background-color: #fcf8e4;
	font-weight: bold;
}

.event_single table.table tr:last-child th {
	border-bottom: 1px solid #ff6e96;
}

.event_single table.table td {
	border-top: 1px solid #eee;
	line-height: 1.8em;
}

.event_single table.table td ul,
.event_single table.table td ol {
	padding-left: 1.5em;
	margin: 0;
	margin-top: 1em;
}

.event_single table.table td p {
	margin-top: 1em;
}

.event_single table.table td img {
	margin: 10px 0 20px;
}

.event_single table.table tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.event_single table.table td a {
	color: #4a77e3;
	text-decoration: underline;
}

.event_single table.table td .fa-icon {
	font-size: 180%;
}

.event_single table.table td a.pdf {
	text-decoration: none;
	color: #333;
}

.event_single table.table td a.map {
	font-size: 90%;
	background-color: #4a77e3;
	color: #fff;
	line-height: 1em;
	padding: .3em .8em;
	margin-left: 1em;
	text-decoration: none;
	border-radius: 999px;
}

.event_single table.table td a:hover,
.event_single table.table td a.map:hover,
.event_single table.table td a.pdf:hover {
	opacity: .7;
}

/* ボタン */
.btn_wrap {
	margin-top: 100px;
}

.com_btn_b a {
	display: inline-block;
	color: #ff6e96;
	font-size: 20px;
	letter-spacing: 2px;
	border-radius: 999px;
	border: 2px solid #ff6e96;
	padding: 1em 3em;
	font-weight: bold;
	background-color: #fff;
}

.com_btn_b a:hover {
	opacity: .7;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.event_single {
		padding-top: 20vw;
	}

	.event_single h1 {
		font-size: 5vw;
	}

	.event_single table.table,
	.event_single table.table tbody,
	.event_single table.table tr,
	.event_single table.table th,
	.event_single table.table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 3.6vw;
	}

	.event_single table.table th {
		text-align: center;
		font-size: 4vw;
		padding: .6em 0;
	}

	.event_single table.table td {
		padding-bottom: 2em;
	}

	.btn_wrap {
		margin-top: 10vw;
	}

	.com_btn_b a {
		font-size: 4vw;
	}

	.event_single table.table td a.map {
		margin-left: 0;
		margin-top: .2em;
	}
}