@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: 70px 0 150px;
  position: relative;
}

.access-map__ttl {
  position: absolute;
  top: 190px;
  left: -120px;
  font-size: 8rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #CCCCCC;
  font-style: italic;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .access-map {
    padding: 60px 0 90px;
  }
  .access-map__ttl {
    display: none;
  }
  .access-map__inner {
    padding: 0 4vw;
  }
}
/* ================================================

- ロケーションタイトル

================================================ */
.access-root {
  padding-top: 115px;
}

dl.access-root__ttl {
  padding-top: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #4C4C4C;
  position: relative;
}
dl.access-root__ttl dt {
  font-size: 2rem;
}
dl.access-root__ttl dd {
  margin-top: 5px;
  font-size: 1.9rem;
}
dl.access-root__ttl dd span {
  font-size: 3.3rem;
  margin: 0 -0.5em;
}
dl.access-root__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #005542;
}

ul.access-root__list {
  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;
  max-width: 900px;
  width: 100%;
  margin: 42px auto 0;
}
ul.access-root__list li {
  width: 433px;
}
ul.access-root__list li:not(:nth-child(odd)) {
  margin-left: 34px;
}
ul.access-root__list li:not(:nth-child(-n+2)) {
  margin-top: 32px;
}

.access-root__note {
  max-width: 800px;
  margin: 70px auto 0;
}
.access-root__note p {
  font-size: 1.2rem;
  line-height: 1.33;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

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;
  margin-top: 125px;
}
ul.access-root__photo li {
  width: 16.6666666667%;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .access-root {
    padding-top: 80px;
  }
  dl.access-root__ttl {
    padding-top: 50px;
  }
  dl.access-root__ttl dt {
    font-size: 5.0666666667vw;
  }
  dl.access-root__ttl dd {
    margin-top: 5px;
    font-size: 4.8vw;
  }
  dl.access-root__ttl dd span {
    font-size: 8.5333333333vw;
    margin: 0 -0.5em;
  }
  dl.access-root__ttl::before {
    height: 40px;
  }
  ul.access-root__list {
    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: 42px auto 0;
    padding: 0 4vw;
  }
  ul.access-root__list li {
    width: 100%;
  }
  ul.access-root__list li:not(:nth-child(odd)) {
    margin-left: 0;
  }
  ul.access-root__list li:not(:nth-child(-n+1)) {
    margin-top: 32px;
  }
  .access-root__note {
    margin: 40px auto 0;
    padding: 0 4vw;
  }
  .access-root__note p {
    font-size: 2.9333333333vw;
  }
  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: 60px;
  }
  ul.access-root__photo li {
    width: 33.3333333333%;
  }
}