.shop .container {
  margin: 3% auto 6%;
}
@media screen and (min-width: 768px) {
  .shop .container {
    width: 70%;
    max-width: 1500px;
  }
}
@media screen and (max-width: 767px) {
  .shop .container {
    width: 90%;
  }
}
.shop .container h1 {
  font-weight: bold;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .shop .container h1 {
    font-size: 145%;
    line-height: 142%;
  }
}
@media screen and (max-width: 767px) {
  .shop .container h1 {
    font-size: 115%;
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .shop .container .info {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .info {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .shop .container .info .img {
    width: 55%;
  }
}
.shop .container .info .img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .shop .container .info .address {
    padding: 0 5%;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .info .address {
    padding: 3% 0;
  }
}
@media screen and (min-width: 768px) {
  .shop .container .info .address .text {
    margin-bottom: 8%;
    font-size: 95%;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .info .address .text {
    margin-bottom: 7%;
    font-size: 90%;
    line-height: 130%;
  }
}
.shop .container .info .address .map {
  width: 100%;
}
.shop .container .info .address .map iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shop .container .info .address .map iframe {
    height: 15vw;
    max-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .info .address .map iframe {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .shop .container .detail {
    display: flex;
    justify-content: space-between;
  }
}
.shop .container .detail .x {
  width: 40%;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .shop .container .detail .x {
    width: 40%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .detail .x {
    height: 400px;
    width: 100%;
  }
}
.shop .container .detail .text {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .shop .container .detail .text {
    width: 55%;
    padding: 0 4%;
    font-size: 95%;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .shop .container .detail .text {
    margin-top: 10%;
    width: 100%;
    padding: 6% 4%;
    font-size: 90%;
    line-height: 130%;
  }
}