body {
  background: #ecedef;
  font-feature-settings: "palt";
}

#allWrapper {
  overflow: hidden;
}

body #main {
  background: transparent;
  padding: 0 !important;
}

.index__body {
  overflow: hidden;
}

.top__container {
  margin: 0 auto;
  max-width: 1112px;
}

.top__sp {
  display: none;
}

body a {
  text-decoration: none;
}

.hasLabel {
  position: relative;
}

.fadeLink {
  opacity: .3;
  pointer-events: none;
}

.sidedrawer__link.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__link.smLink.current {
  color: #fff;
}

.image__label {
  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;
}

.topMainVisual__video--caption {
  /* 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;
}

.topMainVisual__video--caption {
  /* transition: .3s; */
}

.topMainVisual__video--caption.second,
.topMainVisual__video--caption.third {
  opacity: 0;
}

.topMainVisual__video--textContainer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loadingScreen__logo img {
  max-width: 200px;
}

.js-blurContainer {
  overflow: hidden;
}

.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;
}

.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) {
  .top__sp {
    display: block;
  }

  .top__dt {
    display: none;
  }

  .sidedrawer__inner .page__fullBtn {
    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;
  }
}

/* Page Header */

.page__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 75px;
  width: 100%;
}

.map__header.page__header {
  height: 65px;
}

.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;
  top: 50%;
  transform: translateY(-50%);
}

.page__header--btnGroup {
  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;
}

@media screen and (max-width: 1050px) {
  .page__header--btn {
    width: auto;
  }
}

.page__header--btn.clear {
  background: transparent;
}

.toggleContainer {
  cursor: pointer;
  height: 50px;
  position: sticky;
  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;
}

.page__header .toggleContainer {
  display: none;
}

.topHeader__navBar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin: 0 auto;
  max-width: 87.5vw;
  padding: 0 0 30px;
}

.topHeader__navBar.map__header {
  padding: 0 0 10px;
}

.topHeader {
  background: #fff;
  position: relative;
  z-index: 0;
}

.topHeader:first-of-type {
  z-index: 2;
}

.topHeader:nth-of-type(2) {
  transform: translateY(-100%);
  transition: .5s ease-in-out;
}

.topHeader:nth-of-type(2).show {
  transform: translateY(0);
  transition: .5s ease-in-out;
}

.topHeaderContainer {
  width: 100%;
  z-index: 100;
}

.topHeaderContainer.topPage {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: .3s ease-in-out;
}

.topHeaderContainer.topHeader__show {
  opacity: 1;
  transition-timing-function: .3s ease-in-out;
}

.topHeader__navBar a {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.topHeader__navBar .hasLine::before {
  background: #9db8d5;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 64px;
}

.topHeader__navBar a::after {
  background: #353436;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.topHeader__navBar a:last-child::after {
  background: transparent;
}

.topHeader__breadcrumbs {
  padding-bottom: 16px;
}

.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;
}

.topHeader__notice {
  column-gap: 18px;
  display: flex;
  margin-left: 80px;
  padding-bottom: 16px;
}

.topheader__notice--box {
  align-items: center;
  border: 1px solid #3d3b36;
  color: #3d3b36;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  justify-content: center;
  width: 78px;
}

.topHeader__notice--text {
  color: #3d3b36;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 1110px) {
  .page__header--logo {
    margin-left: 20px;
  }

  .page__header--area {
    margin-left: 2vw;
  }

  .page__header--nav {
    gap: 30px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page__header {
    justify-content: space-between;
    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;
    position: fixed;
    right: 0;
    top: 13px;
  }

  .page__header--fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  .topHeader__navBar,
  .topHeader__breadcrumbs {
    display: none;
  }

  .topHeader__notice {
    flex-direction: column;
    margin: 0;
    padding: 0 20px 10px;
    row-gap: 5px;
  }

  .topheader__notice--box {
    width: 100%;
  }
}

/* side drawer */

.sidedrawer {
  background: #9db8d5;
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translateX(-120%);
  width: 100%;
  z-index: 1001;
}

.sidedrawer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 125px);
  justify-content: center;
}

