@charset "UTF-8";
/* ===================================================================
   CSS Variables
=================================================================== */
:root {
  --f-ja: "Shippori Mincho", serif;
  --f-en: "Montserrat", sans-serif;
  --vvh: 1vh;
}

/* ===================================================================
   Scroll Lock
=================================================================== */
body.scroll-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ===================================================================
   Cocept Common
=================================================================== */
.page-under .secheader {
  background: #efefef;
}
.page-under .sp-menu {
  background: #efefef;
}

.dib {
  display: inline-block;
}

.image-box {
  width: 100%;
  margin: 0;
  position: relative;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.cap {
  font-family: var(--f-ja);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #fff;
  opacity: 0.8;
  text-align: right;
  position: absolute;
  right: 1em;
  bottom: 0.4em;
}
.cap.__static {
  position: static;
  margin-top: 0.25em;
  color: #999;
  text-align: left;
}
.cap.__right {
  right: auto;
  left: 1em;
}
.cap.__black {
  color: #4d4a52;
}
.cap.glow {
  text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}

.main-title {
  margin: 0 auto;
  width: 100%;
  padding: 290px 0 38px;
  font-family: var(--en-font);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  background-color: #efefef;
}

.main-title .main-title-jp {
  display: block;
  font-family: var(--sub-font);
  font-size: 20px;
  font-weight: 400;
}

.main-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 2880/880;
}

/* ===================================================================
   Section
=================================================================== */
.section {
  overflow: clip;
}
.section .title {
  font-size: clamp(50px, 9vw, 88px);
  font-family: var(--f-en);
  font-weight: 200;
  line-height: 1.1;
  color: #fff;
}
.section .text {
  font-size: 16px;
  font-family: var(--f-ja);
  font-weight: 400;
  line-height: 2.5;
}
.section .text + .text {
  margin-top: 20px;
}

#intro {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 100px auto 120px;
}
#intro .content-box {
  display: flex;
  align-items: center;
  margin: auto;
  gap: 8%;
}
#intro .content-left {
  flex: 1;
}
#intro .content-left .image-box {
  min-width: 350px;
}
#intro .content-right {
  flex: 1;
}
#intro .text-box {
  font-family: var(--f-ja);
  margin-bottom: 20px;
}
#intro .text-box .lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 35px;
}

#umeda,
#nakanoshima {
  position: relative;
  padding-bottom: 100px;
  background-image: url(../../location/img/umeda_bg01.png);
  background-size: cover;
}
#umeda .title-box,
#nakanoshima .title-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 660px;
}
#umeda .title-box .title,
#nakanoshima .title-box .title {
  position: relative;
  max-width: 1060px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
#umeda .title-box .image-box,
#nakanoshima .title-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
}
#umeda .title-box .image-box img,
#nakanoshima .title-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#umeda .content-box,
#nakanoshima .content-box {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 80px;
}
#umeda .content-left,
#nakanoshima .content-left {
  width: 48%;
  min-width: 360px;
}
#umeda .content-left .image-box .cap,
#nakanoshima .content-left .image-box .cap {
  color: #fff;
}
#umeda .content-left .image-box02,
#nakanoshima .content-left .image-box02 {
  width: 65%;
}
#umeda .content-left .image-box03,
#nakanoshima .content-left .image-box03 {
  width: 45%;
  margin-left: 55%;
  margin-top: calc(-20% - 20px);
}
#umeda .content-right,
#nakanoshima .content-right {
  width: 52%;
  padding-bottom: 18%;
}
#umeda .text-box .text,
#nakanoshima .text-box .text {
  color: #fff;
}

#nakanoshima {
  background-image: url(../../location/img/nakanoshima_bg01.png);
}

