.sightseeing .cnav {
  margin-bottom: 90px;
}
.sightseeing .citem-ttl {
  margin-bottom: 25px;
  font-size: 36px;
}
.sightseeing .citem-ttl__en {
  font-size: 0.429em;
}
.sightseeing .cnav__list:nth-of-type(2) {
  margin-top: 4.3px;
}
.sightseeing .cnav__list:nth-of-type(2) li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 4%;
}

/* intro
---------------------------------------------------------------------- */
.intro {
  padding: 0 0 100px;
}

.intro-ttl__em {
  margin-bottom: 30px;
}
.intro-ttl__em span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
  background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
}

/* spot
---------------------------------------------------------------------- */
.spot {
  padding: 100px 0 70px;
}
.spot .ctitle {
  margin-bottom: 60px;
}

.spot__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1370px;
  margin-right: auto;
  margin-bottom: 120px;
  gap: 35px;
  width: 100%;
}

.spot__img {
  width: 74%;
  min-width: 0;
  position: relative;
  font-size: 0;
}
.spot__img .slick-slider {
  width: 100%;
  height: 100%;
}
.spot__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spot__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 314px;
          flex: 1 0 314px;
  padding: 2.3px 0 30px;
}

.spot__txt {
  font-weight: 500;
}

.spot__time {
  margin-top: auto;
}

.spot__item.spot__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
}

/* access-time 
---------------------------------------------------------------------- */
.access-time {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #C7B299;
  padding-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.access-time::before {
  content: "";
  display: block;
  width: 1.222em;
  height: 0.944em;
  background: url(../../images/sightseeing/icon_car.svg) no-repeat;
  background-size: contain;
}
.access-time.access-time--walk::before {
  content: "";
  display: block;
  width: 0.889em;
  height: 1.389em;
  background: url(../../images/sightseeing/icon_walk.svg) no-repeat;
  background-size: contain;
}

/* kitakami
---------------------------------------------------------------------- */
.kitakami {
  padding: 100px 0 70px;
}
.kitakami .access-time {
  margin-top: auto;
}
.kitakami .ctitle {
  margin-bottom: 55px;
}

.sightseeing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 2%;
}
.sightseeing__list li {
  width: 32%;
}

.sightseeing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sightseeing__img {
  margin-bottom: 1.3px;
}

.sightseeing__ttl {
  color: #00422B;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.53;
  font-weight: bold;
}

.sightseeing__ttl--sm {
  font-size: 23px;
}

.sightseeing__txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 17px;
}

/* other
---------------------------------------------------------------------- */
.other {
  padding: 100px 0 0;
}
.other .access-time {
  margin-top: auto;
}
.other .ctitle {
  margin-bottom: 55px;
}/*# sourceMappingURL=sightseeing.css.map */