.ttl {
  background: url(../images/map/bg_title.jpg) no-repeat center;
}

.subcap {
  border-left: none;
  margin-top: -130px;
  padding: 130px 0 0 14px;
  position: relative;
}

.subcap::before {
  background: #0055ac;
  content: "";
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
}

.map_btns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  position: relative;
  width: 1000px;
  z-index: 1;
}

.map_btns a {
  align-items: center;
  background: linear-gradient(90deg, #0055ac 0%, #066cba 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 220px;
}

.map_btns a:link, .map_btns a:active, .map_btns a:visited {
  text-decoration: none;
}

.map_btns a:hover {
  opacity: .5;
}

.map_btns a span {
  display: block;
  margin-top: -16px;
  white-space: nowrap;
  width: 100%;
}

.map_content {
  margin: 0 auto 60px;
  width: 1000px;
}

.map_content_address {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

.map_content iframe {
  height: 400px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .ttl {
    background: url(../images/map/bg_title_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .subcap {
    margin-top: -60px;
    margin-bottom: 10px;
    padding: 60px 0 0 14px;
  }
  .subcap::before {
    height: 15px;
    bottom: 5px;
  }
  .map_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 15px;
    padding-bottom: 40px;
    width: calc(100% - 30px);
  }
  .map_btns a {
    height: 55px;
    line-height: 1;
    margin: 0 auto 10px;
    width: calc(50% - 5px);
  }
  .map_btns a span {
    font-size: 12px;
  }
  .map_content {
    margin: 0 15px 30px;
    width: calc(100% - 30px);
  }
  .map_content_address {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .map_content iframe {
    height: 210px;
    width: 100%;
  }
}
