#spot {
  background-color: #e8f3f0;
}

.spot-top {
  padding: 40px 0 55px;
  background: url(../img/spot/detail/detail_bg001.png) no-repeat right -23.75% top 80px;
  background-size: 34.25% auto;
}
@media screen and (max-width: 750px) {
  .spot-top {
    background-position: right -50.6666666667% top 80px;
    background-size: 73.0666666667% auto;
  }
}
.spot-top .top-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px 0.8333333333%;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .spot-top .top-main {
    flex-direction: column;
  }
}
.spot-top .top-main figure {
  width: 57.5%;
}
@media screen and (max-width: 750px) {
  .spot-top .top-main figure {
    width: 100%;
  }
}
.spot-top .top-main figure img {
  border-radius: 3em;
}
.spot-top .top-main .top-box {
  flex: 1;
}
.spot-top .top-main .top-box .top-item {
  margin-bottom: 60px;
  padding-left: 30px;
  border-left: 6px solid #fff;
}
.spot-top .top-main .top-box .top-ttl {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .spot-top .top-main .top-box .top-ttl {
    font-size: 2.8rem;
  }
}
.spot-top .top-main .top-box .top-ttl small {
  font-size: 1.8rem;
}
.spot-top .top-main .top-box .top-kamon dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.spot-top .top-main .top-box .top-kamon dd {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.spot-top .top-main .top-box .top-kamon dd .ico {
  width: 5rem;
}
.spot-top .top-main .top-box .top-kamon dd span {
  flex: 1;
  font-size: 1.8rem;
}
.spot-top .top-main .top-box .top-heading span {
  padding-inline: 10px;
  background-color: #7be4bd;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .spot-top .top-main .top-box .top-heading span {
    font-size: 3rem;
  }
}

.spot-lnav {
  margin-bottom: 85px;
}
.spot-lnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1em;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 4em;
}
.spot-lnav ul li {
  border-right: 1px solid #e8f3f0;
}
.spot-lnav ul li:last-child {
  border-right: none;
}
.spot-lnav ul li a {
  display: block;
  text-decoration: none;
  padding-inline: 25px;
  text-align: center;
  line-height: 1;
}

.spot-main {
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .spot-main {
    padding-bottom: 60px;
  }
}
.spot-main .spot-season {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-season {
    margin-bottom: 60px;
  }
}
.spot-main .spot-season .c-heading {
  margin-bottom: 0;
}
.spot-main .spot-season .season-box {
  margin-bottom: 115px;
  padding: 55px 45px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-season .season-box {
    margin-bottom: 60px;
    padding: 30px;
  }
}
.spot-main .spot-season .season-box .season-heading {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
}
.spot-main .spot-season .season-box .season-info {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-season .season-box .season-info {
    flex-direction: column;
  }
}
.spot-main .spot-season .season-box .season-info figure {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-season .season-box .season-info figure {
    max-width: 100%;
  }
}
.spot-main .spot-season .season-box .season-info dl {
  flex: 1;
  display: flex;
  align-items: center;
}
.spot-main .spot-season .season-box .season-info dl dt {
  width: 100%;
  max-width: 90px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
}
.spot-main .spot-season .season-box .season-info dl dd {
  flex: 1;
}
.spot-main .spot-season .season-box .season-fig {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  cursor: pointer;
}
.spot-main .spot-point {
  margin-bottom: 115px;
  padding: 55px 45px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-point {
    margin-bottom: 60px;
    padding: 30px;
  }
}
.spot-main .spot-point ul li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3fc7bd;
}
.spot-main .spot-point ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.spot-main .spot-point ul li .c-txtfig {
  gap: 40px 5.4054054054%;
}
.spot-main .spot-point ul li .c-txtfig .c-txtfig-fig {
  width: 46.8468468468%;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-point ul li .c-txtfig .c-txtfig-fig {
    width: 100%;
  }
}
.spot-main .spot-point ul li .c-txtfig .c-txtfig-fig img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-main .spot-point ul li .c-txtfig .c-txtfig-fig img._v {
  aspect-ratio: initial;
}
.spot-main .spot-info {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-info {
    margin-bottom: 60px;
  }
}
.spot-main .spot-info .c-heading {
  margin-bottom: 0;
}
.spot-main .spot-info .info-table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-info .info-table {
    font-size: 1.6rem;
  }
}
.spot-main .spot-info .info-table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}
.spot-main .spot-info .info-table tr th {
  width: 13em;
  padding: 20px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-info .info-table tr th {
    display: block;
    width: 100%;
  }
}
.spot-main .spot-info .info-table tr td {
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-info .info-table tr td {
    display: block;
    padding-top: 0;
  }
}
.spot-main .spot-info .info-txt {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #e62a4e;
}
.spot-main .spot-map .c-heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .spot-main .spot-map .c-heading {
    margin-bottom: 60px;
  }
}
.spot-main .spot-map .map-iframe {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.spot-main .spot-map .map-iframe iframe {
  width: 100%;
  height: 100%;
}

.spot-nav {
  padding: 70px 0 100px;
  background-color: #f9f0f4;
}
@media screen and (max-width: 750px) {
  .spot-nav {
    padding-block: 60px;
  }
}
.spot-nav .nav-heading {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .spot-nav .nav-heading {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.spot-nav ul {
  display: flex;
  gap: 60px 7.0833333333%;
}
@media screen and (max-width: 750px) {
  .spot-nav ul {
    flex-direction: column;
  }
}
.spot-nav ul li {
  width: 28.3333333333%;
}
@media screen and (max-width: 750px) {
  .spot-nav ul li {
    width: 100%;
  }
}
.spot-nav ul li a {
  display: block;
  text-decoration: none;
}
.spot-nav ul li figure img {
  aspect-ratio: 4/3;
  border-radius: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-nav ul li dl {
  margin-top: 15px;
}
.spot-nav ul li dl dt {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .spot-nav ul li dl dt {
    font-size: 2.2rem;
  }
}
.spot-nav ul li dl dd {
  font-size: 1.8rem;
  font-weight: 500;
}

.modal-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
.modal-sec .modal-con {
  width: min(100%, 1400px);
  margin: auto;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 20px;
}
.modal-sec .modal-close {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
.modal-sec .modal-close .ico {
  width: 3rem;
}

.js-modalopen {
  overflow: hidden;
}/*# sourceMappingURL=spot.css.map */