.bg_gray {
  background-color: rgba(106, 96, 96, 0.7019607843);
  color: #fff;
}

.bg_l_gray {
  background-color: rgba(106, 96, 96, 0.7019607843);
  position: relative;
  color: #fff;
}
.bg_l_gray::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.15;
}

.under_page .breadcrumb {
  padding-top: 10rem;
  margin-top: 0;
}
.under_page .breadcrumb ul {
  color: #fff;
}
.under_page .breadcrumb ul a {
  color: #fff;
}
.under_page .breadcrumb ul li::after {
  background-image: url(../../img/ico_arrow_horizontal_w.svg);
}

.lead_wrap {
  padding-bottom: 65rem;
}

.season_wrap li {
  padding-top: 40rem;
  padding-bottom: 40rem;
}
.season_wrap li:nth-child(2n) .desc {
  flex-direction: row-reverse;
}
.season_wrap li .desc {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.season_wrap li .desc .txt_wrap h3 {
  font-size: 40rem;
  font-weight: 500;
  position: relative;
}
.season_wrap li .desc .txt_wrap h3::before {
  position: absolute;
  display: block;
  font-size: 4.1666666667vw;
  top: -65rem;
  left: 0;
  color: #FFFFFF;
  opacity: 0.1;
  white-space: nowrap;
}
.season_wrap li .desc .txt_wrap p {
  max-width: 424rem;
  margin-left: 55rem;
}
.season_wrap li.spring .desc h3::before {
  content: "SPRING";
}
.season_wrap li.summer .desc h3::before {
  content: "SUMMER";
}
.season_wrap li.autumn .desc h3::before {
  content: "AUTUMN";
}
.season_wrap li.winter .desc h3::before {
  content: "WINTER";
}

.under_page .contents_wrap .desc_wrap > .img_wrap {
  position: relative;
  max-width: 930rem;
  width: calc(100vw - 770rem);
}
.under_page .contents_wrap .desc_wrap > .img_wrap img {
  height: 524rem;
}
.under_page .contents_wrap .desc_wrap .txt_wrap {
  max-width: 500rem;
  padding-left: 0;
}
.under_page .contents_wrap .desc_wrap .desc {
  margin-top: 45rem;
}
.under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
  padding-right: 0;
}

