.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 0 3rem;
  height: 0;
  overflow: hidden;
  border-radius: 26px;
  border: #ff7bc3 solid 3px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shop-outer {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  flex-wrap: wrap;
}

.cat {
  width: 20%;
  margin: 0 3% 1rem 0;
  padding: .3em 2em;
  font-size: 14px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  background-color: #ff7bc3;
  border-radius: 50rem;
  color: #fff;
}

.cont {
  width: 77%;
  margin: 0 0 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.cont p {
  font-size: 18px;
  font-weight: 500;
}

.shop_link {
  width: 100%;
  margin: 0 0 4rem;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

.shop_link a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .map-container {
    margin: 0 0 3rem;
    border-radius: 16px;
    border: #ff7bc3 solid 2px;
  }

  .shop-outer {
    width: 100%;
    margin: 0 0 2rem;
  }

  .cat {
    width: 30%;
    margin: 0 5% 1rem 0;
    padding: .3em 1em;
    font-size: 3.2vw;
  }

  .cont {
    width: 65%;
    margin: 0 0 1rem;
  }

  .cont p {
    font-size: 3.8vw !important;
  }

  .shop_link {
    margin: 0 0 4rem;
    font-size: 5.4vw;
  }

  .shop_link a {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .cat {
    font-size: 1.6vw;
  }

  .cont p {
    font-size: 1.8vw;
  }
}