@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
.sightseeing__ttl {
  font-size: 30px;
  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 {
  width: 300px;
  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: 18px;
  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: 16px;
}
.sightseeing__name.sightseeing__name--s span {
  font-size: 14px;
}

.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: 16px;
  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 215px;
}

/* gourmet
---------------------------------------------------------------------- */
.gourmet {
  padding: 70px 0 215px;
}/*# sourceMappingURL=sightseeing.css.map */