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

- Base

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

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

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #D4B572;
  --cc-main: #8c1c0a;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@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まで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

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

- z-index

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

- イージング

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

-

================================================ */
.location-ttl span {
  display: block;
  text-align: center;
}
.location-ttl span.-en {
  font-size: 3.375rem;
  letter-spacing: 0.035em;
  color: #d4c8bb;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}
.location-ttl span.-jp {
  margin-top: 7px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.location-ttl.-access span {
  color: #635a53;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-ttl span {
    display: block;
    text-align: center;
  }
  .location-ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .location-ttl span.-jp {
    margin-top: 7px;
    font-size: 5.3333333333vw;
  }
}
/* ================================================

-

================================================ */
.location-sc.-map {
  padding: 158px 0 160px;
  background-color: #635a53;
}

.location-map {
  margin-top: 112px;
}

.location-map__map {
  max-width: 903px;
  width: 100%;
  margin: 0 auto;
}
.location-map__map figcaption {
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: right;
}

.location-map__summarys {
  margin-top: 90px;
}

.location-map__layout1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 27px;
}

.location-map__summary {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.location-map__summary dt {
  font-size: 2.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.location-map__summary dd {
  margin-top: 40px;
}
.location-map__summary dd p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
}

.location-map__summary__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 455px;
}

.location-map__layout2 {
  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;
  gap: 50px;
  margin-top: 60px;
}

.location-map__photo {
  width: calc(50% - 25px);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-map {
    padding: 16vw 0 20vw;
  }
  .location-map {
    margin-top: 50px;
  }
  .location-map__map figcaption {
    margin-top: 15px;
    padding: 0 5.333vw;
    font-size: 3.4666666667vw;
  }
  .location-map__summarys {
    margin-top: 90px;
    padding: 0 5.333vw;
  }
  .location-map__layout1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -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;
    gap: 27px;
  }
  .location-map__summary dt {
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
  .location-map__summary dd {
    margin-top: 30px;
  }
  .location-map__summary dd p {
    font-size: 3.7333333333vw;
  }
  .location-map__summary__photo {
    width: 260px;
  }
  .location-map__layout2 {
    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;
    gap: 30px;
    margin-top: 30px;
  }
  .location-map__photo {
    width: 300px;
  }
}
/* ================================================

-

================================================ */
.location-lifeinfo {
  max-width: 840px;
  width: 100%;
  margin: 143px auto 0;
}

.location-lifeinfo__ttl {
  font-size: 2.25rem;
  letter-spacing: 0.035em;
  color: #d4c8bb;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.location-lifeinfo__layout {
  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;
  gap: 110px;
  margin-top: 45px;
}

.location-lifeinfo__column {
  width: calc(50% - 55px);
}

.location-lifeinfo__list:not(:first-of-type) {
  margin-top: 30px;
}

.location-lifeinfo__list__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  font-size: 1rem;
  color: #d4c8bb;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  position: relative;
}
.location-lifeinfo__list__ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: auto;
  height: 1px;
  background-color: #d4c8bb;
}

.location-lifeinfo__list__block {
  margin-top: 10px;
}

.location-lifeinfo__item {
  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;
}
.location-lifeinfo__item li {
  font-size: 0.8125rem;
  line-height: 1.846;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.location-lifeinfo__item li:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.location-lifeinfo__item li:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.location-lifeinfo__banner {
  max-width: 362px;
  width: 100%;
  margin-top: 20px;
}
.location-lifeinfo__banner a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .location-lifeinfo__banner a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .location-lifeinfo__banner a:any-link:hover {
    opacity: 0.7;
  }
}
.location-lifeinfo__note {
  margin-top: 30px;
  text-align: right;
}
.location-lifeinfo__note p {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    margin: 90px auto 0;
    padding: 0 5.333vw;
  }
  .location-lifeinfo__ttl {
    font-size: 5.8666666667vw;
  }
  .location-lifeinfo__layout {
    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;
    gap: 20px;
    margin-top: 35px;
  }
  .location-lifeinfo__column {
    width: 100%;
  }
  .location-lifeinfo__list:not(:first-of-type) {
    margin-top: 30px;
  }
  .location-lifeinfo__list__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 15px;
    font-size: 4vw;
  }
  .location-lifeinfo__list__block {
    margin-top: 10px;
  }
  .location-lifeinfo__item {
    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;
  }
  .location-lifeinfo__item li {
    font-size: 3.3333333333vw;
  }
  .location-lifeinfo__banner {
    margin: 30px auto 0;
  }
  .location-lifeinfo__note {
    margin-top: 30px;
    text-align: left;
  }
  .location-lifeinfo__note p {
    font-size: 3.3333333333vw;
  }
}
/* ================================================

-

================================================ */
.location-sc.-access {
  padding: 153px 0 186px;
  background-image: url(../images/location/access_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.location-access {
  margin-top: 98px;
}

.location-access__lead {
  font-size: 2.25rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.location-access__lead__layout {
  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;
  max-width: 940px;
  width: 100%;
  margin: 78px auto 0;
}

.location-access__lead__image.-image1 {
  width: 440px;
}

.location-access__lead__image.-image2 {
  width: 462px;
}

.location-access__map {
  max-width: 1200px;
  width: 100%;
  margin: 65px auto 0;
}

.location-access__route {
  margin-top: 142px;
}

.location-access__route__block {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.location-access__route__block:not(:first-of-type) {
  margin-top: 115px;
}

.location-access__route__ttl {
  width: 355px;
  margin: 0 auto;
}

.location-access__layout {
  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;
  gap: 115px;
  margin-top: 38px;
}

.location-access__txt {
  width: 414px;
  padding-top: 8px;
}

.location-access__photo {
  width: 430px;
}

.location-access__note {
  margin-top: 48px;
  text-align: center;
}
.location-access__note p {
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-access {
    padding: 16vw 0 20vw;
    background-image: url(../images/location/access_bg_sp.jpg);
  }
  .location-access {
    margin-top: 60px;
  }
  .location-access__lead {
    font-size: 5.8666666667vw;
  }
  .location-access__lead__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -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;
    gap: 15px;
    margin: 45px auto 0;
  }
  .location-access__lead__image.-image1 {
    width: 77.465vw;
  }
  .location-access__lead__image.-image2 {
    width: 81.338vw;
  }
  .location-access__map {
    margin: 50px auto 0;
  }
  .location-access__route {
    margin-top: 80px;
  }
  .location-access__route__block:not(:first-of-type) {
    margin-top: 80px;
  }
  .location-access__route__ttl {
    width: 62.5vw;
  }
  .location-access__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -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;
    gap: 40px;
    margin-top: 30px;
  }
  .location-access__txt {
    width: 72.887vw;
    padding-top: 0;
  }
  .location-access__photo {
    width: 75.704vw;
  }
  .location-access__note {
    margin-top: 35px;
    padding: 0 5.333vw;
    text-align: left;
  }
  .location-access__note p {
    font-size: 3.7333333333vw;
    line-height: 1.425;
  }
}