@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
.sightseeing__ttl {
  font-size: 28px;
  text-align: center;
}

.sightseeing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 84px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Serif JP", serif;
}
.sightseeing__list li {
  width: 31.2%;
  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;
  margin-bottom: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}

.sightseeing__txt {
  font-size: 15px;
  line-height: 1.53;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 13px;
}

.sightseeing__btn .cbtn {
  font-size: 16px;
  padding: 10px;
  background: #40B07B;
  width: 100%;
  max-width: none;
  height: 51px;
}

.sightseeing__btn .mapBtn {
  margin-bottom: 11px;
}

.sightseeing__btn .mapBtn::after {
  content: none;
}

/* spot
---------------------------------------------------------------------- */
.spot {
  padding: 40px 0 200px;
}/*# sourceMappingURL=sightseeing.css.map */