@charset "UTF-8";
/* CSS Document */

/*/// ページ内共通 ///*/
.subHeading {
	/* PC時の最大45px 〜 画面幅に応じて滑らかに縮小 〜 SP時の22pxで止まる指定 */
	font-size: clamp(22px, 3.2vw, 45px); 
	line-height: 1.444;
	letter-spacing: 0.2em;
}

.subHeading02 {
	/* PC時の最大45px 〜 画面幅に応じて滑らかに縮小 〜 SP時の18pxで止まる指定 */
	font-size: clamp(18px, 3.2vw, 24px); 
	line-height: 1.444;
	letter-spacing: 0.2em;
	margin-bottom: 6.07142857%;
}

.subHeading03 {
	/* PC時の最大36px 〜 画面幅に応じて滑らかに縮小 〜 SP時の22pxで止まる指定 */
	font-size: clamp(22px, 3.2vw, 36px); 
	line-height: 1.444;
	letter-spacing: 0.2em;
	margin-bottom: 6.07142857%;
}

.read {
	/* PC時の最大15px 〜 画面幅に応じて滑らかに縮小 〜 SP時の12pxで止まる指定 */
  	font-size: clamp(14px, 1.1vw, 18px);
	line-height: 1.933;
	letter-spacing: 0.2em;
}

/* 各段落の制御 */
.design .read-paragraph {
  display: block; /* 縦に並べる（spanタグなどのインライン対策） */
}

/* 2つ目以降の段落の頭に、可変する空行（マージン）をつくる */
.design .read-paragraph + .read-paragraph {
  margin-top: clamp(14px, 2.1vw, 30px); 
}


