section#location {
  padding-bottom: 0;
}
section#location .titleBox h2 {
  position: relative;
}
section#location .titleBox h2::before {
  content: "";
  background: url(../../img/webp/h2_location.webp) no-repeat;
  background-position: center;
  background-size: 100%;
  width: 715px;
  height: 138px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
section#location .titleBox h2 span {
  position: relative;
}

.locationContent {
  max-width: 900px;
  margin: 0 auto
  ;
  margin-bottom: 80px;
}
.location_data dl {
  display: flex;
  padding: 20px;
  border-top: 2px solid #222222;
}
.location_data dl:last-child {
  border-bottom: 2px solid #222222;
}
.location_data dl dt {
  width: 10%;
  border-right: 2px solid #222222;
  padding: 20px 30px;
}
.location_data dl dd {
  padding: 20px 30px;
}
/*********************************/
/*        SP Responsive          */
/*********************************/
@media (max-width: 768px) {
  section#location .titleBox h2::before {
    width: 70%;
    height: 100px;
  }
  section#location {
    padding: 0;
    padding-top: 100px;
  }
  .locationContent {
    margin-bottom: 40px;
}
  .location_data {
    padding: 0 20px;
  }
  .location_data dl {
    padding: 10px 0px;
  }
  .location_data dl dt {
    width: 30%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .location_data dl dd {
    width: 70%;
    line-height: 2.2rem;
    padding: 20px 10px;
  }

  .map iframe {
    height: 300px;
  }
}

@media (max-width: 450px) {
  section#location .titleBox h2::before {
    width: 100%;
    height: 100px;
  }
}