main {
  background-color: #fff100;
}

.page-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 20px;
  background-color: #ED6C01;
}
@media screen and (max-width: 1200px) {
  .page-head {
    min-height: 10.5vw;
    padding: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    min-height: 0;
    padding: 6vw 5vw;
  }
}
.page-head__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-head__title {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head__title {
    font-size: 6vw;
  }
}

.shop-list {
  padding: 80px 0 50px;
}
@media screen and (max-width: 1200px) {
  .shop-list {
    padding: 6.67vw 0 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-list {
    padding: 9vw 0 8vw;
  }
}
.shop-list iframe {
  display: block;
  width: 1000px;
  min-height: 1900px;
  margin: 0 auto;
  border: none;
}
@media screen and (max-width: 1200px) {
  .shop-list iframe {
    width: 83.33vw;
    min-height: 1940px;
  }
}
@media screen and (max-width: 768px) {
  .shop-list iframe {
    width: 85.4%;
    min-height: 1940px;
  }
}

.shop-request {
  display: flex;
  justify-content: center;
  padding: 0 20px 72px;
  background-color: #fff100;
}
@media screen and (max-width: 1200px) {
  .shop-request {
    padding: 0 1.67vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-request {
    padding: 0 5vw 8vw;
  }
}
.shop-request__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 598px;
  min-height: 228px;
  padding: 24px 28px;
  background-color: #00b097;
  border: 3px solid #000;
  border-radius: 19px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .shop-request__card {
    gap: 1vw;
    width: 49.83vw;
    min-height: 19vw;
    padding: 2vw 2.33vw;
    border-width: 0.25vw;
    border-radius: 1.58vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-request__card {
    gap: 0;
    justify-content: flex-start;
    width: 84vw;
    min-height: auto;
    padding: 5vw 5vw 5vw;
    border-width: 0.4vw;
    border-radius: 4.5vw;
  }
}
.shop-request__lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 551px;
  height: 56px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 49px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #00b097;
  white-space: nowrap;
}
.shop-request__lead::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #fff transparent transparent;
}
@media screen and (max-width: 1200px) {
  .shop-request__lead {
    max-width: 45.92vw;
    height: 4.67vw;
    padding: 0 1.67vw;
    border-radius: 4.08vw;
    font-size: 1.83vw;
  }
  .shop-request__lead::after {
    bottom: -0.83vw;
    border-width: 0.83vw 0.58vw 0;
  }
}
@media screen and (max-width: 768px) {
  .shop-request__lead {
    position: relative;
    display: block;
    max-width: 76vw;
    height: auto;
    padding: 4vw 8vw;
    border-radius: 2.5vw;
    color: #00b097;
    font-size: 6.2vw;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    margin-bottom: 6vw;
  }
  .shop-request__lead::after {
    content: "";
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 3.2vw 2.5vw 0;
    border-color: #fff transparent transparent;
  }
}
.shop-request__lead-black {
  color: #000;
}
.shop-request__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #fff100;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .shop-request__title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-request__title {
    font-size: 9.6vw;
    white-space: normal;
    margin-bottom: 2vw;
  }
}
.shop-request__sub {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .shop-request__sub {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-request__sub {
    font-size: 5.1vw;
    margin-bottom: 3vw;
  }
}
.shop-request__arrow {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 18px;
  color: #ffdd00;
}
@media screen and (max-width: 1200px) {
  .shop-request__arrow {
    bottom: 1.33vw;
    right: 1.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-request__arrow {
    bottom: 3vw;
    right: 4vw;
    font-size: 3vw;
  }
}/*# sourceMappingURL=style_shop.css.map */