@charset "utf-8";

#location {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px 24px;
}

#location .titType1 {
  margin-bottom: 14px;
}

#location .titType1 h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  padding-left: 30px;
  background: url(../img/tit-type1-front.png) no-repeat 0 50%;
  background-size: 18px auto;
}

#location .location-head h3 {
  font-size: 28px;
  font-weight: 500;
  color: #222;
  margin: 0;
}

#location .location-map-wrap {
  margin-top: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 0.6rem;
  overflow: hidden;
}

#location #location-map {
  width: 100%;
  height: 380px;
}

.loc-tbl {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
}

.loc-tbl tr > * {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.loc-tbl tbody th {
  background: #f7f7f7;
  color: #222;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.loc-tbl tbody td {
  color: #555;
}

@media screen and (max-width: 1200px) {
  #location {
    padding: 0 10px 20px;
  }

  #location .titType1 h4 {
    font-size: 22px;
    padding-left: 25px;
    background-size: 15px auto;
  }

  #location .location-head h3 {
    font-size: 22px;
  }

  #location .location-map-wrap {
    border-radius: 0;
  }

  #location #location-map {
    height: 260px;
  }

  .loc-tbl colgroup {
    display: none;
  }

  .loc-tbl tr > * {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px;
  }
}