#nishitenma {
  background-image: url(../../location/img/nishitenma_bg01.png);
  background-size: cover;
}
#nishitenma .title-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 660px;
}
#nishitenma .title-box .title {
  position: relative;
  max-width: 1060px;
  width: 90%;
  height: 100%;
  margin: 220px auto 0;
  z-index: 2;
  text-align: right;
}
#nishitenma .title-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
}
#nishitenma .title-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
#nishitenma .content-box {
  max-width: 1060px;
  width: 90%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
#nishitenma .content-left {
  display: flex;
  flex-direction: row-reverse;
  width: 52%;
  min-width: 400px;
}
#nishitenma .content-left .image-box02 {
  width: 38%;
  margin-left: auto;
  margin-top: -170px;
}
#nishitenma .content-left .image-box03 {
  width: 45%;
  margin-left: 5%;
}
#nishitenma .content-right {
  display: flex;
  justify-content: flex-end;
  width: 48%;
  padding-bottom: 18%;
}
#nishitenma .text-box .text {
  color: #fff;
}
#nishitenma .nishitenma-scrollslider {
  max-width: 1060px;
  width: 90%;
  margin: 100px auto 0;
  padding-bottom: 200px;
}
#nishitenma .nishitenma-scrollslider + .nishitenma-scrollslider {
  margin-top: 0;
}
#nishitenma .nishitenma-scrollslider .splide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
#nishitenma .nishitenma-scrollslider .splide__track {
  overflow: visible;
}
#nishitenma .nishitenma-scrollslider .splide__list {
  height: auto;
}
#nishitenma .nishitenma-scrollslider .splide__pagination {
  bottom: 120px;
}
#nishitenma .nishitenma-scrollslider .splide__pagination .splide__pagination__page {
  background: rgba(255, 255, 255, 0.4);
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#nishitenma .nishitenma-scrollslider .splide__pagination .splide__pagination__page.is-active {
  background: #58a58e;
  transform: scale(1);
}
#nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow {
  top: auto;
  bottom: 110px;
  transform: translateY(0);
  background: #fff;
  width: 40px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow:hover {
  background: #f5f5f5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
#nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow svg {
  fill: #333;
  width: 16px;
  height: 16px;
}
#nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow--prev {
  left: 0;
  right: auto;
}
#nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow--next {
  left: 55px;
  right: auto;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item {
  position: relative;
  width: 522px;
  aspect-ratio: 1/1;
  border-radius: 0;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item01 {
  background: url("../../location/img/nishitenma_slide01.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item02 {
  background: url("../../location/img/nishitenma_slide02.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item03 {
  background: url("../../location/img/nishitenma_slide03.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item04 {
  background: url("../../location/img/nishitenma_slide04.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item05 {
  background: url("../../location/img/nishitenma_slide05.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item06 {
  background: url("../../location/img/nishitenma_slide06.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item07 {
  background: url("../../location/img/nishitenma_slide07.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item08 {
  background: url("../../location/img/nishitenma_slide08.jpg") center center/cover no-repeat;
}
#nishitenma .nishitenma-scrollslider .slider-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#nishitenma .nishitenma-scrollslider .slider-content .text-box {
  letter-spacing: 0.05em;
  margin: auto 0;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#nishitenma .nishitenma-scrollslider .slider-content .shopinfo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  min-height: 8em;
}
#nishitenma .nishitenma-scrollslider .slider-content .category {
  margin-bottom: 12px;
  font-size: 22px;
  font-family: var(--f-en);
  font-weight: 300;
}
#nishitenma .nishitenma-scrollslider .slider-content .name {
  font-size: 30px;
  font-family: var(--f-en);
  line-height: 1.2;
}
#nishitenma .nishitenma-scrollslider .slider-content .name span {
  font-family: var(--f-ja);
}
#nishitenma .nishitenma-scrollslider .slider-content .dots {
  position: relative;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
#nishitenma .nishitenma-scrollslider .slider-content .cap {
  position: absolute;
  right: 1.5em;
  bottom: 1.25em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  opacity: 0.7;
}
#nishitenma .nishitenma-scrollslider .scrollslider__item01 .slider-content .dots::after,
#nishitenma .nishitenma-scrollslider .scrollslider__item05 .slider-content .dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 1656px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
}

#access {
  max-width: 1060px;
  width: 90%;
  margin: 140px auto 140px;
}
#access .content-box {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  #access .content-box {
    flex-direction: column;
  }
}
#access .content-left {
  width: 49%;
}
#access .content-left .access-map {
  display: none;
}
@media screen and (max-width: 900px) {
  #access .content-left {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  #access .content-left .access-map {
    display: block;
  }
  #access .content-left .access-map img {
    margin-bottom: 10px;
  }
}
#access .content-right {
  width: 51%;
  min-width: 400px;
}
@media screen and (max-width: 900px) {
  #access .content-right {
    display: none;
  }
}
#access .text-box {
  font-family: var(--f-ja);
  margin-bottom: 30px;
}
#access .text-box .title {
  margin-bottom: 20px;
  font-family: var(--f-en);
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: inherit;
}
#access .text-box .lead {
  font-size: 26px;
  line-height: 1.75;
  margin-bottom: 20px;
}
#access .access-list .access-itemWrap {
  border-bottom: 1px solid #eae9eb;
}
#access .access-list .access-item {
  padding: 25px 5px 10px;
  font-family: var(--f-ja);
}
#access .access-list .access-item .line {
  padding-left: 0.5em;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4a52;
}
#access .access-list .access-item .station {
  color: #4d4a52;
  line-height: 1;
}
#access .access-list .access-item .station .station-name {
  font-size: 22px;
  letter-spacing: 1.6px;
}
#access .access-list .access-item .station .station-name .bracket {
  display: inline-block;
  font-size: 24px;
  letter-spacing: -0.05em;
}
#access .access-list .access-item .station .station-name .name {
  display: inline-block;
  margin: 0 -0.1em;
  font-size: 30px;
  letter-spacing: -0.05em;
}
#access .access-list .access-item .station .station-name .station {
  display: inline-block;
  margin-left: -0.25em;
}
#access .access-list .access-item .station .walk {
  margin-left: 0.5em;
}
#access .access-list .access-item .station .walk .text {
  font-size: 22px;
}
#access .access-list .access-item .station .walk .time {
  display: inline-block;
  transform: translateY(3px);
  font-size: 40px;
  line-height: 1;
  color: #a49270;
}
#access .access-list .access-item .station .walk .unit {
  font-size: 18px;
}
#access .access-list .access-item .station small {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  letter-spacing: 0;
  color: #8c8a8f;
}
#access .access-list .access-item .station small img {
  width: auto;
  height: 13px;
}
#access .access-map {
  padding: 25px 25px;
  border: 1px solid #ebebeb;
}
#access #access-scrollslider {
  margin-top: 110px;
}
#access .naniwasuji {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  #access .naniwasuji {
    flex-direction: row;
  }
  #access .naniwasuji .content-right {
    display: block;
  }
}
#access .naniwasuji .content-left {
  min-width: 322px;
  width: calc(43% - 50px);
}
#access .naniwasuji .content-right {
  width: 57%;
  min-width: inherit;
}
#access .naniwasuji .content-right .image-box {
  width: 100%;
}
#access .naniwasuji .content-right .image-box img {
  width: 100%;
  height: auto;
}

