/* Resets */

body {
  background: #ecedef;
  font-feature-settings: "palt";
}

body #main {
  background: transparent;
  padding: 0 !important;
}

#main {
  position: relative;
}

#container {
  padding-bottom: 134px !important;
}

body a {
  text-decoration: none;
}

body img {
  height: auto;
  max-width: 100%;
}

/* #allWrapper {
	overflow: hidden;
} */

.fadeLink {
  opacity: .3;
  pointer-events: none;
}

.sidedrawer__link.current,
.sidedrawer__link.smLink.current {
  color: #fff;
  position: relative;
}

.sidedrawer__link.current::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.sidedrawer__inner .page__fullBtn {
  background: #fff;
  margin-top: 10px;
  max-width: 520px;
  width: 100%;
}

/* #container img {
	max-width: unset !important;
} */

.hasLabel {
  position: relative;
}

.swipeHint__container {
  background: rgba(0, 0, 0, .4);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  height: 25vw;
  left: 50%;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  width: 25vw;
}

.swipeHint__icon {
  align-self: center;
  height: 40px;
  margin-top: 5px;
  width: 40px;
}

.swipeHint__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: auto;
  text-align: center;
}

.image__label,
.image__label--left {
  background: rgba(48, 49, 49, .8);
  bottom: 0;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.8;
  padding: 0 3px;
  position: absolute;
  right: 0;
  width: fit-content;
}

.image__label--left {
  left: 0;
  right: auto;
}

.js-blurElement {
  filter: blur(15px);
  opacity: .2;
  transform: scale(1.15);
  transition: all 1.5s;
}

.js-blurElement.clear {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s;
}

.js-blurContainer {
  overflow: hidden;
}

.sp {
  display: none;
}

.footer__icons {
  background: #fff;
  padding: 40px 20px;
}

.footer__icons--container {
  display: flex;
  gap: 65px;
  justify-content: center;
}

.footer__icons--container .footer__icon--img:first-child {
  height: auto;
  max-width: 240px;
  transition: .3s ease-in-out;
  width: 100%;
}

.footer__icons--container .footer__icon--img:last-child {
  height: auto;
  max-width: 184px;
  transition: .3s ease-in-out;
  width: 100%;
}

.footer__icons--container .footer__icon--img:hover {
  opacity: .5;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .swipeHint__container {
    display: flex;
  }

  .sp {
    display: block;
  }

  .dt {
    display: none;
  }
  .sidedrawer__inner .page__fullBtn {
    font-size: 12px;
    height: 40px;
    width: 80%;
  }
  .footer__icons--container {
    gap: 42px;
  }
  .footer__icons--container .footer__icon--img:first-child {
    max-width: 160px;
  }
  .footer__icons--container .footer__icon--img:last-child {
    max-width: 122px;
  }
  .image__label.small {
    font-size: 8px;
  }.image__label,
  .image__label--left {
    font-size: 10px;
  }
}

/* Bottom Nav */

.page__btn--container {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  row-gap: 20px;
}

.page__fullBtn,
.page__clearBtn {
  align-items: center;
  border: 1px solid #9db8d5;
  display: flex;
  gap: 10px;
  height: 80px;
  justify-content: center;
  text-decoration: none;
}

.page__fullBtn {
  background: #9db8d5;
}

.page__fullBtn.fadeBtn {
  background: rgba(255, 255, 255, .5);
  margin-top: 10px;
}

.page__btn--text,
.page__btn--smText {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.66;
}

.page__btn--smText {
  font-size: 13px;
}

.bottomNav {
  margin-top: 120px;
}

.bottomNav__contact img {
  max-width: 310px;
}

.bottomNav__link {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.bottomNav__list {
  column-gap: 20px;
  display: flex;
  justify-content: center;
}

.bottomNav__line {
  margin: 20px 0 25px;
}

.page__disclaimer {
  color: #353436;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.33;
}

.bottomNav__container {
  margin: 0 auto;
  max-width: 450px;
}

.bottomNav__contact {
  margin: 75px 0;
  width: fit-content;
}

.bottomNav__contact.center {
  margin: 75px auto;
}

.bottomNav__contact.centerContact {
  margin: 75px auto 0;
}

.bottomNav__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 120px auto 0;
}

.bottomNav__column--link {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.9;
}

