/* shop
--------------------------------------------------------------*/
.shop {
  margin: 10rem auto;
}
@media screen and (max-width: 640px) {
  .shop {
    margin: 9.375vw auto;
  }
}
.shop__box {
  width: 95%;
  margin: 3rem auto;
  border: 3px solid #E9D4E7;
  padding: 3rem;
}
@media screen and (max-width: 640px) {
  .shop__box {
    padding: 3.125vw;
  }
}
.shop__title {
  text-align: left;
  font-size: 3.5rem;
  margin-bottom: 4rem;
  text-decoration: underline dotted #E9D4E7;
  border-radius: 1rem;
}
@media screen and (max-width: 640px) {
  .shop__title {
    font-size: 5.46vw;
    margin-bottom: 3.125vw;
  }
}
.shop__address {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .shop__address {
    font-size: 4vw;
    margin-bottom: 4.68vw;
  }
}
.shop__address span {
  display: inline-block;
}
.shop__schedule {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: inline-block;
  border: 3px solid #E9D4E7;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .shop__schedule {
    position: relative;
    right: 0;
    left: 0;
    display: block;
    margin: 10px auto 0;
  }
}
.shop__schedule a {
  display: block;
  padding: 10px;
}
.shop #cboxLoadedContent {
  width: 100%;
}
.shop .popup__content {
  display: none;
}
.shop .popup__content img {
  max-width: 300px;
  height: auto;
}
.shop__map {
  width: 98%;
  margin: auto;
  border: 3px solid #E9D4E7;
  border-radius: 1rem;
}
.shop__map iframe {
  width: 100%;
  min-height: 50rem;
}
@media screen and (max-width: 900px) {
  .shop__map iframe {
    min-height: auto;
    height: 46vw;
  }
}

@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=shop.css.map */