
@charset "UTF-8";
.gallery-narrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  margin-top: 24px;
  margin-bottom: 24px;
}
.gallery-narrow > p + p {
  margin-top: 0;
}
.station-map {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.shop > .post-container {
  display: contents;
}
.shop > .post-container h2 {
  order: -1;
  margin-bottom: 0;
}
.shop > .post-container h3 {
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
}
.post-container * + * {
  margin-top: 8px;
}
.brackets {
  position: relative;
  margin: 16px auto 30px;
  padding-inline: 16px;
  width: fit-content;
  text-align: center !important;
}
.brackets::before,
.brackets::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 78px;
  background: url(images/brackets.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
.brackets::before {
  left: -28px;
}
.brackets::after {
  right: -28px;
  transform: scale(-1, 1) translate(0, -50%);
}
@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;
  }
}
