/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .sightseeing .cnav {
    margin-bottom: 9rem;
  }
  .sightseeing .citem-ttl {
    margin-bottom: 25px;
    font-size: 4.2rem;
  }
  .sightseeing .citem-ttl__en {
    font-size: 0.429em;
  }
  .sightseeing .cnav__list:nth-of-type(2) {
    margin-top: 4.3rem;
  }
  .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 10rem;
  }
  .intro-ttl__em {
    margin-bottom: 3rem;
  }
  .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: 10rem 0 7rem;
  }
  .spot .ctitle {
    margin-bottom: 6rem;
  }
  .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;
    padding-right: 20px;
    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.3rem 0 3rem;
  }
  .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-left: 20px;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  /* access-time 
  ---------------------------------------------------------------------- */
  .access-time {
    font-size: 1.8rem;
    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: 10rem 0 7rem;
  }
  .kitakami .access-time {
    margin-top: auto;
  }
  .kitakami .ctitle {
    margin-bottom: 5.5rem;
  }
  .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.3rem;
  }
  .sightseeing__ttl {
    color: #00422B;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
    font-weight: bold;
  }
  .sightseeing__ttl--sm {
    font-size: 2.7rem;
  }
  .sightseeing__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.7rem;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 10rem 0 0;
  }
  .other .access-time {
    margin-top: auto;
  }
  .other .ctitle {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 1000px) {
  .sightseeing .cnav {
    margin-bottom: 9rem;
  }
  .sightseeing .citem-ttl {
    margin-bottom: 25px;
    font-size: 6.2rem;
  }
  .sightseeing .citem-ttl__en {
    font-size: 0.429em;
  }
  .sightseeing .cnav__list:nth-of-type(2) {
    margin-top: 4.3rem;
  }
  .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 10rem;
  }
  .intro-ttl__em {
    margin-bottom: 3rem;
  }
  .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: 10rem 0 7rem;
  }
  .spot .ctitle {
    margin-bottom: 6rem;
  }
  .spot__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1370px;
    margin-right: auto;
    margin-bottom: 12rem;
    gap: 3.5rem;
    width: 100%;
  }
  .spot__img {
    width: 95vw;
    min-width: 0;
    position: relative;
    font-size: 0;
    margin-left: -5vw;
  }
  .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;
  }
  .spot__txt {
    font-weight: 500;
  }
  .spot__time {
    margin-top: 10vw;
  }
  .spot__item.spot__item--reverse {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -5vw;
  }
  /* access-time 
  ---------------------------------------------------------------------- */
  .access-time {
    font-size: 3rem;
    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: 10rem 0 7rem;
  }
  .kitakami .access-time {
    margin-top: auto;
  }
  .kitakami .ctitle {
    margin-bottom: 5.5rem;
  }
  .sightseeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .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.3rem;
  }
  .sightseeing__ttl {
    color: #00422B;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
    font-weight: bold;
  }
  .sightseeing__txt {
    line-height: 2;
    margin-bottom: 2.5rem;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 10rem 0 0;
  }
  .other .access-time {
    margin-top: auto;
  }
  .other .ctitle {
    margin-bottom: 5.5rem;
  }
}/*# sourceMappingURL=style.css.map */