.tourist {
  margin-top: 140rem;
}
.tourist::after {
  content: "TOURIST\aINFORMATION";
  right: 35rem;
  white-space: pre !important;
  line-height: 1.2;
}
.tourist .course_wrap {
  margin-top: 80rem;
}
.tourist .course_wrap dl {
  border-bottom: 1px solid #C38F4D;
}
.tourist .course_wrap dl dt {
  cursor: pointer;
  border-top: 1px solid #C38F4D;
  padding-top: 25rem;
  padding-bottom: 25rem;
  display: flex;
  justify-content: space-between;
  padding-right: 90rem;
  padding-left: 5rem;
  position: relative;
}
.tourist .course_wrap dl dt::after {
  content: "";
  width: 14rem;
  height: 7rem;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3.5rem);
  right: 0;
  transition: 0.2s;
  background-image: url(../../img/ico_down_arrow_shin_b.svg);
  background-repeat: no-repeat;
}
.tourist .course_wrap dl dt.open::after {
  transform: rotate(-180deg);
}
.tourist .course_wrap dl dt.open:last-of-type {
  border-bottom: none;
}
.tourist .course_wrap dl dd {
  display: none;
}
.tourist .course_wrap dl dd .course {
  display: flex;
  margin-top: 35rem;
  gap: 198rem;
  justify-content: center;
}
.tourist .course_wrap dl dd .course li {
  writing-mode: vertical-rl;
  position: relative;
  text-align: center;
}
.tourist .course_wrap dl dd .course li::after {
  content: "";
  position: absolute;
  background-image: url(../../img/ico_course_arrow.svg);
  width: 115rem;
  height: 10rem;
  display: block;
  background-repeat: no-repeat;
  top: 30rem;
  right: -140rem;
  background-size: contain;
}
.tourist .course_wrap dl dd .course li:last-child::after {
  content: none;
}
.tourist .course_wrap dl dd .course.long {
  gap: 148rem;
}
.tourist .course_wrap dl dd .course.long li::after {
  right: -130rem;
}
.tourist .course_wrap dl dd .course_desc {
  display: flex;
  margin-top: 55rem;
  margin-bottom: 115rem;
  justify-content: space-between;
  align-items: end;
}
.tourist .course_wrap dl dd .course_desc .swiper_wrap {
  width: 460rem;
  position: relative;
}
.tourist .course_wrap dl dd .course_desc .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourist .course_wrap dl dd .course_desc .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  opacity: 1;
}
.tourist .course_wrap dl dd .course_desc .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  background-color: #6A6060;
}
.tourist .course_wrap dl dd .course_desc .swiper-button-prev,
.tourist .course_wrap dl dd .course_desc .swiper-button-next {
  background-image: url(../../img/ico_swiper_arrow.svg);
  width: 8rem;
  height: 16rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.tourist .course_wrap dl dd .course_desc .swiper-button-prev::after,
.tourist .course_wrap dl dd .course_desc .swiper-button-next::after {
  content: none;
}
.tourist .course_wrap dl dd .course_desc .swiper-button-prev {
  left: -40rem;
}
.tourist .course_wrap dl dd .course_desc .swiper-button-next {
  right: -40rem;
  transform: scale(-1, 1);
}
.tourist .course_wrap dl dd .course_desc figcaption {
  text-align: center;
}
.tourist .course_wrap dl dd .course_desc .txt_wrap {
  width: 414rem;
  margin-bottom: 35rem;
}
.tourist .course_wrap dl dd .course_desc .txt_wrap .time {
  margin-top: 25rem;
  height: 40rem;
  line-height: 40rem;
  padding-left: 25rem;
  padding-right: 25rem;
  background-color: #FCFAF7;
  width: -moz-fit-content;
  width: fit-content;
}
.tourist .spot_info {
  margin-top: 100rem;
  background-color: #FCFAF7;
  padding-top: 70rem;
  padding-bottom: 80rem;
}
.tourist .spot_info .spot_table {
  margin-top: 40rem;
}

.festival {
  margin-top: 180rem;
}
.festival::after {
  content: "FESTIVAL\aINFORMATION";
  left: 35rem;
  white-space: pre !important;
  line-height: 1.2;
}
.festival .tab_wrap {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-top: 140rem;
  justify-content: center;
}
.festival .tab_wrap li {
  position: relative;
  width: 318rem;
  height: 30rem;
  text-align: center;
}
.festival .tab_wrap li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1rem;
  background-color: #C38F4D;
  transition: 0.3s;
  transition-property: width;
  transform: translateX(-50%);
}
.festival .tab_wrap li:hover::after {
  width: 60rem;
}
.festival .tab_wrap li.open::after {
  width: 60rem;
}
.festival .tab_wrap li:nth-child(2) {
  border-right: 1px solid #6A6060;
  border-left: 1px solid #6A6060;
}
.festival .schedule_contents {
  display: none;
  margin-top: 60rem;
}
.festival .schedule_contents.open {
  display: block;
}
.festival .schedule_contents .event_item {
  display: flex;
  align-items: center;
  font-size: 18rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #C2C2C2;
  gap: 110rem;
}
.festival .schedule_contents .event_item .event_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.festival .schedule_contents .event_item .event_date {
  position: relative;
  min-width: 165rem;
}
.festival .schedule_contents .event_item .event_date span {
  font-size: 16rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
}
.festival .schedule_contents .event_item .name {
  color: #C38F4D;
}
.festival .schedule_contents .event_item .place {
  text-align: center;
}

.workshop {
  margin-top: 130rem;
  margin-bottom: 135rem;
}
.workshop::after {
  content: "SAKIORI\aWORKSHOP";
  right: 35rem;
  white-space: pre !important;
  line-height: 1.2;
}
.workshop .note {
  margin-top: 15rem;
}
.workshop .desc_table {
  margin-top: 105rem;
}

