@charset "UTF-8";
main {
  margin-bottom: 70px;
}

/* =========================
タイトル
========================= */
.map-h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.map-h1::before {
  content: "MAP";
  text-align: center;
  font-size: 70%;
  color: #b09553;
  letter-spacing: 0.4em;
  display: block;
  padding-bottom: 10px;
}

/* =========================
map
========================= */
.mapArea {
  margin-top: 30px;
}

/* =========================
googleボタン
========================= */
.gLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  margin: 30px auto 60px;
  font-size: 12px;
  height: 40px;
  width: 250px;
}

/* ==================================================
PC(min-width: 1024px)
================================================== */
@media (min-width: 1024px) {
  /* =========================
    タイトル
    ========================= */
  .map-h1 {
    font-size: 30px;
    margin-top: 60px;
  }
  /* =========================
  map
  ========================= */
  .mapArea {
    margin-top: 60px;
  }
  /* =========================
  googleボタン
  ========================= */
  .gLink {
    margin: 60px auto 80px;
    font-size: 15px;
    height: 55px;
    width: 350px;
  }
}/*# sourceMappingURL=map.css.map */