/* greeting */
#greeting {
  display: block;
  padding-bottom: 100px;
}

#greeting p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 30px;
}

#greeting .intro {
  display: flex;
  margin-bottom: 15px;
  width: 80%;
  margin: auto;
}

#greeting .intro img {
  margin: 20px;
}

#greeting .intro div {
  margin: auto 0;
}

#greeting .intro img {
  width: 200px;
  max-width: calc(50% - 20px);
}

#greeting .intro div p {
  font-size: 2rem;
}

#greeting .intro div h5 {
  font-size: 3rem;
  margin-top: 20px;
  font-weight: 300;
  border: none;
}

#greeting .intro_text {
  width: 80%;
  margin: auto;
  border-radius: 15px;
  padding: 40px;
  text-align: justify;
}
@media screen and (max-width: 880px) {
  #greeting .intro_text {
    width: 100%;
  }
}

/* history */
/* overview */
#overview {
  display: block;
}

#overview h2 {
  margin-top: 30px;
}

#overview h3 {
  font-size: 1.8rem;
  border-bottom: 2px solid #81c961;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#overview .menu1-explain {
  margin: 30px auto;
}

#overview p {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 20px;
}

#overview .img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}

#overview .img img {
  max-width: calc(50% - 20px);
}

#overview .aerial img {
  width: 500px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

#overview table {
  border-collapse: collapse;
  border: solid 2px #ededed;
  width: 80%;
  margin: 50px auto;
}

#overview table th, table td {
  border: solid 1px #ededed;
  font-size: 1.6rem;
  font-weight: 100;
  padding-bottom: 15px;
  padding-top: 15px;
}

#overview table th {
  background-color: #fcf9f0;
  width: 30%;
}

#overview table td {
  padding-left: 20px;
  padding-right: 20px;
}

#overview .floor img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
}

/* survery */
#survery {
  display: block;
  padding-bottom: 100px;
}

#survery p {
  font-size: 1.6rem;
  line-height: 1.5;
}

#survery div h3 {
  font-size: 1.8rem;
}

#survery div h4 {
  padding: 30px 0;
  font-size: 1.6rem;
  margin-left: 20px;
  line-height: 1.5;
}

#survery div ul {
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

#survery div li a {
  background-color: #f2f9ff;
  border: 1px solid #7bb6e8;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  color: #000000;
}

#survery div li p {
  text-decoration: underline;
}

@media screen and (max-width: 880px) {
  #survery div ul {
    display: block;
  }
  #survery div li a {
    margin-bottom: 20px;
  }
}
.is-dark #overview th {
  background-color: #000000;
}
.is-dark .floor-label {
  background: #000 !important;
}
.is-dark .floor-content {
  background: #000 !important;
}
.is-dark .floor-parking {
  background: #000 !important;
}/*# sourceMappingURL=about-s.css.map */