section.mainvisual {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

#scroll {
  margin: 0;
  padding: 0;
}

#scroll li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1px;
}

.simply-scroll {
  width: 960px;
  height: 70px;
}

.simply-scroll .simply-scroll-clip {
  width: 960px;
  height: 70px;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 96px;
  height: 70px;
  margin-right: 1px;
}

@media print, screen and (min-width: 769px) {
  #main {
    float: right;
    width: 100%;
  }
  #main-inner {
    margin-left: 290px;
  }
  #side {
    float: left;
    width: 275px;
    margin-right: -275px;
  }
}
#main section {
  background: #f5f5f5;
  border: 1px solid #99cc00;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

#main section h1 {
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 0.3rem;
  border-left: 10px solid #ffcc33;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#main section h1:before {
  padding-left: 0;
  border: none;
}

#main section h1 span {
  color: #ffcc33;
  font-size: 0.8rem;
  margin-left: 5px;
}

#main section a {
  text-decoration: none;
}

#highlight dt {
  font-size: 1.3rem;
}

#highlight dd {
  margin-left: 0;
  margin-bottom: 1rem;
}

#whatsnew dd {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

#whatsnew dd span:not(.through) {
  display: block;
  margin-left: 0.5rem;
}

#banner ul {
  margin: 0;
  padding: 0;
}

#banner ul li {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
  text-align: center;
}

#main section.emergencyinfo {
  background: #ffeeff;
  border: 1px solid #b61827;
}

#main section.emergencyinfo h1 {
  border-left: 10px solid #b61827;
  color: #b61827;
  font-weight: bold;
  line-height: 1.8;
}

#main section.emergencyinfo em {
  color: #b61827;
  font-style: normal;
  font-weight: bold;
}

#main section.emergencyinfo span.strong {
  font-weight: bold;
  font-size: 1.1rem;
}

#main section.emergencyinfo a {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #main section {
    padding: 1rem;
  }
  #banner ul li {
    text-align: left;
  }
}
#calender {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  background: #c7e0be;
  text-align: center;
}

#calender img {
  margin-bottom: 0.5rem;
}

#facebook {
  text-align: center;
  margin-bottom: 0.5rem;
}

.sidesns {
  margin-top: 2rem;
}
.sidesns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
  padding: 0;
  width: 200px;
}
.sidesns ul li {
  list-style: none;
}
.sidesns ul li a {
  text-decoration: none;
  text-align: center;
}
.sidesns ul li a img {
  width: 40px;
  height: 40px;
}

.freewifi {
  margin-top: 2rem;
  text-align: center;
}
.freewifi img {
  width: 100px;
  height: 100px;
}

@media print, screen and (min-width: 769px) {
  #calender {
    margin-bottom: 1rem;
  }
}
.calenderbase {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  background: #c7e0be;
  text-align: center;
}

.calender {
  width: 254px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
}

.calender table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  border: 1px solid #b5b6b6;
  background: #ffffff;
}

.calender table caption {
  padding: 5px;
  padding-bottom: 0;
  font-weight: bold;
  color: #666666;
  text-align: center;
  background: #c5d020;
  border: 1px solid #b5b6b6;
  border-bottom: none;
}

.calender table caption span {
  font-size: 1.05rem;
}

.calender table caption span.year,
.calender table caption span.month {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}

.calender table th {
  width: 14.286%;
  background: #f0f0f0;
  color: #666666;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
}

.calender table td {
  padding: 0;
  color: #666666;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
}

.calender table td:not(.guide) {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.calender table td.holiday {
  color: #e7141a;
}

.calender table td.closed {
  color: #3cb118;
}

.calender table th.saturday,
.calender table td.saturday {
  color: #00a0e9;
}

.calender table th.sunday,
.calender table td.sunday {
  color: #e7141a;
}

.calender table td.guide {
  text-align: right;
  color: #3cb118;
  padding-right: 5px;
}

#request_to_prevent_the_spread_of_covid-19 {
  margin-bottom: 1rem;
  background: #28a7e1;
  text-align: center;
}/*# sourceMappingURL=style.css.map */