@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;
}

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

- ロケーションマップ

================================================ */
.location-map {
  margin-top: 234px;
  padding: 57px 0 120px;
  background-color: #F2F5F8;
}

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

.location-ttl {
  font-size: 3.6rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #003570;
  font-style: italic;
  text-align: center;
  position: relative;
}

.location-ttl::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 40px;
  background-color: #003570;
}

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

.location-map__txt {
  max-width: 655px;
  width: 100%;
  margin: 48px auto 0;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .location-map {
    margin-top: 120px;
    padding: 50px 0 80px;
  }
  .location-ttl {
    font-size: 9.06667vw;
  }
  .location-ttl::before {
    top: -50px;
    height: 36px;
  }
  .location-map__main {
    margin: 45px auto 0;
  }
  .location-map__txt {
    margin: 48px auto 0;
    padding: 0 4vw;
  }
}

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

- ライフインフォメーション

================================================ */
.location-lifeinfo {
  padding: 57px 0 145px;
}

.location-lifeinfo__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.location-lifeinfo__data {
  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: 45px auto 0;
  position: relative;
}

.location-lifeinfo__list {
  width: calc((100% / 2) - (44px / 2));
}

.location-lifeinfo__list dl {
  margin-top: 50px;
}

.location-lifeinfo__list dl dt {
  padding: 9px 7px 8px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #003570;
}

.location-lifeinfo__list dl dd {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.4;
}

.location-lifeinfo__list dl dd ul {
  padding: 9px 7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.location-lifeinfo__list dl dd ul span {
  display: block;
  font-size: 1.2rem;
}

.location-lifeinfo__list dl dd ul small {
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.location-lifeinfo__list dl dd ul:nth-child(odd) {
  background-color: #E5EBF1;
}

.location-lifeinfo__list dl:first-of-type {
  margin-top: 0;
}

.location-lifeinfo__list__note {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.location-lifeinfo__list__note p {
  font-size: 1.2rem;
  text-align: right;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    padding: 50px 0 90px;
  }
  .location-lifeinfo__inner {
    padding: 0 4vw;
  }
  .location-lifeinfo__data {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 0;
  }
  .location-lifeinfo__list {
    width: 100%;
  }
  .location-lifeinfo__list dl {
    margin-top: 35px;
  }
  .location-lifeinfo__list dl dt {
    padding: 9px 5px 8px;
    font-size: 4vw;
  }
  .location-lifeinfo__list dl dd {
    font-size: 3.33333vw;
  }
  .location-lifeinfo__list dl dd ul {
    padding: 9px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .location-lifeinfo__list dl dd ul span {
    display: block;
    font-size: 2.66667vw;
  }
  .location-lifeinfo__list dl dd ul small {
    font-size: 2.66667vw;
  }
  .location-lifeinfo__list dl:first-of-type {
    margin-top: 0;
  }
  .location-lifeinfo__list.-right dl:first-of-type {
    margin-top: 35px;
  }
  .location-lifeinfo__list__note {
    position: static;
    margin-top: 14px;
  }
  .location-lifeinfo__list__note p {
    font-size: 2.66667vw;
    text-align: left;
  }
}
