@charset "UTF-8";
.spot > .post-container {
  display: contents;
}
.spot > .post-container .item-header {
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
}
.spot > .post-container > p {
  order: -1;
  margin-top: 0;
}
.post-container * + * {
  margin-top: 8px;
}
.spot > .post-container .block-info_content {
  margin-top: 24px;
}

.item-header .sub-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90vw, 360px);
  aspect-ratio: 360 / 84;
  background: url('images/sub-bg.png') no-repeat left center / contain;
  margin-left: 0;
  margin-right: auto;
  font-size: clamp(1rem, 0.8rem + 0.5vw, 1.25rem);
  font-weight: bold;
  color: #8d5139;
  font-size: 18px !important;
  text-align: center;
}
#article .block-heading {
  position: relative;
  margin-bottom: 0;
  padding-left: 34px;
  width: max-content;
  color: #ed5d4c;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 19px;
    left: 0;
    top: 6px;
    background: url(images/icon.png) no-repeat;
    background-size: contain;
  }
}
.comment {
  width: 80%;
  margin-inline: auto;
}
.frame {
  position: relative;
  margin-top: 60px;
  padding: 48px 24px 24px;
  border: 1px solid #333;
  border-radius: 24px;
}
.card-img > figure + figure {
  margin-top: 16px;
}
.frame-header {
  position: absolute;
  background: #fff;
  padding: 8px;
  top: -32px;
  left: 50%;
  translate: -50%;
  text-align: center;
}
.frame-header .sub-title {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}
#article .grid-card.spot-card {
  display: grid;
  grid-template-columns: 1fr;
}
#article .hd-gallery {
  color: #ed5d4c;
  font-size: 18px;
}
#article .spot-info img {
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .spot > .post-container {
    display: block;
  }
  .comment {
    width: 60%;
  }
  #article .spot-info img {
    width: 100%;
  }
  #article .block-heading {
    margin-bottom: 24px;
    padding-left: 48px;
    &::before {
      width: 40px;
      height: 25px;
    }
  }
  #article .spot-info {
    margin-top: 16px;
  }
  .frame {
    padding: 80px 40px 40px;
  }
  #article .grid-card.spot-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .subgrid {
    display: grid;
    grid-template-rows: subgrid;
    grid-row:  span 3;
  }


}