.sidedrawer__inner .topInformation__fullBtn {
  background: #fff;
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.66;
  margin-top: 50px;
  max-width: 520px;
  width: 100%;
}

.sidedrawer__nav {
  column-gap: 80px;
  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: 40px;
    margin: 0 auto 50px;
    max-width: 90vw;
    row-gap: 15px;
  }

  .sidedrawer__link {
    font-size: 26px;
  }

  .sidedrawer__link.smLink {
    font-size: 16px;
  }

  .sidedrawer__inner .topInformation__fullBtn {
    height: 60px;
    width: 80%;
  }
}

/* Main Visual */

.top__banner {
  background: #303131;
  padding: 27px 0;
}
.top__banner .main_tx {
  font-size: 38px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin: 0 auto 0.8em;
  text-align: center;
  color: #FFF;
  font-family: "Shippori Mincho B1", serif;
}
.top__banner .main_tx b {
  font-size: 60px;
  color: #e4d9a2;
}

.top__banner--text {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.67;
  text-align: center;
}

.top__banner--goldenText {
  color: #d2b9a7;
  font-size: 38px;
  line-height: 1.0;
}

.topMainVisual {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.topMainVisual__img,
.topMainVisual__video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.topMainVisual__icon {
  height: auto;
  max-width: 175px;
  width: 100%;
}

.topMainVisual__notice {
  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: 2px 5px;
  position: absolute;
  right: 0;
  width: fit-content;
}

/* .topMainVisual__title {
	left: 50%;
	position: absolute;
	top: 100px;
	transform: translateX(-50%);
	width: fit-content;
} */

.topMainVisual__title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.topMainVisual__text {
  font-family: "Cormorant", serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  width: fit-content;
}

.topPricesBanner {
  align-items: center;
  background: #9db8d5;
  display: flex;
  flex-direction: column;
  /*height: 200px;*/
  padding: 2em 0;
  justify-content: center;
}

.topPricesBanner__text {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  letter-spacing: .025em;
  line-height: 1.25;
  text-align: center;
}

.topPricesBanner__text span.size28 {
  font-size: 28px;
}

.topPricesBanner__text span.size36 {
  font-size: 36px;
}

.topPricesBanner__text.small {
  font-size: 13px;
}

.topPricesBanner__text br {
  display: none;
}

@media screen and (max-width: 767px) {
  .top__banner {
    padding: 15px 0;
  }
  .top__banner .main_tx {
    /*font-size: 38px;*/
    font-size: 5.997vw;
  }
  .top__banner .main_tx b {
    /*font-size: 60px;*/
    font-size: 8.865vw;
  }

  .top__banner--text {
    font-size: 15px;
  }

  .top__banner--goldenText {
    font-size: 24px;
    line-height: .8;
  }

  .topMainVisual__text {
    font-size: 13px;
  }

  .topMainVisual__icon {
    max-width: 150px;
  }

  .topMainVisual {
    height: auto;
  }

  .topPricesBanner {
    gap: 4px;
    /*height: 112px;*/
  }

  .topPricesBanner__text br {
    display: block;
  }

  .topPricesBanner__text span.line {
    display: none;
  }

  .topPricesBanner__text.small {
    font-size: 10px;
  }

  .topPricesBanner__text {
    font-size: 17px;
    line-height: 1.2;
  }

  .topPricesBanner__text span.size28 {
    font-size: 20px;
  }

  .topPricesBanner__text span.size36 {
    font-size: 24px;
  }
}

/* Top slide */
#swiper2 {
  /*height: 100vh;*/
  height: calc(100vh - 40px);
  overflow: hidden;
  position: relative;
}

#swiper2 .swiper {
  opacity: 1;
  transition: .3s;
  background: #303131;
}