.page-header-design {
  width: 100%;
  height: 620px;
  background-image: url("../images/h1-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header-design h1 {
  font-family: 'EB Garamond', serif;
  font-size: calc((50 / var(--font-base)) * 1rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

.sp-only {
	display: none;
}

/* ==========================================================
   FACADE
========================================================== */
.facadeContent {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  background-image: url("../images/design-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50% auto;
  overflow: hidden;
}

.facadeContent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-image: url("../images/facade-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}

.facadeContent .inner {
  position: relative;
  z-index: 2; /* 背景帯より前面に配置 */
}

/* 右側：FACADE (縦書きSVG) */
.facadeContent h2 {
  position: absolute;
  top: 60px;
  right: 0;
  width: 8.28571429%;
  z-index: 3;
}

.facadeContent h2 img {
  width: 100%;
  height: auto;
}

/* 左側：DESIGN (縦書き透かし文字) */
.facade-bg-text {
  position: absolute;
  left: 30px;
  bottom: 11%;
  width: 8.28571429%;
  z-index: 2;
  opacity: 0.8;
}

.facade-bg-text img {
  width: 100%;
  height: auto;
}

/* キャッチコピー・リード文 */
.facadeContent h3 {
  position: relative;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 40px;
}

.facadeContent .readCenter {
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

/* 建物画像 */
.facadeContent-img {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.facadeContent-img figure {
  position: relative;
  margin: 0;
}

.facadeContent-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション（外観完成予想CG） */
.facadeContent-img figcaption {
  position: absolute;
  bottom: 15px;
  left: -100px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* ==========================================================
   ENTRANCE
========================================================== */
.entrance {
  width: 100%;
}

/* 共通の見出し (h2) */
.entrance h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-align: center;
  color: #a29c97;
  margin-bottom: 40px;
  line-height: 1.2;
}

/* 共通の画像コンテナ */
.entrance-img {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.entrance-img figure {
  position: relative;
  margin: 0;
}

.entrance-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entrance-img figcaption {
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.entrance-approach {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-side at 50% 49%, rgba(255, 255, 255, 1) 68%, rgba(239, 239, 239, 1));
  padding: 100px 0 80px;
}

.entrance-approach h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}

.entrance-approach .readCenter {
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 2.1;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.entrance-hall {
  background-image: url("../images/entrancehall-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0 100px;
}

.entrance-hall h2 {
  color: #ffffff;
  margin-bottom: 50px;
}

/* ==========================================================
   LANDPLAN
========================================================== */
.landplan {
  background-image: radial-gradient(circle farthest-side at 50% 49%, rgba(255, 255, 255, 1) 68%, rgba(239, 239, 239, 1));
  padding: 100px 0 0;
}

.landplan h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-align: center;
  color: #285977; /* ブルーネイビー系の見出し色 */
  margin-bottom: 30px;
  line-height: 1.2;
}

.landplan h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 25px;
}

.landplan .readCenter {
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 2.1;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

/* 敷地配置図 */
.landplan-img {
  text-align: center;
  margin-bottom: 80px;
}

.landplan-img img {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 汎用Flexクラス（ベースCSS等になければ利用） */
.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* --- 中段：2カラム（植栽 ＆ 南西向き枠） --- */
.landplan-middle {
  gap: 40px;
  margin-bottom: 80px;
}

/* 左：植栽エリア */
.landplan-plant {
  width: 55%;
}

.landplan-plant .subHeading02 {
  font-size: clamp(18px, 1.5vw, 22px);
  color: #285977;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #285977;
}

.landplan-plant .read {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.plant-list {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.plant-list li {
  width: 33.333%;
  text-align: center;
}

.plant-list li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

.plant-list li p {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.landplan .note {
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
  display: block;
}

.landplan-featureBox {
  width: 45%;
  border: 2px solid #285977; /* 外側の線（2px） */
  padding: 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.landplan-featureBox::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #285977;
  pointer-events: none;
}

.landplan-featureBox h5 {
  font-size: 15px;
  color: #285977;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #285977;
  padding-bottom: 12px;
}

.landplan-featureBox .read {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.landplan-specBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}

.landplan-specBox .spec-item {
  width: 48%;
  background-color: #ebeae4;
  padding: 15px 10px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spec-item .label {
  font-size: 18px;
  color: #285977;
  margin-bottom: 4px;
}

.spec-item .value {
  font-size: 23px;
  color: #7b1926;
  line-height: 1.2;
}

.spec-item .value02 {
  font-size: 30px;
  color: #7b1926;
  line-height: 1.2;
}

.spec-item .value02 span {
  font-size: 70%;
  color: #285977;
  font-weight: normal;
}

.spec-item .sub {
  font-size: 10px;
  color: #666;
  margin-top: 4px;
}

/* --- 下段：6つの数字付きリスト（2列レイアウト） --- */
.landplan-featuresGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}

.feature-item dt {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #285977;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* 青丸の数字アイコン */
.feature-item dt .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #285977;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 21px;
  flex-shrink: 0;
}

.feature-item dd {
  font-size: 13px;
  line-height: 1.6;
  padding-left: 62px;
}

.feature-item dd span.note {
	text-align: left;
	margin-top: 10px;
}

.feature-item dd span.note02 {
  font-size: 11px;
  line-height: 1.5;
}

/* ==========================================================
   LANDSCAPE
========================================================== */
.landscape {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../images/landscape-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.landscape h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.2;
}

.landscape h3 {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 25px;
  color: #ffffff;
}

/* リード文 */
.landscape .readCenter {
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 2.1;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  color: #ffffff;
}

.landscape-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.landscape-img figure {
  position: relative;
  margin: 0;
}

.landscape-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 画像右下のキャプション */
.landscape-img figcaption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* ==========================================================
   ANNOTATION
========================================================== */
.annotation {
  background-color: #ffffff;
  padding: 40px 0 60px;
  border-bottom: 1px solid #a29c97;
}

.annotation p {
  font-size: 10px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.annotation p:last-child {
  margin-bottom: 0;
}

/* sp */
@media (max-width: 768px) {
/* 文章の行間（スマホ用に少し詰める） */
.design .read-paragraph + .read-paragraph {
	margin-top: 20px; 
}

.page-header-design {
 	height: 340px;
}

/* ==========================================================
   FACADE
========================================================== */

.facadeContent {
    padding-top: 50px;
    background-size: 100% auto;
}

.facadeContent::before {
	background-image: url("../images/facade-bg-sp.png");
	height: 45%;
}

.facadeContent h2 {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 204px;
	margin: 0 auto 30px;
}

.facade-bg-text {
	left: 10px;
	width: 45px;
	bottom: 40px;
}

.facadeContent h3 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.facadeContent .readCenter {
	text-align: left;
	font-size: 13px;
	margin-bottom: 40px;
}

.facadeContent-img figcaption {
	left: 15px;
}


/* ==========================================================
   ENTRANCE
========================================================== */
.entrance h2 {
    font-size: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 25px;
}

.entrance-approach {
	padding: 60px 0 50px;
}

.entrance-approach h3 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.entrance-approach .readCenter {
	text-align: left;
	font-size: 13px;
	margin-bottom: 35px;
}

.entrance-hall {
	padding: 50px 0 60px;
}

.entrance-hall h2 {
	margin-bottom: 30px;
}

.entrance-img figcaption {
	font-size: 10px;
	bottom: 8px;
	right: 10px;
}

/* ==========================================================
   LANDPLAN
========================================================== */
.landplan {
	padding: 60px 0 0;
}

.landplan h2 {
	font-size: 22px;
	letter-spacing: 0.18em;
	margin-bottom: 20px;
}

.landplan h3 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.landplan .readCenter {
	text-align: left;
	font-size: 13px;
	margin-bottom: 35px;
}

.landplan-img {
	margin-bottom: 50px;
}

.landplan-middle {
	flex-direction: column;
	gap: 40px;
	margin-bottom: 50px;
}

.landplan-plant,
.landplan-featureBox {
	width: 100%;
}

.landplan-featuresGrid {
	grid-template-columns: 1fr;
	gap: 25px;
}

.feature-item dt {
	font-size: 15px;
}

.feature-item dd {
	font-size: 13px;
	padding-left: 0;
	margin-top: 6px;
}

/* ==========================================================
   LANDSCAPE
========================================================== */

.landscape {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
}

.landscape h2 {
	font-size: 22px;
	letter-spacing: 0.18em;
	margin-bottom: 20px;
}

.landscape h3 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.landscape .readCenter {
	text-align: left;
	font-size: 13px;
	margin-bottom: 35px;
}

.landscape-img figcaption {
	font-size: 10px;
	bottom: 8px;
	right: 10px;
}

.annotation {
	padding: 30px 0 40px;
}

.annotation p {
	font-size: 10px;
	line-height: 1.6;
}

}

/* 調整 */
@media (max-width: 430px) {
.page-header-design h1 {
  font-size: calc((23 / var(--font-base)) * 1rem);
}

.page-header-design {
  height: 200px;
}

.sp-only {
	display: block;
}

/* ==========================================================
   FACADE
========================================================== */

.facadeContent::before {
height: 33%; /* スマホ時のグレー背景画像高さ */
}

.facadeContent-img figcaption {
  left: -15px;
}

/* ==========================================================
   LANDPLAN
========================================================== */
.landplan-plant .subHeading02 {
}

.landplan-plant .read {
	text-align: left;
}

.plant-list {
	flex-direction: column;
	justify-content: center;
}

.plant-list li {
	width: 70%;
	margin: 0 auto;
}

.landplan .note {
  text-align: left;
}

.landplan-featureBox h5 {
}

.landplan-specBox {
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.landplan-specBox .spec-item {
  width: 100%;
  margin: 0 auto;
}

}