.sightseeingSection {
  padding-bottom: 210px;
  color: #4d4d4d;
}
@media (max-width: 969px) {
  .sightseeingSection {
    padding-bottom: 150px;
  }
}
.sightseeingSection .sightseeingBlock {
  margin-bottom: 30px;
}
.sightseeingSection .sightseeingBlock .blockItem {
  width: 47.9%;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 969px) {
  .sightseeingSection .sightseeingBlock .blockItem {
    width: 89%;
    margin-bottom: 50px;
  }
  .sightseeingSection .sightseeingBlock .blockItem:nth-of-type(even) {
    margin-left: auto;
  }
}
.sightseeingSection .sightseeingBlock .blockItem .photo {
  margin-bottom: 50px;
}
@media (max-width: 969px) {
  .sightseeingSection .sightseeingBlock .blockItem .photo {
    margin-bottom: 25px;
  }
}
.sightseeingSection .sightseeingBlock .blockItem .photo img {
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: 691/428;
}
.sightseeingSection .sightseeingBlock .blockItem .title {
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 969px) {
  .sightseeingSection .sightseeingBlock .blockItem .title {
    font-size: 1.6rem;
  }
}
.sightseeingSection .sightseeingBlock .blockItem .btnWrap {
  margin-top: 20px;
}
.sightseeingSection .sightseeingSlide {
  overflow: hidden;
}
@media (max-width: 969px) {
  .sightseeingSection .sightseeingSlide .slick-list {
    width: 80%;
    overflow: visible;
  }
}
.sightseeingSection .sightseeingSlide .slideItem {
  padding-right: 48px;
}
@media (max-width: 969px) {
  .sightseeingSection .sightseeingSlide .slideItem {
    padding-right: 30px;
  }
}
.sightseeingSection .sightseeingSlide .slideItem img {
  width: 100%;
}