@charset "UTF-8";
/* ==========================================================================//
//
// 設置場所一覧
//
// ========================================================================== */
.page_head .lead {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .page_head .lead {
    margin-top: 30px;
    font-size: 17px;
  }
}

/* マップ */
.map {
  height: 100%;
  overflow: hidden;
}
.map iframe {
  margin-top: -69px;
}
@media all and (max-width: 750px) {
  .map iframe {
    height: 519px;
  }
}
@media all and (min-width: 751px) {
  .map iframe {
    height: 809px;
  }
}