@charset "UTF-8";
.data {
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed #333;
}
.data-list li {
  display: flex;
  font-size: 15px;
}
.data-list .color-point {
  color: #ed5d4c;
  font-weight: 700;
}
.nabe {
  margin-left: 8px;
  background: #e4ca56;
  font-size: 15px;
}
.spot > .post-container {
  display: contents;
}
.data-list .check {
  position: relative;
  padding-left: 1.5em;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    background: url(images/icon-check.png) no-repeat;
    background-size: contain;
  }
}

.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 {
  padding: 2px 8px;
  width: fit-content;
  background: #fff;
  border: 2px solid #f5afa4;
  font-weight: 700;
  color: #333;
  font-size: 18px !important;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.item-header .copy-nomal {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: none;
}
#article .block-heading {
  position: relative;
  margin-bottom: 0;
  width: max-content;
  color: #222;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 5px;
    background: #8eb368;
    bottom: -12px;
  }
}

.rcm-point {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  &::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 45px;
    top: -46px;
    background: url(images/balloon.png) no-repeat;
    background-size: contain;
  }
}
.rcm-point p {
  font-size: 15px;
}
.column-title {
  position: relative;
  margin-bottom: 24px;
  width: fit-content;
  color: #82a85d;
  font-weight: 700;
  font-size: 18px;
  &::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80%;
    height: 6px;
    top: 50%;
    left: 100%;
    translate: 0 -50%;
    background: url(images/wave.png) no-repeat;
    background-size: 80%;
  }
}
.column-title .balloon-togo {
  position: relative;
  margin-right: 8px;
  padding: 8px;
  background: #82a85d;
  border-radius: 50vh;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #82a85d;
    translate: 100% -50%;

  }
}

.togo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
.hd-togo span {
  display: block;
  margin-bottom: 0.25em;
  color: #82a85d;
  font-size: 15px;
}
.togo-contents {
  display: contents;
}
.togo-contents .hd-togo {
  order: -1;
}
.togo-contents > p {
  order: -1;
}
.togo-contents .block-info_content {
  order: 1;
}







.food {
  position: relative;
  display: block;
  border: 1px solid #333;
  outline: 1px solid #333;
  outline-offset: 10px;
  margin: 60px 6px;
  padding: 80px 16px 24px;
}
.food-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#article h3.block-heading.hd-food {
  margin-top: 0;
}
#article h3.block-heading.hd-food::after {
  width: 0;
  height: 0;
  background: none;
}
.food-wrap .post-container > p {
  margin-bottom: 24px;
}
.food-title {
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50%;
  padding: 8px 24px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
}
.food-title span {
  color: #f3a498;
  font-size: 24px;
}
.store-info {
  margin-top: 24px;
  padding: 24px;
  background: #fde9e4;
}
.store-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px ;
}
.store-img {
  flex-shrink: 0;
  width: 100%;
}
.hd-store {
  font-size: 17px;
}
.hd-store span {
  display: block;
  color: #94b881;
  font-size: 15px;
}
.store-content > p {
  font-size: 15px;
}








.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;
  }
  #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;
  }
  .togo {
    flex-direction: row;
    gap: 40px;
  }
  .togo-contents {
    display: block;
  }
  .togo-img {
    flex-shrink: 0;
    width: 40%;
  }
  .food-wrap {.column-title
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .column-title::after {
    width: 220px;
    height: 6px;
    top: 50%;
    left: 100%;
    translate: 0 -50%;
    background: url(images/wave.png) no-repeat;
    background-size: contain;
  }
  .food {
      padding: 60px 24px 24px;
  }
  .food-wrap > * {
    width: 48%;
  }
  .store-wrap {
    display: flex;
    flex-direction: row;
    gap: 16px ;
  }
  .store-img {
    flex-shrink: 0;
    width: 180px;
  }
}