@charset "UTF-8";
/*------------------------
詳細
------------------------*/
.single .ttl-area .date {
	display: flex;
	width: fit-content;
	align-items: flex-end;
	background: var(--txtcolor);
	padding: 10px 15px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.single .ttl-area .date .year {
	display: block;
	font-size: 18px;
	margin-right: 10px;
}
.single .ttl-area .date .monthandday {
	display: block;
	font-size: 26px;
}
/*------------------------
会場
------------------------*/
.venue {
	background: radial-gradient(#f9f9f9 0%, #e5e5e5 300%);
	padding: 30px;
}
.venue table {
	margin-bottom: 20px;
}
.venue table tr th {
	width: 20%;
	background: var(--bgcolor);
	vertical-align: text-top;
	padding: 20px;
	box-sizing: border-box;
	letter-spacing: .08em;
	font-weight: bold;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.venue table tr td {
	padding: 20px;
	background: #fff;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.venue table tr td a {
	text-decoration: underline;
}
.venue .g-btn {
	width: fit-content;
	margin: auto;
}
.venue .g-btn a {
	width: fit-content;
	display: block;
	padding: 12px 40px;
	background: var(--btncolor);
	color: #fff;
	line-height: 1;
}
.venue .g-btn a:hover {
	background: var(--txtcolor);
}