@charset "UTF-8";
.icon {
  position: relative;
  padding-left: 36px;
  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    background: url(images/icon-moon.png) no-repeat;
    background-size: contain;
  }
}
.spot {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.spot figure {
  flex: 1;
}
.spot .block-heading {
  margin-bottom: 0;
}
.post-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.spot .gallery-narrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  margin-top: 24px;
  margin-bottom: 24px;
}
.block-heading {
  position: relative;
}
.beer::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 165px;
  height: 110px;
  right: 20px;
  top: 0px;
  background: url(images/ph05-2.png) no-repeat;
  background-size: contain;
}
.beer02::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 90px;
  right: 60px;
  top: -20px;
  background: url(images/ph08-2.png) no-repeat;
  background-size: contain;
}
.spot .v-ph img {
  width: auto;
  height: 560px;
}
.bullet::before {
  content: "▼";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #e9e843;
  margin-right: 4px;
}
.spot .reverse {
  flex-direction: row;
}
.post-container  * + * {
    margin-top: auto;
  }
.post-container > * + * {
  margin-top: 24px;
}
#article figcaption.name01 {
  width: fit-content;
  margin-left: auto;
  margin-right: 32px;
}
#article figcaption.name02 {
  width: fit-content;
  margin-right: auto;
  margin-left: 32px;
}
@media screen and (max-width: 1240px) {
  .beer::after {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .spot {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .post-container {
    position: relative !important;
    display: contents;
  }
  .block-heading {
    order: 1;
  }
  .block-heading + p {
    order: 2;
    margin-top: 0;
  }
  .spot figure {
    order: 4;
  }
  .spot p[class]:not(.bullet) {
    order: 5;
  }
  .spot .gallery-narrow {
    order: 6;
  }
  .spot p.bullet {
    order: 3;
  }
  .spot-info {
    order: 7;
  }
  .block-heading,
  .block-heading + p,
  .spot figure,
  .spot-info {
    display: block;
  }
  .beer::after {
    width: 125px;
    height: 80px;
    left: 60%;
    top: 20px;
  }
  .beer02::after {
    width: 160px;
    height: 70px;
    right: -60px;
    top: 30px;
  }
}
@media screen and (max-width: 430px) {
  .spot .v-ph img {
    width: 90%;
    height: auto;
  }
  .beer::after {
    width: 105px;
    height: 60px;
    left: 70%;
    top: -60px;
  }
  .beer02::after {
    width: 120px;
    height: 50px;
    right: -20px;
    top: 30px;
  }
  .post-container  * + * {
    margin-top: auto;
  }
  .post-container > * + * {
    margin-top: 24px;
  }
  .block-info_content {
    margin-top: 32px;
  }
}