body {
  color: #595959;
  background: #efefef;
}

.area_map .address {
  background: #e4e4e4;
}
.area_map .address .inner > div .tel a::before {
  color: #705143;
}
.area_map .address .inner > ul li:nth-child(2) a {
  background: #705143;
  border-color: #705143;
}

.area_bus::before {
  background: #705143;
}
.area_bus h4::before {
  color: #705143;
}

.busDetail p.link {
  display: none;
}
.busDetail p.link.new {
  display: block;
}