@charset "UTF-8";

.access-wrap {
  margin: auto;
  width: fit-content;
  gap: 30px;
}

.access-content {
  margin: 12rem 0;
}

.StoreName {
  border-left: solid 8px #fff;
  padding: 0.5rem;
  margin: 2rem 0;
}

.notice {
  text-align: center;
  margin: 2rem;
}

.notice h2,
.notice h3 {
  color: #E63383;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.mySwiper2 {
  margin: 2rem 0;
  width: 600px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.address {
  text-align: center;
}

.address P {
  margin: 1rem;
}

.address p:last-child {
  border-top: 1px #fff solid;
  padding: 1rem;
}

.parking {
  text-align: center;
}

.parking a {
  color: #E63383;
}

@media screen and (min-width:375px) and (max-width:430px) {
  iframe {
    width: 100%;
    margin: auto;
  }

  .mySwiper2 {
    width: 340px;
  }

  .close {
    top: 0px;
    right: 10px;
  }

}

@media screen and (min-width:768px) and (max-width:960px) {

}