#swiper2 .swiper-slide {
  width: 100%;
  /*height: 100vh;*/
  height: calc(100vh - 40px);
}

/* 画像サイズ調整 */
#swiper2 .slide__container img {
  object-fit: cover;
  width: 100%;
  /*height: 100vh;*/
  height: calc(100vh - 40px);
}

/* ページネーションの余白 */
#swiper2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#swiper2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px 10px;
}

/* ページネーションのサイズと色 */
#swiper2 .swiper-pagination-bullet {
  background-color: #d8d8d8;
  opacity: 1;
  height: 15px;
  width: 15px;
  border: 0.1px solid #272727;
}

#swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #272727;
}

#swiper2 .img_mark {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3em 3em 0 0;
  /*width: 280px;*/
  width: 250px;
  z-index: 5;
}

/* 画像サイズ調整 */
#swiper2 .img_mark img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

#swiper2 .main_tx {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 38px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 0 2em 2em;
  text-align: left;
  color: #FFF;
  text-shadow: 0px 0px 4px #231815, 0px 0px 4px #231815;
  font-family: "Shippori Mincho B1", serif;
  z-index: 5;
}

#swiper2 .main_tx b {
  font-size: 60px;
  color: #e4d9a2;
}

@media screen and (max-width: 767px) {
  #swiper2 {
    height: auto;
  }

  #swiper2 .swiper-slide {
    height: auto;
  }

  /* 画像サイズ調整 */
  #swiper2 .slide__container img {
    height: auto;
  }

  /**/
  #swiper2 .img_mark {
    padding: 0.9em 0.9em 0 0;
    width: 40.36vw;
    max-width: 310px;
  }

  #swiper2 .img_mark.last {
    position: absolute;
    top: 20%;
  }

  #swiper2 .swiper-slide .main_tx {
    /*font-size: 38px;*/
    font-size: 5.997vw;
    padding: 0 0 1.7em 0.8em;
  }

  #swiper2 .swiper-slide .main_tx b {
    /*font-size: 60px;*/
    font-size: 8.865vw;
  }

  /* ページネーションの余白 */
  #swiper2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #swiper2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 2px;
  }

  /* ページネーションのサイズと色 */
  #swiper2 .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 45%;
    top: auto;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .floorplan__image--main {
    width: 66vw;
  }

  .floorplan__image {
    margin: 50px auto 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 32px;
    width: 32px;
  }

  .swiper-button-next::after {
    right: 50%;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    height: 4px;
    width: 4px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
}

/* Top Highlights */

.topHighlights {
  padding: 0 20px;
}

.topHighlights .top__container {
  margin-top: 40px;
}

.topHighlights__goldenText {
  color: #af8469;
}

.topHighlights__text {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}

.topHighlights__lgText {
  font-size: 26px;
}

.topHighlights__mdText {
  font-size: 16px;
}

.topHighlights__smText {
  font-size: 12px;
}

.multiply {
  display: inline-block;
  margin-top: 16px;
  position: relative;
}

.multiply::before {
  border-left: 1px solid #333;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: -13px;
  transform: translateX(-50%) rotate(135deg);
  width: 1px;
}

.multiply::after {
  border-right: 1px solid #333;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: -13px;
  transform: translateX(-50%) rotate(45deg);
  width: 1px;
}

.topHighlights__list {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  width: 100%;
}

.topHighlights__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*.topHighlights__list .topHighlights__item:nth-child(3n + 1),
.topHighlights__list .topHighlights__item:nth-child(3n + 2) {
  border-right: 1px solid #353436;
  max-height: 100px;
  padding: 0 10px;
}*/

/*.topHighlights__list .topHighlights__item:nth-child(3n + 1){
  border-right: 1px solid #353436;
  max-height: 100px;
  padding: 0 10px;
}
.topHighlights__list .topHighlights__item:nth-child(3n + 2) {
  border-right: 1px solid #353436;
  padding: 0 10px;
}*/
.topHighlights__list .topHighlights__item:nth-child(2n + 1) {
  border-right: 1px solid #353436;
  max-height: 100px;
  padding: 0 10px;
}

