@media only screen and (min-width: 768px) {
  .mv {
    background: url("../img/location/location_bg.png") no-repeat top center/cover;
  }
}

.location {
  padding: 10vw 0px 16vw;
}
.location h2 {
  font-size: 6vw;
  font-weight: 700;
  margin: 0px 0px 4vw;
  color: #0068b7;
  text-align: center;
}
.location .location-row {
  margin-bottom: 8vw;
  padding-bottom: 10vw;
  border-bottom: 1px solid #bebebe;
}
.location .location-row.location-row2 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none;
}
.location .location-box {
  width: 100%;
  max-width: 368px;
  margin: 0px auto 8vw;
}
.location .location-box .location-txt1 {
  margin: 2vw 0px;
}
.location .location-box .location-btn a {
  width: 130px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: #8cc63f;
  border-radius: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0;
}
.location .location-box .location-btn a::before {
  content: "";
  position: relative;
  width: 13px;
  height: 18px;
  display: inline-block;
  top: 3px;
  margin-right: 5px;
  background: url("../img/shared/icon_map.png") center/cover;
}
.location .location-box .location-txt2 {
  margin: 3vw 0px 0px;
}
.location .location-box .location-txt2 a {
  display: inline-block;
}
.location .location-map {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  border-radius: 30px;
}
.location .location-map iframe {
  width: 100%;
  height: 100%;
}
.location .location-img2 {
  margin: 10vw auto 0px;
  width: 100%;
  max-width: 790px;
}
@media only screen and (min-width: 768px) {
  .location {
    padding: 60px 0px 160px;
  }
  .location .wrap {
    max-width: 1240px;
  }
  .location h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
  .location .location-box {
    width: 32%;
    margin: 0px;
  }
  .location .location-box .location-txt1 {
    margin: 16px 0px 10px;
  }
  .location .location-box .location-btn a:hover {
    opacity: 0.8;
  }
  .location .location-box .location-txt2 {
    margin: 11px 0px 0px;
    line-height: 32px;
  }
  .location .location-row {
    margin-bottom: 49px;
    padding-bottom: 76px;
  }
  .location .location-map {
    width: 64.5%;
    margin: 0px;
    height: 360px;
  }
  .location .location-img2 {
    margin-top: 100px;
  }
}/*# sourceMappingURL=location.css.map */