.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
}
.bg_sticky.is-mv {
  position: fixed;
  height: calc(100vh - 10.7rem);
  background: url("../../img/access/mv.jpg") no-repeat center center/cover;
}
.bg_sticky.is-map {
  margin-top: -3.2rem;
  background: url("../../img/access/map_bg.png") no-repeat center center/cover;
}
.bg_sticky.is-fair {
  background: url("../../img/access/fair_bg.jpg") no-repeat top center/cover;
}

.access_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 7rem;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  border-radius: 4rem 0;
  background: linear-gradient(270deg, #cdbda0 0%, #a08962 100%);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.access_btn span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.access_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 1.2rem;
  height: 1.6rem;
  background: url("../../img/access/icon_map.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.mv {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 17.6rem;
  left: 0;
  width: 100%;
  height: 13.7rem;
  background: linear-gradient(to top, #e3e0da 0%, rgba(227, 224, 218, 0) 100%);
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 17.7rem;
  left: 0;
  width: 100%;
  height: 36.8rem;
  background: linear-gradient(180deg, #e3e0da 0%, #cdc8bf 100%);
  transform: translateY(100%);
}
.mv_heading {
  position: absolute;
  bottom: 6.8rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
}
.mv_ttl {
  width: 31.5rem;
  margin-bottom: 2rem;
}
.mv_lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #a08962;
}
.mv_border {
  display: none;
}

.intro {
  position: relative;
  padding: 5.2rem 0 0;
  text-align: center;
}
.intro::before {
  content: "";
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 100%;
  height: 40rem;
  transform: translate(0, 100%);
  background: linear-gradient(180deg, #cdc8bf 0%, rgba(205, 200, 191, 0) 100%);
}
.intro::after {
  content: "";
  position: absolute;
  top: 4.6rem;
  left: 50%;
  width: 136.6rem;
  height: 61.2rem;
  background: url("../../img/access/intro_item.svg") no-repeat center center/cover;
  transform: translate(-50%, -50%);
}
.intro_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 2.6rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #a08962;
}
.intro_desc {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 2.15;
  letter-spacing: 0.16em;
}

.map {
  margin-top: calc(-100svh + 3.2rem);
  padding: 10rem 0 12rem;
  text-align: center;
}
.map_inner {
  max-width: 106rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.map_frame {
  width: 100%;
  aspect-ratio: 1060/500;
  margin-bottom: 4rem;
  overflow: hidden;
}
.map_frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}
.map_ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
.map_txt {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.16em;
}
.map_btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.traffic {
  padding: 0 0 12rem;
}
.traffic.is-car {
  padding: 0 0 16rem;
}
.traffic_inner {
  max-width: 116rem;
  margin: 0 auto;
}
.traffic_head {
  margin-bottom: 6rem;
  padding-bottom: 2rem;
  position: relative;
}
.traffic_head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #d8d2c9;
}
.traffic_head_lead {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.4rem;
}
.traffic_icon img {
  display: block;
  height: 2.4rem;
  width: auto;
}
.traffic_lead {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.08em;
  color: #a08962;
  text-transform: capitalize;
}
.traffic_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.16em;
  color: #333;
}
.traffic_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.traffic_body {
  width: -moz-fit-content;
  width: fit-content;
}
.traffic_image {
  flex-shrink: 0;
  width: 50vw;
}
.traffic_image img {
  display: block;
  width: 100%;
  height: auto;
}
.traffic_route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.18em;
  color: #333;
}
.traffic_route strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.traffic_route strong span {
  color: #a08962;
}
.traffic_note {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.traffic_sub {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #a08962;
}
.traffic_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
}
.traffic_routes {
  background: #fff;
  margin-top: 7rem;
  padding: 6rem;
}
.traffic_routes_ttl {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #a08962;
  text-align: center;
}
.traffic_routes_list {
  display: flex;
  gap: 3.6rem;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
.traffic_routes_list li {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #d8d2c9;
}
.traffic_routes_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
}
.traffic_routes_time {
  margin-bottom: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.traffic_routes_time span {
  font-size: 1.4rem;
}
.traffic_routes_time strong {
  margin: 0 0.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.traffic_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 34rem;
  height: 6rem;
  margin: 0 auto;
  border: 0.1rem solid #a08962;
  border-radius: 3rem 0;
  color: #a08962;
  text-decoration: none;
  transition: opacity 0.2s ease;
  background: #fff;
}
.traffic_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6rem;
  display: block;
  width: 1.2rem;
  height: 1.6rem;
  background: url("../../img/access/icon_map_brown.svg") no-repeat center/contain;
  transform: translate(0, -50%);
}
.traffic_btn:hover {
  opacity: 0.7;
}
.traffic_btn span {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: 0.16em;
  padding-left: 2.8rem;
}
.traffic_btn--inline {
  margin: 4rem 0 0;
}

