@charset "utf-8";
/* CSS Document */ :root {
  --color-primary: #1a2f26;
  --color-secondary: #630036;
  --color-background: #ffffff;
  --color-text-light: #ffffff;
  --color-text-dark: #1a2f26;
  --color-text-body: #333333;
  --font-main: 'Noto Serif JP', serif;
}
article {
  font-family: "FOT-TsukuAOldMinPr6N", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN","Hiragino Mincho Pro", "Noto Serif JP",;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
.only-pc { display: block; }
.only-sp { display: none; }

@media screen and (max-width: 768px) {
  .only-pc { display: none; }
  .only-sp { display: block; }
}
/* #topicpath に確実に position と z-index を指定 */
#topicpath {
  z-index: 20 !important;      /* 他の要素より大きめの数値で */
}

/* -----------------
  hero
------------------ */
.hero-section {
  position: relative;
  width: 100%;
  height: 755px;
  margin-top: -153px;
}

.hero-background {
  position: absolute;
  top: 153px;
  left: -2px;
  width: 100%;
  height: 708px;
  z-index: 1;
}
/* PCは表示、SPは非表示 
.slide-sp { display: none !important; 
}

/* スマホになったら逆転 
@media screen and (max-width: 767px) {
  .slide-pc { display: none !important;
    }
  .slide-sp { display: block !important;
    }
}*/
.hero-background img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.hero-background img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 105vh; /* スライダーの高さを確保 */
  overflow: hidden;
  z-index: 2; /* wave より奥 */
}
.hero-wave-top {
  position: absolute;
  top: 152px;
  left: 390px;
  width: 100%;
  height: 210px;
  z-index: 2;
}
.open-house-banner {
  position: absolute;
  top: 161px;
  left: 22px;
  width: 458px;
  height: 278px;
  z-index: 3;
  color: var(--color-text-light);
}
.open-house-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 253px;
  height: 259px;
  transform: rotate(71.69deg);
  transform-origin: center;
}
.open-house-content {
  position: relative;
  z-index: 4;
  padding: 59px 0 0 44px;
}
.open-house-title, .open-house-date, .open-house-time {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}
.open-house-subtitle {
  font-size: 16px;
  line-height: 50px;
  margin: -11px 0 0;
  font-weight: 300;
}
.open-house-date .day {
  font-size: 16px;
}
.open-house-note {
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
  width: 414px;
  font-weight: 300;
}
.hero-main-title {
  position: absolute;
  top: 583px;
  left: 175px;
  width: 579px;
  height: 171px;
  z-index: 3;
}
.hero-wave-bottom {
  position: absolute;
  top: 753px;
  width: 100%;
  height: 315px;
  z-index: 2;
  transform: rotate(180deg);
}
.hero-fab {
  position: absolute;
  top: 772px;
  left: 1170px;
  width: 80px;
  height: 80px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-fab img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-fab-icon-wrapper {
  position: relative;
  width: 41px;
  height: 28px;
}
.hero-fab-icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.hero-fab-icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 16px;
}
@media screen and (max-width: 1580px) {
  .hero-wave-bottom {
  position: absolute;
  top: 643px;
  width: 100%;
  height: 215px;
  z-index: 2;
  transform: rotate(180deg);
} 
}
@media screen and (max-width: 768px) {
  .hero-wave-top {
    top: 153px;
    left: 50px;
    width: 100%;
    height: 100px;
  }
.slide-pc {
    display: none !important;
  }
.hero-slider {
  height: 170vh; /* スライダーの高さを確保 */
}
  /* スマホ画像のサイズ指定 */
  .slide-sp img {
    width: 100%;
    height: auto;
    margin-top: 150px;  
    object-fit: cover;  /* 必要なら */  
  }
  .open-house-banner {
    position: absolute;
    top: 190px;
    left: 22px;
  }
  .open-house-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 202px;
    height: 207px;
  }
  .open-house-title, .open-house-date, .open-house-time {
    font-size: 18px;
    line-height: 24px;
  }
  .open-house-subtitle {
    font-size: 14px;
    line-height: 40px;
  }
  .hero-wave-bottom {
    position: absolute;
    top: 656px;
    width: 100%;
    height: 100px;
  }
  .hero-main-title {
    top: 520px;
    left: 30px;
    width: 347px;
    height: 102px;
  }
}
/* -----------------
  lead
------------------ */
.lead-section {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  padding: 350px 0 160px;    
}
.lead-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.lead-text-content {
  flex: 1;
  max-width: 480px;
}
.lead-title {
  font-size: 22px;
  line-height: 48px;
  font-weight: 300;
  margin: 0 0 27px 0;
}
.lead-title-small {
  font-size: 15px;
}
.lead-description {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}
.lead-image-cluster {
  flex: 1;
  position: relative;
  height: 621px;
  min-width: 540px;
}
.lead-image-cluster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lead-image-1-wrapper {
  position: absolute;
  top: 0;
  left: 199px;
  width: 351px;
  height: 341px;
}
.lead-image-1-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lead-image-2-wrapper {
  position: absolute;
  top: 315px;
  left: 32px;
  width: 244px;
  height: 237px;
}
.lead-image-3-wrapper {
  position: absolute;
  top: 415px;
  left: 308px;
  width: 222px;
  height: 216px;
}
@media screen and (max-width: 768px) {
  .lead-container {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .lead-image-cluster {
    flex: 1;
    position: relative;
    height: 621px;
    width: 100%;
  }
  .lead-image-1-wrapper {
    top: 10px;
    left: 120px;
  }
  .lead-image-1-wrapper img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    display: block;
  }
  .lead-image-2-wrapper {
    top: 295px;
    left: 10px;
  }
  .lead-image-3-wrapper {
    top: 520px;
    left: 140px;
    width: 222px;
    height: 216px;
  }
}
/* -----------------
  area
------------------ */
.area {
  background-color: var(--color-primary);
}
.area-title-group {
  max-width: 960px;
  margin: 0 auto;
  color: var(--color-text-light);
}
.area-title-en {
  font-size: 32px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
}
.area-title-jp {
  font-size: 20px;
  margin: -10px 0 0;
  font-weight: 300;
}
.area_wrap {
  max-width: 960px;
  margin: 0 auto;
}
.area-cover-image {
  width: 100%;
  background: url("../img/map.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--color-primary);
  padding-block: 200px;
  padding: 100px 0 200px;
}
.area_contentsWrap {
  width: 350px;
  background-color: #fff;
  color: #333;
  margin-right: 0;
  margin-left: auto;
  padding-inline: 0px;
  padding: 20px;
  border-radius: 13px;
  margin-bottom: 60px;
}
.area_contentsWrap h4 {
  font-size: 20px;
  margin-bottom: 5px
}
.area-spot-title span {
  font-size: 14px;
}
.area_text {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 2;
  text-align: left;
}
.area_shopWrap {
  margin-bottom: 50px;
}
.area_shopImg {
  width: 300px;
}
.area_shopTextWrap {
  width: 300px;
}
.area_shopText {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 2;
}
.area-bottom-wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 258px;
  z-index: 1;
}
@media screen and (max-width: 767px) {

  /* タイトルまわり */
  .area-title-group {
    width: 92%;
    margin: 0 auto 30px;
  }

  /* map.png → 単独で全体を見せる */
  .area-cover-image {
    background: none; /* PCの背景設定を消す */
    padding: 0;
  }

  /* map画像をスマホで綺麗に見せる */
  .area-cover-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;  
    padding-top: 70%; /* 画像の縦横比に合わせて調整。70%で横長に。 */
    background: url("../img/map_sp.png") no-repeat center top;
    background-size: contain; /* ← 全体を表示 */
    background-attachment: scroll;
  }

  /* 白カード → map.png の下に普通に配置 */
  .area_contentsWrap {
    width: 92%;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative; /* PCと同じ影響を受けないように */
  }

  .area_text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .area_shopImg {
    width: 100%;
    margin-bottom: 15px;
  }

  .area_shopText {
    font-size: 14px;
    line-height: 1.7;
  }

  .area-bottom-wave {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
}
/* parallax
------------------------------- */
.parallax_wrap {
  width: 100vw;
  height: 500px;
  overflow: hidden;
}
.parallax_img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  .parallax_wrap {
    width: 100vw;
    height: 300px;
    overflow: hidden;
  }
  .parallax_wrap.last {
    height: 300px;
  }
  .parallax_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .last .parallax_img {
    height: 300px;
  }
}
/* -----------------
  plan
------------------ */
.plan-section {
  padding: 80px 0;
  background-color: var(--color-background);
  margin-top: -150px;
  margin-bottom: 200px;
}
.plan-title-group {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 57px;
  align-self: flex-start;
}
.plan-title-en {
  max-width: 960px;
  font-size: 32px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
  color: var(--color-text-dark);
  text-align: left;
}
.plan-title-jp {
  max-width: 960px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: -10px 0 0;
  color: var(--color-text-dark);
  text-align: left;
}
.plan-image {
  width: 700px;
  height: 511px;
  display: block;    
  margin: 0 auto 20px;  
  object-fit: contain;
}
.plan-photos {
  width: 100%;
  margin-top: 48px;
}
.plan-photos-title {
  max-width: 960px; 
  margin: 0 auto 22px;    
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: var(--color-text-dark);
  text-align: left;
}
.plan-slider {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .plan-section {
    margin-top: -78px;
  }
.plan-photos {
  overflow: hidden;
}
  .plan-title-group, .plan-photos-title {
   width: 92%;      
    margin: 0 auto;
  }
  .plan-image {
    width: 100%;
    height: auto;
  }
  .plan-slider {
    padding-left: 20px;
  }
}
/* -----------------
  renovation
------------------ */
.renovation-section {
  background-color: #040028;
  color: var(--color-text-light);
  padding: 215px 0;
  margin-top: -215px;
}
.renovation-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 215px;
  transform: rotate(-180deg);
  z-index: 1;
}
.renovation-wave-bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 258px;
  z-index: 1;
}
.renovation-text-content {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.renovation-title-en {
  font-size: 32px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
}
.renovation-title-jp {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: -10px 0 0;
}
.renovation-description-group {
  margin: 30px 0 0;
}
.renovation-description-group h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.renovation-description {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  max-width: 507px;
}
.renovation-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.renovation-cover-image {
  width: 100%;
  background: url("../img/reno-plan.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #040028;
  padding-block: 200px;
  padding: 100px 0 200px;
}
.renovation_contentsWrap {
  width: 350px;
  background-color: #fff;
  color: #333;
  margin-right: 0;
  margin-left: auto;
  padding-inline: 0px;
  padding: 20px;
  border-radius: 13px;
  margin-bottom: 60px;
}
.renovation_contentsWrap h4 {
  font-size: 20px;
  margin-bottom: 5px
}
.renovation_text {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 2;
  text-align: left;
}
.renovation_pointWrap {
  margin-bottom: 50px;
}
.renovation_pointImg {
  width: 300px;
}
.renovation_pointTextWrap {
  width: 300px;
}
.renovation_pointText {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 2;
}
.renovation-note {
  max-width: 960px;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 auto;
  padding: 30px 0;
}
.renovation-movie iframe {
  width: 832px;
  height: 600px;
  margin: 40px auto 80px;
  display: block;
}
.renovation-examples {
  margin-top: 60px;
}
.renovation-examples-title {
  max-width: 960px;
  width: 100%;
  padding-top: 60px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.renovation-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}    
  .renovation-title-group {
    width: 92%;
    margin: 0 auto 20px;
  }
.renovation-description-group h4 {
  margin-top: 20px;    
  font-size: 20px;
}
  .renovation-description-group {
    width: 92%;
    margin: 0 auto 40px;
  }    
  .renovation-cover-image {
    background: none;
    padding: 0;
  }
  .renovation-cover-image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70%; /* 画像の縦横比に調整：お好みで変えられます */
    background: url("../img/reno-plan_sp.png") no-repeat center top; 
    background-size: contain;
  }
  .renovation_contentsWrap {
    width: 92%;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
  }
  .renovation_text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
.renovation-section {
  padding: 100px 0 30px;
  margin-top: -215px;
}
  .renovation_pointImg {
    width: 100%;
    margin-bottom: 12px;
  }
  .renovation_pointText {
    font-size: 14px;
    line-height: 1.7;
  }
  .renovation-point-title {
    font-size: 18px;
  }
.renovation-note {
  width: 92%;
}
.renovation-examples-title {
  width: 92%;
}
  /* YouTube部分の余白調整 */
  .renovation-movie {
    width: 100%;
    margin: 40px auto;
    padding-inline: 0;
  }
.renovation-movie iframe {
  width: 100%;
  height: 400px;
  aspect-ratio: 16 / 9; 
  border: 0;
  margin: 40px auto 80px;
  display: block;
}
  /* 下の波の位置を調整 */
  .renovation-wave-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
/* -----------------
  virtual-tour
------------------ */
.virtual-tour-section {
  padding: 160px 0;
  background-color: var(--color-background);
  margin-top: -150px;
}
.virtual-tour-container {
  max-width: 832px;
  margin: 0 auto;
}
.virtual-tour-title-group {
  margin-bottom: 85px;
}
.virtual-tour-title-en {
  font-size: 32px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
  color: var(--color-text-dark);
}
.virtual-tour-title-jp {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: -10px 0 0;
  color: var(--color-text-dark);
}
.virtual-tour-description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  margin: 0 0 19px 0;
  max-width: 700px;
}
.virtual-tour-embed-placeholder {
  width: 700px;
  height: 515px;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .virtual-tour-section {
    margin-top: -100px;
    padding: 100px 20px 40px;;
  }
  .virtual-tour-container {
    padding: 0;
  }
  .virtual-tour-title-group {
    margin-bottom: 40px;
  }
  .virtual-tour-embed-placeholder {
    width: 100%;
    height: 300px;
  }
}
/* -----------------
  details
------------------ */
#wrap_details {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10vh;
}
.details-title-en {
  font-size: 32px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
  color: var(--color-text-dark);
}
.details-title-jp {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: -10px 0 0;
  color: var(--color-text-dark);
}
#wrap_details .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
#wrap_details table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
}
#wrap_details table th, #wrap_details table td {
  border-block-end: 1px solid #999;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 3.5em;
  text-align: left;
  line-height: 4rem;
}
#wrap_details table th {
  width: 20%;
}
.producer {
  padding-bottom: 5px;
  position: relative;
  color: #3D9F76;
}
.producer::before {
  background: #65674D;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.producer:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 768px) {
#wrap_details {
  width: 92%;
}    
  #wrap_details table th, #wrap_details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #wrap_details table th {
    background-color: #ccc;
  }
}
/* form-btn 固定
___________________*/

.form-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 80px;
  height: 80px;
  background-color: #630036;
  border-radius: 40px;
  z-index: 10;
}
.vector-2 {
  margin-top: 26px;
  width: 40.67px;
  height: 28px;
  margin-left: 19.3px;
}
/* contact btn
___________________*/
#contact {
  text-align: center;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: var(--color-secondary);
  text-decoration: none !important;
  color: var(--color-text-light) !important;
  ;
  padding: 9px 51px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 auto 100px;
}
.contact-button-icon-wrapper {
  position: relative;
  width: 33.4px;
  height: 23px;
  color: #ffffff;
}
.contact-button-icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 28px;
}
.contact-button-text {
  margin-left: 8px;
}
/*gmap
------------------------------ */
#gmap {
  width: 100%;
}