<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 1280px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .is-sp {
    display: none;
  }
}

html {
  scroll-padding-top: 70px;
}

.wrapper {
  font-weight: bold;
}

h1 {
  color: #333;
  text-align: left;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.wrapper {
  margin: auto;
  text-align: center;
  padding: 40px 0 100px;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 20px 0 45px;
  }
}

.wrapper img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1780px) {
  .access-part img {
    margin: 0 auto;
  }
}

.access-inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}

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

#header_logo p {
  font-weight: 400;
}

.bg-orange {
  background-color: rgba(235, 105, 12, 0.1294117647);
}

.sp {
  display: none;
}

@media only screen and (max-width: 400px) {
  .iphoneSE {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: "";
  }
}
/*=== access 上部 ===*/
.access__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}

h1 {
  font-size: 32px;
}

.another-access {
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}

.another-access__link {
  text-decoration: underline;
  font-size: 15px;
  color: var(--main-blue);
}

.access-map {
  width: 100%;
  margin-top: 25px;
}

.google_map {
  margin-top: 30px;
}

.google_map button {
  background-color: #fff;
  border: 1px solid var(--main-font-color);
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
}

.google_map button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 0;
  background: url(/img/icon_map-black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .access__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .another-access,
  .another-access__link {
    font-size: 12px;
  }
  .access-map {
    padding: 0;
    height: auto;
  }
  .another-access {
    margin-bottom: 25px;
  }
}
/*=== END access 上部 ===*/
/*=== .train-route ===*/
.train-route {
  padding-top: 80px;
  padding-bottom: 30px;
}

h2 {
  color: var(--main-blue);
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 17.5px;
  margin-bottom: 67.5px;
}

.train-route__list {
  margin-top: 50px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
}

.train-route__list a {
  width: 25%;
  padding: 13px;
  border: 2px solid var(--main-blue);
  border-radius: 4px;
  font-size: 17px;
  color: var(--main-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.train-route__list a img {
  width: 16px;
  position: absolute;
  right: 6px;
}

.train-route__list a .sml {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .train-route {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0;
  }
  h2 {
    font-size: 20px;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
    margin-bottom: 0;
  }
  .after20-note__lead img {
    height: 48px;
  }
}
/*=== END .train-route ===*/
/*=== exclamation ===*/
.exclamation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0 21px;
}

.exclamation__txt {
  text-align: left;
  margin-left: 25px;
}

.exclamation__img {
  width: 60px;
}

.exclamation__lead {
  color: var(--main-orange);
  font-size: 16px;
}

.exclamation__lead strong {
  font-size: 24px;
}

.exclamation__sub {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 0;
}

.exclamation__sub .check {
  color: var(--main-orange);
  text-decoration: underline;
}

/*=== END exclamation ===*/
.access-case {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .access-case {
    padding-bottom: 0;
  }
}

h3 {
  font-size: 23px;
  color: var(--main-blue);
  margin: 0 auto 50px auto;
  border-top: solid 1px var(--main-font-color);
  max-width: 980px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    margin-bottom: 0;
    border-top: unset;
    background-color: rgba(0, 98, 195, 0.1019607843);
    padding: 20px 0;
    margin-bottom: 5px;
    position: relative;
  }
}

@media (max-width: 767px) {
  h3::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/img/road/rightarrow-blue-16.svg) no-repeat;
  }
}

@media (max-width: 767px) {
  h3.open {
    color: #FFF;
    background-color: var(--main-blue);
  }
}

@media (max-width: 767px) {
  h3.open::after {
    background-image: url(/img/road/botarrow-white-16.svg);
  }
}

.access-slider {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access-list {
    padding-bottom: 25px;
  }
}

.access-list li &gt; img {
  width: 100%;
}

.access-part {
  margin: 0 25px;
}
@media (max-width: 767px) {
  .access-part {
    margin: 25px 20px 0;
  }
}

.thumbnail {
  margin-top: 40px;
  text-align: center;
}

.thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.thumbnail-img {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin: 0 5px;
  width: 100px !important;
}

.thumbnail-img img {
  width: 100px;
  height: auto;
}

.thumbnail-img.slick-current {
  opacity: 1;
}

.slide-arrow {
  top: calc(50% - 30px);
  width: 30px;
  background-color: transparent;
  z-index: 1;
}

.prev-arrow {
  left: 26%;
}
@media only screen and (max-width: 2000px) {
  .prev-arrow {
    left: 24%;
  }
}

.next-arrow {
  right: 26%;
}
@media only screen and (max-width: 2000px) {
  .next-arrow {
    right: 24%;
  }
}

.route-info {
  margin-top: 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .route-info {
    margin-top: 8.5px;
    font-size: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.route-info p {
  max-width: calc(100% - 30px);
}

.route-info p a {
  color: var(--main-blue);
  text-decoration: underline;
}

.annotation-sec .route-info span.num {
  width: 22px;
  height: 22px;
  background-color: #eb690c;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.route-info img {
  margin-right: 8px;
  display: inline-block !important;
  vertical-align: middle;
}
@media only screen and (min-width: 1780px) {
  .route-info img {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 767px) {
  .route-info img {
    margin-right: 5px;
    margin-top: 2px;
    width: 17px;
  }
}

.route-info-note {
  font-size: 12px;
  margin-top: 11px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .route-info-note {
    font-weight: normal;
    margin-top: 8.5px;
    display: inline-block;
  }
}

.route-info-note a {
  text-decoration: underline;
  color: var(--main-blue);
}

@media (max-width: 767px) {
  .route-info p {
    text-align: left;
  }
}

#after20,
#axsh_entrance {
  color: var(--main-orange);
}

.last-sec .slide-arrow {
  top: calc(50% - 105px);
}

.last-sec.annotation-sec .slide-arrow {
  top: calc(50% - 30px);
}

.phone-number {
  font-size: 25px;
}

.phone-box {
  background-color: #fff;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.security {
  padding: 15px 85px;
  margin-top: 10px;
}

.security__txt {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .access-separate {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .after20-note__txt {
    display: block;
    margin: 25px 20px;
    padding: 15px;
  }
  .after20-note__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .after20-note__lead p {
    color: var(--main-orange);
    font-size: 13px;
    text-align: left;
  }
  .after20-note__lead p strong {
    font-size: 17px;
  }
  #after20,
  #axsh_entrance {
    color: var(--main-orange);
    background-color: rgba(235, 105, 12, 0.1019607843);
  }
  #after20::after,
  #axsh_entrance::after {
    background-image: url(/img/road/rightarrow-orange-16.svg);
  }
  #after20.open,
  #axsh_entrance.open {
    color: #fff;
    background-color: var(--main-orange);
  }
  #after20.open::after,
  #axsh_entrance.open::after {
    background-image: url(/img/road/botarrow-white-16.svg);
  }
  .after20-note__sub {
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
  }
  .security {
    padding: 15px;
  }
  .security__txt {
    font-size: 12px;
    text-align: left;
  }
  .security__note {
    font-weight: normal;
    margin-top: 5px;
  }
  .exclamation__sub_2nd {
    font-size: 11px;
    margin-top: 8px;
    text-align: left;
    font-weight: 600;
  }
}/*# sourceMappingURL=access.css.map */</pre></body></html>