<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	#C6008B*/
/*カラー1 エンジ　#830022*/
/*カラー2 濃いブルー　#003485*/

/*タイトル*/
.access_title &gt; h2 {
	width: 100%;
	height: 100%;
	background-color: #F6F6F6;
	padding: 10px 0 10px 30px;
	border-left: 50px solid rgba(255,92,206,1.00);
	position: relative;
}
.access_title &gt; h2 ::before {
	position: absolute;
	top: 8px;
	left: -37px;
	content: "";
	background-image: url("../access/images/map_pointer_white.svg");
	background-size: 46%;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	
}
.access_title &gt; h2  &gt; span {
	font-size: 18px;
	font-weight: 400;
}
/*アドレス*/
.address {
	margin: 40px 10px;
	padding: 10px;
	border: 2px solid #F5F5F5;;
	background-color: #F9F9F9;
}
/*MAP*/
.map_img {
	max-width: 100%;
	padding: 0 10px;
}
.map_img iframe {
	width: 100%;
}

/*名古屋駅map*/
.nagoya_station_map, .portmesse_map {
	width: 100%;
}
.nagoya_station_map img, .portmesse_map img {
	width: 100%;
	vertical-align: top;
}

/*あおなみ線時刻表*/
.aonami_timetabel {
	width: 100%;
	margin: 40px 0;
}
.aonami_timetabel img {
	width: 100%;
	vertical-align: top;
	border: 1px solid #AFAFAF;
}</pre></body></html>