/* 土地情報 */
.map_image {
  max-width: 850px;
  margin: 0 0 50px;
}
.map_image img {
  width: 100%;
}

.form_btn {
  max-width: 300px;
  width: 80%;
  margin: 100px auto;
}
.form_btn a {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #010101;
  color: #fff;
  font-weight: bold;
}

.location {
  margin: 0 auto 40px;
}
.location .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.location .inner::after {
  content: "";
  width: calc(33% - 20px);
}
.location .item {
  width: calc(33% - 20px);
}
@media screen and (max-width: 767px) {
  .location .item {
    width: calc(50% - 10px);
  }
}
.location .item p {
  font-size: 12px;
}
