<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 */

#pageTitle{ color:#e3007f; }
.mainContent h3{ color:#e3007f; }
.mainContent h3:before { background-color: #e3007f; }
.mainContent h4{ color:#e3007f; }
.red{ 	color:#e50012; }
.mainColor{ color:#e3007f; }

/* ----------------------------------------------
	GW駐車場混雑周知
------------------------------------------------- */
#gw_attention .text{
	font-size:100%;
	text-align: center;
}

/* ----------------------------------------------
	アクセス
------------------------------------------------- */
#access .map iframe{
	border:none;
}
#access .map{
	margin:0 15px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 90px;
	height: 0;
	overflow: hidden;
}
#access .map iframe,
#access .map object,
#access .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access .address{
	font-size:107%;
	margin:10px 0;
	text-align:center;
}
#access .address strong{ font-weight:bold; }
#access .text{ font-size:100%; }
#access .mapcode{ font-size:100%; line-height:1.6; font-weight:bold; margin:5px 0 0; }

/* ----------------------------------------------
	駐車場について
------------------------------------------------- */
#parking .parkingAbout .text{
	font-size:107%;
	margin:0 0 5px;
}
#parking .parkingAbout .text strong{ font-weight:bold; }
#parking .parkingAbout .toll{
	font-size:121%;
	font-weight:bold;
	margin:15px 0 15px;
}
#parking .parkingAbout .toll dt{
	display:inline-block;
	color:#e3007f;
	margin:0 5px 0 0;
}
#parking .parkingAbout .toll dd{
	display:inline-block;
	margin:0 25px 0 0;
}

#parking .parkingTobePark h4{ text-align:left; }
#parking .parkingTobePark .text{
	margin:0;
}
#parking .parkingTobePark h5{
	margin:25px auto 15px auto;
	font-size:114%;
	font-weight:bold;
	text-align:left;
}
#parking .parkingTobePark ul{
	font-size:100%;
	margin:0 0 0 15px;
}
#parking .parkingTobePark ul li{
	text-align:left;
	margin:0 0 0 5px;
	line-height:1.5;
	display:list-item;
	list-style-type:decimal;
}
#parking .parkingTobePark ul li ul.necessary{
	text-align:left;
	margin:2px 0 2px 15px;
	font-weight:bold;
	font-size:107%;
}
#parking .parkingTobePark ul li .necessary li{
	display:list-item;
	list-style:disc;
	margin:0;
}
#parking .parkingTobePark ul li .necessary .red{
	font-weight: normal;
	font-size:93%;
}
/* ----------------------------------------------
	こどもファスト・トラックについて
------------------------------------------------- */
#parking .kodomo-fast-trackPark h4{ text-align:left; }
#parking .kodomo-fast-trackPark .text{
	margin:0;
}</pre></body></html>