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

- Base

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

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

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

body.-fixed {
  overflow-y: hidden;
}

:root {
  --cc-green: #00544E;
  --cc-red: #d53417;
  --cc-dblue: #4a566b;
  --space: 30px;
}

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

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

-

================================================ */
.lozad {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.lozad[data-loaded=true] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}
@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;
}

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

- ロケーション

================================================ */
.access-body {
  padding: 84px 0 130px;
  background-color: #F2F6F6;
  position: relative;
}
.access-body::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 54px;
  background-color: var(--cc-dblue);
}

.access-map {
  margin-top: 50px;
}

.access-map__lead {
  font-size: 2.4rem;
  line-height: 1.708;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

.access-map__main {
  max-width: 950px;
  width: 100%;
  margin: 43px auto 0;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .access-body {
    padding: 60px 0 100px;
  }
  .access-body::before {
    top: -27px;
    width: 1px;
    height: 54px;
  }
  .access-map {
    margin-top: 50px;
  }
  .access-map__inner {
    padding: 0 4vw;
  }
  .access-map__lead {
    font-size: 4vw;
    letter-spacing: 0;
    text-align: center;
  }
  .access-map__main {
    margin: 40px auto 0;
  }
}
/* ================================================

- アクセスルート

================================================ */
.access-route {
  margin-top: 108px;
}

.access-route__lead {
  max-width: 899px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  border-bottom: solid 2px #00544E;
}
.access-route__lead span.-txtL {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.access-route__lead span.-txtM {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

ul.access-route__list {
  margin-top: 50px;
}
ul.access-route__list li {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
ul.access-route__list li:not(:first-of-type) {
  margin-top: 30px;
}

.access-route__note {
  margin-top: 53px;
}
.access-route__note p {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .access-route {
    margin-top: 60px;
  }
  .access-route__lead {
    width: 92vw;
    padding-bottom: 5px;
    font-size: 4vw;
  }
  .access-route__lead span.-txtL {
    font-size: 5.8666666667vw;
  }
  .access-route__lead span.-txtM {
    font-size: 4.8vw;
  }
  ul.access-route__list {
    margin-top: 30px;
  }
  ul.access-route__list li:not(:first-of-type) {
    margin-top: 30px;
  }
  .access-route__note {
    margin-top: 30px;
    padding: 0 4vw;
  }
  .access-route__note p {
    font-size: 2.6666666667vw;
    line-height: 1.475;
    text-align: left;
  }
}