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

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

- ロケーションマップ

================================================ */
.location-bg {
  width: 100%;
  background-image: url("../images/location/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

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

.location-map {
  padding: 120px 0 54px;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .location-bg {
    background-image: url("../images/location/bg_sp.jpg");
  }
  .location-ttl {
    display: none;
  }
  .location-map {
    padding: 80px 0 40px;
  }
}
/* ================================================

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

================================================ */
.location-lifeinfo {
  padding-bottom: 120px;
}

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

.location-lifeinfo__ttl {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #005542;
  font-style: italic;
}

.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;
  width: 100%;
  margin: 10px auto 0;
  position: relative;
}

.location-lifeinfo__list {
  width: calc(50% - 22px);
}
.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: #005542;
}
.location-lifeinfo__list dl dd {
  margin-top: 5px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
.location-lifeinfo__list dl dd ul {
  padding: 1px 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:first-of-type {
  margin-top: 0;
}

.location-lifeinfo__list__note {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.location-lifeinfo__list__note p {
  font-size: 1.2rem;
  color: #595757;
  text-align: right;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    padding-bottom: 90px;
  }
  .location-lifeinfo__inner {
    padding: 0 4vw;
  }
  .location-lifeinfo__ttl {
    font-size: 3rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #005542;
    font-style: italic;
  }
  .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: 10px 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.3333333333vw;
  }
  .location-lifeinfo__list dl dd ul {
    padding: 2px 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.6666666667vw;
  }
  .location-lifeinfo__list dl dd ul small {
    font-size: 2.6666666667vw;
  }
  .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.6666666667vw;
    text-align: left;
  }
}