@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

  public_shop_search_detail

///////////////////////////////////////////////////////////////////////*/
#areaWrap {
  margin-top: 0;
}
.box_head_shopdetail .ttl {
  margin-bottom: 20px;
}
.h_nearby_shop {
  margin: 10px 0 20px;
  color: #2f7300;
  font-size: 20px;
  text-align: center;
}
.show_more_shop {
  margin: 30px 0 0;
  text-align: center;
}
.show_more_shop a {
  display: inline-block;
  height: 44px;
  padding: 0 15px;
  background-color: #8dc21f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  line-height: 44px;
}
.show_more_shop a:hover {
  color: #fff !important;
}
.show_more_shop a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
  border-right: none;
  vertical-align: middle;
}