@charset "UTF-8";

figcaption {
  word-break: break-all;
}

#article .em-color {
  color: #23387f;
}
#article h2 span:not(.sub) {
  display: inline-block;
}
#article .hd-underline > .em-color {
  font-size: clamp(1.375rem, 1.104rem + 1.16vw, 2rem);
}
#article .hd-underline {
  position: relative;
  border-bottom: 2px solid #333;
  font-size: clamp(1.375rem, 1.104rem + 1.16vw, 2rem);
  text-align: center;
  &::before,&::after {
    content: "";
    position: absolute;
    display: inline-block;
  }
  &::before {
    width: 60px;
    height: 40px;
    left: 0;
    bottom: -5px;
    background: url('images/panda01.png') no-repeat;
    background-size: contain;
  }
  &::after {
    width: 58px;
    height: 57px;
    right: 0;
    bottom: -2px;
    background: url(images/panda02.png) no-repeat;
    background-size: contain;
  }
}
.advice-balloon {
  position: relative;
  display: block;
  padding: 16px 32px;
  border: solid 2px #333;
  border-radius: 50vh;
  margin: 24px;
  margin-inline: auto;
  width: fit-content;
  background: #e0f1f2;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #e0f1f2;　/*背景と同じ色に変更してください*/
    rotate: 135deg;
    translate: -50%;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: solid 2px;
    border-color: #333 #333 transparent transparent;
    rotate: 135deg;
    translate: -50%;
  }
}
.maintenance:not(:first-child) {
  padding-top: 24px;
}
.maintenance + .maintenance {
  margin-top: 24px;
  border-top: 1px dashed #555;
}
.maintenance > * + * {
  margin-top: 24px;
}
.advice-content > * + *,
.relaxation-info > * + * {
  margin-top: 12px;
}
.spot-info > .block-info_content {
  margin-top: 32px;
}
.store-name,
.schedule-title {
  font-weight: 700;
  color: #01adb2;
}
.schedule {
  margin-bottom: 24px;
  padding: 16px;
  background: #fcfce2;
}








.advisor {
  display: flex;
  gap: 16px;
}
.advisor-ph {
  flex-shrink: 0;
}
.advisor-ph {
  flex-shrink: 0;
  width: 100px;
}
.advice-info {
  margin-bottom: 60px;
  padding-top: 16px;
  border-top: 1px dashed #333;
}


.spot-info img {
  width: 80%;
  margin-inline: auto;
}
.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;
}
.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;
}


@media screen and (min-width: 768px){
  #article .hd-underline::before {
    width: 100px;
    height: 80px;
  }

}
@media screen and (min-width: 1024px) {
  .wrap {
    flex-wrap: wrap;
  }
  .col-2 > * {
    width: 48%;
  }
  #article .hd-underline::before {
    width: 100px;
    height: 80px;
    left: 20%;
    bottom: -12px;
  }
  #article .hd-underline::after {
    width: 103px;
    height: 102px;
    right: 20%;
    bottom: -3px;
  }
  .lead-wrap {
    display: flex;
  }
  .advisor {
    display: flex;
    width: 38%;
    gap: 16px;
  }
  .advisor.maintenance-advisor {
    width: 100%;
  }
  .spot > .post-container {
    display: block;
  }
  .maintenance {
    padding-inline: 1em;
  }
  .maintenance:not(:first-child) {
    padding-top: 0;
  }
  .maintenance + .maintenance {
    margin-top: 0;
    border-top: none;
  }
  .maintenance:nth-child(n+3) {
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px dashed #555;
  }

  #article .spot-info img {
    width: 100%;
  }
  #article .advice-info .spot-info {
    width: 70%;
  }
  .spot-info > .block-info_content {
    margin-top: 18px;
  }
  .reverse {
    flex-direction: row!important;
  }
  #article .advice-info .spot-info img {
    width: 80% !important;
  }
  #article .block-heading {
    margin-bottom: 24px;
  }
  #article .pickup-grid {
       grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  #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;
  }
  .store-wrap {
    display: flex;
    flex-direction: row;
    gap: 16px ;
  }
  .store-img {
    flex-shrink: 0;
    width: 180px;
  }
}