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

- Base

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

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

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

- 表示アニメーション

================================================ */
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 {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lozad[data-loaded="true"] {
  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-map {
  padding-bottom: 115px;
  background-color: #FFFFFF;
}

.access-map__ttl {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .access-map {
    padding-bottom: 80px;
  }
  .access-map__ttl {
    padding: 0 4vw;
  }
  .access-map__main {
    margin: 55px auto 0;
  }
}

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

- ロケーションタイトル

================================================ */
.access-root {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #E5EEF3;
}

.access-root__ttl {
  text-align: center;
}

.access-root__ttl p {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.access-root__ttl p span.-fzL {
  font-size: 4rem;
  margin: 0 -0.5em;
}

.access-root__ttl p span.-fzM {
  font-size: 3.5rem;
}

ul.access-root__list {
  margin-top: 58px;
}

ul.access-root__list li {
  min-height: 230px;
  margin-top: 53px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

ul.access-root__list li.-root1 {
  background-image: url("../images/access/root_bg_1.jpg");
  margin-top: 0;
}

ul.access-root__list li.-root2 {
  background-image: url("../images/access/root_bg_2.jpg");
}

ul.access-root__list li.-root3 {
  background-image: url("../images/access/root_bg_3.jpg");
}

ul.access-root__list li.-root4 {
  background-image: url("../images/access/root_bg_4.jpg");
}

ul.access-root__list li.-root5 {
  background-image: url("../images/access/root_bg_5.jpg");
}

ul.access-root__list li.-root6 {
  background-image: url("../images/access/root_bg_6.jpg");
}

.access-root__txt {
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 663px;
}

.access-root__note {
  max-width: 800px;
  margin: 36px auto 0;
}

.access-root__note p {
  font-size: 1.2rem;
  line-height: 1.33;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .access-root {
    padding-top: 85px;
  }
  .access-root__ttl {
    text-align: center;
    padding: 0 4vw;
  }
  .access-root__ttl p {
    font-size: 5.33333vw;
    line-height: 1.6;
  }
  .access-root__ttl p span.-fzL {
    font-size: 7.46667vw;
  }
  .access-root__ttl p span.-fzM {
    display: block;
    font-size: 6.66667vw;
  }
  ul.access-root__list {
    margin-top: 40px;
  }
  ul.access-root__list li {
    min-height: 53.333vw;
    margin-top: 35px;
    background-position: right -17.333vw bottom;
  }
  ul.access-root__list li.-root1 {
    background-image: url("../images/access/root_bg_1.jpg");
    margin-top: 0;
  }
  ul.access-root__list li.-root2 {
    background-image: url("../images/access/root_bg_2.jpg");
  }
  ul.access-root__list li.-root3 {
    background-image: url("../images/access/root_bg_3.jpg");
  }
  ul.access-root__list li.-root4 {
    background-image: url("../images/access/root_bg_4.jpg");
  }
  ul.access-root__list li.-root5 {
    background-image: url("../images/access/root_bg_5.jpg");
  }
  .access-root__txt {
    max-width: 661px;
    width: 100%;
    padding: 0 4vw;
  }
  .access-root__note {
    margin: 20px auto 0;
    padding: 0 4vw;
  }
  .access-root__note p {
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
