@charset "utf-8";

.voucher-stores__topMap {
  margin-bottom: 30px;
}
.voucher-stores__topMap iframe {
  width: 100%;
}

.voucher-stores__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 1.527vw, 22px) 3%;
}
.voucher-stores__item {
  padding: 23px;
  border: 1px solid #00215c;
  border-radius: 10px;
}

/* 26. ローソン江別豊幌美咲のみ準備中↓ common.jsに記述しています */
.voucher-stores__item.is-hide {
  position: relative;
}
.voucher-stores__item.is-hide::before {
  content: "準備中";
  color: #bf0008;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.07em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.voucher-stores__item.is-hide:after {
  content: "";
  display: block;
  width: 100.2%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 49.9%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(128, 128, 128, 0.7);
  border-radius: 10px;
}
.voucher-stores__item.is-hide a {
  pointer-events: none;
  cursor: not-allowed;
}

/* 26. ローソン江別豊幌美咲のみ準備中↑ common.jsに記述していま */
.voucher-stores__title {
  padding-left: 8px;
  border-left: 3px solid #00215c;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #00215c;
}
.voucher-stores__box {
  padding-left: 3px;
}
.voucher-stores__dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.voucher-stores__dt,
.voucher-stores__dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.voucher-stores__dt {
  width: 73px;
}
.voucher-stores__dd {
  flex: 1;
}
.voucher-stores__dd--map {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px 20px;
}
.voucher-stores__map {
  display: block;
  width: fit-content;
  padding: 1px 6px 2px;
  border: 1px solid #af5658;
  background: #af5658;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}
.voucher-stores__map:hover {
  background: #fff;
  color: #af5658;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
  .voucher-stores__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
