body {
  background-image: url(../../img/paper-bg-01_512.jpg);
  background-repeat: repeat;
}

main {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}

h1,
h2,
h3,
h4,
p,
dl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}

.top-image {
  height: 330px;
  margin-bottom: 100px;
  background: url(../../img/top-about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}
.top-image .sec-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top-image .sec-title p {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.top-image .sec-title h2 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#overview {
  margin-bottom: 80px;
}
#overview h2 {
  width: 150px;
  padding: 8px 0;
  background-color: #edf2c5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#overview .overview-list {
  margin: 40px auto;
}
#overview .overview-list .ol-container {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}
#overview .overview-list .ol-container div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
#overview .overview-list .ol-container div dt {
  width: 240px;
  padding-left: 40px;
}
#overview .overview-list .ol-container div dd {
  margin-left: 0;
  width: calc(100% - 240px);
}

#access {
  margin-bottom: 80px;
}
#access h2 {
  width: 150px;
  padding: 8px 0;
  background-color: #edf2c5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#access .google-map {
  margin: 40px auto;
}
#access .google-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0 auto;
}

#hours {
  margin-bottom: 80px;
}
#hours h2 {
  width: 150px;
  padding: 8px 0;
  background-color: #edf2c5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#hours .hours-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#hours .hours-container .hours-item:first-child {
  margin-bottom: 40px;
}
#hours .hours-container .hours-item h3 {
  width: 300px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#hours .hours-container .hours-item .hours-box {
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin-bottom: 20px;
}

#history h2 {
  width: 150px;
  padding: 8px 0;
  background-color: #edf2c5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0 auto 20px auto;
}
#history .history-list {
  margin: 40px auto;
}
#history .history-list .hl-container {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}
#history .history-list .hl-container div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
}
#history .history-list .hl-container div dt {
  width: 240px;
  padding-left: 40px;
}
#history .history-list .hl-container div dd {
  margin-left: 0;
  width: calc(100% - 240px);
}/*# sourceMappingURL=about.css.map */