@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.u-inner {
  width: 100%;
  max-width: 1160px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .u-inner {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.u-innerMedium {
  width: 100%;
  max-width: 1410px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .u-innerMedium {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.u-displayNone {
  display: none !important;
}

.u-displayBlock {
  display: block !important;
}

.u-displayInlineBlock {
  display: inline-block !important;
}

/* 768px
***********************************************/
.u-mdDisplayBlock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mdDisplayBlock {
    display: block;
  }
}

.u-mdDisplayNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-mdDisplayNone {
    display: none;
  }
}

.u-ldDisplayBlock {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-ldDisplayBlock {
    display: block !important;
  }
}

.u-ldDisplayNone {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-ldDisplayNone {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(10px);
    display: block;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
    display: none;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100vw);
  }
}
@keyframes scrollText__list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scrollText {
  display: flex;
  overflow: hidden;
}
.scrollText .u-scrollText__list {
  animation: scrollText__list 150s infinite linear;
  display: flex;
  list-style: none;
  padding: 0;
}
.scrollText .u-scrollText__list .u-scrollText__item {
  width: max-content;
}

@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .u-swiper {
  width: 330px;
  padding: 15px 15px 20px;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .swiper .u-swiper {
    width: 95%;
  }
}
.swiper .u-swiper .u-swiper__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.swiper .u-swiper .u-swiper__text {
  font-size: 14px;
  margin-top: 20px;
}

.u-btn {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.u-btn::after {
  content: "";
  background: url(../../assets/images/arrow_btn.svg) center center/contain;
  display: block;
  margin-top: 5px;
}
.u-btn.btn--radius {
  border-radius: 9999px;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.25rem, 1.1803571429rem + 0.2857142857vw, 1.4375rem);
  background: #000;
  gap: 0 10px;
}
.u-btn.btn--radius::after {
  width: 21px;
  height: 23px;
}
@media (hover: hover) {
  .u-btn.btn--radius {
    transition: 0.4s ease background;
  }
  .u-btn.btn--radius:hover {
    background: #666;
  }
}
.u-btn.btn--green {
  background: #109DA4;
  color: #fff;
  font-size: clamp(1.125rem, 0.9857142857rem + 0.5714285714vw, 1.5rem);
  gap: 0 20px;
}
.u-btn.btn--green .btn__text {
  display: block;
  text-align: center;
}
.u-btn.btn--green::after {
  width: 26px;
  height: 28px;
}
@media (hover: hover) {
  .u-btn.btn--green {
    transition: 0.4s ease background;
  }
  .u-btn.btn--green:hover {
    background: #97e7eb;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-display: swap;
  color: #202042;
}
body.is-open {
  overflow: hidden;
}

input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 1.7;
}

button {
  border: none;
}

iframe {
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

label {
  line-height: 1.5;
}

.header {
  background: #202042;
  padding: 20px 0;
}
.header .header__logo {
  max-width: 210px;
}

.footer {
  background: #000;
  padding: 40px 0 20px;
}
.footer .footer__btn {
  max-width: 400px;
  margin-inline: auto;
  height: 73px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__btn {
    width: 100%;
  }
}
.footer .footer__logo .footer__logo-img {
  max-width: 428px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__logo .footer__logo-img {
    width: 100%;
  }
}
.footer .footer__logo .footer__logo--text {
  width: 210px;
  margin-inline: auto;
  margin-top: 40px;
}
.footer .footer__snsBnr {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__snsBnr {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer .footer__snsBnr .sns--item {
  width: 100%;
  height: 73px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__snsBnr .sns--item {
    width: 47%;
  }
}
.footer .footer__snsBnr .sns--item .sns__link {
  display: flex;
  gap: 0 10px;
  align-items: center;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(1.0625rem, 1.0160714286rem + 0.1904761905vw, 1.1875rem);
  background: #000;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer__snsBnr .sns--item .sns__link {
    padding: 10px;
  }
}
.footer .footer__snsBnr .sns--item .sns__link img {
  height: 25px;
  width: auto;
}
@media (hover: hover) {
  .footer .footer__snsBnr .sns--item .sns__link {
    transition: 0.4s ease background;
  }
  .footer .footer__snsBnr .sns--item .sns__link:hover {
    background: #666;
  }
}
.footer .footer__snsBtn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 15px;
  margin-top: 30px;
}
.footer .footer__snsBtn .sns--item img {
  height: 22px;
  width: auto;
}
@media (hover: hover) {
  .footer .footer__snsBtn .sns__link img {
    transition: 0.4s ease opacity;
  }
  .footer .footer__snsBtn .sns__link img:hover {
    opacity: 0.4;
  }
}
.footer .footer--copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.titleContents .u-title {
  font-size: clamp(1.875rem, 1.4107142857rem + 1.9047619048vw, 3.125rem);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.titleContents .u-text {
  margin-top: 20px;
  width: 835px;
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .titleContents .u-text {
    width: 100%;
  }
}

.mv {
  background: url(../../assets/images/bg_mv.png) no-repeat bottom center, #202042;
  padding: 0 0 60px;
  background-size: 100% auto;
}
.mv .mv__swiper {
  position: relative;
}
.mv .mv__swiper .u-swiperButton__prev::after {
  color: #fff;
}
.mv .mv__swiper .u-swiperButton__next::after {
  color: #fff;
}
.mv .mv__catch {
  margin-top: 40px;
}
.mv .mv__catch .mv__catch__title {
  font-size: clamp(1.875rem, 1.1785714286rem + 2.8571428571vw, 3.75rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.mv .mv__catch .mv__catch__text {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  width: 835px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .mv .mv__catch .mv__catch__text {
    width: 100%;
  }
}

.about {
  background: url(../../assets/images/bg_about.jpg) no-repeat top center/cover;
  padding: 40px 0;
}
.about .imageContents {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .about .imageContents {
    display: block;
  }
}
.about .imageContents .movieContent {
  max-width: 630px;
  width: 100%;
}
.about .imageContents .movieContent .movieContent__img iframe {
  width: 100%;
  height: 428px;
}
@media screen and (max-width: 1024px) {
  .about .imageContents .movieContent .movieContent__img iframe {
    height: auto;
    min-height: 315px;
  }
}
.about .imageContents .parkContent {
  width: 425px;
}
@media screen and (max-width: 1024px) {
  .about .imageContents .parkContent {
    width: 100%;
    margin-top: 30px;
  }
}
.about .imageContents .u-title-2 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.8553571429rem + 1.619047619vw, 2.3125rem);
  margin-top: 20px;
}
.about .imageContents .imageContents__text {
  font-size: 14px;
  margin-top: 5px;
}

.ticket {
  background: #202042;
  padding: 40px 0;
  color: #fff;
}
.ticket p {
  color: #fff;
}
.ticket .ticket__table {
  max-width: 875px;
  margin-inline: auto;
  margin-top: 20px;
}
.ticket .ticket__table .table {
  width: 100%;
}
.ticket .ticket__table .table th {
  background: #4B3E73;
  border: 2px solid #202042;
  text-align: center;
  padding: 10px 0 0;
  vertical-align: middle;
  font-size: 16px;
}
.ticket .ticket__table .table th .txt--deco {
  display: block;
  font-size: 12px;
  margin: 5px 0 10px;
}
.ticket .ticket__table .table td {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .ticket .ticket__table .table thead {
    display: none;
  }
  .ticket .ticket__table .table tbody th {
    width: 30%;
    border-width: 1px;
    padding: 10px;
  }
  .ticket .ticket__table .table td {
    display: block;
    width: 100%;
    border-width: 1px;
    padding: 0 0 10px 0;
  }
  .ticket .ticket__table .table td::before {
    content: attr(data-th);
    display: block;
    width: 100%;
    background: #ae9fdb;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
  }
}
.ticket .ticket__text--cation {
  width: 875px;
  margin-inline: auto;
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .ticket .ticket__text--cation {
    width: 100%;
  }
}
.ticket .ticket__text--cation .cation__title {
  text-align: center;
}
.ticket .ticket__text--cation .cation__text {
  margin-top: 10px;
}
.ticket .btnContents {
  display: flex;
  width: 875px;
  margin-inline: auto;
  margin-top: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ticket .btnContents {
    width: 100%;
    display: block;
  }
}
.ticket .btnContents .btn--item {
  width: 430px;
  height: 82px;
}
@media screen and (max-width: 1024px) {
  .ticket .btnContents .btn--item {
    width: 100%;
    margin-top: 20px;
  }
  .ticket .btnContents .btn--item:first-child {
    margin-top: 0;
  }
}

.spot {
  background: url(../../assets/images/bg_spot.png) no-repeat bottom center, #202042;
  background-size: 100% auto;
  padding: 40px 0 80px;
  color: #fff;
}
.spot p {
  color: #fff;
}
.spot .spot__swiper {
  margin-top: 30px;
}
.spot .spot__swiper .swiper-slide .text--number {
  font-size: clamp(1.875rem, 1.1785714286rem + 2.8571428571vw, 3.75rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.spot .spot__swiper .swiper-slide[data-swiper-slide-index="0"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="4"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="8"] {
  background: #109DA4;
}
.spot .spot__swiper .swiper-slide[data-swiper-slide-index="1"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="5"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="9"] {
  background: #4B3E73;
}
.spot .spot__swiper .swiper-slide[data-swiper-slide-index="2"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="6"] {
  background: #FFC857;
}
.spot .spot__swiper .swiper-slide[data-swiper-slide-index="3"], .spot .spot__swiper .swiper-slide[data-swiper-slide-index="7"] {
  background: #E7552C;
}

.japaneseStyle {
  background: url(../../assets/images/bg_japan.jpg) no-repeat bottom center, #0E1004;
  background-size: 100% auto;
  padding: 40px 0 80px;
  color: #fff;
}
.japaneseStyle p {
  color: #fff;
}
.japaneseStyle .japaneseStyle__swiper {
  margin-top: 30px;
}
.japaneseStyle .japaneseStyle__swiper .swiper-slide {
  border: 1px solid #fff;
}
.japaneseStyle .japaneseStyle__swiper .swiper-slide .japaneseStyle__title {
  margin-top: 20px;
}

.access {
  padding: 40px 0 80px;
}
.access .access__title {
  font-size: clamp(1.25rem, 1.0642857143rem + 0.7619047619vw, 1.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
.access .access__title::before {
  display: block;
  content: "";
  width: 49px;
  height: 49px;
}
.access .accessBox .trainMap__contents {
  padding: 40px 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .access .accessBox .trainMap__contents {
    padding: 5%;
  }
}
.access .accessBox .trainMap__contents .trainMap__title {
  font-size: 23px;
  background: #3E3E3F;
  padding: 10px 20px;
  width: fit-content;
  color: #fff;
}
.access .accessBox .trainMap__contents .trainMap__img {
  position: relative;
  margin-top: 20px;
  padding-bottom: 25px;
}
.access .accessBox .trainMap__contents .trainMap__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 90px;
  background: url(../../assets/images/img_yomiuri.svg) no-repeat top center/contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .access .accessBox .trainMap__contents .trainMap__img::after {
    width: 30vw;
    height: 5vh;
  }
}
.access .accessBox .trainMap__contents .step__title {
  font-size: clamp(1.25rem, 0.7857142857rem + 1.9047619048vw, 2.5rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.access .accessBox .trainMap__contents .step__text {
  max-width: 790px;
  margin-inline: auto;
}
.access .accessBox .trainMap__contents .trainMap--step .trainMap__list {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 30px;
}
.access .keioLine .trainMap__contents {
  background: url(../../assets/images/bg_access-yellow.jpg) no-repeat top left #FFC857;
  background-size: contain;
}
.access .keioLine .access__title::before {
  background: url(../../assets/images/ico_train-yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.access .keioLine .trainMap--gondola {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 30px;
}
.access .keioLine .trainMap--gondola .gondolaContents {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
  max-width: 790px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .access .keioLine .trainMap--gondola .gondolaContents {
    display: block;
  }
}
.access .keioLine .trainMap--gondola .gondolaContents .gondolaContents__img {
  max-width: 358px;
}
.access .keioLine .trainMap--gondola .gondolaContents .gondolaContents__textBox {
  width: fit-content;
}
.access .odakyuLine {
  margin-top: 50px;
}
.access .odakyuLine .trainMap__contents {
  background: url(../../assets/images/bg_access-green.jpg) no-repeat top left #189ea4;
  background-size: contain;
}
.access .odakyuLine .access__title::before {
  background: url(../../assets/images/ico_train-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
}/*# sourceMappingURL=style.css.map */