@charset "utf-8";



/*スマホ*/
@media screen and (max-width:750px){

.kitchen {
  padding: 1% 0% 30px 0%;width:90%;margin:3% auto 0px auto;;
}
	
.subtitle{max-width:1200px;width:90%;height:auto;margin:3% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
.subtitle img{width:110px;height:auto;margin:1% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
	
.subtitle2{max-width:1200px;width:90%;height:auto;margin:3% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
.subtitle2 img{width:110px;height:auto;margin:0% auto 4% auto;padding: 0px 0% 0% 0%;text-align:left;}
.line {width:100%;height:60px;margin: 0px auto 20px auto;padding: 0px 0% 0px 0%;text-align:left;}
.line_left {float:left;width:50%;height:60px;margin: 0px auto 20px auto;padding: 0px 0% 0px 0%;border-right:1px solid #000;box-sizing: border-box;}
.line_right {float:right;width:50%;height:60px;margin: 0px auto 20px auto;padding: 0px 0% 0px 0%;}

.equip{width:100%;height:auto;margin:50px auto 0px auto;padding: 0px 0% 30px 0%;text-align:left;}
.equipcap{width:90%;height: auto;margin: 0% auto 0px auto;padding: 0px 0px 7% 0px;color:#000;letter-spacing:0px;text-align:left;font-size: clamp(10px, 0.6vw, 14px);line-height: 160%;}
.equip4{width:90%;height:auto;margin:0px auto 0px auto;padding: 1% 0% 0px 0%;text-align:center;}
.f-container2 {display: flex;flex-wrap: wrap;justify-content: flex-start;width: 100%;margin: 2% auto 7% auto } 
.f-item2 {width:48%;margin:2% 1%; text-align:left;font-size: 100%; }
.f-item2 img{ width: 100%;text-align:center;margin: 7% auto 0 auto  }
	
.equipbg{width:100%;height:auto;padding: 4% 0px 0px 0px;background-color:#dedad4;margin:0px auto 8% auto;}
.equiptitle{width:100%;height:auto;margin:0px auto 0px auto;padding: 0px 0% 0px 0%;text-align:center;}
.equip1{width:100%;height:auto;margin:0px auto 0px auto;padding: 70px 5% 70px 5%;text-align:center;}
.equipfont{font-size: clamp(16px, 3.2vw, 24px);width:90%;height: auto;margin: 7% auto 0px auto;padding: 0px 0px 0px 0px;color:#000;letter-spacing:0px;text-align:center;font-feature-settings: "palt";line-height: 160%;}
	
.text{margin:4% 0% 0% 0% ;text-align:left;line-height: 140%; font-feature-settings: "palt";font-size: clamp(1rem, 1.0vw, 20px);font-weight: 700}
.text4{margin:2% 0% 3% 0% ;text-align:left;line-height: 160%; font-feature-settings: "palt";font-size: clamp(0.8rem, 0.9vw, 16px);;font-weight: 400}
	
.subtitle2{max-width:1200px;width:90%;height:auto;margin:3% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
.subtitle2 img{width:110px;height:auto;margin:0% auto 4% auto;padding: 0px 0% 0% 0%;text-align:left;}
	
.f-container3 {display: flex;flex-wrap: wrap;justify-content: flex-start;width: 100%;margin: 0px auto 7% auto } 
.f-item3 {width:48%;margin:1% 1%; text-align:left;font-size: 100%; }
.f-item3 img{ width: 100%;text-align:center;margin: 0% auto 0 auto  }

.amenity {max-width:800px;width:45%;height:auto;margin: 0px auto 0px auto;padding: 15% 0% 0% 0%;text-align:center;}
.line {width:100%;height:50px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position:relative}
.line2 {width:1px;height:100px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position: absolute;left: 50%; top: 8%;transform: translateX(-50%);background-color:#777;}

/* ===== バスルームセクション（SP） ===== */

  .bathroom-inner {
    flex-direction: column;
    align-items: center;
  }

  /* 左：メイン写真 → 1列 90% */
  .bathroom-main {
    flex: none;
    width: 90%;margin:0% auto 3% auto;
  }

  /* 右：設備詳細 → メイン写真の下に2列 */
  .bathroom-detail {
    width: 90%;
    margin-left: 0;
    margin-top: 6%;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;margin:0% auto 0px auto;
  }

  .bathroom-col {
    width: 100%;
  }

  /* 画像とテキストの間のスペース */
  .bathroom-item__text {
    padding-top: 1%;
    padding-bottom: 8%;
    text-align: left;
  }

  /* テキスト左寄せ */
  .bathroom-main__label,
  .bathroom-item__caption {
    text-align: left;
  }

  /* 最下部スペース */
  .bathroom-section {
    margin-bottom: 0%;
    padding-bottom: 0%;
  }
 
}




/*PC*/
@media screen and (min-width:751px){

/* ===== equip セクション ===== */
.kitchen {
  padding: 0px 0% 30px 0%;max-width:1200px;width:90%;margin:3% auto 0px auto;
}
/* ===== equip セクション ===== */
.equip {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 120px 0% 0px 0%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.equip::before,
.equip::after {
  content: '';
  position: absolute;
  left: 0;top:5%;
  width: 100%;
  height: 100%;
  background-image: url('../equipment/img/bg2.png'); 
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.equip4{max-width:1200px;width:100%;height:auto;margin:0% auto 0px auto;padding: 0px 0% 0% 0%;text-align:center;}
	
.subtitle{max-width:1200px;width:90%;height:auto;margin:3% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
.subtitle img{width:110px;height:auto;margin:1% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
	
.subtitle2{max-width:1200px;width:90%;height:auto;margin:3% auto 0px auto;padding: 0px 0% 0% 0%;text-align:left;}
.subtitle2 img{width:110px;height:auto;margin:0% auto 4% auto;padding: 0px 0% 0% 0%;text-align:left;}
		
.text{margin:4% 0% 0% 0% ;text-align:left;line-height: 160%; font-feature-settings: "palt";font-size: clamp(14px, 1.3vw, 18px);font-weight: 700}
.text4{margin:2% 0% 0% 0% ;text-align:left;line-height: 160%; font-feature-settings: "palt";font-size: clamp(12px, 0.8vw, 16px);;font-weight: 400}


	
.f-container2 {display: flex;flex-wrap: wrap;justify-content: flex-start;width: 80%;margin: 3% auto 9% auto } 
.f-item2 {width: 30%;margin-right: 1.5%;margin-left: 1.5%;margin-top: 4%; text-align:left;font-size: 90%; }
.f-item2 img{ width: 100%;text-align:center;margin: 0px auto 0px auto  }
	
.equipcap{max-width:1200px;width:70%;height: auto;margin: 0% auto 0px auto;padding: 0px 0px 7% 0px;color:#000;letter-spacing:0px;text-align:left;font-size: clamp(10px, 0.6vw, 14px);line-height: 160%;}
.equipbg{width:100%;height:auto;padding: 3% 0px 3% 0px;background-color:#dedad4}
.equip1{width:100%;height:auto;margin:0px auto 0px auto;padding: 70px 5% 70px 5%;text-align:center;}
.equipfont{font-size: clamp(24px, 2.1vw, 27px);width:90%;height: auto;margin: 5% auto 0% auto;padding: 0px 0px 0px 0px;color:#000;letter-spacing:3px;text-align:center;font-feature-settings: "palt";}
	



	/* ===== f-container 共通 ===== */
.f-container2,
.f-container3,
.f-container4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.f-container2,
.f-container3,
.f-container4 text{
margin:4% 0% 0% 0% ;text-align:left;line-height: 140%; font-feature-settings: "palt";font-size: clamp(14px, 0.9vw, 20px);font-weight: 700
}

	
/* ===== 2カラム ===== */
.f-container2 { column-gap: 4.8%; }
.f-item2 {
  width: calc((100% - 4.8%) / 2);
  margin-top: 2%;
  text-align: left;
}

/* ===== 3カラム ===== */
.f-container3 { column-gap: 2.0%; margin-bottom:8%; margin-top:1%}
.f-item3 {
  width: calc((100% - 4%) / 3);  /* 3.5% × 2箇所 = 7% */
  margin-top: 0%; margin-bottom: 2%;
  text-align: left;
}

	/* ===== 4カラム ===== */
.f-container4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 2.6%;margin-bottom: 8%
}

.f-item4 {
  flex: 0 0 calc((100% - 7.8%) / 4 - 0.1%); /* 誤差吸収に -0.1% */
  margin-top: 4%;
  text-align: left;
  font-size: clamp(0.8rem, 1.4vw, 0.9rem);
}
	

/* ===== 画像共通 ===== */
.f-item2 img,
.f-item3 img,
.f-item4 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
	
.amenity {max-width:800px;width:30%;height:auto;margin: 0px auto 0px auto;padding: 3% 0% 0% 0%;text-align:center;}
.line {width:100%;height:100px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position:relative}
.line2 {width:1px;height:200px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position: absolute;left: 50%; top: 8%;transform: translateX(-50%);background-color:#777;}

/* ===== バスルームセクション ===== */
.bathroom-section {max-width:1200px;width:100%;margin: 0 auto 5%;
}

.bathroom-inner {
  display: flex;
  align-items: stretch;
}

/* --- 左：メイン写真 --- */
.bathroom-main {
  flex: 0 0 56%;
  width: 56%;
}

.bathroom-main__fig {
  margin: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bathroom-main__fig img {
  width: 100%;
  height: 100%;
  display: block;
}

.bathroom-main__label {
  position: absolute;
  bottom: 2%;
  left: 2%;
  color: #fff;
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  letter-spacing: 0.15em;
  font-weight: 400;
}

/* --- 右：設備詳細 --- */
.bathroom-detail {
  flex: 1; 
  margin-left: 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.81%;
  align-items: stretch; /* ← start → stretch：左右列を同一高さに */
}

.bathroom-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ← 列内アイテムを均等分散 */
}

/* --- 各設備アイテム --- */
.bathroom-item {
  display: flex;
  flex-direction: column;
  flex: 1; /* ← 列内で均等に高さを分割 */
}

/* ★ 写真高さをアスペクト比で固定（テキスト量に影響されない） */
.bathroom-item__fig {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.bathroom-item__fig img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ← cover禁止：画像全体を見切れなく表示 */
  display: block;
}

/* 概念図キャプション */
.bathroom-item__fig--caption {
  position: relative;
}

.bathroom-item__caption {
  position: absolute;
  bottom: 4%;
  right: 4%;
  font-size: clamp(0.55rem, 0.8vw, 0.7rem);
  color: #333;
}


}

@media only screen and (min-width:751px) and (max-width:1200px) {
.text{margin:4% 0% 0% 0% ;text-align:left;line-height: 140%; font-feature-settings: "palt";font-size: clamp(14px, 0.7vw, 16px);font-weight: 700}
.text4{margin:2% 0% 0% 0% ;text-align:left;line-height: 160%; font-feature-settings: "palt";font-size: clamp(12px, 0.6vw, 12px);font-weight: 400}
.bathroom-section {width:90%;margin: 0 auto 5%;}
.equip{width:100%;height:auto;margin:0px auto 0px auto;padding: 40px 0% 30px 0%;text-align:center;}
.f-container3 {display: flex;flex-wrap: wrap;justify-content: flex-start;width: 90%;margin: 0% auto 4% auto } 
.f-container2 {display: flex;flex-wrap: wrap;justify-content: flex-start;width: 90%;margin: 0px auto 7% auto } 
.equipcap{width:90%;height: auto;margin: 5% auto 0px auto;padding: 0px 0px 7% 0px;color:#000;letter-spacing:0px;text-align:left;font-size: clamp(10px, 0.6vw, 14px);line-height: 160%;}
	
.line {width:100%;height:50px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position:relative}
.line2 {width:1px;height:100px;margin: 0px auto 0px auto;padding: 0px 0% 0px 0%;position: absolute;left: 50%; top: 8%;transform: translateX(-50%);background-color:#777;}
}
