.spot-article-body {
  margin-bottom: 86px;
}
@media only screen and (max-width: 768px) {
  .spot-article-body {
    margin-bottom: 40px;
  }
}

.insta-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F0F0F0;
  padding: 20px 42px;
  margin-bottom: 46px;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .insta-tag {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.insta-tag__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 48px;
}
@media only screen and (max-width: 768px) {
  .insta-tag__lead {
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.insta-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 768px) {
  .insta-tag__list {
    margin-right: -5px;
    margin-bottom: -5px;
  }
}
.insta-tag__list__item {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .insta-tag__list__item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.insta-tag__list__item a {
  display: block;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 0.5em 1.666666em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.insta-tag__list__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .insta-tag__list__item a {
    font-size: 1.3rem;
  }
}
.insta-tag__list__item a::before {
  content: "# ";
}

.article-map {
  margin-bottom: 2.5em !important;
}
@media only screen and (max-width: 768px) {
  .article-map {
    margin-bottom: 1em !important;
  }
}

.spot-gallery {
  position: relative;
  width: 970px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 768px) {
  .spot-gallery {
    margin-bottom: 20px;
    width: 100%;
  }
}
.spot-gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.spot-gallery .slider-thumb {
  margin: 0;
  overflow: visible;
}
.spot-gallery .slider-thumb .gallery-top-wrap {
  position: relative;
}
.spot-gallery .slider-thumb .gallery-top {
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.spot-gallery .slider-thumb .gallery-top .swiper-slide {
  padding-top: 55%;
}
.spot-gallery .slider-thumb .gallery-thumbs {
  margin-top: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-gallery .slider-thumb .gallery-thumbs {
    margin-top: 15px;
  }
}
.spot-gallery .slider-thumb .gallery-thumbs .swiper-slide {
  padding-top: 11.8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.spot-gallery .slider-thumb .gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
}
.spot-gallery .slider-thumb .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.spot-gallery .swiper-button-prev, .spot-gallery .swiper-button-next {
  width: 57px;
  height: 57px;
}
@media only screen and (max-width: 768px) {
  .spot-gallery .swiper-button-prev, .spot-gallery .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.spot-gallery .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spot-gallery .swiper-button-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.spot-gallery.is-no-swiper .slider-thumb .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 12%;
}
@media only screen and (max-width: 768px) {
  .spot-gallery.is-no-swiper .slider-thumb .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 23%;
  }
}
.spot-gallery.is-no-swiper .slider-thumb .gallery-thumbs .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 2.6%;
}

.hp-photo img {
  min-width: 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .btn-round--print {
    margin-bottom: 2em;
  }
}

@media print {
  .page-head {
    display: none;
  }
  .article-head {
    margin-top: 10em !important;
  }
  .youtube-block {
    display: none;
  }
  .l-pc-4col {
    display: none !important;
  }
  .ttl-simple {
    display: none !important;
  }
  .ttl-green-icon {
    display: none;
  }
  .sns-share {
    display: none;
  }
  .article-map__btn btn-round {
    display: none !important;
  }
  .article-map-wrap {
    display: none !important;
  }
  .btn-block {
    display: none !important;
  }
  .btn-round--print {
    display: none !important;
  }
  .insta-tag {
    display: none !important;
  }
  .ttl-simple {
    display: none !important;
  }
  .l-pc-4col {
    display: none !important;
  }
}
.lead-text {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .lead-text {
    line-height: 1.5;
  }
}

.spot-text {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.47;
}
@media only screen and (max-width: 768px) {
  .spot-text {
    letter-spacing: 0.05em;
  }
}

.hotpepper-link-detail {
  text-align: right;
}

.tapmap-area {
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .tapmap-area {
    margin-top: 4.5rem;
  }
}
.tapmap-map iframe {
  height: 800px;
}

@media only screen and (max-width: 768px) {
  .tapmap-map iframe {
    height: 400px;
  }
}
/*# sourceMappingURL=spot-detail.css.map */