
@charset "UTF-8";

.station-map {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.shop > .post-container {
  display: contents;
}
.shop > .post-container h2 {
  order: -1;
  margin-bottom: 8px;
}
.shop > .post-container h3 {
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
}
.post-container * + * {
  margin-top: 8px;
}
#article .balloon {
  position: relative;
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 0.5em 1.5em;
  border: 2px solid #333;
  border-radius: 50vh;
  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 58%;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    box-sizing: border-box;
    background-color: #ffffff;
  }
  &::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 54%;
    width: 20px;
    height: 2px;
    transform: rotate(50deg);
    box-sizing: border-box;
    background-color: #333333;
    box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  }
}
/* #article .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 20px;
  top: calc(100% + 5px);
  left: 54%;
  transform: rotate(50deg);
  background: #fff;
  border-left: 2px solid #333;
  border-right: 2px solid #333;

} */

@media screen and (min-width: 961px) {
  .brackets::before,
  .brackets::after {
    width: 40px;
    height: 104px;
  }
  .brackets::before {
    left: -60px;
  }
  .brackets::after {
    right: -60px;
  }
}
.block-info_content > * {
  margin-bottom: 16px;
}
#article .card.shop + .card.shop {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .shop h3 {
    text-align: center;
  }
  .flex-container:nth-of-type(1) .shop > .post-container {
    display: inline-block;
  }
  .flex-container:nth-of-type(1) .post-container > * + * {
    margin-top: 24px;
  }
  .flex-container:nth-of-type(2) .shop > .post-container {
    display: contents;
  }
  .flex-container:nth-of-type(2) .shop > .post-container h2 {
    order: -1;
    margin-bottom: 0;
  }
  .flex-container:nth-of-type(2) .shop > .post-container h3 {
    order: -1;
  }
  .flex-container:nth-of-type(2) .shop > .post-container > * + * {
    margin-top: 0;
  }
  .flex-container:nth-of-type(2) .shop {
    row-gap: 24px;
  }
  #article .card.shop + .card.shop {
    margin-top: 0;
  }
}
