<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&amp;display=swap");
main {
line-height: 2;
overflow: hidden;
html {
  font-size: 62.5%;
  line-height: 1;
}

/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #3b2f25;
  margin: auto;
}
body.active {
  overflow-y: hidden;
}

a {
  color: #222222;
  transition: 0.3s;
}

.inner {
  width: 100rem;
  margin: auto;
}
@media (max-width: 750px) {
  .inner {
    width: 92%;
  }
}

.flex {
  display: flex;
}

.main-title {
  font-size: 32px;
  font-weight: bold;
  color: #3b2f25;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  .main-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.main-title span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b59a6c;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .main-title span {
    margin-bottom: 5px;
  }
}

.main-btn {
  display: inline-block;
}
@media (max-width: 750px) {
  .main-btn {
    display: block;
  }
}
.main-btn a {
  position: relative;
  display: block;
  width: 300px;
  background: #339a4c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
  top: -5px;
  left: -5px;
}
@media (max-width: 750px) {
  .main-btn a {
    margin: 0 auto;
  }
}
.main-btn a:before {
  position: absolute;
  content: "";
  background: url("../img/btn-border.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  transition: all 0.4s;
}
.main-btn a:after {
  position: absolute;
  content: "";
  background: url("../img/btn-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.main-btn a:hover {
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .main-btn a:hover {
    top: -5px;
    left: -5px;
  }
}
.main-btn a:hover:before {
  bottom: 0;
  right: 0;
}
@media (max-width: 750px) {
  .main-btn a:hover:before {
    bottom: -5px;
    right: -5px;
  }
}

.mainv {
  position: relative;
}
.mainv:before {
  position: absolute;
  content: "";
  background: #fbf8f3;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}
.mainv .main-text {
  position: absolute;
  width: 36.916vw;
  height: auto;
  left: 6.83vw;
  top: 6.08vw;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainv .main-text {
    width: 74%;
    top: 68.5px;
    left: 4%;
  }
}
.mainv .main-text img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.mainv .sub-text {
  position: absolute;
  width: 28.416vw;
  height: auto;
  left: 6.83vw;
  bottom: 7.24vw;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainv .sub-text {
    width: 64%;
    bottom: 70px;
    left: 4%;
  }
}
.mainv .sub-text img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.mainv .main-slider {
  width: 79.5%;
  overflow: hidden;
  border-radius: 0 0 0 30px;
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .mainv .main-slider {
    width: 87%;
    height: 350px;
  }
}
.mainv .main-slider .slider-item {
  width: 100%;
  height: 100%;
}
.mainv .main-slider .slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainv .main-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 60px;
  z-index: 1;
  transform: none;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: 40px;
  }
}
.mainv .main-slider .swiper-button-prev:after {
  position: absolute;
  content: "";
  background: url("../img/btn-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(-1, 1);
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-prev:after {
    width: 10px;
    height: 8px;
  }
}
.mainv .main-slider .swiper-button-prev:hover {
  background: #fff;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-prev:hover {
    background: transparent;
  }
}
.mainv .main-slider .swiper-button-prev:hover:after {
  background: url("../img/btn-arrow-gr.png") no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-prev:hover:after {
    background: url("../img/btn-arrow.png") no-repeat;
    background-size: contain;
  }
}
.mainv .main-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 1;
  transform: none;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.mainv .main-slider .swiper-button-next:after {
  position: absolute;
  content: "";
  background: url("../img/btn-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-next:after {
    width: 10px;
    height: 8px;
  }
}
.mainv .main-slider .swiper-button-next:hover {
  background: #fff;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-next:hover {
    background: transparent;
  }
}
.mainv .main-slider .swiper-button-next:hover:after {
  background: url("../img/btn-arrow-gr.png") no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .mainv .main-slider .swiper-button-next:hover:after {
    background: url("../img/btn-arrow.png") no-repeat;
    background-size: contain;
  }
}

