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

- Base

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

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

:root {
  --cc-main: #006071;
  --cc-sub1: #1d50a2;
  --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: 188px 0 155px;
  background-color: #FFFFFF;
  position: relative;
}

dl.access-map__txt dt {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
}
dl.access-map__txt dd {
  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;
  margin-top: 30px;
}
dl.access-map__txt dd figure.-txt2 {
  max-width: 374px;
  width: 100%;
}
dl.access-map__txt dd figure.-txt3 {
  max-width: 417px;
  width: 100%;
  margin-left: 30px;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .access-map {
    padding: 110px 0 110px;
  }
  dl.access-map__txt dt {
    width: 95.556vw;
  }
  dl.access-map__txt dd {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  dl.access-map__txt dd figure.-txt2 {
    width: 55.407vw;
  }
  dl.access-map__txt dd figure.-txt3 {
    width: 61.778vw;
    margin-left: 0;
    margin-top: 30px;
  }
  .access-map__main {
    margin: 50px auto 0;
  }
}
/* ================================================

- ロケーションタイトル

================================================ */
.access-root {
  padding: 140px 0 115px;
  background-color: #e2f3fc;
  background-image: url("../images/access/root_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

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

.access-root__ttl {
  text-align: center;
  color: var(--cc-sub1);
}
.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;
  margin-top: 60px;
}
ul.access-root__list li {
  width: calc(33.3333333333% - 3.3333333333px);
}
ul.access-root__list li:not(:first-child) {
  margin-left: 5px;
}
ul.access-root__list li:not(:nth-child(odd)) {
  margin-top: 30px;
}

.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: 110px 0 110px;
    background-image: url("../images/access/root_bg_sp.jpg");
  }
  .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: 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-top: 40px;
  }
  ul.access-root__list li {
    width: 93.333vw;
  }
  ul.access-root__list li:not(:first-child) {
    margin-left: 0;
    margin-top: 5px;
  }
  ul.access-root__list li:not(:nth-child(odd)) {
    margin-top: 5px;
    margin-left: auto;
  }
  .access-root__note {
    margin-top: 40px;
    padding: 0 4vw;
    text-align: left;
  }
  .access-root__note p {
    font-size: 2.6666666667vw;
  }
}