#caraccess {
  background-color: #efefef;
  margin-bottom: 150px;
  padding: 100px 0 200px;
}
#caraccess .section-inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 0;
}
#caraccess .content-box {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  #caraccess .content-box {
    flex-direction: column;
  }
}
#caraccess .text-box {
  font-family: var(--f-ja);
  margin-bottom: 30px;
}
#caraccess .text-box .title {
  margin-bottom: 20px;
  font-family: var(--f-en);
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: inherit;
}
#caraccess .text-box .lead {
  font-size: 26px;
  line-height: 1.75;
  margin-bottom: 20px;
}
#caraccess #caraccess-route {
  margin-top: 250px;
  padding-left: 50px;
  position: relative;
}
#caraccess #caraccess-route .route-car {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0;
  width: 200px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: left 0.1s linear, opacity 0.3s;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.8));
  will-change: transform;
}
#caraccess #caraccess-route .route-car img {
  width: 100%;
  height: auto;
  display: block;
}
#caraccess #caraccess-route .route-points {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 0 clamp(170px, 22vw, 240px);
  align-items: center;
  position: relative;
}
#caraccess #caraccess-route .route-points .route-point {
  position: relative;
  font-family: var(--f-ja);
}
#caraccess #caraccess-route .route-points .route-point .point {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #a49270;
  border-radius: 50%;
  margin: 0 auto;
}
#caraccess #caraccess-route .route-points .route-point .time,
#caraccess #caraccess-route .route-points .route-point .route-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 35px;
  color: #4d4a52;
  font-size: clamp(25px, 5vw, 30px);
  line-height: 1;
  white-space: nowrap;
}
#caraccess #caraccess-route .route-points .route-point .time em,
#caraccess #caraccess-route .route-points .route-point .route-img em {
  display: inline-block;
  margin: 0 3px;
  font-size: clamp(48px, 6.5vw, 68px);
  font-style: normal;
  color: #a49270;
  transform: translateY(0.075em);
}
#caraccess #caraccess-route .route-points .route-point .name {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 55px;
  font-size: 24px;
  color: #4d4a52;
  line-height: 1.5;
  white-space: nowrap;
}
#caraccess #caraccess-route .route-points .route-point.start::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 2px;
  background: #a49270;
  transform: translateY(-50%);
}
#caraccess #caraccess-route .route-points .route-point.start .route-img {
  margin-bottom: 42px;
  text-align: center;
}
#caraccess #caraccess-route .route-points .route-point.start .route-img img {
  width: 60px;
  aspect-ratio: 60/170;
}
#caraccess #caraccess-route .route-points .route-point.start .route-img figcaption {
  margin-top: 8px;
  font-size: 11px;
  color: #999999;
}
#caraccess #caraccess-route .route-points .route-point.start .point {
  background: #a49270;
}
#caraccess #caraccess-route .route-points .route-point.start .name {
  width: 160px;
  aspect-ratio: 160/35;
}