.bottomNav__column--item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.bottomNav__column--item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.bottomNav__column--item:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.bottomNav__column--item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.bottomNav__column--item:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.bottomNav__column--item:nth-child(6) {
  grid-column: 1;
  grid-row: 4;
}

.bottomNav__column--item:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
  margin-left: 20%;
}

.bottomNav__columns .bottomNav__column--item:last-child {
  grid-column: 2;
  grid-row: 4 / span 2;
}

.bottomNav__smLink {
  color: #353436;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.85;
  margin-left: 30%;
  position: relative;
}

.bottomNav__smLink::before {
  background: #353436;
  content: "";
  height: 1px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.bottomNav__columns .bottomNav__column--item:nth-child(2),
.bottomNav__columns .bottomNav__column--item:nth-child(4),
.bottomNav__columns .bottomNav__column--item:nth-child(9) {
  margin-left: 20%;
}

@media screen and (max-width: 767px) {
  .page__fullBtn,
  .page__clearBtn {
    height: 50px;
  }

  .bottomNav {
    margin-top: 95px;
  }

  .bottomNav__column--link {
    font-size: 26px;
  }

  .bottomNav__smLink {
    font-size: 12px;
    margin-left: 20%;
  }

  .bottomNav__columns {
    margin-top: 40px;
  }

  .bottomNav__contact {
    margin: 40px 0;
  }

  .bottomNav__contact img {
    max-width: 258px !important;
  }

  .bottomNav__container {
    margin: 0 auto;
    max-width: 415px;
  }

  .bottomNav__columns .bottomNav__column--item:nth-child(2),
  .bottomNav__columns .bottomNav__column--item:nth-child(4),
  .bottomNav__columns .bottomNav__column--item:nth-child(8),
  .bottomNav__columns .bottomNav__column--item:nth-child(9) {
    margin-left: 0;
  }

  .bottomNav__contact--text {
    font-size: 12px;
  }

  .bottomNav__contact--icon {
    width: 30px;
  }
}

/* Layout */

.main__container {
  display: grid;
  grid-template-columns: 80px auto;
}

.sidebar__block {
  background: #9db8d5;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 10001;
}

.main__content--outer {
  display: grid;
  grid-template-columns: calc((100% - 80px) * 3 / 10) auto;
}

.main__content {
  grid-column: 2;
  overflow: hidden;
}

.sideImg {
  align-items: center;
  display: flex;
  height: calc(100vh - 40px);
  opacity: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
}

.sideImg__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sideImg__anime {
  animation: sideImgAnimation 10s ease-in-out;
}

@keyframes sideImgAnimation {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}

.sideImg__title {
  animation: 10s;
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 4vw;
  font-weight: 400;
  margin-left: 20px;
  position: absolute;
}

.toggleContainer {
  cursor: pointer;
  height: 50px;
  right: 0;
  top: 13px;
  width: 80px;
}

.toggleContainer span {
  background: #353436;
  display: flex;
  height: 1px;
  left: 18px;
  position: relative;
  transition: .3s;
  width: 40px;
}

.toggleContainer span:first-child {
  top: 22px;
}

.toggleContainer span:last-child {
  top: 26px;
}

.is-active .toggleContainer span:first-child {
  top: 20px;
  transform: rotate(16deg);
  transform-origin: left;
  transition: .3s;
}

.is-active .toggleContainer span:last-child {
  top: 29px;
  transform: rotate(-14deg);
  transform-origin: left;
  transition: .3s;
}

.toggleContainer__text {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  left: 48%;
  line-height: 1.5;
  margin-top: -12px;
  position: absolute;
  transform: translateX(-50%);
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .main__container {
    display: flex;
    flex-direction: column;
  }

  .sidebar__block {
    display: none;
  }

  .sideImg__title {
    font-size: 56px;
  }

  .main__content--outer {
    display: flex;
    flex-direction: column;
  }

  .sideImg {
    height: 100vh;
    position: relative;
    width: 100%;
  }

  .toggleContainer {
    position: fixed;
    width: 70px;
  }

  .page__header {
    justify-content: space-between;
  }
}

/* Page Header */

.page__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 75px;
  width: 100%;
}

.page__header--logo {
  display: flex;
  gap: 5px;
  margin-left: 80px;
}

.page__header--img {
  align-self: center;
  height: auto;
  max-width: 385px;
  width: 100%;
}

.page__header--area {
  /* margin-left: 5vw; */
  margin-left: 2vw;
}

