.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 10rem;
  background-color: #fff;
  background-color: var(--clr-wht);
  z-index: 9999;
  transition: all .4s ease-out;
  transition: var(--transit-default);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.header_top {
  height: 4.875rem;
  transition: all .4s ease-out;
  transition: var(--transit-default);
}

@media print,
screen and (min-width: 67.5625em) {
  .header_top {
    border-bottom: 1px solid #F2F2F2;
    border-bottom: 1px solid var(--clr-mono-01);
  }
}

.cam1{
 
  background-color: white;
 
}

.feature {
  display: flex;
  width: 90%;
  margin: auto;
  max-width: 1470px;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #8C8579;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.6;
}

.container {
  width: 100%;
  height: 100vh;
  /* 画面全体の高さに設定 */
  overflow: hidden;
  /* はみ出した部分を隠す */
  position: relative;
}

@media screen and (max-width: 1024px) {
  .container {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .containersp {
    display: none;
  }
}


.fv {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.logo {
  width: 480px;

  margin: auto;
}

@media screen and (max-width: 1024px) {
  .logo {
    margin: auto;

    width: 360px;
    height: auto;
    padding: 14px;
  }
}

.text1 {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .text1 {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 35px;
  }
}

.boxed-text {
  border: 1px solid #8C8579;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .boxed-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}


.flex3 {
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .flex3 {
    display: flex;
    padding-top: 80px;
    align-items: center;

  }
}

@media screen and (max-width: 1024px) {
  .flex3 {
    display: block;
  }
}

.width {
  width: 90%;
  margin: auto;
  max-width: 1470px;
  padding-right: 6.5277777778vw;
  padding-left: 6.5277777778vw;
}

@media screen and (min-width: 1024px) {
  .width {
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .width {
    padding-bottom: 40px;
    width: 100%;
  }
}

.midasi {
  font-size: 38px;
}

@media screen and (max-width: 1024px) {
  .midasi {
    font-size: 20px;
  }
}



body {
  color: #8C8579;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;

}

.flex {
  display: flex;
  width: 50%;
  margin: auto;
  align-items: start;
}

.flex2 img {
  height: auto;
  align-items: flex-start;
}


.flex2 {
  display: flex;
  width: 90%;
  max-width: 1470px;
  margin: auto;
  align-items: flex-start;
}


@media screen and (max-width: 1024px) {
  .flex2 {
    display: flex;
    width: 90%;
    max-width: 1470px;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .flex2 {
    display: flex;
    width: 90%;
    max-width: 1470px;
    margin: auto;
    align-items: flex-start;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  h4 {
    display: block;
    position: relative;
    /* 疑似要素の位置の基準として設定 */
    padding-left: 10px;
    text-align: left;
    padding-bottom: 10px;
    border-left: 5px solid #CDADA4;
    font-size: 24px;
  }
}


@media screen and (max-width: 1024px) {
  h4 {
    font-size: 16px;
    display: block;
    position: relative;
    /* 疑似要素の位置の基準として設定 */
    padding-left: 10px;
    text-align: left;
    border-left: 5px solid #CDADA4;
  }
}




h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  /* 実際のh2から10px下に位置 */
  border-bottom: 1px solid #8C8579;
  /* 下線を疑似要素に適用 */
}


h3 {
  font-size: 1.4rem;
  text-align: left;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.width90 {
  width: 90%;
  margin: auto;
}


@media screen and (max-width: 1024px) {

  .plan {
    text-align: center;
    font-size: 30px;
    color: #CDADA4;
    padding-top: 30px;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {

.plan {
  text-align: center;
  font-size: 40px;
  color: #CDADA4;
  padding-top: 30px;
  position: relative;
}
}

.plan::after {
  content: "";
  display: block;
  width: 12%;
  /* ラインの長さを調整 */
  height: 1%;
  /* ラインの太さを指定 */
  background-color: #CDADA4;
  /* ラインの色を指定 */
  margin: 0 auto;
  /* 中央に配置 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .plan::after {
    content: "";
    display: block;
    width: 34%;
    /* ラインの長さを調整 */
    height: 1%;
    /* ラインの太さを指定 */
    background-color: #CDADA4;
    /* ラインの色を指定 */
    margin: 0 auto;
    /* 中央に配置 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}


.background {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .midasi2 {
    width: 90%;
    margin: auto;
    max-width: 1470px;
    padding-right: 6.5277777778vw;
    padding-left: 6.5277777778vw;
    font-size: 2rem;
    padding: 3rem;
  }
  
}

@media screen and (max-width: 1024px) {
  .midasi2 {
    width: 90%;
    padding-top: 16px;
    font-size: 16px;
    text-align: left;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {

.text2 {
  font-size: 20px;
  width: 50%;
  text-align: left;
}
}

@media screen and (max-width: 1024px) {
  .text2 {
    font-size: 14px;
    text-align: center;
    margin: auto;
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .text3 {
    padding-top: 16px;

    font-size: 16px;
    text-align: left;
    margin: auto;
    width: 90%;
  }
}

.flex4 {
  display: flex;
  padding-top: 2rem;
  font-size: 14px;
}


.floor {
  background: white;
  margin: auto;
}

.floor img {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .floor {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .floor {
    display: none;
  }
}

.floor1pct img {
  width: 90vw;
}

.floor2pct img {
  width: 100%;
}

.floorinfo {
  padding-bottom: 10px;
}

.gallery {
  font-size: 36px;
  text-align: center;
  padding-top: 4rem;
}

.gallery {
  color: #333;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.background2 {
  background-color: #eee;
}

.galleryphoto {
  display: flex;

}

@media screen and (min-width: 1024px) {
  .exterior {
    padding-bottom: 2rem;
    text-align: left;
    font-size: 36px;
    color: #333;
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .exterior {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 34px;
    color: #333;
    width: 80%;
    margin: auto;
  }
}




@media screen and (max-width: 1024px) {

.extext {
  text-align: left;
  font-size: 16px;
  color: #333;
  width: 80%;
  margin: auto;
}
}

@media screen and (min-width: 1024px) {

  .extext {
    text-align: left;
    font-size: 18px;
    color: #333;
    width: 80%;
    margin: auto;
  }
  }


.sptex202309com {
  padding-top: 30px;
  padding-bottom: 4px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 22px;
  text-align: center;
  color: #333;
  width: 90%;
  margin: auto;
}

.sptex202309l {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 16px;
  text-align: center;
  color: #333;
  width: 90%;
  margin: auto;
}

/* 以下アコーディオン、スライド */
.accordion-006 {
  max-width: 500px;
  margin-bottom: 7px;
  background-color: #6780ce;
  border-radius: 5px;
}

.accordion-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #e8edf9;
  font-weight: 600;
  cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
  display: none;
}

.accordion-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #8C8579;
  border-right: 3px solid #8C8579;
  content: '';
  transition: transform .3s;
}

.accordion-006[open] summary::after {
  transform: rotate(225deg);
}

.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #e8edf9;
  transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
  transform: none;
  opacity: 1;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 15px;
  /*ドットボタンのサイズ*/
  height: 15px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

body {
  background: #eee;
}

h2,
p {
  text-align: left;
  padding: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}

/* アコーディオンメニュー */
.details {
  border-top: 2px solid #CDADA4;
  border-left: 2px solid #CDADA4;
  border-right: 2px solid #CDADA4;

  &:last-of-type {
    border-bottom: 2px solid #CDADA4;
  }
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #CDADA4;

  &:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .btn {
    position: absolute;
    top: 37%;
    left: 10%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;

    &:before,
    &:after {
      content: "";
      background-color: #fff;
      border-radius: 10px;
      width: 18px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: 0;
      transform-origin: center center;
    }

    &:before {
      width: 4px;
      height: 18px;
      top: 0;
      left: 7px;
    }
  }

  &.is-active {
    .btn {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);

      &:before {
        content: none;
      }
    }
  }
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 20px;

  p {
    margin: 0 0 20px;
    color: #000;
    font-size: 18px;
    text-align: left;

    &:last-of-type {
      margin: 0 0 0;
    }
  }
}

@media screen and (min-width: 1024px) {
  .details {
    display: none;
  }
}

.img1 {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
}

.img1 img {
  width: 300px;
}

.img2 {
  display: flex;
}

.img2 img {
  width: 300px;

}

@media screen and (max-width: 1024px) {
  .img1 {
    display: none;
  }

  .img2 {
    display: none;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
}

.floor {
  max-width: 100%;
  height: auto;
  padding: 0%;
}

.floorpoints {
  display: flex;
  flex-flow: row wrap;
  padding: auto;
  margin: 0;
  list-style-type: none;
  margin: auto;
}

.floorpct {
  padding-top: 0px;
  text-align: center;
}

.floorpct img {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .floorpoints {
    display: none;
  }
}


li {
  list-style: none;
}

.box {
  display: inline-flex;
  padding: .5rem .9rem;
  margin-right: .75rem;
  font-size: min(3.8vw, 1.4rem);
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #8C8579;
}

.access {
  text-align: center;
  font-size: 32px;
  padding-top: 4rem;
  border-bottom: #37509e;
  color: #37509e;
}

.accessmap {
  width: 1980px;
  height: auto;
}

.ideal {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: white;
}