.shopinfo-banner:before {
  display: none !important;
}

#shopinfo {
  max-width: 940px;
  padding-bottom: 80px;
}
#shopinfo .text {
  width: 80%;
  margin: 40px auto 40px;
}
#shopinfo .logo-image {
  text-align: center;
}
#shopinfo p {
  font-size: 1.6rem;
}

#shopinfo .shop-detail {
  display: flex;
  gap: 40px;
  font-size: 1.6rem;
}
#shopinfo .shop-detail .image {
  width: 50%;
}
#shopinfo .shop-detail img {
  width: 100%;
}
#shopinfo .shop-detail .text {
  width: 50%;
  line-height: 3rem;
}
#shopinfo .shop-detail .text a {
  text-decoration: underline;
}
#shopinfo .shop-detail span {
  margin-left: -9px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #shopinfo .text {
    width: 90%;
    margin: 40px auto 40px;
  }
  #shopinfo p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  #shopinfo .shop-detail {
    gap: 10px;
    font-size: 1.2rem;
  }
  #shopinfo .shop-detail .text {
    line-height: 2.3rem;
    margin: 0;
  }
  #shopinfo .shop-detail span {
    margin-left: -9px;
    font-weight: 600;
  }
}
