/* =========================================================
   施設紹介（/facility/）専用
   デザイン: アセット 3illastaaaa.png（PC 1200px基準・2x）実測値準拠
   コンテンツ幅900px・白カード（写真左/テキスト右）×5
   ========================================================= */

/* ---------- ヒーロー（幅は全ページ共通: --container 基準） ---------- */
.hc-fac-hero { padding: 40px 0 0; }
.hc-fac-hero__inner { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.hc-fac-hero__inner img { width: 100%; height: auto; display: block; border-radius: 24px; }

/* ---------- 見出し＋リード ---------- */
.hc-fac-intro { padding:50px 24px 0; text-align: center; }
.hc-fac-intro__ttl {
	margin: 0 0 6px;
    font-family: var(--font-sans);
    font-weight: 700;
font-size:34px;
    line-height: 1.4;
    letter-spacing: .14em;
    text-indent: .1em;
    color: var(--green);
}
.hc-fac-intro__lead {
color: var(--ink);
    font-size: 17px;
    line-height: 2;
    margin: 0;
    font-weight: 700;
    margin: 15px 0 10px;
font-family: var(--font-mincho);
}

/* ---------- 施設カード ---------- */
.hc-fac-list { max-width:1080px;
    margin-inline: auto;
    padding: 70px 24px 45px; }

.hc-fac-card {
	display: flex; align-items: stretch;
	background: #fff; border-radius:45px; overflow: hidden;
}
/* カード間隔（デザイン実測: 53px / 72px の交互） */
.hc-fac-card + .hc-fac-card { margin-top: 53px; }

/* 写真（左・カード幅の50%・901:801） */
.hc-fac-card__photo { flex: 0 0 50%; aspect-ratio: 901 / 801; }
.hc-fac-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* テキスト（右・上下中央） */
.hc-fac-card__body {
	flex: 1 1 auto; min-width: 0;
	display: flex; flex-direction: column; justify-content: center;
	padding: 24px clamp(24px, 3.5vw, 42px) 24px clamp(28px, 4.4vw, 52px);
}
.hc-fac-card__ttl {
	margin: 0 0 8px;
	font-family: var(--font-sans); font-weight:500;
	font-size: 26px; line-height: 1.5; letter-spacing: .02em;
	color: #009655;
}
.hc-fac-card__body p {
margin: 0;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: .02em;
    font-weight: 500;
	color: #231815;
}

/* ---------- レスポンシブ（SPカンプなし：PC基準の1カラム調整） ---------- */
@media (max-width: 768px) {
	.hc-fac-hero { padding:25px 0 10px; }
	.hc-fac-hero__inner { padding-inline: 18px; }
	.hc-fac-hero__inner img { border-radius: 16px; }

	.hc-fac-intro { padding: 20px 0px 0;
        width: 92%;
        margin: 0 auto; }
	.hc-fac-intro__ttl { font-size:30px; margin-bottom: 8px; letter-spacing: .1em;}
	.hc-fac-intro__lead { font-size: 15px; line-height: 170%; text-align: justify; }
	.hc-fac-intro__lead br { display: none; } /* 改行指定はPCのみ・SPは自然折返し */

	.hc-fac-list { padding: 40px 18px 26px; }
	.hc-fac-card { flex-direction: column; border-radius:40px 40px 24px 24px; }
	.hc-fac-card__photo img{border-radius: 40px;}
	.hc-fac-card + .hc-fac-card,
	.hc-fac-card:nth-child(odd):not(:first-child) { margin-top:35px; }
	.hc-fac-card__photo { flex: 0 0 auto; }
	.hc-fac-card__body { padding:24px 22px 33px; }
	.hc-fac-card__ttl { font-size: 21px; }
	.hc-fac-card__body p { font-size: 15px; line-height: 160%; text-align: justify; }
}