.other {
  position: relative;
  padding: 0 0 25.5rem;
  background: url("../../img/access/other_bg.png") no-repeat top center/cover;
}
.other_inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.other_ttl {
  margin-bottom: 6rem;
  text-align: center;
}
.other_ttl img {
  width: 31.2rem;
  height: auto;
}
.other_list {
  display: flex;
  justify-content: center;
  gap: 4.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.other_item {
  width: 23.2rem;
}
.other_item a {
  display: block;
  text-decoration: none;
  color: #333;
}
.other_item_image {
  width: 100%;
  margin: 0 0 1.9rem;
}
.other_item_image img {
  display: block;
  width: 100%;
  height: 23.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.other_item_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #333;
}
.other_item_label img {
  width: 3rem;
  height: 3rem;
}

.p_fair {
  margin-top: calc(-100svh - 10rem);
  padding-top: 0;
  background: none;
}
.p_fair_head {
  align-items: flex-end;
}
.p_fair_head_ttl {
  color: #6c7260;
}
.p_fair_head_ttl h2 img {
  filter: none;
}
.p_fair .calendar_nav {
  color: #6c7260;
}
.p_fair .calendar_nav .btn_next::after {
  filter: none;
  border-color: #6c7260;
}
.p_fair .month_title,
.p_fair .calendar_container table {
  color: #6c7260;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  padding: 0 0 12rem;
}
.topics h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.topics h2 img {
  width: 22.7rem;
  margin-bottom: 1.1rem;
}
.topics h2 span {
  display: block;
}
.topics_wrapper {
  width: calc(50vw + 20rem);
}
.topics_list {
  border-top: 0.1rem solid #d2cfcf;
}
.topics_list li {
  border-bottom: 0.1rem solid #d2cfcf;
}
.topics_list a {
  display: flex;
  padding: 2.05rem 2rem;
}
.topics_list figure {
  width: 14.4rem;
}
.topics_box {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: start;
  max-width: 36rem;
  padding: 0.2rem 0 0 3rem;
}
.topics_box time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #918e8e;
}
.topics_box h3 {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.topics_cat {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.8rem;
}
.topics_cat span {
  padding: 0.2rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #a58f5e;
}
.topics_btn {
  margin-top: 4.2rem;
  margin-right: 6.3rem;
}
.topics .btn {
  margin-left: auto;
}

@media (max-width: 768px) {
  .bg_sticky.is-mv {
    background-image: url("../../img/access/mv_sp.jpg");
    height: 48rem;
  }
  .bg_sticky.is-map {
    margin-top: 0;
    background-image: url("../../img/access/map_bg_sp.png");
  }
  .mv {
    height: 48rem;
  }
  .mv::before {
    height: 19.9rem;
    bottom: 0;
    background: linear-gradient(to top, #e3e0da 0%, rgba(227, 224, 218, 0) 100%);
  }
  .mv::after {
    bottom: 0;
    left: 0;
    height: 36.8rem;
    background: linear-gradient(180deg, #e3e0da 0%, #f3efe8 100%);
    transform: translate(0, 100%);
  }
  .mv_heading {
    position: absolute;
    top: auto;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .mv_ttl {
    width: 23.9rem;
    margin-bottom: 1rem;
  }
  .mv_lead {
    font-size: 1.4rem;
    line-height: 2.57;
  }
  .intro {
    padding: 12.5rem 3rem 6.5rem;
  }
  .intro::before {
    top: auto;
    bottom: 0;
    transform: translate(0, 100%);
    height: 40rem;
    background: linear-gradient(180deg, #f3efe8 0%, rgba(205, 200, 191, 0) 100%);
  }
  .intro::after {
    width: 54.4rem;
    height: 24.4rem;
    top: -2.6rem;
    left: 0;
    transform: none;
  }
  .intro_ttl {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.18em;
  }
  .intro_desc {
    font-size: 1.3rem;
    line-height: 2;
  }
  .map {
    margin-top: -100svh;
    padding: 2rem 1rem 8rem;
  }
  .map_inner {
    padding: 0;
  }
  .map_frame {
    aspect-ratio: 370/230;
    margin-bottom: 4rem;
  }
  .map_ttl {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .map_txt {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
  .access_btn {
    width: 33rem;
    height: 6rem;
  }
  .access_btn span {
    font-size: 1.3rem;
  }
  .access_btn::after {
    right: 4rem;
  }
  .traffic {
    padding: 0 0 10rem;
  }
  .traffic.is-car {
    padding-bottom: 12rem;
  }
  .traffic_inner {
    padding: 0 3rem;
  }
  .traffic_head {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .traffic_head_lead {
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .traffic_icon img {
    height: 1.5rem;
  }
  .traffic_lead {
    font-size: 1.2rem;
  }
  .traffic_ttl {
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .traffic_content {
    flex-direction: column;
    gap: 0;
    width: auto;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .traffic_body {
    display: contents;
  }
  .traffic_image {
    order: 3;
    width: 33rem;
    margin: 0 auto 3rem;
  }
  .traffic_route {
    order: 1;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .traffic_route strong {
    font-size: 1.6rem;
  }
  .traffic_note {
    margin-bottom: 3rem;
    order: 2;
    font-size: 1.2rem;
  }
  .traffic_sub {
    order: 4;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .traffic_desc {
    margin-bottom: 4rem;
    order: 5;
    font-size: 1.3rem;
  }
  .traffic_routes {
    margin: 0 -1rem;
    padding: 3.2rem 2.5rem;
  }
  .traffic_routes_ttl {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .traffic_routes_list {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .traffic_routes_list li {
    padding-bottom: 2rem;
  }
  .traffic_routes_list li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .traffic_routes_text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .traffic_routes_time span {
    font-size: 1.3rem;
  }
  .traffic_routes_time strong {
    font-size: 1.5rem;
  }
  .traffic_btn {
    width: 30rem;
  }
  .traffic_btn::before {
    left: 2rem;
  }
  .traffic_btn span {
    padding-left: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
  .traffic_btn--inline {
    order: 99;
    margin: 0 auto;
  }
  .other {
    padding: 0 0 18.5rem;
    background: url("../../img/access/other_bg_sp.png") no-repeat top center/cover;
  }
  .other_inner {
    padding: 0 2.5rem;
  }
  .other_ttl {
    margin-bottom: 4rem;
  }
  .other_ttl img {
    width: 20.5rem;
  }
  .other_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 2rem;
  }
  .other_item {
    width: calc((100% - 2rem) / 2);
  }
  .other_item_image img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .other_item_label {
    font-size: 1.3rem;
  }
  .other_item_label img {
    width: 2rem;
    height: 2rem;
  }
  .p_fair {
    margin-top: calc(-100svh - 8rem);
  }
  .topics {
    flex-flow: column;
    justify-content: flex-start;
    padding: 20.2rem 0 14.2rem;
  }
  .topics h2 {
    display: block;
    margin-bottom: 4rem;
    padding: 0 2rem;
    font-size: 1.3rem;
  }
  .topics h2 img {
    width: 18.5rem;
    margin-bottom: 1.1rem;
  }
  .topics_wrapper {
    width: 100%;
  }
  .topics_list figure {
    width: 10.4rem;
  }
  .topics_list figure img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topics_box {
    max-width: none;
    padding: 0.2rem 0 0 2rem;
  }
  .topics_box h3 {
    margin-top: 1.2rem;
  }
  .topics_btn {
    margin: 3.1rem auto 0;
  }
  .topics .btn {
    width: 27rem;
    margin: 0 auto;
  }
  .topics .btn::after {
    right: 2.8rem;
  }
}