/* ===================================================================
   Mobile
=================================================================== */
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: clip;
  }
  .image-box .cap {
    font-size: 11px;
    right: 0.5em;
    bottom: 0.5em;
  }
  .main-title {
    text-align: left;
    padding: 100px 5% 30px;
    font-size: 24px;
  }
  .main-title .main-title-jp {
    margin-top: 10px;
    font-size: 16px;
  }
  .main-visual {
    aspect-ratio: 750/638;
  }
  /* Added Mobile Styles */
  .section .title {
    font-size: 40px;
  }
  .section .text {
    font-size: 14px;
  }
  .section .text + .text {
    margin-top: 15px;
  }
  .section .cap {
    text-align: right;
  }
  #intro {
    margin: 50px auto 60px;
  }
  #intro .content-box {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #intro .content-left .image-box {
    min-width: 100%;
  }
  #intro .text-box .lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #umeda,
  #nakanoshima {
    padding-bottom: 40px;
    background-image: url(../../location/img/umeda_bg01_sp.png);
  }
  #umeda .title-box,
  #nakanoshima .title-box {
    display: block;
    min-height: auto;
    padding-top: 60px;
  }
  #umeda .title-box .title,
  #nakanoshima .title-box .title {
    width: 90%;
    height: auto;
    margin-bottom: -0.4em;
  }
  #umeda .title-box .image-box,
  #nakanoshima .title-box .image-box {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 375/420;
  }
  #umeda .content-box,
  #nakanoshima .content-box {
    flex-direction: column-reverse;
    padding-top: 40px;
    gap: 40px;
  }
  #umeda .content-left,
  #nakanoshima .content-left {
    width: 100%;
    min-width: auto;
  }
  #umeda .content-left .image-box02,
  #nakanoshima .content-left .image-box02 {
    width: 78%;
    margin-left: auto;
  }
  #umeda .content-left .image-box02 .cap,
  #nakanoshima .content-left .image-box02 .cap {
    position: absolute;
    margin-top: 0;
    color: #fff;
  }
  #umeda .content-left .image-box03,
  #nakanoshima .content-left .image-box03 {
    width: 42%;
    margin-left: 0;
    margin-top: -45%;
  }
  #umeda .content-right,
  #nakanoshima .content-right {
    width: 100%;
    padding-bottom: 5px;
  }
  #nakanoshima {
    background-image: url(../../location/img/nakanoshima_bg01_sp.png);
  }
  #nishitenma {
    background-image: url(../../location/img/nishitenma_bg01_sp.png);
  }
  #nishitenma .title-box {
    display: block;
    min-height: auto;
    padding-top: 60px;
  }
  #nishitenma .title-box .title {
    width: 90%;
    height: auto;
    text-align: left;
    margin-top: 0;
    margin-bottom: -0.4em;
  }
  #nishitenma .title-box .image-box {
    position: relative;
    width: 80%;
    height: auto;
    margin-left: 15%;
  }
  #nishitenma .title-box .image-box img {
    height: auto;
  }
  #nishitenma .content-box {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  #nishitenma .content-left {
    position: relative;
    display: block;
    width: 100%;
    min-width: auto;
  }
  #nishitenma .content-left .image-box02 {
    position: absolute;
    top: 40%;
    left: -5%;
    width: 35%;
    margin-left: 0;
  }
  #nishitenma .content-left .image-box03 {
    width: 45%;
    margin-left: auto;
    margin-top: 0;
  }
  #nishitenma .content-left .image-box03 .cap {
    position: absolute;
    margin-top: 0;
    color: #fff;
  }
  #nishitenma .content-right {
    width: 100%;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  #nishitenma .nishitenma-scrollslider {
    padding-bottom: 180px;
  }
  #nishitenma .nishitenma-scrollslider .scrollslider__item {
    width: 80vw;
  }
  #nishitenma .nishitenma-scrollslider .slider-content .category {
    font-size: 18px;
  }
  #nishitenma .nishitenma-scrollslider .slider-content .name {
    font-size: 26px;
  }
  #nishitenma .nishitenma-scrollslider .slider-content .dots {
    width: 10px;
    height: 10px;
  }
  #nishitenma .nishitenma-scrollslider .slider-content .cap {
    font-size: 11px;
  }
  #nishitenma .nishitenma-scrollslider .splide__pagination {
    bottom: 90px;
    padding: 0 1em 0 calc(1em + 75px);
  }
  #nishitenma .nishitenma-scrollslider .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  #nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow {
    bottom: 90px;
    width: 35px;
  }
  #nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow svg {
    width: 16px;
    height: 16px;
  }
  #nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow--prev {
    left: 10px;
    right: auto;
  }
  #nishitenma .nishitenma-scrollslider .splide__arrows .splide__arrow--next {
    left: 58px;
    right: auto;
  }
  #nishitenma .nishitenma-scrollslider .scrollslider__item01 .slider-content .dots::after,
  #nishitenma .nishitenma-scrollslider .scrollslider__item05 .slider-content .dots::after {
    width: calc(240vw + 30px);
    height: 1px;
  }
  #access {
    width: 100%;
    margin: 40px auto 80px;
  }
  #access .content-left {
    max-width: none;
  }
  #access .text-box {
    width: 90%;
    margin: 0 auto;
  }
  #access .text-box .title {
    font-size: 44px;
  }
  #access .text-box .lead {
    font-size: 22px;
  }
  #access .access-map {
    box-sizing: border-box;
    width: 90%;
    margin: 35px auto 0;
    padding: 15px 15px;
  }
  #access .access-list {
    width: 90%;
    margin: 10px auto 0;
  }
  #access .access-list .access-item {
    display: inline-flex;
    flex-direction: column;
  }
  #access .access-list .access-item .line {
    display: inline-block;
    font-size: 13px;
  }
  #access .access-list .access-item .station {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
  }
  #access .access-list .access-item .station .station-name {
    font-size: 18px;
  }
  #access .access-list .access-item .station .station-name .bracket {
    font-size: 22px;
  }
  #access .access-list .access-item .station .station-name .name {
    font-size: 26px;
  }
  #access .access-list .access-item .station .walk {
    margin-left: 0.5em;
  }
  #access .access-list .access-item .station .walk .text {
    font-size: 18px;
  }
  #access .access-list .access-item .station .walk .time {
    font-size: 38px;
  }
  #access .access-list .access-item .station .walk .unit {
    font-size: 15px;
  }
  #access .access-list .access-item .station small {
    position: absolute;
    right: 0;
    bottom: 2px;
    display: inline-block;
    font-size: 11px;
  }
  #access .scrollslider {
    height: 220vh;
  }
  #access .scrollslider__sticky {
    align-items: flex-start;
  }
  #access #access-scrollslider {
    margin-top: 60px;
  }
  #access #access-scrollslider .scrollslider__item {
    width: 75vw;
    max-height: 80vh;
  }
  #access #access-scrollslider .scrollslider__inner {
    margin-top: 18vh;
    gap: 5px;
  }
  #access .naniwasuji {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
  #access .naniwasuji.sp_mtop {
    margin-top: -10vh;
  }
  #access .naniwasuji .content-left {
    width: 100%;
  }
  #access .naniwasuji .content-right {
    width: 90%;
    margin: auto;
  }
  #parallax02 .cap {
    color: #000;
  }
  #caraccess {
    margin-bottom: 0;
    padding: 40px 0 0;
    background-color: #fff;
  }
  #caraccess .hr {
    display: block;
    width: 90%;
    height: 1px;
    margin: 120px auto -50px;
    background-color: #eaeaea;
  }
  #caraccess .content-box {
    flex-direction: column;
  }
  #caraccess .text-box .title {
    font-size: 44px;
  }
  #caraccess .text-box .lead {
    font-size: 22px;
  }
  #caraccess #caraccess-route {
    margin-top: calc(100px + 20vw);
    padding-left: 0;
    position: relative;
  }
  #caraccess #caraccess-route .route-car {
    top: 60%;
    width: 30vw;
  }
  #caraccess #caraccess-route .route-points {
    gap: 0;
  }
  #caraccess #caraccess-route .route-points .route-point .point {
    width: 12px;
    height: 12px;
    border: 1px solid #a49270;
  }
  #caraccess #caraccess-route .route-points .route-point .time {
    margin-bottom: min(8vw, 25px);
    font-size: clamp(12px, 3.5vw, 15px);
  }
  #caraccess #caraccess-route .route-points .route-point .time em {
    font-size: clamp(26px, 8vw, 34px);
    transform: translateY(0.075em);
  }
  #caraccess #caraccess-route .route-points .route-point .name {
    margin-top: min(8vw, 45px);
    font-size: clamp(12px, 3.5vw, 15px);
  }
  #caraccess #caraccess-route .route-points .route-point.start::before {
    top: 50%;
    left: 0;
    width: 95vw;
    transform: translateY(-50%);
  }
  #caraccess #caraccess-route .route-points .route-point.start .route-img {
    margin-bottom: 32px;
    text-align: center;
    margin-left: 4.5vw;
  }
  #caraccess #caraccess-route .route-points .route-point.start .route-img img {
    width: 10vw;
  }
  #caraccess #caraccess-route .route-points .route-point.start .route-img figcaption {
    margin-top: 8px;
    font-size: 9px;
  }
  #caraccess #caraccess-route .route-points .route-point.start .point {
    background: #a49270;
  }
  #caraccess #caraccess-route .route-points .route-point.start .name {
    width: 22vw;
    margin-left: 7vw;
  }
  #caraccess #caraccess-route .route-points .route-point02 {
    margin-left: 28vw;
  }
  #caraccess #caraccess-route .route-points .route-point03 {
    margin-left: 19vw;
  }
  #caraccess #caraccess-route .route-points .route-point04 {
    margin-left: 21vw;
  }
}
@media screen and (max-width: 375px) {
  #access #access-scrollslider .scrollslider__item {
    width: 68vw;
    max-height: 80vh;
  }
}
/***NEWスライド***/
.vvh-100 {
  height: calc(var(--vvh) * 100);
}

