/* CSS Document */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  display: none
}
img {
  max-width: 100%;
}
.ttl_h1 {
  text-align: center;
  font-size: 60px;
  padding: 10px 5px 5px;
  letter-spacing: 4px;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #fff;
}
header {
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/main.jpg?4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.table th, .table td {
  padding: 20px;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_txt {
  background: #f2f2f2;
  border-radius: 100px;
  display: table;
  margin: 0 auto 20px;
  padding: 5px 30px;
}
@media (max-width: 991px) {
  header {
    height: 60vh;
  }
  .ttl_h1 {
    font-size: 50px;
  }
  .table th, .table td {
    padding: 10px 0;
  }
  .map {
    padding-top: 65%;
  }
}