@charset "UTF-8";

/* ページ共通 */
.about_txt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01em;
}

/* Meeting information */
.meeting {
	padding: 80px 0 50px;
}

.meeting_tbl {
	width: 100%;
	margin-top: 40px;
}

.meeting_tbl th,
.meeting_tbl td {
	border: 1px solid #CCC;
	padding: 25px 20px;
}

.meeting_tbl th {
	background: #F6EDDF;
	vertical-align: middle;
}

.meeting_tbl td dl {
	display: flex;
}

.meeting_tbl td dl dt {
	width: 10%;
}

.meeting_tbl td dl dd {
	width: 90%;
}

.meeting_tbl_link {
	margin-top: 10px;
}

.meeting_tbl_link a {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #adadad;
	transition: border-bottom 0.3s;
}

.meeting_tbl_link a:hover {
	border-bottom: 1px solid transparent;
}

/* Access map */
.access {
	padding: 50px 0;
	overflow: hidden;
}

.access_add {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.access_add span {
	margin-left: 0.3em;
}

.access_link {
	text-align: center;
	margin-bottom: 45px;
}

.access_link_item {
	display: inline-block;
}

.access_link_item.-traffic {
	margin-right: 20px;
}

.access_link_item a {
	display: inline-block;
	font-size: 16px;
	border-bottom: 1px solid #adadad;
	transition: border-bottom 0.3s;
}

.access_link_item a:hover {
	border-bottom: 1px solid transparent;
}

.access_venue {
	margin-bottom: 45px;
	text-align: center;
}
.access_venue_wrap {
	display: inline-block;
	text-align: left;
	background: url("../common/img/bg-pattern.png") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 100px;
}


.access_venue_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #6E9B0D;
	color: #D03D1B;
}

.access_venue_dlist {
}

.access_venue_dlist > dt {
	margin-top: 20px;
	font-weight: bold;
}

.access_venue_dlist > dt:first-child {
	margin-top: 0;
}

.access_venue_dlist > dd {}


.access_venue_olist {
	margin-left: 1em;
}


.access_venue_subdlist {
	margin: 20px 0 0 1em;
}

.access_venue_subdlist > dt {
	font-weight: bold;
}

.access_venue_subdlist > dd {
	margin-top: 5px;
}


.access_venue_subttl {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.access_venue_txt {}

.access_venue_link {
	
}

.access_venue_link a {
	text-decoration: underline;
}

.access_venue_link a:hover {
	text-decoration: none;
}


.access_row {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 0 auto;
}

.access_col {
}

.access_col.-img {
	width: 33%;
}

.access_col.-gmap {
	position: relative;
	width: 67%;
}

.access_col.-gmap:before {
	content: "";
	display: block;
	padding-top: 63%;
}

.gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.meeting_tbl td dl {
		display: block;
		margin-top: 10px;
	}

	.meeting_tbl td dl:first-of-type {
		margin-top: 0;
	}

	.meeting_tbl td dl dt,
	.meeting_tbl td dl dd {
		width: 100%;
	}

	.access_add span {
		display: block;
		margin-left: 0;
	}

	.access_link_item {
		display: block;
	}

	.access_link_item.-traffic {
		margin: 0 0 10px;
	}

	.access_venue_wrap {
		padding: 20px 15px;
	}

	.access_col {
		width: 100% !important;
	}

	.access_col.-img {
		text-align: center;
		margin-bottom: 30px;
	}

}