.access_scrollslider_wrap {
  margin-top: 110px;
}
.access_scrollslider_wrap .access_scrollslider {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.access_scrollslider_wrap .scrollslider__item {
  width: calc(33.333% - 3px);
}

@media screen and (max-width: 767px) {
  .access_scrollslider_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .access_scrollslider_wrap .access_scrollslider {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 60px;
  }
  .access_scrollslider_wrap .scrollslider__item {
    flex: 0 0 auto;
    width: 60vw;
    margin-left: 10px;
  }
  .access_scrollslider_wrap .slider-content img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ピン中のはみ出しを隠す枠（必要なら親に付ける） */
  .access_scrollslider_wrap {
    overflow: hidden;
  }
}
/*****************/
.access-scrollslider {
  position: relative;
  width: 100%;
  margin: 110px auto 0;
  padding-bottom: 0px;
}
.access-scrollslider.splide {
  visibility: visible;
}
.access-scrollslider .splide__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding: 0;
}
.access-scrollslider .splide__slide {
  width: calc(33.3333% - 5px);
}
.access-scrollslider .splide__arrows {
  display: none;
}

@media screen and (max-width: 767px) {
  .access-scrollslider {
    position: relative;
    max-width: 1060px;
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 200px;
  }
  .access-scrollslider + .access-scrollslider {
    margin-top: 0;
  }
  .access-scrollslider .splide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
  .access-scrollslider .splide__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px;
    padding: 0;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .access-scrollslider .splide__track {
    overflow: visible;
  }
  .access-scrollslider .splide__list {
    height: auto;
  }
  .access-scrollslider .splide__pagination {
    bottom: 150px;
    left: auto;
  }
  .access-scrollslider .splide__pagination .splide__pagination__page {
    background: rgba(147, 147, 147, 0.4);
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .access-scrollslider .splide__pagination .splide__pagination__page.is-active {
    background: #58a58e;
    transform: scale(1);
  }
  .access-scrollslider .splide__arrows {
    display: block;
  }
  .access-scrollslider .splide__arrows .splide__arrow {
    top: auto;
    bottom: 140px;
    transform: translateY(0);
    background: #c7c7c7;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .access-scrollslider .splide__arrows .splide__arrow:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  .access-scrollslider .splide__arrows .splide__arrow svg {
    fill: #333;
    width: 16px;
    height: 16px;
  }
  .access-scrollslider .splide__arrows .splide__arrow--prev {
    left: 0;
    right: auto;
  }
  .access-scrollslider .splide__arrows .splide__arrow--next {
    left: 55px;
    right: auto;
  }
  .access-scrollslider .scrollslider__item {
    position: relative;
    width: calc(60% - 5px);
    aspect-ratio: 150/221;
    border-radius: 0;
  }
  .access-scrollslider .slider-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}/*# sourceMappingURL=position.css.map */