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

- Base

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

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

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

body.-fixed {
  overflow-y: hidden;
}

:root {
  --cc-gray: #666666;
  --cc-red: #d53417;
  --cc-dblue: #4a566b;
  --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 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.lozad[data-loaded=true] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  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-body {
  padding: 45px 0 115px;
}

.location-sc__content {
  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;
  margin-top: 80px;
}

.location-sc__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 621px;
  width: 100%;
}

.location-sc__desc {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 60px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.location-sc__desc dt {
  font-size: 2.4rem;
  line-height: 1.708;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000000;
}
.location-sc__desc dd {
  margin-top: 24px;
}
.location-sc__desc dd p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #595757;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .location-body {
    padding: 45px 4vw 115px;
  }
  .location-sc__content {
    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: 80px;
  }
  .location-sc__photo {
    max-width: 621px;
    width: 100%;
  }
  .location-sc__desc {
    margin-left: 0;
    margin-top: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .location-sc__desc dt {
    font-size: 5.3333333333vw;
  }
  .location-sc__desc dd {
    margin-top: 24px;
  }
  .location-sc__desc dd p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

-

================================================ */
.location-map {
  max-width: 1146px;
  width: 100%;
  margin: 70px auto 0;
  padding-top: 70px;
  border-top: solid 1px var(--cc-dblue);
}

.location-ttl__min {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: var(--cc-dblue);
  text-align: center;
}
.location-ttl__min span {
  display: block;
  margin-bottom: 5px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

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

/* @media screen */
@media screen and (max-width: 568px) {
  .location-map {
    margin: 50px auto 0;
    padding-top: 50px;
  }
  .location-ttl__min {
    font-size: 4.2666666667vw;
  }
  .location-ttl__min span {
    margin-bottom: 5px;
    font-size: 8vw;
  }
  .location-map__main {
    margin: 70px auto 0;
  }
}
/* ================================================

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

================================================ */
.location-lifeinfo {
  max-width: 1146px;
  width: 100%;
  margin: 90px auto 0;
  padding-top: 90px;
  border-top: solid 1px var(--cc-dblue);
}

.location-lifeinfo__inner {
  max-width: 940px;
  width: 100%;
  margin: 90px auto 0;
  padding-bottom: 30px;
  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;
}

.location-lifeinfo__list {
  width: calc(50% - 40px);
  position: relative;
}
.location-lifeinfo__list dl dt {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: var(--cc-dblue);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.location-lifeinfo__list dl dd {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #595757;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.location-lifeinfo__list dl dd ul {
  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 {
  font-size: 1.2rem;
}
.location-lifeinfo__list dl:not(:first-of-type) {
  margin-top: 48px;
}

.location-lifeinfo__list.-right {
  margin-left: 80px;
}

.location-lifeinfo__list__note {
  position: absolute;
  bottom: 0;
  right: 0;
}
.location-lifeinfo__list__note p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: right;
  color: #595757;
}

.location-seven {
  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;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.location-seven::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 50vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100vw;
  height: 116px;
  background-color: #FFFBED;
  z-index: -1;
}

.location-seven__photo {
  width: 233px;
}

.location-seven__txt {
  margin-left: 40px;
}
.location-seven__txt p {
  font-size: 2.4rem;
  line-height: 1.708;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    margin: 70px auto 0;
    padding-top: 50px;
  }
  .location-lifeinfo__inner {
    margin: 50px auto 0;
    padding-bottom: 0;
  }
  .location-lifeinfo__data {
    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;
  }
  .location-lifeinfo__list {
    width: 100%;
  }
  .location-lifeinfo__list dl dt {
    font-size: 5.3333333333vw;
  }
  .location-lifeinfo__list dl dd {
    margin-top: 15px;
    font-size: 3.4666666667vw;
  }
  .location-lifeinfo__list dl dd ul {
    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 {
    font-size: 2.6666666667vw;
  }
  .location-lifeinfo__list dl:not(:first-of-type) {
    margin-top: 40px;
  }
  .location-lifeinfo__list.-right {
    margin-left: 0;
    margin-top: 40px;
  }
  .location-lifeinfo__list__note {
    position: static;
    margin-top: 40px;
  }
  .location-lifeinfo__list__note p {
    font-size: 2.6666666667vw;
    text-align: left;
  }
  .location-seven {
    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: 50px;
  }
  .location-seven::after {
    width: 100vw;
    height: 80vw;
  }
  .location-seven__photo {
    max-width: 233px;
    width: 62.133vw;
    margin: 0 auto;
  }
  .location-seven__txt {
    margin-left: 0;
    margin-top: 5.333vw;
  }
  .location-seven__txt p {
    font-size: 6.1333333333vw;
    line-height: 1.708;
    text-align: center;
  }
  .location-seven__txt p br {
    display: none;
  }
}