@charset "utf-8";

/*設備紹介ページ ここから*/
.facilities{
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.facilities .baskervville{
	font-family: 'Baskervville', serif;
}

/*=== 見出し ===*/
.facilities_head{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	display: block;
}
.facilities_head_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.facilities_en{
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0e2155;
}
.facilities_ttl{
	margin-top: 25px;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.facilities_lead{
	margin-top: 46px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

/*=== 設備写真グリッド ===*/
.facilities_grid{
	width: 100%;
	height: auto;
	margin: 53px 0 0;
	display: block;
}
.facilities_grid_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.facilities_list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 62px;
}
.facilities_item{
	width: 610px;
	height: auto;
	display: block;
}
.facilities_item_img{
	width: 610px;
	height: 400px;
	display: block;
	overflow: hidden;
}
.facilities_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.facilities_item_label{
	width: 100%;
	height: auto;
	margin: 21px 0 0;
	display: block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

/*=== 設備スペック一覧 ===*/
.facilities_spec{
	width: 100%;
	height: auto;
	margin: 87px 0 0;
	padding: 0 0 100px;
	display: block;
}
.facilities_spec_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.facilities_spec_list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.facilities_spec_cell{
	width: 240px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0e2155;
	border-radius: 6px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #0e2155;
	text-align: center;
}
/*設備紹介ページ ここまで*/


/* ============================================================
   SP（〜767px） 設備紹介
   ============================================================ */
@media only screen and (max-width: 767px){
	/* 見出し */
	.facilities_head{ padding: 56px 0 0; }
	.facilities_head_inner{ width: 100%; padding: 0 27px; }
	.facilities_en{ font-size: 16px; letter-spacing: 0.1em; }
	.facilities_ttl{ margin-top: 18px; font-size: 25px; line-height: 1.4; }
	.facilities_lead{ margin-top: 20px; font-size: 15px; line-height: 28px; white-space: nowrap; }

	/* 設備グリッド（1列） */
	.facilities_grid{ margin-top: 40px; }
	.facilities_grid_inner{ width: 100%; padding: 0 27px; }
	.facilities_list{
		flex-direction: column;
		align-items: stretch;
		row-gap: 36px;
	}
	.facilities_item{ width: 100%; }
	.facilities_item_img{ width: 100%; height: auto; aspect-ratio: 320 / 210; }
	.facilities_item_label{ margin-top: 12px; font-size: 14px; }

	/* 設備スペック一覧（2列・枠付きセル） */
	.facilities_spec{ margin-top: 48px; padding: 0 0 54px; }
	.facilities_spec_inner{ width: 100%; padding: 0 27px; }
	.facilities_spec_list{ justify-content: space-between; gap: 14px; }
	.facilities_spec_cell{
		width: calc(50% - 7px);
		height: 64px;
		font-size: 15px;
		line-height: 22px;
	}
}