.topHighlights-title,
.topMainVisual__video--text {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: .125em;
  line-height: 1.6;
  margin-top: 150px;
  text-align: center;
}

.topMainVisual__video--text {
  color: #fff;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);

  /* transition: .3s; */
  width: 100%;
}

.topHighlights__slogan {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

.topHighlights__img--container {
  position: relative;
  margin: 90px auto 60px;
  /*max-width: 80vw;*/
  width: 100%;
}

.topHighlights__img {
  height: auto;
  width: 100%;
}

.daiwaHouseFirst {
  max-width: 215px;
}

.daiwaHouseFirst__img {
  width: 100%;
}

.daiwaHouseFirst__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .topHighlights__list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }

  /*.topHighlights__list .topHighlights__item:nth-child(3n + 1),
  .topHighlights__list .topHighlights__item:nth-child(3n + 2) {
    border-right: none;
  }*/
  .topHighlights__list .topHighlights__item:nth-child(2n + 1) {
    border-right: none;
  }

  .topHighlights__item {
    display: block;
    height: unset;
    min-height: unset;
    position: relative;
  }

  .topHighlights__item:not(:last-child)::after {
    background: #353436;
    bottom: -14px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
  }

  .topHighlights__text {
    font-size: 16px;
  }

  .topHighlights__smText {
    font-size: 10px;
  }

  .topHighlights__mdText {
    font-size: 11px;
  }

  .topHighlights__lgText {
    font-size: 17px;
  }

  .topHighlights-title {
    font-size: 18px;
    margin-top: 90px;
  }

  .topHighlights__slogan {
    font-size: 14px;
  }

  .topHighlights__img--container {
    margin: 45px auto 25px;
    /*max-width: calc(100% - 40px);*/
  }

  .topHighlights .page__disclaimer {
    margin-top: 3px;
  }

  .topMainVisual__video--text {
    font-size: 20px;
  }

  .topHighlights__under--text {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr 1fr;
  }

  .is-spMl {
    margin-left: -5px;
  }

  .topHighlights__text .multiply {
    margin: 0 0 0 20px;
  }

  .topHighlights__text .multiply::before {
    border-left: 1px solid #333;
    content: "";
    height: 14px;
    left: -14px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%) rotate(135deg);
    width: 1px;
  }

  .topHighlights__text .multiply::after {
    border-right: 1px solid #333;
    content: "";
    height: 14px;
    left: -14px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%) rotate(45deg);
    width: 1px;
  }

  .daiwaHouseCertification {
    display: flex;
    justify-content: center;
  }

  .daiwaHouseFirst__img {
    max-width: 179px;
  }

  .daiwaHouseFirst__text {
    font-size: 14px;
  }
}

/* Top Information */

.topInformation {
  padding: 0 20px;
}

.topInformation__title {
  color: #353436;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.topInformation__lead {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.66;
  margin-top: 27px;
}

.topInformation__lead .ft-large {
  color: #b3865f;
  font-size: 20px;
  line-height: 1.4;
}

.sp-mt {
  display: inline-block;
  margin-top: 16px;
}

