.container {
  width: 100%;
  display: none;
}
@media (max-width: 750px) {
  .container {
    display: block;
  }
}
.container main .tel img {
  width: 7.5rem;
}
.container main .store-type {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container main .store-type img {
  display: block;
  width: 7.5rem;
}
.container main .store-type img:nth-child(1) {
  margin: 0.2rem 0;
}
.container main .store-type .data {
  width: 7.3rem;
  margin: 0.3rem 0;
}
.container main .store-type .swiper-container {
  position: absolute;
  top: 3.65rem;
  right: 0.13rem;
  width: 5rem;
  height: 3.4rem;
}
.container main .store-type .swiper-container .swiper-slide img {
  width: 5rem;
  height: 3.4rem;
}
.container main .main-bottom {
  display: flex;
  align-items: center;
  height: 10rem;
  padding: 0.3rem 0.25rem;
  background-color: #eeeeee;
}
.container main .main-bottom img {
  width: 100%;
}
/*# sourceMappingURL=store.css.map */