@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .sightseeing__ttl {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 57px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sightseeing__list li {
    max-width: 280px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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: 11px;
  }
  .sightseeing__name {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
  .sightseeing__name.sightseeing__name--s {
    font-size: 1.6rem;
  }
  .sightseeing__name.sightseeing__name--s span {
    font-size: 1.4rem;
  }
  .sightseeing__txt {
    letter-spacing: 0.02em;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__btn .cbtn {
    color: #333333;
    font-size: 1.6rem;
    background: url(../../images/icon_arrow_gray.svg) no-repeat center right 7%;
    background-size: 10px;
    background-color: #E5E5E5;
    width: 100%;
    max-width: none;
    height: 42px;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__btn .mapBtn {
    margin-bottom: 14px;
  }
  /* spot
  ---------------------------------------------------------------------- */
  .spot {
    padding: 70px 0 30px;
  }
  /* gourmet
  ---------------------------------------------------------------------- */
  .gourmet {
    padding: 70px 0 215px;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 30vw;
  }
  .sightseeing__ttl {
    font-size: 5.8666666667vw;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__list li:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sightseeing__img {
    margin-bottom: 3.5vw;
  }
  .sightseeing__img img {
    width: 100%;
  }
  .sightseeing__name {
    font-size: 4.8vw;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 2.5vw;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
  .sightseeing__txt {
    letter-spacing: 0.02em;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 3vw;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__btn .cbtn {
    font-size: 4vw;
    color: #333333;
    background: url(../../images/icon_arrow_gray.svg) no-repeat center right 7%;
    background-size: 2.6666666667vw;
    background-color: #E5E5E5;
    width: 100%;
    max-width: none;
    height: 13.3333333333vw;
    padding: 0 11vw 0 11vw;
    font-family: "Noto Serif JP", serif;
  }
  .sightseeing__btn .mapBtn {
    margin-bottom: 2vw;
  }
  /* spot
  ---------------------------------------------------------------------- */
  .spot {
    padding: 10vw 0 5vw;
  }
  /* gourmet
  ---------------------------------------------------------------------- */
  .gourmet {
    padding: 10vw 0 20vw;
  }
}/*# sourceMappingURL=style.css.map */