@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 .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: 200px 0 80px;
}

ul.access-map__walk {
  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: 865px;
  width: 100%;
  margin: 0 auto;
}

ul.access-map__walk li {
  width: calc((100% / 2) - (27px / 2));
}

ul.access-map__walk li:nth-child(2n) {
  margin-left: 27px;
}

ul.access-map__walk li:not(:nth-child(-n+2)) {
  margin-top: 40px;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .access-map {
    padding: 100px 0 60px;
  }
  ul.access-map__walk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw;
  }
  ul.access-map__walk li {
    max-width: 419px;
    width: 100%;
  }
  ul.access-map__walk li:nth-child(2n) {
    margin-left: 0;
  }
  ul.access-map__walk li:not(:nth-child(-n+1)) {
    margin-top: 40px;
  }
  .access-map__main {
    margin: 50px auto 0;
  }
}

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

- ロケーションタイトル

================================================ */
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;
}

ul.access-root__photo li {
  width: calc( 100% / 6);
}

.access-root {
  padding-top: 46px;
  padding-bottom: 145px;
}

dl.access-root__ttl {
  margin-top: 64px;
  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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #005542;
}

dl.access-root__ttl.-ttl1 {
  margin-top: 0;
}

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: 45px auto 0;
}

ul.access-root__list li {
  width: 433px;
}

ul.access-root__list li:not(:nth-child(odd)) {
  margin-left: 34px;
}

.access-root__note {
  max-width: 415px;
  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;
}

/* @media screen */
@media screen and (max-width: 568px) {
  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;
  }
  ul.access-root__photo li {
    width: calc( 100% / 3);
  }
  .access-root {
    padding-top: 46px;
    padding-bottom: 120px;
  }
  dl.access-root__ttl {
    margin-top: 40px;
    padding-top: 50px;
  }
  dl.access-root__ttl dt {
    font-size: 5.06667vw;
  }
  dl.access-root__ttl dd {
    margin-top: 5px;
    font-size: 4.8vw;
  }
  dl.access-root__ttl dd span {
    font-size: 8.53333vw;
    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 {
    max-width: 433px;
    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: 40px;
  }
  .access-root__note {
    margin: 40px auto 0;
    padding: 0 4vw;
  }
  .access-root__note p {
    font-size: 2.93333vw;
  }
}
