@media screen and (max-width: 596px){.land .no-phone{
    display: none
  }}@media screen and (min-width: 596px){.land .only-phone{
    display: none
  }}.land .map-line__shops .map-line__inner_select select{
  width: 100%;
  height: 35px;
  padding-left: 17px;
  padding-right: 17px;
  border: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  }.land .shop-items .shop-items_item{
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(1, 1, 1, .19);
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, .19);
}.land .shop-items .shop-items_item .shop-items-img{
  position: relative;
}@media screen and (max-width: 767.98px){.land .shop-items .shop-items_item .shop-items-img img{
    margin: 0 auto 20px;
  }}.land .shop-items .shop-items_item .shop-items-head{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}.land .shop-items .shop-items_item .shop-items-addr{
  color: #fdb825;
}.land .shop-items .shop-items_item .shop-items-site{
  line-height: 24px;
}.land .shop-items .shop-items_item .shop-items-site a{
  color: #00abe8;
  text-decoration: underline;
}.land .shop-items .shop-items_item .shop-items-tel{
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}.land .shop-items .shop-items_item .shop-items-tel a{
  color: #000;
  text-decoration: none;
}