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

- Base

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

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

:root {
  --cc-main: #005542;
  --cc-sub1: #7c191e;
  --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 {
  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: 110px 0 140px;
  background-color: #FFFFFF;
  position: relative;
  overflow-x: hidden;
}

.access-map__txt {
  max-width: 528px;
  width: 100%;
  margin: 0 auto;
}

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

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

- ロケーションタイトル

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

.access-root__sc:not(:first-of-type) {
  margin-top: 140px;
}

.access-root__ttl {
  text-align: center;
  color: #4c4c4c;
}
.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.-fzS {
  font-size: 2.2rem;
}

ul.access-root__list {
  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;
}
ul.access-root__list li {
  width: calc(16.6666666667% - 8.3333333333px);
}
ul.access-root__list li:not(:first-child) {
  margin-left: 10px;
}
ul.access-root__list li:not(:nth-child(odd)) {
  margin-top: 30px;
}

ul.access-root__txtList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -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: 78px auto 0;
}
ul.access-root__txtList li {
  max-width: 437px;
  width: 100%;
}
ul.access-root__txtList li:not(:nth-child(-n+2)) {
  margin-top: 54px;
}
ul.access-root__txtList li:not(:nth-last-child(n+2)) {
  margin-top: 37px;
}

.access-root__note {
  margin-top: 70px;
  text-align: center;
}
.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-bottom: 115px;
  }
  .access-root__sc:not(:first-of-type) {
    margin-top: 100px;
  }
  .access-root__ttl p {
    font-size: 5.6vw;
    line-height: 1.267;
  }
  .access-root__ttl p span.-fzL {
    font-size: 9.6vw;
  }
  .access-root__ttl p span.-fzS {
    font-size: 4.8vw;
  }
  ul.access-root__list {
    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;
  }
  ul.access-root__list li {
    width: 50%;
  }
  ul.access-root__list li:not(:first-child) {
    margin-left: 0;
  }
  ul.access-root__list li:not(:nth-child(odd)) {
    margin-top: 0;
  }
  ul.access-root__txtList {
    margin: 45px auto 0;
    padding: 0 4vw;
  }
  ul.access-root__txtList li {
    max-width: 437px;
    width: 100%;
  }
  ul.access-root__txtList li:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  ul.access-root__txtList li:not(:nth-last-child(n+2)) {
    margin-top: 0;
  }
  ul.access-root__txtList li:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
  ul.access-root__txtList li:not(:nth-last-child(n+4)) {
    margin-top: 20px;
  }
  .access-root__note {
    margin-top: 40px;
    padding: 0 4vw;
    text-align: left;
  }
  .access-root__note p {
    font-size: 2.6666666667vw;
  }
}