@charset "UTF-8";

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

デザイン CSS

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

article {
  overflow: clip!important;
}

.c-page-caption {
  margin-bottom: 10px;
}

#design .scroll_tag__list--left {
    /*animation: infinity-scroll-left 50s infinite linear 0.5s both;*/
    animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
/*---------------------*/
/* 共通 */
/*---------------------*/
.conCopy {
  width: 100%;
  margin-bottom: 5em;
}
.conCopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
.conCopy .tx01,
.conCopy .tx02 {
  color: #333;
}
.conCopy .tx01 {
  font-size: 28px;
  margin-bottom: 1.2em;
}
.conCopy .tx02 {
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 0;
}
#design .con_tx01 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.con_tx01 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1550px) {
.conCopy .tx01 {
  /*font-size: 28px;*/
  font-size: 1.806vw;
}
.conCopy .tx02 {
  /*font-size: 16px;*/
  font-size: 1.032vw;
}
}

@media only screen and (max-width: 1150px) {
.conCopy .tx01 {
  font-size: 21px;
}
.conCopy .tx02 {
  font-size: 13px;
}
}

@media screen and (max-width: 768px) {
.conCopy {
  margin-bottom: 2.5em;
}
.conCopy p {
  text-align: center;
}
.conCopy .tx01 {
  /*font-size: 28px;*/
  font-size: 4.287vw;
}
.conCopy .tx02 {
  /*font-size: 16px;*/
  font-size: 3.125vw;
  line-height: 2.1;
}
#design .mainTtlArea {
  padding: 0 0 3em;
}

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


/*---------------------*/
/*メインタイトル*/
/*---------------------*/
.mainTtlArea .ttl_icon {
  position: absolute;
  bottom: 4%;
  right: 0.5%;
  width: 15%;
  z-index: 10;
  animation: ttl_icon_fadein 1s ease-in-out 0.3s forwards;
  opacity: 0;
}
.mainTtlArea .ttl_icon img {
  animation: ttl_icon 2s ease-in-out 1.3s infinite;
}
/* アニメーション */
@keyframes ttl_icon_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl_icon {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(0deg);
  }
  30% {
    transform: translate(0, -10px) rotate(0deg);
  }
  40% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  60% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  70% {
    transform: translate(0, -10px) rotate(0deg);
  }
  80% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}


/* Tab */
@media only screen and (max-width: 768px) {
  .mainTtlArea .ttl_icon {
    width: 18%;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  .mainTtlArea .ttl_icon {
    width: 18%;
  }
}


/*---------------------*/
/*デザイン*/
/*---------------------*/
#designArea {
  width: 100%;
  background: url(../images/design/bg_01.webp) no-repeat 0% 0%/contain;
}
/**/
#designArea .con01 {
  width: 100%;
  margin: 0 auto 5em;
  padding: 6em 0;
  background: #fbf4eb;
}
#designArea .con01 .conCopy {
  margin-bottom: 2.5em;
}
#designArea .con01_ul {
  margin: 6em auto;
}
#designArea .con01_ul ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3.5em;
  padding: 0;
  background: #ab9e8d7f;
}
#designArea .con01_ul ul.flex {
  flex-direction: row-reverse;
}
#designArea .con01_ul ul.last {
  margin: 0 auto;
}
#designArea .con01_ul li:nth-child(1) {
  width: 52%;
}
#designArea .con01_ul li:nth-child(2) {
  width: 48%;
}
#designArea .con01_ul .conCopy {
  width: 85%;
  margin: 0 auto;
}
#designArea .desi_img {
  margin-bottom: 5em;
}
#designArea .desi_img .conCopy.right p {
  text-align: right;
}

/* Tab */
@media only screen and (max-width: 768px) {
#designArea .con01 {
  width: 100%;
  margin: 0 auto 3em;
  padding: 3em 0;
}
#designArea .con01 .conCopy {
  margin-bottom: 2em;
}
#designArea .con01_ul {
  margin: 3em auto 3.5em;
}
#designArea .con01_ul ul {
  display: block;
  margin: 0 auto 2em;
}
#designArea .con01_ul ul.flex {
  flex-direction: row-reverse;
}
#designArea .con01_ul li:nth-child(1) {
  width: 100%;
}
#designArea .con01_ul li:nth-child(2) {
  width: 100%;
}
#designArea .con01_ul .conCopy {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}
#designArea .desi_img {
  margin-bottom: 3.5em;
}
#designArea .desi_img .conCopy.right p {
  text-align: center;
}
}

