@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- アクセス

================================================ */
.access-content {
  margin-top: 40px;
  padding-bottom: 72px;
  background-color: #FFFFFF;
}

.access-map__iframe {
  width: 100%;
  aspect-ratio: 1120/440;
  position: relative;
}
.access-map__iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.access-content__inner {
  padding: 0 60px;
}

.access-route {
  padding-top: 12px;
}

.access-route__item {
  padding-top: 63px;
}

.access-route__item:not(:first-of-type) {
  margin-top: 54px;
  border-top: dotted 1px #B2B2B2;
}

.access-route__item__ttl {
  padding-left: 73px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.access-route__item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 40px;
}

.access-route__item__ttl.-train::before {
  background-image: url("../images/common/icon_train.png");
}

.access-route__item__ttl.-bus::before {
  background-image: url("../images/common/icon_bus.png");
}

.access-route__item__ttl.-car::before {
  background-image: url("../images/common/icon_car.png");
}

.access-route__item__summary {
  margin-top: 28px;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .access-content {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .access-map__iframe {
    width: 100%;
    aspect-ratio: 340/400;
    position: relative;
  }
  .access-map__iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .access-content__inner {
    padding: 0 5.333vw;
  }
  .access-route {
    padding-top: 12px;
  }
  .access-route__item {
    padding-top: 45px;
  }
  .access-route__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .access-route__item__ttl {
    padding-left: 15.467vw;
    font-size: 6.1333333333vw;
  }
  .access-route__item__ttl::before {
    width: 11.467vw;
    height: 8.533vw;
  }
  .access-route__item__summary {
    margin-top: 28px;
  }
}