.page__header--area,
.page__header--link {
  color: #353436;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.4;
}

.page__header--nav {
  display: flex;
  /* gap: 50px; */
  gap: 30px;
  margin-left: auto;
  /* margin-right: 6.4vw; */
  margin-right: 1vw;
}

.page__header--nav a {
  text-decoration: none;
}

.page__header--link {
  align-self: center;
  letter-spacing: .1em;
  line-height: 2.5;
  position: relative;
}

.page__header--link::after {
  border-bottom: 5px solid transparent;
  border-left: 10px solid #353436;
  border-top: 5px solid transparent;
  content: "";
  position: absolute;
  /* right: -20px; */
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.page__header--btnGroup {
  align-items: center;
  display: grid;
  gap: 8px;
  /* grid-template-columns: 1fr 1fr; */
}

.page__header--btn {
  align-items: center;
  background: #9db8d5;
  border: 1px solid #9db8d5;
  color: #353436;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  line-height: 1;
  /* width: 160px; */
}

.page__header--btn.clear {
  background: transparent;
}

.page__header .toggleContainer {
  display: none;
}

@media screen and (max-width: 1110px) {
  .page__header--logo {
    margin-left: 20px;
  }

  .page__header--area {
    /* margin-left: 2vw; */
    margin-left: 1vw;
  }

  .page__header--nav {
    gap: 30px;
    /* margin-right: 20px; */
    margin-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .page__header {
    position: relative;
    z-index: 1000;
  }

  .page__header--img {
    max-width: 252px !important;
  }

  .page__header--area,
  .page__header--nav {
    display: none;
  }

  .page__header .toggleContainer {
    display: block;
  }

  .page__header--fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}

/* side drawer */

.sidedrawer {
  background: #9db8d5;
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translateX(-120%);
  width: 100%;
  z-index: 1003;
}

.sidedrawer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 125px);
  justify-content: center;
}

.sidedrawer__nav {
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

.sidedrawer__smLinks {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 4 / span 2;
}

.sidedrawer__link {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.9;
  position: relative;
  width: fit-content;
}

.sidedrawer__link:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.sidedrawer__link:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.sidedrawer__link:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.sidedrawer__link:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.sidedrawer__link:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

.sidedrawer__link:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}

.sidedrawer__link:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}

.sidedrawer__link.smLink {
  color: #353436;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.85;
  margin-left: 35px;
}

.smLink::before {
  background: #353436;
  content: "";
  height: 1px;
  left: -25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.sidedrawer__link::after {
  background: #353436;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: .3s;
  width: 100%;
}

.current.sidedrawer__link::after {
  background: #fff;
}

.sidedrawer__link:hover::after {
  transform: scaleX(1);
  transition: .3s;
}

.sidedrawer .page__header {
  background: transparent;
}

.sidedrawer .page__header--logo {
  display: none;
}

.sidedrawer .toggleContainer {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sidedrawer__nav {
    column-gap: 30px;
    margin: 0 auto 50px;
    max-width: 90vw;
    row-gap: 15px;
  }

  .sidedrawer__link {
    font-size: 26px;
  }

  .sidedrawer__link.smLink {
    font-size: 16px;
  }
}

/* Common Text */

.page__container {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 20px;
}

.page__title {
  color: #353436;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.7;
}

.page__text {
  color: #353436;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.75;
  margin-top: 30px;
}

.page__heading {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 40px;
}

.smText {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
}


@media screen and (max-width: 767px) {
  .page__heading {
    font-size: 18px;
  }

  .page__text {
    font-size: 13px;
    margin-top: 20px;
  }

  .page__title {
    font-size: 18px;
  }
}

/*サイト仕様上書き*/
#categoryBack {
  position: relative;
  z-index: 10;
}

#container {
  background-color: #f3f4f6;
  margin: 0 auto !important;
  min-height: 0 !important;
  position: relative;
  width: 100% !important;
  z-index: 10;
}

#container.whiteBG {
  background-color: #fff;
}

#footerArea .areaInner .column1 {
  width: 540px;
}

#footerArea .areaInner .column2 {
  width: 410px;
}

#footerAreaN small {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0;
  padding: 5px 0;
}

/* Swiper CSS */

