
@charset "UTF-8";

#article .grid-card.spot-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.location-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.location-wrap:first-of-type {
  margin-top: 60px;
}
.location-wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
.category {
  position: absolute;
}
.location-text {
  margin-top: 0;
  margin-bottom: 0;
}
.voice {
  position: relative;
  padding: 32px 16px 16px;
  border: 1px solid #333;
  border-radius: 16px;
}
.voice::before {
  content: "エキマチ読者 Voice";
  position: absolute;
  left: -16px;
  top: -12px;
  display: inline-block;
  background: #16b773;
  color: #fff;
  padding: 0.2em;
  text-align: center;
}
.voice::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 23px;
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,100% 100%);
  background: #11915b;
}
.color-point {
  color: #a65091;
}
.museum-wrap .card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.museum-wrap .card.card-wide {
  grid-row: span 5;
}
.museum-wrap .card > .card-heading {
  margin-bottom: 0;
}
.museum-wrap .card > .card-heading.under-line {
  padding-bottom: 4px;
  border-bottom: 1px dashed #333;
}
.museum-wrap .card .v-ph img {
 height: 251px ;
}
.museum-wrap .card > p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.location-text {
  padding-bottom: 4px;
  border-bottom: 1px solid #a65091;
}
.category01 {
  position: absolute;
  top: -42px;
  width: 145px;
}
.category02 {
  position: absolute;
  top: -42px;
  width: 90px;
}
.category03 {
  position: absolute;
  top: -42px;
  width: 170px;
}
.category04 {
  position: absolute;
  top: -42px;
  width: 80px;
}
.category05 {
  position: absolute;
  top: -42px;
  width: 128px;
}
.category06 {
  position: absolute;
  top: -42px;
  width: 210px;
}
.label {
  position: relative;
  padding-left: 38px;
  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 43px;
    left: 0;
  }
}
.label-a::before {
  background: url(images/icon-a.png) no-repeat;
  background-size: contain;
}
.label-b::before {
  background: url(images/icon-b.png) no-repeat;
  background-size: contain;
}
.label-c::before {
  background: url(images/icon-c.png) no-repeat;
  background-size: contain;
}
.label-d::before {
  background: url(images/icon-d.png) no-repeat;
  background-size: contain;
}
.label-e::before {
  background: url(images/icon-e.png) no-repeat;
  background-size: contain;
}
.label-f::before {
  background: url(images/icon-f.png) no-repeat;
  background-size: contain;
}
.label-g::before {
  background: url(images/icon-g.png) no-repeat;
  background-size: contain;
}
.label-h::before {
  background: url(images/icon-h.png) no-repeat;
  background-size: contain;
}
.label-i::before {
  background: url(images/icon-i.png) no-repeat;
  background-size: contain;
}
.label-j::before {
  background: url(images/icon-j.png) no-repeat;
  background-size: contain;
}
.lead-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo-img {
  flex-shrink: 0;
  width: 130px;
}
.lead-img {
 flex-shrink: 0;
  width: 220px;
}
.article-header > p {
  font-weight: 700;
  font-size: 20px;
}
.hd-museum.cmt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90vw, 600px);
  aspect-ratio: 600 / 107;
  background: url('images/museum-bg-green.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: #222;
  font-size: 26px !important;
  text-align: center;
}
.hd-museum.atz {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90vw, 359px);
  aspect-ratio: 359 / 83;
  background: url('images/museum-bg-yellow.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: #222;
  font-size: 24px !important;
  text-align: center;
}
.comment {
  display: flex;
  gap: 24px;
}
.comment-ph {
  flex-shrink: 0;
  width: 158px;
}
.comment-name {
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
}
.display-title {
  margin-bottom: 24px;
  font-size: 20px;
}
.relative {
  position: relative;
}
.badge,
.badge02 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  rotate: 5deg;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.collection {
  position: relative;
}
.badge {
  right: -24px;
  top: -100px;
}
.badge02 {
  top: -50px;
  right: -24px;
}
.hd-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90vw, 360px);
  aspect-ratio: 360 / 64;
  background: url('images/museum-bg-green.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: #222;
  font-size: 18px !important;
  text-align: center;
}
.subgrid {
  grid-row: span 4;
}
.floor {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1.4;
  &::before,&::after {
    width: 1px;
    height: 28px;
    content: "";
    background-color: #333;
  }
  &::before {
    margin-right: 1em;
    transform: rotate(-30deg);
    }
  &::after {
    margin-left: 1em;
    transform: rotate(30deg);
  }
}
.card-main {
  margin-bottom: 80px;
}
.spot-title {
  position: relative;
  padding-left: 158px;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  text-decoration: #666 wavy underline;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 70px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.cafe::before {
  background: url(images/balloon-cafe.png) no-repeat;
  background-size: contain;
}
.m-shop::before {
  background: url(images/balloon-shop.png) no-repeat;
  background-size: contain;
}
.card-content {
  display: flex;
  gap: 24px;
}
.card-content > figure {
  flex-shrink: 0;
  width: 160px;
  height: auto;
}
.ph-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
}
.ph-wrap > * {
  width: 48%;
}
@media screen and (max-width: 768px) {
 .lead-wrap {
  flex-direction: column;
 }
}
@media screen and (max-width: 480px) {
  .comment-ph {
    width: 88px;
  }
  .badge,
  .badge02 {
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 1.4;
  }
  .badge02 {
    top: -68px;
  }
  .collection {
    margin-top: 80px;
  }
  .spot-title {
    padding-left: 128px;
  }
  .spot-title::before {
    width: 120px;
    height: 60px;
  }
  .card-contents {
    flex-direction: column;;
  }
}