@media screen and (max-width: 1470px) {
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: 535rem;
  }
}
@media screen and (max-width: 680px) {
  .under_page .under_mv .ttl_wrap {
    top: 83rem;
  }
  .under_page .under_mv::before {
    content: "SIGHTSEEING";
  }
  .lead_wrap {
    padding-bottom: 55rem;
  }
  .season_wrap li {
    padding-bottom: 30rem;
  }
  .season_wrap li .desc {
    display: block;
  }
  .season_wrap li .desc .txt_wrap {
    margin-top: 35rem;
  }
  .season_wrap li .desc .txt_wrap h3 {
    font-size: 24rem;
  }
  .season_wrap li .desc .txt_wrap h3::before {
    font-size: 40rem;
    top: -35rem;
    left: 10rem;
  }
  .season_wrap li .desc .txt_wrap p {
    max-width: unset;
    margin-left: 0;
    margin-top: 15rem;
  }
  .under_page .contents_wrap .desc_wrap {
    flex-direction: column;
    gap: 40rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    width: 100vw;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: auto;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap {
    max-width: unset;
    padding-left: 0;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap .ttl_wrap {
    top: -110rem;
  }
  .under_page .contents_wrap .desc_wrap .desc {
    margin-top: 25rem;
    max-width: 285rem;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse {
    flex-direction: column;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
    padding-right: 0;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
    top: -110rem;
  }
  .under_page .contents_wrap::after {
    font-size: 35rem;
    top: -110rem;
  }
  .tourist {
    margin-top: 165rem;
  }
  .tourist::after {
    right: unset;
    left: 0;
  }
  .tourist .course_wrap {
    margin-top: 20.5rem;
  }
  .tourist .course_wrap dl dt {
    padding-top: 15rem;
    padding-bottom: 15rem;
    padding-right: 35rem;
    padding-left: 0;
  }
  .tourist .course_wrap dl dt::after {
    position: absolute;
  }
  .tourist .course_wrap dl dt span + span {
    font-size: 12rem;
  }
  .tourist .course_wrap dl dd .course {
    margin-top: 25rem;
    gap: 60rem;
  }
  .tourist .course_wrap dl dd .course li {
    writing-mode: vertical-rl;
    position: relative;
    text-align: center;
  }
  .tourist .course_wrap dl dd .course li::after {
    background-image: url(../../img/ico_course_arrow_sp.svg);
    width: 16rem;
    height: 6rem;
    top: 25rem;
    right: -35rem;
  }
  .tourist .course_wrap dl dd .course.long {
    gap: 44rem;
  }
  .tourist .course_wrap dl dd .course.long li::after {
    right: -30rem;
  }
  .tourist .course_wrap dl dd .course_desc {
    display: block;
    margin-top: 40rem;
    margin-bottom: 50rem;
    justify-content: space-between;
    align-items: end;
  }
  .tourist .course_wrap dl dd .course_desc .swiper_wrap {
    width: 310rem;
    position: relative;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5rem;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-pagination-bullet-active {
    width: 9rem;
    height: 9rem;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-button-prev,
  .tourist .course_wrap dl dd .course_desc .swiper-button-next {
    width: 6rem;
    height: 12rem;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-button-prev {
    left: -25rem;
  }
  .tourist .course_wrap dl dd .course_desc .swiper-button-next {
    right: -25rem;
  }
  .tourist .course_wrap dl dd .course_desc > .img_wrap {
    width: 310rem;
    margin: 0 auto;
  }
  .tourist .course_wrap dl dd .course_desc .txt_wrap {
    width: auto;
    margin-bottom: 0;
    margin-top: 20rem;
  }
  .tourist .course_wrap dl dd .course_desc .txt_wrap .time {
    margin-top: 20rem;
    height: 35rem;
    line-height: 35rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .tourist .spot_info {
    margin-top: 90rem;
    padding-top: 40rem;
    padding-bottom: 50rem;
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
  }
  .tourist .spot_info .spot_table {
    margin-top: 11.5rem;
  }
  .festival {
    margin-top: 175rem;
  }
  .festival::after {
    left: 0;
  }
  .festival figcaption {
    text-align: center;
  }
  .festival .tab_wrap {
    margin-top: 50rem;
  }
  .festival .tab_wrap li {
    width: 33%;
    height: 40rem;
    line-height: 40rem;
  }
  .festival .tab_wrap li::after {
    bottom: 5rem;
  }
  .festival .tab_wrap li:hover::after {
    width: 44rem;
  }
  .festival .tab_wrap li.open::after {
    width: 44rem;
  }
  .festival .schedule_contents {
    margin-top: 50rem;
  }
  .festival .schedule_contents .event_item {
    display: block;
    font-size: 14rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .festival .schedule_contents .event_item .event_info {
    margin-top: 5rem;
  }
  .festival .schedule_contents .event_item .event_date {
    position: relative;
    min-width: unset;
  }
  .festival .schedule_contents .event_item .event_date span {
    font-size: 14rem;
  }
  .festival .schedule_contents .event_item .name {
    font-size: 16rem;
  }
  .workshop {
    margin-top: 204rem;
    margin-bottom: 80rem;
  }
  .workshop::after {
    right: unset;
    left: 0;
  }
  .workshop .note {
    margin-top: 20rem;
  }
  .workshop .desc_table {
    margin-top: 55rem;
  }
}/*# sourceMappingURL=sightseeing.css.map */