.wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.location_map {
  background: url(../img/location_map.gif) no-repeat center top;
  position: relative;
  display: block;
  height: 700px;
  width: 800px;
  margin: 30px auto 70px;
}

@media screen and (max-width: 1000px) {
  .location_map {
    transform: scale(0.9);
    margin: 20px auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .location_map {
    display: none;
  }
}

.location_map a {
  position: absolute;
  width: 190px;
  height: 47px;
  display: block;
}

#location-7 {
  width: 210px;
}

.wrapper a:hover {
  background-position: 0 -1px;
}

#location-1 {
  top: 59px;
  left: 587px;
}

#location-2 {
  top: 21px;
  left: 366px;
}

#location-3 {
  top: 74px;
  left: 220px;
}

#location-4 {
  top: 134px;
  left: 135px;
}

#location-5 {
  top: 212px;
  left: 94px;
}

#location-6 {
  top: 417px;
  left: 21px;
}

#location-7 {
  top: 512px;
  left: 79px;
}



.location_hr {
  border: 2px solid #f7931e;
  margin: 0 0 60px;
}




.location_shop a {
  overflow: hidden;
  width: 190px;
  height: 47px;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.9;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "WenQuanYi Micro Hei", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #000;
}

.location_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

a.prettyPhoto {
  background: none;
  width: 320px;
  height: 360px;
}

a.prettyPhoto img {
  display: block;
  margin: auto;
}

#prettyPhoto_2 {
  width: 340px;
}

#prettyPhoto_3 {
  width: 270px;
}



#bookmark1 {
  position: absolute;
  background: none;
  height: 1px;
  top: 820px;
}

#bookmark2 {
  position: absolute;
  background: none;
  height: 1px;
  top: 1160px;
}

#bookmark3 {
  position: absolute;
  background: none;
  height: 1px;
  top: 1500px;
}



.location_foot {
  margin: auto;
}