@charset "UTF-8";
/*--------------------------------------------------

カラー設定
メインカラー（グリーン）	#00A593
サブカラー（グレー）	#63666A
サブカラー（グレー） #DADADA
サブカラー（黄緑）	#97D700
サブカラー（黄緑）	#C3DD88

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

タブレット（通常795px）
@media screen and (max-width: 970px) {

}

@media screen and (max-width: 420px) {

}


--------------------------------------------------*/


/*------------------------------------------
アクセス会場案内
------------------------------------------*/

/*施設名*/
.facility_name {
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em;
	border-bottom: 1px solid #AFAFAF;
}
.facility_name::before, .facility_name::after {
	position: absolute;
	content: "";
}
.facility_name::before {
	width: 20px;
	height: 20px;
	background-color: #626262;
	top: 4px;
	left: 0;
}
.facility_name::after {
	width: 16px;
	height: 16px;
	background-color: #97D700;
	top: 14px;
	left: 10px;
}
.facility_inner {
	padding-left: 20px;
	border-left: 6px solid #626262;
}
.facility_inner p {
	margin: 10px 0;
}

/*マップ*/
.map {
	margin: 40px 0;
	width: 100%;
}
.map img {
	vertical-align: top;
	width: 100%;
}