.about {
  position: relative;
  padding: 200px 0 135px;
  background: url("../img/about-bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 750px) {
  .about {
    background: url("../img/about-bg-sp.png") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
.about:after {
  position: absolute;
  content: "";
  background: url("../img/about-object-03.jpg") no-repeat;
  background-size: cover;
  width: 19.16vw;
  height: 16.66vw;
  top: 40px;
  left: -40px;
  border-radius: 30px;
}
@media (max-width: 750px) {
  .about:after {
    background-position: center;
    width: 230px;
    height: 115px;
    border: 15px;
    top: 45px;
    left: -5%;
    border-radius: 15px;
  }
}
.about .inner {
  position: relative;
}
.about .inner:before {
  position: absolute;
  content: "";
  background: url("../img/about-object-02.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 89px;
  left: -10px;
  bottom: -80px;
}
@media (max-width: 750px) {
  .about .inner:before {
    width: 100px;
    height: 52px;
  }
}
.about .inner h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .about .inner h2 {
    font-size: 28px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.about .inner h2 span {
  position: relative;
  padding: 50px 35px 15px 40px;
}
@media (max-width: 750px) {
  .about .inner h2 span {
    padding: 40px 5px 15px 32px;
  }
}
.about .inner h2 span:before {
  position: absolute;
  content: "";
  background: url("../img/about-object.png") no-repeat;
  background-size: contain;
  width: 149px;
  height: 102px;
  top: 11px;
  left: 12px;
}
@media (max-width: 750px) {
  .about .inner h2 span:before {
    width: 110px;
    height: 75px;
    top: 9px;
  }
}
.about .inner .detail {
  text-align: center;
}
.about .inner .detail p {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .about .inner .detail p {
    margin-bottom: 25px;
  }
}
.about .inner .detail p:last-of-type {
  margin-bottom: 0;
}

.train {
  padding: 100px 0 50px;
}
.train .inner {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  .train .inner {
    width: 92%;
  }
}
.train .inner .flex {
  align-items: center;
}
@media (max-width: 750px) {
  .train .inner .flex {
    flex-direction: column;
  }
}
.train .inner .flex .img {
  width: 50%;
}
@media (max-width: 750px) {
  .train .inner .flex .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.train .inner .flex .img .swiper {
  width: 510px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .train .inner .flex .img .swiper {
    width: 100%;
  }
}
.train .inner .flex .img .swiper .swiper-pagination {
  bottom: 0px !important;
}
.train .inner .flex .img .swiper .swiper-pagination-bullet-active {
  background: #b3965d !important;
}
.train .inner .flex .text {
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 750px) {
  .train .inner .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
.train .inner .flex .text .main-title {
  margin-bottom: 40px;
}
.train .inner .flex .text .detail {
  margin-bottom: 40px;
}

.map {
  padding: 50px 0;
}
.map .inner {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  .map .inner {
    width: 92%;
  }
}
.map .inner .flex {
  justify-content: right;
  align-items: center;
  gap: 0 70px;
}
@media (max-width: 750px) {
  .map .inner .flex {
    flex-direction: column;
  }
}
.map .inner .flex .img {
  border-radius: 30px 0 0 30px;
  width: 50%;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .map .inner .flex .img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 50px;
  }
}
.map .inner .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.map .inner .flex .text {
  max-width: 426px;
  width: 36%;
}
@media (max-width: 750px) {
  .map .inner .flex .text {
    max-width: 100%;
    width: 100%;
  }
}
.map .inner .flex .text .main-title {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .map .inner .flex .text .main-title {
    font-size: 26px;
  }
}
.map .inner .flex .text .detail {
  margin-bottom: 40px;
}

.ticket {
  padding: 50px 0;
}
.ticket .inner {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  .ticket .inner {
    width: 92%;
  }
}
.ticket .inner .flex {
  justify-content: left;
  align-items: center;
  gap: 0 70px;
}
@media (max-width: 750px) {
  .ticket .inner .flex {
    flex-direction: column;
  }
}
.ticket .inner .flex .img {
  border-radius: 0 30px 30px 0;
  width: 50%;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .ticket .inner .flex .img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 50px;
  }
}
.ticket .inner .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ticket .inner .flex .text {
  max-width: 426px;
  width: 36%;
}
@media (max-width: 750px) {
  .ticket .inner .flex .text {
    max-width: 100%;
    width: 100%;
  }
}
.ticket .inner .flex .text .main-title {
  margin-bottom: 40px;
}
.ticket .inner .flex .text .detail {
  margin-bottom: 40px;
}

.journey {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 750px) {
  .journey {
    padding: 60px 0 80px;
  }
}
.journey:before {
  position: absolute;
  content: "";
  background: url("../img/journey-img-01.png") no-repeat;
  background-size: cover;
  width: 1398px;
  height: 664px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 750px) {
  .journey:before {
    width: 450px;
    height: 218px;
  }
}
.journey:after {
  position: absolute;
  content: "";
  background: url("../img/journey-bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 750px) {
  .journey:after {
    height: 60%;
  }
}
.journey .inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  margin-bottom: 450px;
}
@media (max-width: 750px) {
  .journey .inner h2 {
    font-size: 28px;
    margin-bottom: 200px;
    line-height: 1.5;
  }
}
.journey .inner h2 span {
  color: #c6ab8b;
}
.journey .inner .detail {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  padding-right: 70px;
  color: #b59a6c;
}
@media (max-width: 750px) {
  .journey .inner .detail {
    font-size: 24px;
    padding-right: 0;
  }
}
.journey .inner .detail:before {
  position: absolute;
  content: "";
  background: url("../img/journey-object.png") no-repeat;
  background-size: contain;
  width: 86px;
  height: 69px;
  top: -30px;
  right: 0;
}
@media (max-width: 750px) {
  .journey .inner .detail:before {
    width: 43px;
    height: 34.5px;
    top: -15px;
  }
}</pre></body></html>