/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*共用施設*/
/*---------------------*/
#landplanArea {
  position: relative;
  width: 100%;
  background: url(../images/design/bg_02.webp) no-repeat 0% 0%/contain;
}
#landplanArea .content.bd01 {
  padding: 5em 0 0;
}
#landplanArea .conCopy.center p {
  text-align: center;
}
#landplanArea .desi_img01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
}
#landplanArea .desi_img02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#landplanArea .desi_img02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  padding: 0;
}
#landplanArea .desi_img02 ul li {
  /*width: calc((100% - 3em) / 4);*/
  width: calc((100% - 2em) / 3);
}
#landplanArea .desi_img02 .img {
  width: 100%;
  margin-bottom: 0.3em;
}
#landplanArea .desi_img02 .name {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}
/**/
#landplanArea .con02 {
  /*display: flex;
  align-items: normal;
  justify-content: space-between;*/
  width: 100%;
  margin: 5em auto 6em;
  padding: 3em 0 0;
  background: url(../images/design/bg_03.webp) no-repeat 0% 0%/cover;
}

#landplanArea .con02 .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#landplanArea .con02 .swiper-slide .txArea {
  margin: 0 auto 2em;
  letter-spacing: 0.1em;
  text-align: left;
}
#landplanArea .con02 .swiper-slide .txArea .tx01 {
  font-size: 40px;
  margin-bottom: 0.25em;
}
#landplanArea .con02 .swiper-slide .txArea .tx02 {
  font-size: 24px;
  margin: 0 auto 0.8em;
  padding-bottom: 0.3em;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #000;
}
#landplanArea .con02 .swiper-slide .txArea .tx03 {
  font-size: 14px;
  line-height: 2.2;
}

/**/
/* Swiperのサイズ調整 */
#landplanArea .con02 .swiper {
  width: 100%;
  height: auto;
  padding-top: 2em;
}
#landplanArea .con02 .swiper,
#landplanArea .con02 .swiper .swiper-wrapper {
  height: 100%; /* 追加 */
}

/* スライドの基本スタイル */
#landplanArea .con02 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em 3em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 4px 20px #0000002d;
  height: 100%; /* 追加 */
}

/* スライド画像 */
#landplanArea .con02 .swiper-slide img {
  width: 100%;
  height: auto;
}

/* ページネーション */
#landplanArea .con02 .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 20px;
}

/* ドット調整 */
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #707070;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background-color: #bfbfbf;
}

/* 追加：スライド3枚表示の基本設定 */
#landplanArea .con02 .swiper .swiper-wrapper {
  box-sizing: border-box;
  padding-bottom: 2em;
}
.swiper-slide {
  width: auto;
}

/* デスクトップ：3枚表示 */
@media screen and (min-width: 768px) {
  #swiper1 .swiper-slide {
    width: 30%; /* 3枚横並びになるように */
    margin-right: 2%; /* スライド間の余白 */
  }
}


/* Tab */
@media only screen and (max-width: 768px) {
#landplanArea {
  position: relative;
  width: 100%;
}
/**/
#landplanArea .content.bd01 {
  padding: 3em 0 0;
}
#landplanArea .conCopy.center p {
  text-align: center;
}
#landplanArea .desi_img01 {
  width: 100%;
  max-width: initial;
  margin: 0 auto 2em;
}
#landplanArea .desi_img02 {
  width: 100%;
}
#landplanArea .desi_img02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
#landplanArea .desi_img02 ul li {
  width: calc((100% - 1em) / 2);
}
#landplanArea .desi_img02 .name {
  font-size: 12px;
}





/**/
#landplanArea .con02 {
  margin: 2em auto 3em;
  padding: 1em 0 0;
}

#landplanArea .con02 .area {
  max-width: initial;
}
#landplanArea .con02 .swiper-slide .txArea {
  margin: 0 auto 1.2em;
}
#landplanArea .con02 .swiper-slide .txArea .tx01 {
  /*font-size: 40px;*/
  font-size: 6.25vw;
  margin-bottom: 0.25em;
}
#landplanArea .con02 .swiper-slide .txArea .tx02 {
  /*font-size: 24px;*/
  /*font-size: 4.166vw;*/
  font-size: 3.866vw;
  margin: 0 auto 0.8em;
  padding-bottom: 0.3em;
  letter-spacing: 0.15em;
}
#landplanArea .con02 .swiper-slide .txArea .tx03 {
  /*font-size: 14px;*/
  font-size: 3.125vw;
  line-height: 1.8;
}
/**/
#swiper1 {
    padding: 0 5%;
  }
#swiper1 .swiper-slide {
  width: 80%; /* 中央に大きく表示しつつ両端が少し見える */
}
/* Swiperのサイズ調整 */
#landplanArea .con02 .swiper {
  width: 100%;
  height: auto;
  padding-top: 2em;
}
#landplanArea .con02 .swiper,
#landplanArea .con02 .swiper .swiper-wrapper {
  height: 100%; /* 追加 */
}

/* スライドの基本スタイル */
#landplanArea .con02 .swiper-slide {
  padding: 1em 1.2em;
  box-shadow: 2px 2px 10px #0000002d;
}

#landplanArea .con02 .swiper-pagination {
  margin-top: 0;
}
/**/
/* ページネーションのドットサイズと間隔 */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px!important;
}
}

/* sp */
@media only screen and (max-width: 430px) {
}