.main {
  padding: 0; }

.progress_wrap {
  width: calc(100% - 8rem);
  margin: 0 auto;
  padding: 0; }

/* Element
===============================*/
/* Common */
.spot_wrap {
  width: 100%;
  padding: 0 4rem;
  margin-bottom: 4rem; }

.spot_header__item {
  width: 100%;
  margin-bottom: 2rem; }

.spot_header__lead {
  margin-bottom: 2rem; }

.txt-pink {
  color: #e84091; }

/* In Page Anchor */
.spot_anchor {
  width: 100%;
  text-align: right; }

.spot_anchor a {
  text-decoration: none; }

.spot_anchor a:before {
  content: "\f138";
  margin-right: 1rem; }

/* Spot List Archive
==================================*/
.spot_list {
  width: 100%; }

.spot_list__link {
  text-decoration: none;
  border-bottom: dashed 1px #ddd;
  padding: 2rem 0; }

.spot_list__thumbnail {
  width: 18rem; }

.spot_list__figure {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fafafa; }

.spot_list__figure:before {
  display: block;
  content: "";
  padding-top: 100%; }

.spot_list__figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.spot_list__inner {
  width: calc(100% - 18rem);
  padding-left: 2rem; }

.spot_list__item {
  font-size: 2.2rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 2rem; }

/* How to */
.spot_howto {
  width: 100%; }

.spot_howto__item {
  display: block;
  width: 100%;
  padding: 0 4.2rem; }

.spot_howto__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center; }

.spot_howto__header::before,
.spot_howto__header::after {
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  content: ""; }

.spot_howto__inner {
  width: 100%;
  background: #f8f6e7;
  padding: 4rem 4rem 6rem;
  margin-bottom: -6rem; }

.spot_howto__figure {
  width: 100%;
  display: block; }

.spot_howto__lead {
  margin: 4rem 0 2rem; }

.spot_howto__lead + p {
  text-align: center; }

