@charset "UTF-8";

.fig-copy {
  width: 78%;
  margin: 0 auto 24px;
}
.fig-copy-n {
  width: 65%;
  margin: 0 auto 24px;
}
.category-title {
  margin-bottom: 24px;
  width: fit-content;
  color: #dbbe1b;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.283rem + 0.92vw, 2rem);
}
.note {
  display: block;
  margin-left: -1em;
}
.category-title:not(:first-child) {
  margin-top: 40px;
}
.category-title span {
  display: block;
  border-bottom: 2px solid #333;
  color: #333;
  font-size: clamp(1rem, 0.946rem + 0.23vw, 1.125rem);
  letter-spacing: 0.2em;
}
.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 {
  position: relative;
  padding-left: 52px;
  font-weight: 700;
  font-size: 16px;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 22px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    background: url('images/icon-sun.png') no-repeat;
    background-size: contain;
  }
}
#article .block-heading {
  position: relative;
  margin-bottom: 0;
  width: max-content;
  font-size: clamp(1.125rem, 1.064rem + 0.26vw, 1.375rem)
}
#article .block-heading span {
  display: block;
  font-weight: 700;
}
.guide {
  position: relative;
  margin-top: 24px;
  padding: 40px 24px 24px;
  border: 1px solid #222;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 170px;
    height: 30px;
    top: 12px;
    left: 50%;
    translate: -50%;
    background: url('images/morning.png') no-repeat;
    background-size: contain;
  }
}
.time {
  margin-bottom: 8px;
  border-bottom: 3px solid #e7324a;
  .open {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
     span {
      display: block;
     }
  }
  .weekend {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }
}
.menu-title {
  color: #e7324a;
  font-weight: 700;
}
.menu {
  position: relative;
  padding-left: 1.2em;
  &::before {
    content: "●";
    position: absolute;
    width: .6em;
    height: .6em;
    left: 0;
    top: 0;
    color: #e7324a;
  }
}

@media screen and (min-width: 768px) {
  .fig-copy {
  width: 60%;
  margin: 0 auto 24px;
  }
  .fig-copy-n {
    width: 45%;
    margin: 0 auto 24px;
  }
  .item-header .sub-copy {
    font-size: 18px;
  }
  .open {
    font-size: 20px;
  }
}
.memo-text {
  font-size: 15px;
}
.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) {
  #article figcaption.cap02 {
    margin-left: 3em;
    text-align: center;
  }
  .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;
  }


}