@charset "UTF-8";

.note {
  font-size:125%;
}

#body .section {
  width:650px;
  margin-left:75px;
  padding-bottom:32px;
}

#body .section p {
  margin:16px 0;
}

#body .section ul {
  margin:16px 0 16px 1.5em;
}

#body #pr {
  width:596px;
  padding:20px 0;
  margin-left:102px;
  text-align:center;
}

#links a {
  margin:0 1em;
}

#parking h4 {
  color:#25b7aa;
  font-size:150%;
  text-align:center;
  margin-bottom:8px;
}

#parking table,
#parking table th,
#parking table td {
  border-style:solid;
  border-color:#25b7aa;
}

#parking table {
  width:400px;
  margin:0 auto;
  border-width:1px 0 0 1px;
}

#parking table th,
#parking table td {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:right;
}

#parking table th {
  color:#fff;
  background:#25b7aa;
  vertical-align:top;
}

#parking table th.wline {
  border-bottom-color:#fff;
}


#body #parking .before-tax {
  width:510px;
  margin:-20px auto 30px;
  height: 25px;
  line-height: 25px;
  text-align: right;
}

#map {
  text-align:center;
  margin-top:20px;
}

#body #map p {
  margin-bottom: 4px;
}

#map img {
  margin-bottom:20px;
}

#body #parking .contact {
  width: 450px;
  margin-left: 100px;
}

#body #parking .parkguide {
	font-size: 1em;
	line-height: 2.0;
	color: #25b7aa;
}

#body #parking .parkguide h4 {
  font-weight: normal;
  text-align: center;
}

#body #parking .center {
  text-align: center;
}

#body #parking .time {
	text-align: center;
	font-size: 2em;
}

#time table,
#time table th,
#time table td {
  border-style:solid;
  border-color:#25b7aa;
}

#time table {
  width:300px;
  margin:0 auto;
  border-width:1px 0 0 1px;
}

#time table th,
#time table td {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:center;
}

#time table th {
  color:#fff;
  background:#25b7aa;
  vertical-align:top;
}

#time table th.wline {
  border-bottom-color:#fff;
}


#carsize table,
#carsize table th,
#carsize table td {
  border-style:solid;
  border-color:#25b7aa;
}

#carsize table {
	width:500px;
  margin:0 auto;
  border-width:1px 0 0 1px;
}

#carsize table th {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:center;
}

#carsize table td {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:right;
}

#carsize table th {
  color:#fff;
  background:#25b7aa;
  vertical-align:top;
}

#carsize table th.wline {
  border-right-color:#fff;
}

#shop table,
#shop table th,
#shop table td {
  border-style:solid;
  border-color:#25b7aa;
}

#shop table {
  width:500px;
  margin:0 auto;
  border-width:1px 0 0 1px;
}

#shop table th {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:center;
}

#shop table td {
  padding:3px;
  border-width:0 1px 1px 0;
  text-align:left;
}

#shop table th {
  font-size:120%;
  color:#fff;
  background:#25b7aa;
}

#shop table th.wline {
  border-bottom-color:#fff;
}



#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #25b7aa;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	color: #25b7aa;
	font-family: serif;
}