.topInformation__btnArea {
  align-self: end;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.topInformation__fullBtn,
.topInformation__clearBtn {
  align-items: center;
  border: 1px solid #9db8d5;
  display: flex;
  gap: 10px;
  height: 80px;
  justify-content: center;
  text-decoration: none;
}

.topInformation__fullBtn {
  background: #9db8d5;
}

.topInformation__fullBtn.fadeBtn {
  background: rgba(255, 255, 255, .5);
  margin-top: 16px;
}

.topInformation__btn--text,
.topInformation__btn--smText {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.66;
}

.topInformation__btn--smText {
  font-size: 13px;
}

.topInformation__title--container {
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 170px;
}

.topInformation__scroll--text {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}

.topInformation__scroll {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  row-gap: 15px;
}

.topInformation__scroll--arrowContainer {
  height: 112px;
  margin-left: 10px;
  overflow: hidden;
}

.topInformation__scroll--arrow {
  animation: arrowAnime 3s linear infinite;
  height: 112px;
  margin-right: 5px;
}

@keyframes arrowAnime {
  0% {
    transform: translateY(-100%);
  }

  8% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@media screen and (max-width: 767px) {
  .topInformation__title--container {
    grid-template-columns: 1fr;
    margin-top: 90px;
    row-gap: 45px;
  }

  .topInformation__title {
    font-size: 17px;
  }

  .topInformation__lead {
    font-size: 10px;
    margin-top: 17px;
  }

  .topInformation__fullBtn,
  .topInformation__clearBtn {
    flex-direction: column;
    gap: 0;
  }

  .topInformation__btn--text {
    font-size: 15px;
  }

  .topInformation__btn--smText {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .topInformation__scroll {
    margin-top: 90px;
  }

  .topInformation__scroll--arrow {
    height: 93px;
  }

  .topInformation__title--textArea {
    text-align: center;
  }

  .topInformation__lead .ft-large {
    font-size: 16.6px;
  }

  .sp-mt {
    margin-top: 13px;
  }
}

/* Top Message */

.topMessage {
  margin-top: 10px;
}

.topMessage .top__container {
  background: url(../images/index/img-message_dt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18.75vw 20px 30vw;
}

.topMessage__title {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .125em;
  line-height: 1.6;
}

.topMessage__text {
  color: #353436;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.75;
}

.topMessage__textArea .topMessage__text:first-of-type {
  margin-top: 10px;
}

.topMessage__textArea {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  row-gap: 25px;
  width: fit-content;
}

.topMessage__slogan {
  display: flex;
  flex-direction: column;
  margin: 80px auto 0;
  max-width: 200px;
  row-gap: 10px;
}

.topMessage__slogan--text {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topMessage__title {
    font-size: 18px;
  }

  .topMessage__text {
    font-size: 13px;
  }

  .topMessage__slogan--text {
    font-size: 11px;
  }

  .topMessage__slogan {
    max-width: 130px;
  }

  .topMessage .top__container {
    background: url(../images/index/img-message_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18.75vw 20px 48vw;
  }
}

/* Top Points */

.topPoints {
  margin-top: 170px;
  padding: 0 20px;
}

.topPoints__list,
.topPoints__item {
  display: flex;
  flex-direction: column;
}

.topPoints__list {
  row-gap: 125px;
}

.topPoints__item {
  row-gap: 40px;
}

.topPoints__item--textArea {
  align-self: center;
}

.topPoints__item--title {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
}

.topPoints__list .topPoints__item:nth-child(even) .topPoints__item--title {
  text-align: end;
}

.topPoints__item--body {
  display: grid;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1112px;
}

.topPoints__list .topPoints__item:nth-child(odd) .topPoints__item--body {
  grid-template-columns: auto 53%;
}

.topPoints__list .topPoints__item:nth-child(even) .topPoints__item--body {
  grid-template-columns: 53% auto;
}

.topPoints__item--img {
  height: auto;
  width: 100%;
}

.topPoints__item--heading,
.topPoints__item--text {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6;
}

.topPoints__item--line {
  background: #9db8d5;
  border: none;
  height: 1px;
  margin: 0;
  width: 100%;
}

.topPoints__item--text {
  font-size: 20px;
  margin-top: 25px;
}

.topPoints__item--link {
  align-items: center;
  background: #9db8d5;
  color: #353436;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  height: 54px;
  justify-content: center;
  line-height: 1.2;
  margin-top: 45px;
  text-decoration: none;
  width: 300px;
}

.topPoints__item--link span {
  position: relative;
}

.topPoints__item--link span:before {
  background: #353436;
  content: "";
  height: 1px;
  left: -20px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
}

.topPoints__btn--container {
  margin: 160px auto 0;
  max-width: 548px;
}

@media screen and (max-width: 767px) {
  .topPoints {
    margin-top: 65px;
  }

  .topPoints__list {
    row-gap: 70px;
  }

  .topPoints__item {
    row-gap: 30px;
  }

  .topPoints__item--title {
    font-size: 60px;
  }

  .topPoints__list .topPoints__item:nth-child(odd) .topPoints__item--body {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .topPoints__list .topPoints__item:nth-child(even) .topPoints__item--body {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .topPoints__list .topPoints__item:nth-child(even) .topPoints__item--title {
    text-align: start;
  }

  .topPoints__item--textArea {
    align-self: auto;
  }

  .topPoints__item--link {
    font-size: 16px;
    width: 100%;
  }

  .topPoints__item--heading {
    font-size: 13px;
  }

  .topPoints__item--text {
    font-size: 16px;
  }

  .topPoints__btn--container {
    margin: 100px auto 0;
  }
}

/* Bottom Nav */

.bottomNav {
  margin-top: 120px;
}

.bottomNav__link {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.bottomNav__contact img {
  max-width: 310px;
}

.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: 13px;
  line-height: 1.33;
}

.bottomNav__contact {
  margin: 75px auto;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .bottomNav .top__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .bottomNav__container {
    order: 2;
  }

  .bottomNav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-top: 50px;
    max-width: 287px;
    row-gap: 20px;
  }

  .disclaimer__group {
    order: 1;
    padding: 0 20px;
  }

  .bottomNav__contact {
    margin: 40px 0;
    margin-left: 20px;
    order: 3;
  }

  .bottomNav__contact img {
    max-width: 258px !important;
  }

  .bottomNav__line {
    margin: 20px 20px 25px;
  }

  .bottomNav__link {
    font-size: 26px;
  }

  .bottomNav {
    margin-top: 90px;
  }

  .bottomNav__list .bottomNav__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .bottomNav__list .bottomNav__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .bottomNav__list .bottomNav__item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .bottomNav__list .bottomNav__item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }

  .bottomNav__list .bottomNav__item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }

  .bottomNav__list .bottomNav__item:nth-child(6) {
    grid-column: 2;
    grid-row: 1;
  }

  .bottomNav__list .bottomNav__item:nth-child(7) {
    grid-column: 2;
    grid-row: 2;
  }

  .bottomNav__list .bottomNav__item:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
  }

  .bottomNav__column--item {
    grid-column: 2;
    grid-row: 4 / span 2;
    margin-top: -10px;
  }

  .bottomNav__smLink {
    color: #353436;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.85;
    margin-left: 35px;
    position: relative;
    text-decoration: none;
  }

  .bottomNav__smLink::before {
    background: #353436;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

  .bottomNav__list.mapNav {
    margin-top: 0;
  }
}

/* Map */

.mapDisplay {
  margin-top: 60px;
}

.mapDisplay__title {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: .7;
  text-align: center;
  width: 100%;
}

.mapDisplay__subtitle {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.75;
  margin-top: 10px;
  text-align: center;
}

/* 241223追加 */
.mapDisplay__subtitle.gallery {
  margin-top: 62px;
}

.mapDisplay--img {
  margin: 32px auto 0;
  padding: 0 20px;
  width: fit-content;
}

.mapDisplay--img img {
  height: 100%;
  max-width: 924px;
  width: 100%;
}


/* ↓250307追加 */
.park-contents {
  padding: 0 20px;
}

.park-wrap {
  width: 100%;
  max-width: 924px;
  margin: 3em auto 0;
  font-family: "Shippori Mincho B1", serif;
  border: 1px solid #9db8d5;
}

.park-wrap .park_ttl {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding: 0.8em 0;
  text-align: center;
  background-color: #9db8d5;
}

.park-wrap .park-txtArea {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  padding: 1em 0;
}

/* ↑250307追加 */


.mapDisplay__googleLink {
  align-items: center;
  color: #353436;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  letter-spacing: .025em;
  line-height: 1.25;
  margin: 45px auto 0;
  outline: 1px solid #9db8d5;
  text-decoration: none;
  width: 330px;
}

.mapBtn {
  margin-top: 50px;
  padding: 0 20px;
}

.mapBtn__container {
  margin: 0 auto;
  max-width: 548px;
}

@media screen and (max-width: 767px) {
  .mapDisplay {
    margin-top: 50px;
  }

  .mapDisplay__title {
    line-height: .6;
  }

  .topHeader__notice.top__dt {
    display: none;
  }
}

.loadingScreen {
  align-items: center;
  background: #9db8d5;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 99999;
}

/* Login Page */

.loginMain {
  background: #9db8d5;
  padding-bottom: 120px;
}

.login__title--container {
  padding-top: 110px;
}

.login__title--container .login__text {
  margin-top: 8px;
}

.login__input--container {
  margin-top: 75px;
}

.login__title {
  color: #353436;
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.login__text {
  color: #353436;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.login__text .large {
  font-size: 18px;
}

.login__form {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.login__input {
  border: none;
  margin: 5px auto;
  max-width: 548px;
  outline: none;
  padding: 14px 20px;
  text-align: start;
  width: 100%;
}

.login__label {
  color: #f00;
  display: none;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 588px;
  text-align: start;
  width: 100%;
}

.login__button {
  background: #353436;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 56px;
  margin: 48px auto 0;
  max-width: 240px;
  width: 100%;
}

.login__instruction {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  padding: 40px 0;
  row-gap: 37px;
}

.login__instruction .topInformation__fullBtn {
  height: 56px;
  max-width: 240px;
  width: 100%;
}

.bottomNav.login {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .login__title--container {
    padding-top: 60px;
  }

  .login__title {
    font-size: 33px;
  }

  .login__text {
    font-size: 13px;
  }

  .login__text .large {
    font-size: 15px;
  }

  .login__title--container .login__text {
    margin-top: 4px;
  }

  .login__input--container {
    margin-top: 40px;
  }

  .login__input {
    width: calc(100% - 80px);
  }

  .login__form {
    margin-top: 40px;
  }

  .login__button {
    font-size: 15px;
    margin: 30px auto 0;
    max-width: 200px;
  }

  .login__instruction {
    margin: 60px 20px 0;
  }

  .login__instruction .login__text {
    font-size: 12px;
    letter-spacing: -.04em;
  }

  .login__instruction .topInformation__fullBtn {
    height: 44px;
    max-width: 200px;
  }
}

/*サイト仕様上書き*/
#categoryBack {
  position: relative;
  z-index: 10;
}

#container {
  background-color: #f4f4f4;
  margin: 0 auto !important;
  min-height: 0 !important;
  padding-bottom: 134px !important;
  position: relative;
  width: 100% !important;
  z-index: 10;
}

#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;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.topMainVisual__video--text.js-videoText:nth-child(3) {
  text-shadow: 1px 1px 2px black;
}





/* 0610追記　来場予約ボタン追加 */

.page__header--nav .reservation__btn {
  height: 36px;
}

.page__header--btn {
  text-align: center;
  width: 112px;
}

.page__header--btnGroup {
  grid-template-columns: repeat(3, 1fr);
}

.topInformation__reserveBtn {
  align-items: center;
  /* background-color: #a49d7b;
  border: 1px solid #9db8d5; */
  background: #788da0;
  border: 1px solid #788da0;
  display: flex;
  gap: 10px;
  height: 80px;
  justify-content: center;
  text-decoration: none;
}

.topInformation__reserveBtn.model {
  /* background: #788da0;
  border: 1px solid #788da0; */
  background-color: #a49d7b;
  border: 1px solid #9db8d5;
}

.topInformation__reserveBtn .topInformation__btn--text {
  color: #fff;
}

.sidedrawer__inner .page__fullBtn {
  background: #fff;
  margin-top: 10px;
  max-width: 520px;
  width: 100%;
}

.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__fullBtn,
.page__clearBtn {
  align-items: center;
  border: 1px solid #9db8d5;
  display: flex;
  gap: 10px;
  height: 80px;
  justify-content: center;
  text-decoration: none;
}

.page__fullBtn.fadeBtn {
  background: rgba(255, 255, 255, .5);
  margin-top: 10px;
}

.sidedrawer__inner .reservation__btn {
  /* background-color: #a49d7b; */
  background-color: #788da0;
  font-size: 18px;
  margin-top: 10px;
}

.reservation__btn {
  align-items: center;
  /* background-color: #a49d7b; */
  background-color: #788da0;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  width: 112px;
}

.sidedrawer__inner .modelroom__btn {
  /* background-color: #788da0; */
  background-color: #a49d7b;
  font-size: 18px;
  margin-top: 10px;
}

.modelroom__btn {
  align-items: center;
  /* background-color: #788da0; */
  background-color: #a49d7b;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  width: 112px;
}

@media screen and (max-width: 1024px) {
  .page__header--img {
    min-width: 200px;
    width: auto;
  }

  .page__header--area,
  .page__header--link {
    font-size: 10px;
  }

  .page__header--nav {
    gap: 15px;
  }

  .page__header--link::after {
    right: -10px;
  }

  .page__header--btnGroup {
    gap: 4px;
  }

  .page__header--btn,
  .reservation__btn {
    font-size: 10px;
    min-width: 80px;
    width: auto;
  }

  .sidedrawer__inner .page__fullBtn {
    font-size: 12px;
    height: 40px;
    width: 80%;
  }
}

/*  */
.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追記　来場予約ボタン追加 ここまで*/




.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}




@media screen and (max-width: 767px) {

  /* ↓250307追加 */
  .park-wrap {
    width: 100%;
    margin: 2em auto 0;
  }

  .park-wrap .park_ttl {
    font-size: 18px;
    padding: 0.8em 0;
  }

  .park-wrap .park-txtArea {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 1em 0;
  }

  .park-wrap .park-txtArea .txt {
    width: 90%;
    margin: 0 auto;
  }

  /* ↑250307追加 */

  .mapDisplay--img {
    position: relative;
  }

  .mapDisplay--img .img__angle {
    bottom: 33px;
    content: "";
    height: 22px;
    position: absolute;
    right: 28px;
    width: 16px;
    display: none;
  }

  .mapDisplay--img .img__walk {
    bottom: 16px;
    content: "";
    height: 13px;
    position: absolute;
    right: 24px;
    width: 67px;
    display: none;
  }

  .mapDisplay--img .img__guide {
    bottom: 0;
    content: "";
    height: 12px;
    position: absolute;
    right: 20px;
    width: 44px;
    display: none;
  }
}

/* 20241015 voiceリンクバナー設置 */
.move__voiceLink {
  display: block;
  margin: 124px auto 80px;
}

.move__voiceLink img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .move__voiceLink {
    margin-top: 80px;
  }
}

/* 20241111 topバナー設置 */
.move__planBannerInner {
  bottom: 38px;
  position: fixed;
  right: 0;
  z-index: 999;
}

.move__planBanner {
  display: block;
}

.move__planBanner img {
  /*  height: 200px;*/
  height: 95px;
  width: 200px;
}

.close-btn {
  all: unset;
  background: #fff;
  border: none;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .move__planBannerInner {
    bottom: 68px;
  }

  .move__planBanner img {
    /*    height: 144px;*/
    height: 68px;
    width: 144px;
  }

  /* .close-btn {
    font-size: 14px;
  } */
}






/* 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;
  }
}