.spot_howto__btn--passport {
  display: inline-block;
  border-radius: 0.6rem;
  background-color: #e84091;
  padding: 1rem 2rem;
  color: #fff; }

/* Spot Details
============================================*/
.spot_item {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }

/* Header */
.spot_header {
  width: 100%;
  padding: 0 4rem;
  margin-bottom: 2rem; }

.spot_header__flag {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.4rem; }

.spot_header__facilities {
  display: block;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: normal; }

/* Gallery */
.gallery {
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto 3rem; }

.gallery_wrap,
.gallery_figure,
.gallery_thumb__figure {
  position: relative;
  width: 100%;
  height: auto; }

.gallery_figure,
.gallery_thumb__figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.gallery_wrap:before,
.gallery_figure:before,
.gallery_thumb__figure:before {
  display: block;
  content: "";
  padding-top: 66.609%; }

.gallery_inner,
.gallery_figure span,
.gallery_thumb__figure span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.gallery_inner {
  display: none; }

.gallery_inner.initialized {
  display: block; }

.gallery_slider {
  width: 100%; }

.gallery_thumb {
  width: 100%;
  display: none;
  margin-top: 1rem; }

.gallery_thumb.initialized {
  display: block; }

.gallery_thumb__slider {
  width: 100%;
  display: block !important; }

.gallery_thumb__slider .slick-list {
  padding: 0; }

.gallery_thumb__inner {
  width: 100%;
  padding: 0 0.5rem; }

.gallery_thumb__figure {
  display: block;
  width: 100%;
  border: solid 2px #fff;
  opacity: 0.7;
  cursor: pointer; }

.slick-current .gallery_thumb__figure {
  opacity: 1; }

/* Spot overview */
.spot_overview {
  width: 100%;
  margin-bottom: 3rem; }

.spot_overview__catch {
  font-size: 2rem;
  font-weight: normal;
  color: #c3ab50;
  margin-bottom: 2rem; }

/* Spot facility */
.spot_facility {
  width: 100%;
  margin-bottom: 3rem; }

.spot_facility__data {
  width: 100%; }

.spot_facility__field {
  padding: 1.5rem; }

.spot_facility__disc {
  width: 100%; }

.spot_facility__disc dt {
  width: 10rem;
  text-align: center;
  align-self: flex-start; }

.spot_facility__disc dd {
  width: calc(100% - 10rem);
  padding-left: 1.5rem; }

.spot_facility__disc dd a {
  word-wrap: break-word; }

/* Map */
.spot_map {
  width: 100%;
  margin-bottom: 3rem; }

.spot_map__inner {
  position: relative;
  width: 100%;
  height: auto; }

.spot_map__inner:before {
  display: block;
  content: "";
  padding-top: 65%; }

.spot_map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Report */
/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/
  /* Details */
  .gallery_thumb__figure:hover {
    opacity: 0.85; } }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/
  .spot_facility__field:nth-child(odd) {
    background: #f4f2eb; }
  .spot_facility__disc dt {
    border-right: solid 1px #ccc; } }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/ }

@media (max-width: 30em) {
  /*480*/
  /* CommonADD */
  .progress_wrap {
    width: calc(100% - 4rem); }
  /* List */
  .spot_wrap,
  .spot_header {
    padding: 0 2rem; }
  .spot_list__thumbnail {
    width: 9rem; }
  .spot_list__inner {
    width: calc(100% - 9rem);
    padding-left: 1.5rem; }
  .spot_list__item {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .spot_howto__inner {
    margin-bottom: -4rem;
    padding: 4rem 2rem; }
  .spot_howto__item {
    padding: 0 2rem; }
  .spot_howto__lead {
    margin: 2rem 0; }
  /* Details */
  .gallery {
    padding: 0 2rem; }
  .spot_facility__field {
    padding: 0; }
  .spot_facility__disc dt {
    width: 100%;
    text-align: left;
    background: #f4f2eb;
    padding: 1rem; }
  .spot_facility__disc dd {
    width: 100%;
    padding: 1rem; } }

@media (max-width: 23.75em) {
  /*380*/
  /* List */
  .spot_header__lead {
    margin-bottom: 1rem; }
  .spot_wrap {
    margin-bottom: 2rem; }
  /* Details */
  .spot_header__facilities,
  .spot_item {
    font-size: 2.2rem; }
  .spot_benefits__exp {
    padding: 1.5rem; }
  .spot_benefits,
  .spot_overview,
  .spot_map {
    margin-bottom: 2rem; }
  .premium_passport__header {
    font-size: 2.4rem; } }

@media (max-width: 22.5em) {
  /*360*/
  /* List */
  .spot_list__item {
    font-size: 1.8rem;
    line-height: 1.4; }
  /* Details */
  .spot_overview__catch {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; }
  .spot_header__flag {
    font-size: 1.2rem; }
  .spot_header__facilities {
    font-size: 2rem; } }

@media (max-width: 21.25em) {
  /*340*/
  /* CommonADD */
  .progress_wrap {
    width: calc(100% - 3rem); }
  /* List */
  .spot_wrap,
  .spot_header {
    padding: 0 1.5rem; }
  /* Details */
  .gallery {
    padding: 0 1.5rem; } }

/* Element
===============================*/
/* Spot List Archive
==================================*/
.spot_list__item {
  color: #e84091; }

/* Passport modal */
.premium_passport {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none; }

.premium_passport.on {
  opacity: 1; }

.premium_passport__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.premium_passport.on .premium_passport__bg {
  pointer-events: auto; }

.premium_passport__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 600px;
  height: 70vh;
  min-height: 455px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem; }

.premium_passport__closebtn {
  display: inline-block;
  align-self: flex-end;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer; }

.premium_passport__closebtn span::before,
.premium_passport__closebtn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -2% 0 0 -42%;
  background: #333; }

.premium_passport__closebtn span::before {
  transform: rotate(-45deg); }

.premium_passport__closebtn span::after {
  transform: rotate(45deg); }

.premium_passport.on .premium_passport__closebtn {
  pointer-events: auto; }

.premium_passport__header {
  font-size: 3rem;
  color: #e84091;
  text-align: center; }

.premium_passport__img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 50%; }

/* Spot Details
============================================*/
.spot_header__facilities {
  color: #e84091; }

.spot_header__flag {
  background: #e84091; }

.spot_item {
  border-bottom: solid 1px #e84091;
  color: #e84091; }

.spot_report__inner h3,
.spot_report__inner p,
.spot_report__inner img {
  margin-bottom: 20px; }

/* gallery */
.slick-current .gallery_thumb__figure {
  border-color: #e84091; }

/* Spot benefits */
.spot_benefits {
  width: 100%;
  margin-bottom: 3rem; }

.spot_benefits__inner {
  width: 100%;
  background: #f4f2eb;
  border: solid 4px #e6dfc5; }

.spot_benefits__label {
  width: 90.89285714%;
  margin: -2.5% auto 0; }

.spot_benefits__exp {
  padding: 2rem;
  color: #e84091; }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/
  .passport-style a:hover {
    color: #e84091; }
  .passport-style .prev_btn__link:hover {
    background: #e84091 !important;
    color: #fff !important; } }