.swiper-button-next,
.swiper-button-prev {
  background: #bcbec0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.swiper-button-next::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  content: "";
  height: 6px;
  position: absolute;
  right: 30px;
  top: 48%;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: top;
  width: 6px;
}

.swiper-button-prev::after {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  content: "";
  height: 6px;
  left: 46%;
  position: absolute;
  top: 53%;
  transform: rotate(45deg) translate(-50%, -50%);
  vertical-align: top;
  width: 6px;
}
/* 0327追記　breadcrumbs */
.topHeader__breadcrumbs {
  padding-bottom: 16px;
}
.topHeader__breadcrumbs.bgWhite {
  background-color: #fff;
}
.topHeader__breadcrumbs.map__header {
  padding-bottom: 5px;
}

.topHeader__breadcrumbs--list {
  column-gap: 40px;
  display: flex;
  margin-left: 80px;
}

.topHeader__breadcrumbs--item a {
  color: #353436;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}

.topHeader__breadcrumbs--item a::after {
  border-color: #353436;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  height: 7px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  vertical-align: top;
  width: 7px;
}

.topHeader__breadcrumbs--item:last-child a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .topHeader__breadcrumbs {
    display: none;
  }
}
/* 0327追記　breadcrumbs ここまで*/

/* 0610追記　来場予約ボタン追加 */
.reservation__btn {
  align-items: center;
  /* background-color: #a49d7b;
  border: 1px solid #a49d7b; */
  background: #788da0;
  border: 1px solid #788da0;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
}
.page__header--nav .reservation__btn {
  height: 36px;
}
.page__header--btn {
  text-align: center;
  width: 112px;
}
.page__header--btnGroup {
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(4, 1fr); /* 4等分 */
}

.sidedrawer__inner .reservation__btn {
  /* background-color: #a49d7b;
  border: 1px solid #a49d7b; */
  background: #788da0;
  border: 1px solid #788da0;
  font-size: 18px;
  margin-top: 10px;
}
.reservation__btn .page__btn--text {
  color: #fff;
}
.page__fullBtn,
.page__clearBtn {
  height: 60px;
}


@media screen and (max-width: 1250px) {
  .page__header--img {
    min-width: 20vw;
    width: auto;
  }

  .page__header--area,
  .page__header--link {
    /* font-size: 10px; */
    font-size: 0.977vw;
  }

  .page__header--btn,
  .reservation__btn,
  .modelroom__btn {
    /* font-size: 10px; */
    font-size: 0.977vw;
    min-width: 100px;
    width: auto;
  }
}


@media screen and (max-width: 1024px) {
  .page__header--img {
    min-width: 200px;
    width: auto;
  }
  .page__header--area,
  .page__header--link {
    /* font-size: 10px; */
    font-size: 0.977vw;
  }
  .page__header--nav {
    /* gap: 30px; */
    gap: 20px;
  }
  .page__header--link::after {
    /* right: -15px; */
    right: -15px;
  }
  .page__header--btnGroup {
    gap: 4px;
  }
  .reservation__btn {
    width: 112px;
  }
  .page__header--btn,
  .reservation__btn,
  .modelroom__btn {
    /* font-size: 10px; */
    font-size: 0.977vw;
    min-width: 80px;
    min-width: 9.813vw;
    width: auto;
  }
  /* .sidedrawer__inner .reservation__btn {
    font-size: 12px;
  } */
}

@media screen and (max-width: 766px) {
  .sidedrawer__inner .reservation__btn {
    font-size: 12px;
  }
}
/* 0610追記　来場予約ボタン追加 ここまで*/




/* 250401追記　モデルルーム案内会予約ボタン追加 */
.modelroom__btn {
  align-items: center;
  /* background: #788da0;
  border: 1px solid #788da0; */
  background-color: #a49d7b;
  border: 1px solid #a49d7b;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  /* font-size: 12px; */
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}
.page__header--nav .modelroom__btn {
  height: 36px;
}
.sidedrawer__inner .modelroom__btn {
  /* background: #788da0;
  border: 1px solid #788da0; */
  background-color: #a49d7b;
  border: 1px solid #a49d7b;
  font-size: 18px;
  margin-top: 10px;
}
.modelroom__btn .page__btn--text {
  color: #fff;
}

@media screen and (max-width: 766px) {
  .sidedrawer__inner .modelroom__btn {
    font-size: 12px;
  }
}

/* 250401追記　モデルルーム案内会予約ボタン追加 */
