@charset "UTF-8";
#article h2.illumi {
  position: relative;
  margin-top: 70px;
  width: fit-content;
  color: #092c87;
  text-align: center;
  margin-inline: auto;
}
#article h2.illumi.area-marunouchi::before,
#article h2.illumi.area-hibiya::before,
#article h2.illumi.area-nihonbashi::before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 78px;
  height: 78px;
  top: -67px;
  left: -10px;
}
#article h2.illumi.area-marunouchi::before {
  background: url(images/area-badge01.png) no-repeat;
  background-size: contain;
}
#article h2.illumi.area-nihonbashi::before {
  background: url(images/area-badge02.png) no-repeat;
  background-size: contain;
}
#article h2.illumi.area-hibiya::before {
  background: url(images/area-badge03.png) no-repeat;
  background-size: contain;
}
.illumi-date {
  padding-left: 8px;
  border-left: 2px solid #222;
}
.illumi-date p {
  font-weight: 700;
  font-size: 15px;
}
.illumi-date > p + p {
  margin-top: 5px;
}
.illumi-date p.note {
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.ph-narrow {
  width: 80%;
  margin-inline: auto;
}
#article h3.sub-hd {
  border-bottom: 1px solid #092c87;
  color:#092c87;
  font-style: italic;
  line-height: 1.6;
}

.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;
  /* width: max-content; */
  color: #cf9a24;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
}
.balloon01,
.balloon02,
.balloon03 {
  width: 160px;
}
.ph-v {
  width: 50%;
}


.comment {
  width: 80%;
  margin-inline: auto;
}
.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: 768px){
  #article h2.illumi.area-marunouchi::before,
  #article h2.illumi.area-hibiya::before,
  #article h2.illumi.area-nihonbashi::before{
    width: 88px;
    height: 88px;
    top: 50%;
    left: -100px;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1024px) {
  #article h3.sub-hd {
    min-height: 3vh;
  }
  .illumi-wrap .col-2:nth-of-type(even){
    flex-direction: row;
  }
  .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 4;
  }
/*  .ph-v img {
  width: 50%;
 } */

}