.thumbbox iframe {
  width: 100%;
  height: 100%;
}

.gmode {
  padding: 50px 50px 0;
}

.mobile .gmode {
  padding-top: 0;
}

.lnk {
  padding: 1em 0;
  font-size: 1.3em;
}

#gmaparea iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#gaiyousho > h1 {
  text-align: center;
}

.gmode #gaiyousho > h1 {
  display: none;
}

#gaiyousho .gaiyoWrap table {
  border-collapse: collapse;
  border: solid 1px #000;
}

#gaiyousho .gaiyoWrap table th, #gaiyousho .gaiyoWrap table td {
  border: solid 1px #000;
}

#gaiyousho .gaiyoWrap table th {
  font-weight: bold;
  min-width: 5em;
}

#gaiyousho .gaiyoWrap table td {
  text-align: center;
}

#gaiyousho .gaiyoWrap table .gaiyoH {
  background-color: #000;
  letter-spacing: 0.5em;
  font-size: 1.5em;
}

#gaiyousho .gaiyoWrap table thead tr th {
  color: #fff;
  padding: 0.5em 0;
}

#gaiyousho .gaiyoWrap table thead tr td {
  padding: 0.5em;
}

#gaiyousho .gaiyoWrap table tbody tr th {
  color: #fff;
  padding: 0.5em 1em;
  background-color: #696969;
}

#gaiyousho .gaiyoWrap table tbody tr td {
  color: #000;
  padding: 0.5em;
}

#gaiyousho .gaiyoWrap table tbody .biko {
  text-align: left;
}

#gaiyoushomap iframe {
  width: 100%;
  height: calc(100vh - 100px);
  max-height: calc(100vw / 210 * 297 - 100px);
}

@media (max-aspect-ratio: 3 / 2) {
  #gaiyoushomap iframe {
    max-height: calc(100vw / 210 * 297 / 3 * 2 - 100px);
  }
}

@media screen and (max-width: 1299px) and (min-width: 981px) {
  .post_lists {
    min-height: 330px !important;
  }
}

@media screen and (max-width: 782px) {
  html body {
    margin-top: -46px;
  }
}
/*# sourceMappingURL=style.css.map */