@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
.sightseeing {
  padding-top: 11.3333333333vw;
  padding-bottom: 13.3333333333vw;
  margin-bottom: 9.3333333333vw;
}

@media screen and (min-width: 769px) {
  .sightseeing {
    padding-top: 85px;
    padding-bottom: 100px;
    margin-bottom: 70px;
  }
}
.sightseeing .inner {
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
}

.sightseeing .primary-text {
  font-size: 3.2vw;
  padding-top: 4.6666666667vw;
  padding-bottom: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .sightseeing .primary-text {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 35px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .spot-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.spot-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border: 1px solid #000;
  background: #FFF;
  padding-top: 5.3333333333vw;
  padding-bottom: 6.6666666667vw;
  padding-right: 3.3333333333vw;
  padding-left: 3.3333333333vw;
}

@media screen and (min-width: 769px) {
  .spot-item {
    padding: 30px 25px 30px;
  }
}
.spot-item .title {
  font-size: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 4vw;
  margin-bottom: 4.6666666667vw;
}

@media screen and (min-width: 769px) {
  .spot-item .title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
  }
}
.spot-item .box {
  overflow: hidden;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .spot-item .box {
    margin-bottom: 30px;
  }
}
.spot-item .image {
  margin-right: 2.6666666667vw;
  width: 40vw;
  float: left;
}

@media screen and (min-width: 769px) {
  .spot-item .image {
    width: 190px;
    margin-right: 20px;
  }
}
.spot-item .text {
  font-size: 3.4666666667vw;
  margin-bottom: 0vw;
}

@media screen and (min-width: 769px) {
  .spot-item .text {
    font-size: 16px;
    font-size: 1.6rem;
    flex: 1;
    margin-bottom: 0;
  }
}
.spot-item .button {
  margin-top: auto;
  text-align: center;
}

.spot-item .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  width: 44.6666666667vw;
  height: 8vw;
  border: 1px solid #000;
  position: relative;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spot-item .button a {
    width: 260px;
    font-size: 16px;
    font-size: 1.6rem;
    height: 60px;
  }
}
.spot-item .button a:hover {
  opacity: 0.6;
}

.spot-item .button a:after {
  content: "";
  display: block;
  background-image: url(../../img/sightseeing/arrow.svg);
  width: 1.6vw;
  height: 2.2666666667vw;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 3%;
}

@media screen and (min-width: 769px) {
  .spot-item .button a:after {
    width: 12px;
    height: 17px;
  }
}
.spot-item + .spot-item {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  .spot-item + .spot-item {
    margin-top: 0;
  }
}
/*# sourceMappingURL=sightseeing.css.map */
