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

- Base

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

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

body {
  overflow-x: hidden;
}

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

- 表示アニメーション

================================================ */
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 0.3s;
  transition: all 0.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: 32px 0 105px;
}

.access-map__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .access-map {
    padding: 32px 0 80px;
  }
  .access-map__main {
    margin: 40px auto 0;
  }
}
/* ================================================

- ロケーションタイトル

================================================ */
.access-root {
  padding: 80px 0 120px;
  background-color: #F2F9F9;
}

.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: 2.9rem;
}

.access-root__ttl.-ttl2 {
  margin-top: 137px;
}

ul.access-root__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
ul.access-root__photo li {
  width: 20%;
}

ul.access-root__photo.-photo2 li {
  width: 50%;
}

ul.access-root__txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 904px;
  width: 100%;
  margin: 74px auto 0;
}
ul.access-root__txt li.root1 {
  width: 387px;
}
ul.access-root__txt li.root2 {
  width: 391px;
}
ul.access-root__txt li.root3 {
  width: 463px;
}
ul.access-root__txt li.root4 {
  width: 391px;
}
ul.access-root__txt li.root5 {
  width: 388px;
}
ul.access-root__txt li:not(:nth-child(odd)) {
  margin-left: 49px;
}
ul.access-root__txt li:not(:nth-child(-n+2)) {
  margin-top: 21px;
}

ul.access-root__txt2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 862px;
  width: 100%;
  margin: 74px auto 0;
}
ul.access-root__txt2 li {
  width: 436px;
}
ul.access-root__txt2 li:not(:nth-child(odd)) {
  margin-left: 50px;
}

.access-root__note {
  max-width: 800px;
  margin: 80px 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: 55px 0 85px;
  }
  .access-root__ttl {
    text-align: center;
  }
  .access-root__ttl p {
    font-size: 5.6vw;
  }
  .access-root__ttl p span.-fzL {
    font-size: 9.6vw;
  }
  .access-root__ttl p span.-fzM {
    font-size: 6.6666666667vw;
  }
  .access-root__ttl.-ttl2 {
    margin-top: 95px;
  }
  ul.access-root__photo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 26px;
  }
  ul.access-root__photo li {
    width: 50%;
  }
  ul.access-root__photo.-photo2 li {
    width: 100%;
  }
  ul.access-root__txt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 0;
    padding: 0 4vw;
  }
  ul.access-root__txt li.root1 {
    width: 68.134vw;
  }
  ul.access-root__txt li.root2 {
    width: 68.838vw;
  }
  ul.access-root__txt li.root3 {
    width: 81.514vw;
  }
  ul.access-root__txt li.root4 {
    width: 68.838vw;
  }
  ul.access-root__txt li.root5 {
    width: 68.31vw;
  }
  ul.access-root__txt li:not(:nth-child(odd)) {
    margin-left: 0;
  }
  ul.access-root__txt li:not(:nth-child(-n+1)) {
    margin-top: 21px;
  }
  ul.access-root__txt2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 0;
    padding: 0 4vw;
  }
  ul.access-root__txt2 li {
    width: 76.761vw;
  }
  ul.access-root__txt2 li:not(:nth-child(odd)) {
    margin-left: 0;
  }
  ul.access-root__txt2 li:not(:nth-child(-n+1)) {
    margin-top: 21px;
  }
  .access-root__note {
    margin: 55px auto 0;
    padding: 0 4vw;
  }
  .access-root__note p {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}