.access .hdg_section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .access .hdg_section {
    font-size: 4.8rem;
  }
}
@media (max-width: 619px) {
  .access .hdg_section {
    font-size: 8.333vw;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .access .hdg_section {
    font-size: 10vw;
  }
}
.access .hdg_section span {
  font-size: 37.5%;
}
.access .hdg_section::after {
  background: rgb(1, 46, 88);
  background: linear-gradient(90deg, rgb(1, 46, 88) 0%, rgb(196, 178, 128) 50%, rgb(31, 120, 76) 100%);
  content: "";
  display: block;
  height: 8px;
  width: 240px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .access .hdg_section::after {
    width: 4em;
  }
}
.access .animate {
  opacity: 0;
  transition: all 1s ease-out;
}
.access .plot {
  transform: translateY(56px);
}
@media (max-width: 767px) {
  .access .plot {
    transform: translateY(32px);
  }
}
@media (max-width: 619px) {
  .access .plot {
    transform: translateY(24px);
  }
}
.access .active {
  opacity: 1;
  transform: translateY(0);
}
.access .intro {
  background: #fff;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .access .intro {
    padding-bottom: 88px;
  }
}
@media (max-width: 619px) {
  .access .intro {
    padding-bottom: 48px;
  }
}
.access .intro_inner {
  line-height: 1.8;
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
  width: 100%;
}
.access .intro .thumbs {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .access .intro .thumbs {
    margin-bottom: 64px;
  }
}
@media (max-width: 619px) {
  .access .intro .thumbs {
    margin-bottom: 48px;
  }
}
.access .intro .thumbs figure {
  position: relative;
}
.access .intro .areamap {
  position: relative;
}
.access .intro .areamap dt {
  position: absolute;
  top: 0;
  left: 0;
}
.access .intro_topic {
  margin-top: 40px;
}
.access .intro_topic ul {
  background-color: #978949;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 48px;
  justify-content: center;
  padding: 1em 1em 2.2em;
}
@media (max-width: 619px) {
  .access .intro_topic ul {
    flex-flow: column nowrap;
    gap: 24px;
    padding: 0.5em 0.5em 1.2em;
  }
}
.access .intro_topic ul li {
  color: #fff;
  position: relative;
}
.access .intro_topic ul li p {
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 1279px) {
  .access .intro_topic ul li p {
    font-size: 2.5vw;
  }
}
@media (max-width: 619px) {
  .access .intro_topic ul li p {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .access .intro_topic ul li p {
    font-size: 4.166vw;
  }
}
.access .intro_topic ul li p.txt_extend {
  background-color: #fff;
  color: #978949;
  font-size: 1.4rem;
  margin-right: 0.5em;
  padding: 0.5em;
  text-align: center;
}
@media (max-width: 619px) {
  .access .intro_topic ul li p.txt_extend {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .access .intro_topic ul li p.txt_extend {
    font-size: 1rem;
  }
}
.access .intro_topic ul li p span {
  font-size: 0.5em;
}
.access .intro_topic ul li p em {
  color: #f0df9a;
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 4px;
}
.access .intro_topic ul li .fx {
  display: flex;
  align-items: center;
}
.access .intro_topic ul li:not(:first-child)::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 4px;
  left: -24px;
}
@media (max-width: 619px) {
  .access .intro_topic ul li:not(:first-child)::before {
    height: 1px;
    width: 100%;
    top: -6px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .access .intro_topic ul li:not(:first-child)::before {
    top: -12px;
  }
}
.access .intro_topic .summary {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .access .intro_topic .summary {
    gap: 48px;
    margin-top: 48px;
  }
}
@media (max-width: 619px) {
  .access .intro_topic .summary {
    gap: 32px;
    margin-top: 32px;
  }
}
.access .intro_topic .summary_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access .intro_topic .summary_item:nth-child(even) .summary_txt {
  order: 2;
}
@media (max-width: 767px) {
  .access .intro_topic .summary_item:nth-child(even) .summary_txt {
    order: 1;
  }
}
.access .intro_topic .summary_item:nth-child(even) figure {
  order: 1;
}
@media (max-width: 767px) {
  .access .intro_topic .summary_item:nth-child(even) figure {
    order: 2;
  }
}
.access .intro_topic .summary_txt {
  width: 55.71%;
}
@media (max-width: 767px) {
  .access .intro_topic .summary_txt {
    width: 100%;
  }
}
.access .intro_topic .summary_txt h3 {
  border-bottom: 1px solid #000;
  color: #978949;
  font-size: 2.4rem;
  margin-bottom: 24px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .access .intro_topic .summary_txt h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
}
@media (max-width: 619px) {
  .access .intro_topic .summary_txt h3 {
    font-size: 3.333vw;
  }
}
.access .intro_topic .summary_txt p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .access .intro_topic .summary_txt p {
    font-size: 1.4rem;
  }
}
@media (max-width: 619px) {
  .access .intro_topic .summary_txt p {
    font-size: 1.2rem;
  }
}
.access .intro_topic .summary figure {
  width: 41.71%;
}
@media (max-width: 767px) {
  .access .intro_topic .summary figure {
    margin-top: 1.5em;
    width: 100%;
  }
}
.access .access_method_inner {
  line-height: 1.8;
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
  width: 100%;
}
.access .access_method .sub {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .access .access_method .sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .sub {
    font-size: 3.333vw;
  }
}
.access .access_method .thumbs {
  display: flex;
  flex-flow: row nowrap;
  margin: 1em calc(50% - 50vw) 80px;
  width: 100vw;
}
.access .access_method .thumbs li {
  position: relative;
}
.access .access_method .thumbs li p {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.access .access_method .thumbs li figure {
  background-color: #000;
  line-height: 0;
}
.access .access_method .thumbs li figure img {
  opacity: 0.6;
}
.access .access_method .method h3 {
  border-bottom: 1px solid #000;
  color: #978949;
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .access .access_method .method h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
}
@media (max-width: 619px) {
  .access .access_method .method h3 {
    font-size: 3.333vw;
  }
}
.access .access_method .method figure {
  position: relative;
}
.access .access_method .limitedArea {
  padding: 2em 0;
  position: relative;
}
.access .access_method .limitedArea::after {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.access .access_method .limitedArea img {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.access .access_method .entryArea {
  background: rgba(151, 137, 73, 0.8);
  max-width: 1400px;
  padding: 5em;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 619px) {
  .access .access_method .entryArea {
    padding: 2em;
  }
}
.access .access_method .entryArea p {
  color: #fff;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .access .access_method .entryArea p {
    font-size: 2.4rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .entryArea p {
    font-size: 4.166vw;
  }
}
.access .access_method .entryArea a {
  background-color: #002662;
  color: #fff;
  display: block;
  font-size: 2rem;
  line-height: 64px;
  margin: 2em auto 0;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .access .access_method .entryArea a {
    font-size: 1.6rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .entryArea a {
    font-size: 3.333vw;
  }
}
.access .access_method .access_train {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .access .access_method .access_train {
    margin-bottom: 64px;
  }
}
@media (max-width: 619px) {
  .access .access_method .access_train {
    margin-bottom: 48px;
  }
}
.access .access_method .access_train figure {
  margin: 0 auto 48px;
  max-width: 920px;
}
@media (max-width: 767px) {
  .access .access_method .access_train figure {
    margin-bottom: 32px;
  }
}
@media (max-width: 619px) {
  .access .access_method .access_train figure {
    margin-bottom: 24px;
  }
}
.access .access_method .access_train figure figcaption {
  bottom: 0;
}
.access .access_method .access_train ul {
  background-color: #978949;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 32px;
  justify-content: center;
  padding: 1em 1em 2.2em;
}
@media (max-width: 767px) {
  .access .access_method .access_train ul {
    flex-flow: column nowrap;
    gap: 24px;
    padding: 0.5em 0.5em 1.2em;
  }
}
.access .access_method .access_train ul li {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .access .access_method .access_train ul li {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 90%;
  }
}
.access .access_method .access_train ul li p {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .access .access_method .access_train ul li p {
    font-size: 2.28vw;
  }
}
@media (max-width: 767px) {
  .access .access_method .access_train ul li p {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .access .access_method .access_train ul li p {
    font-size: 4.166vw;
  }
}
.access .access_method .access_train ul li p.txt_extend {
  background-color: #fff;
  color: #978949;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 0.5em;
  padding: 0.5em;
  text-align: center;
  position: relative;
  top: 0.5em;
}
@media (max-width: 619px) {
  .access .access_method .access_train ul li p.txt_extend {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .access .access_method .access_train ul li p.txt_extend {
    font-size: 1rem;
  }
}
.access .access_method .access_train ul li p span {
  font-size: 0.5em;
  line-height: 0;
}
.access .access_method .access_train ul li p em {
  color: #f0df9a;
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 4px;
}
.access .access_method .access_train ul li .fx {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .access .access_method .access_train ul li .fx {
    justify-content: center;
  }
}
.access .access_method .access_train ul li:not(:first-child)::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 4px;
  left: -16px;
}
@media (max-width: 767px) {
  .access .access_method .access_train ul li:not(:first-child)::before {
    height: 1px;
    width: 100%;
    top: -8px;
    left: 0;
  }
}
.access .access_method .access_air h3 + p {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .access .access_method .access_air h3 + p {
    font-size: 1.4rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .access_air h3 + p {
    font-size: 1.2rem;
  }
}
.access .access_method .access_air .root {
  display: flex;
  margin: 3em auto 0;
  max-width: 1168px;
}
@media (max-width: 767px) {
  .access .access_method .access_air .root {
    flex-flow: column wrap;
  }
}
.access .access_method .access_air .root li:nth-child(1) {
  width: 63.01%;
}
.access .access_method .access_air .root li:nth-child(1) figcaption {
  right: 3em;
}
@media (max-width: 767px) {
  .access .access_method .access_air .root li:nth-child(1) {
    margin: 0 auto 2em;
    max-width: 750px;
    width: 100%;
  }
}
.access .access_method .access_air .root li:nth-child(2) {
  padding-top: 56px;
  width: 36.99%;
}
@media (max-width: 767px) {
  .access .access_method .access_air .root li:nth-child(2) {
    margin: auto;
    max-width: 480px;
    padding-top: 0;
    width: 100%;
  }
}
.access .access_method .access_air .root li:nth-child(2) .txt_air {
  margin-bottom: 24px;
  width: 83.01%;
}
@media (max-width: 619px) {
  .access .access_method .access_air .root li:nth-child(2) .txt_air {
    margin-bottom: 8px;
    width: 100%;
  }
}
.access .access_method .access_air .arrival_point {
  max-width: 1168px;
  margin: 48px auto 0;
}
.access .access_method .access_air .arrival_point p {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .access .access_method .access_air .arrival_point p {
    font-size: 1.6rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .access_air .arrival_point p {
    font-size: 1.4rem;
  }
}
.access .access_method .access_air .arrival_point ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
.access .access_method .access_air .arrival_point ul li {
  display: flex;
  flex-flow: row nowrap;
}
.access .access_method .access_air .arrival_point ul li:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}
@media (max-width: 619px) {
  .access .access_method .access_air .arrival_point ul li {
    flex-flow: column wrap;
  }
}
.access .access_method .access_air .arrival_point ul li p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .access .access_method .access_air .arrival_point ul li p {
    font-size: 1.4rem;
  }
}
@media (max-width: 619px) {
  .access .access_method .access_air .arrival_point ul li p {
    font-size: 1.2rem;
  }
}
.access .access_method .access_air .arrival_point ul li p:nth-child(1) {
  margin-bottom: 0px;
  width: 4em;
}
@media (max-width: 619px) {
  .access .access_method .access_air .arrival_point ul li p:nth-child(1) {
    width: 100%;
  }
}
.access .access_method .access_air .arrival_point ul li p:nth-child(2) {
  width: calc(100% - 4em);
}
@media (max-width: 619px) {
  .access .access_method .access_air .arrival_point ul li p:nth-child(2) {
    width: 100%;
  }
}/*# sourceMappingURL=access.css.map */