/* ==========================================
	Access Page
========================================== */
* {
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.4;
}

:root {
  --access-border: #d8d8d8;
  --access-bg: #111;
  --access-title-bg: #c7a328;
  --access-text: #f8f8f8;
  --access-section-text: #f1c01b;
  --access-border: #f8f8f8;
  --access-border2: #A0A0A0;
  --accent-color: #f1c01b;
}

.container--s {
  max-width: 1280px;
}

.sat {
  color: #0080ff;
}

.sun {
  color: #ff0040;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
a {
  transition: 0.35s;
}
a img {
  transition: 0.35s;
}
a:hover {
  opacity: 0.55;
}
a:hover img {
  opacity: 0.55;
}
a.link-blank::after {
  font-size: 88%;
  font-family: "icomoon" !important;
  content: "\e900";
  margin-left: 8px;
}

.t-center {
  text-align: center;
}

.big {
  font-size: 120%;
}

.sml {
  font-size: 80%;
}

/* ==========================================
	Common
========================================== */
.access {
  color: var(--access-text);
  text-align: left;
}

.access-section {
  padding: 2.5rem 0;
}
@media screen and (min-width: 769px) {
  .access-section {
    padding: 4rem 0;
  }
}
.access-section__lead {
  font-size: clamp(1.24rem, 1.8vw, 1.88rem);
  font-weight: 700;
}
.access-section__lead strong {
  color: var(--access-section-text);
}
.access-section__title {
  margin: 0 0 1.8rem;
  padding: 0.75rem 0.8rem;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.4;
  background: var(--access-bg);
  color: var(--access-section-text);
  border: var(--access-border) 1px solid;
}
.access-section__title span.sub {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .access-section__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .access-section__title span.sub {
    margin-left: 1rem;
  }
}

.section-text {
  margin-bottom: 1.5rem;
}

/* ==========================================
	Heading -Logo
========================================== */
.heading__wrap {
  display: block;
  margin: 1.2rem auto 0;
}
@media screen and (min-width: 769px) {
  .heading__wrap {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 0.5rem;
    align-items: start;
    max-width: 1280px;
    margin: 2rem auto 0;
  }
}

.access__logo {
  margin: 0 0 1rem;
  text-align: left;
}
.access__logo a {
  display: inline-block;
}
.access__logo img {
  width: 100%;
  max-width: 210px;
  height: auto;
}

.access-heading {
  padding-bottom: 1.5rem;
}
.access-heading__inner {
  text-align: left;
}
.access-heading__ja {
  margin: 0;
  color: var(--accent-color);
  font-size: clamp(1.2rem, 2.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.88;
}
.access-heading__en {
  margin: 0 0 0.33rem;
  font-size: clamp(2.6rem, 3.6vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
}
.access-heading__lead {
  font-size: clamp(1rem, 1.88vw, 1.4rem);
  margin: 0;
  max-width: 60rem;
}

/* ==========================================
	Google Map
========================================== */
.access-map {
  margin-bottom: 2rem;
}
.access-map__frame {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.access-map__frame iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
@media screen and (min-width: 769px) {
  .access-map__frame iframe {
    height: 520px;
  }
}
.access-map__frame.googlemap-cwrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.access-map__frame > div {
  position: relative;
}
.access-map__frame2 iframe {
  filter: none;
}
.access-map__text .place p {
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  margin: 0 0 0.4rem;
}
.access-map__text .address p {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .access-map__text {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 2rem;
  }
  .access-map__text .place p {
    text-align: right;
  }
}

.access-map2__frame {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.access-map2__frame .googlemap-wrap {
  border: 1px solid var(--access-border2);
}
.access-map2__frame iframe {
  display: block;
  width: 100%;
  min-height: 170px;
  aspect-ratio: 1/1;
  border: 0;
}
@media screen and (min-width: 769px) {
  .access-map2__frame iframe {
    max-height: 290px;
  }
}
.access-map2__frame.googlemap-cwrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.access-map2__frame .bgc {
  position: relative;
}
.access-map2__text .place p {
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  margin: 0 0 0.4rem;
}
.access-map2__text .address p {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .access-map2__text {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 2rem;
  }
  .access-map2__text .place p {
    text-align: right;
  }
}

/* ==========================================
	Access Summary
========================================== */
.access-summary picture,
.access-summary img {
  display: block;
  width: 100%;
}
.access-summary img {
  border-radius: 4px;
  width: 96%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================
	Shuttle Bus
========================================== */
.shuttle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .shuttle {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(auto, 600px);
    gap: 0.5rem;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.shuttle__content {
  order: 1;
  margin-bottom: 1rem;
}
.shuttle__content2 {
  order: 2;
}
.shuttle__heading {
  margin: 0 0 2rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.4;
}
.shuttle__info {
  margin-bottom: 2rem;
}
.shuttle__info > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.shuttle__info dt {
  min-width: 100%;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 700;
}
.shuttle__info dd {
  font-size: clamp(1.2rem, 2vw, 1.42rem);
}
.shuttle__busstop {
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  margin-bottom: 1rem;
}
.shuttle__text {
  margin: 0;
}
.shuttle__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.shuttle__gallery p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0.5rem 4px;
  text-align: center;
}
.shuttle__gallery p strong {
  font-size: 1rem;
  font-weight: 700;
}

.zoom-image {
  margin: 0;
}
.zoom-image a {
  display: block;
  overflow: hidden;
}
.zoom-image a:hover img {
  transform: scale(1.04);
}
.zoom-image img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}
.zoom-image figcaption {
  margin: 0.5rem 0;
  text-align: center;
  font-size: 0.875rem;
}

/* ==========================================
	Route Bus
========================================== */
.route {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .route {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(auto, 600px);
    gap: 1rem;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.route__content {
  order: 1;
  border: 1px solid var(--accent-color);
  font-size: 108%;
  line-height: 1.6;
  padding: 0.6rem 0.8rem;
  margin: 0 0 0rem;
}
.route__content2 {
  order: 2;
  margin-bottom: 1rem;
}
.route__heading {
  margin: 0 0 2rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.4;
}
.route__info {
  margin-bottom: 2rem;
}
.route__info > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.route__info dt {
  min-width: 100%;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 700;
}
.route__info dd {
  font-size: clamp(1.2rem, 2vw, 1.42rem);
}
.route__text {
  margin: 0;
}
.route__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.route__gallery figure {
  border: 1px solid var(--access-border2);
}
.route__gallery__sub {
  order: 3;
}
.route__gallery__sub p {
  margin: 0;
}
.table-caption {
  padding: 0.75rem;
  background: var(--access-title-bg);
  font-size: 116%;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.table-caption strong {
  font-size: 124%;
}
.table-caption span.mark {
  background: var(--access-bg);
  border-radius: 2px;
  color: var(--access-text);
  display: inline-block;
  font-size: 88%;
  margin-bottom: 2px;
  padding: 2px 8px;
}

.table-scroll {
  overflow-x: auto;
  margin-bottom: 2rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bus-table,
.shuttle-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
.bus-table th,
.bus-table td,
.shuttle-table th,
.shuttle-table td {
  padding: 0.5rem;
  border: 1px solid var(--access-border2);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .bus-table th,
.bus-table td,
.shuttle-table th,
.shuttle-table td {
    word-break: keep-all;
  }
}
.bus-table th:nth-child(odd),
.bus-table td:nth-child(odd),
.shuttle-table th:nth-child(odd),
.shuttle-table td:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.bus-table th:first-child,
.bus-table td:first-child,
.shuttle-table th:first-child,
.shuttle-table td:first-child {
  width: 12%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #3f3f3f;
}
.bus-table tr.ride th, .bus-table tr.getoff th,
.shuttle-table tr.ride th,
.shuttle-table tr.getoff th {
  color: var(--accent-color);
  background: #000;
  word-break: keep-all;
  font-size: 116%;
}
.bus-table tr.ride th.sml, .bus-table tr.getoff th.sml,
.shuttle-table tr.ride th.sml,
.shuttle-table tr.getoff th.sml {
  font-size: 96%;
}
.bus-table tr.ride th:first-child, .bus-table tr.getoff th:first-child,
.shuttle-table tr.ride th:first-child,
.shuttle-table tr.getoff th:first-child {
  width: 12%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #3f3f3f;
}
.bus-table tr.no th,
.shuttle-table tr.no th {
  font-weight: 400;
}
.bus-table tr.routename th, .bus-table tr.via th,
.shuttle-table tr.routename th,
.shuttle-table tr.via th {
  font-size: 80%;
  font-weight: 400;
  white-space: nowrap;
}

.shuttle-table {
  min-width: auto;
}
.shuttle-table td {
  color: #ddd;
  background: #000;
  word-break: keep-all;
}
.shuttle-table th {
  background: #000;
  color: var(--access-title-bg);
}
@media screen and (min-width: 769px) {
  .shuttle-table th {
    word-break: keep-all;
  }
}

p.shuttle-date {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  margin: 0 0 0.4rem;
}

.bus-links {
  display: block;
  text-align: center;
  border: 1px solid #FFF;
  line-height: 2;
  width: 78%;
  min-width: 280px;
  max-width: 640px;
  margin: 2rem auto 1rem;
}
@media screen and (min-width: 769px) {
  .bus-links {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 0.8rem;
  }
}
.bus-links__text {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .bus-links__text {
    line-height: 1;
  }
}
.bus-links__banner {
  display: block;
}
.bus-links__banner img {
  display: block;
  width: 100%;
}

.bus-notes p {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}

/* ==========================================
	Parking
========================================== */
.parking-list-title {
  font-weight: 700;
  font-size: 110%;
  text-align: center;
}

.parking {
  display: block;
}
@media screen and (min-width: 769px) {
  .parking {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .parking {
    grid-template-columns: repeat(3, 1fr);
  }
}
.parking__info {
  border: 1px solid var(--access-border2);
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 769px) {
  .parking__info {
    margin-bottom: 1rem;
  }
}
.parking__info p {
  margin: 0;
  padding: 0.75rem 0.88rem;
}
.parking__name {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
  background: var(--access-title-bg);
  color: #000;
  line-height: 1.4;
}
.parking__units {
  padding: 0.4rem 1rem 0.2rem !important;
}
.parking__walk {
  padding: 0.2rem 1rem !important;
}
.parking__link {
  padding: 0.2rem 1rem !important;
}
.parking-image {
  margin-top: 1.5rem;
}
.parking-image img {
  border-radius: 4px;
}

/* ==========================================
	Service
========================================== */
.service {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) {
  .service {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 2rem;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.service__content {
  order: 2;
}
@media screen and (min-width: 769px) {
  .service__content {
    order: 1;
  }
}
.service__content p {
  font-size: clamp(1.12rem, 2.2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 1rem;
}
.service__content strong {
  color: #ff0040;
}
.service__content p.sub {
  font-size: 0.85rem;
  font-weight: 400;
}
.service__image {
  order: 1;
}
@media screen and (min-width: 769px) {
  .service__image {
    order: 2;
  }
}
.service__image img {
  border-radius: 4px;
}

.btn-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin-top: 1rem;
  padding: 0.875rem 1.5rem;
  color: #000;
  background: var(--access-title-bg);
  text-decoration: none;
  font-weight: 700;
}
.btn-link:hover {
  color: #FFF;
  opacity: 0.84;
}
.btn-link.btn-min {
  min-width: 110px;
  margin: 0.2rem 0 0.6rem;
  padding: 0.3rem 0.5rem 0.4rem;
  font-size: 74%;
}

/* ==========================================
	Back Home
========================================== */
.access-home {
  padding: 4rem 0;
  text-align: center;
}
.access-home__logo {
  display: inline-block;
}
.access-home__logo img {
  width: auto;
  max-width: 200px;
}
.access-home__link {
  display: block;
  margin-top: 1rem;
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}

/* ==========================================
	Footer
========================================== */
.access-footer {
  padding: 2rem 1rem;
  text-align: center;
  background: var(--access-bg);
  color: #fff;
}
.access-footer small {
  display: block;
}

/* ==========================================
	Image Modal / HTML Modal
========================================== */
.image-modal,
.html-modal {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.image-modal__body,
.html-modal__body {
  max-width: min(1200px, 90vw);
  max-height: 85vh;
  overflow-y: auto;
  padding: 0.8rem;
}
.image-modal__image,
.html-modal__image {
  max-width: min(1200px, 90vw);
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-modal__close,
.html-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}
.image-modal.is-active,
.html-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================
	Fade In
========================================== */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein-delay-1 {
  transition-delay: 0.15s;
}
.fadein-delay-2 {
  transition-delay: 0.3s;
}
.fadein-delay-3 {
  transition-delay: 0.45s;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=access.css.map */