@charset "UTF-8";

.under_main {
  background-image: url(../images/bg-access.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* =======================================================
*overview
* ======================================================= */
#overview table {
  margin-bottom: 1rem;
  max-width: 800px;
  margin: 0 auto;
  background-color: transparent;
}
#overview table th,
#overview table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px dotted #597746;
}
#overview table th {
  text-align: center;
  width:200px;
}
#overview table th span,
#overview table td span {
  font-size: 11px;
  color: #555;
  letter-spacing: .07em;
}
#overview table td span.inahoya {
  color: #111;
  font-size: 21px;
}
#overview table td a {
  font-weight: bold;
  color: #597746;
  font-size: 18px;
}
#overview table td span.caption {
  font-size: 11px;
}
@media screen and (max-width:767px) {
  #overview table th,
  #overview table td {
    font-size: 14px;
    padding: 0.75rem 0.2rem;
  }
  #overview table th {
    width: 90px;
  }
  #overview table th span,
  #overview table td span {
    font-size: 10px;
  }
  #overview table td img {
    margin: 10px 0;
  }

}


/* =======================================================
*map
* ======================================================= */
#map .mapArea iframe {
  width: 100%;
  height: 400px;
}





