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

.floor {
	position: relative;
	margin: 0 auto;
	padding-top: 8rem;
}

.floor + .floor {
	margin-top: 6rem;
}

.floorTtl {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	padding-bottom: 1.6rem;
	border-bottom: 2px solid #bda654;
	color: #aa9444;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 3.5rem;
}

.floorTtl span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 5.4rem;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #d8c67c 0%, #aa9444 70%);
	color: #fff;
	font-size:3rem;
	letter-spacing: 0;
}
.wideBlock {
	margin-top: 4rem;
}

.wideImgs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}

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

.wideText {
	margin-top: 4rem;
	text-align: center;
}

.wideText h3 {
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: 700;
}

.wideText p {
	margin-top: 2.4rem;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	text-align: left;
}

.cardList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem 3rem;
	margin-top: 4rem;
}

.card img,
.programBox img {
	display: block;
	width: 100%;
	height: auto;
}

.card h3,
.programBox h3,
.textBox h3 {
	margin-top: 4rem;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: 700;
}

.card p,
.programBox p,
.textBox p {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
}

.cardWide {
	width: 48%;
	margin-top: 6rem;
}

.mainImgs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.8rem;
	margin-top: 4rem;
}

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

.textBox {
	margin-top: 3rem;
	text-align: center;
}

.programBox {
	margin-top: 6rem;
	text-align: center;
}

.programBox > img {
	display: block;
	width: 100%;
	height: auto;
}

.programBox h3 {
	margin-top: 5rem;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}

.programBox p {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

.programBox .btnWrap {
	margin-top: 5rem;
}

.programBox + .cardList {
	margin-top: 10rem;
}
.btnWrap {
	margin-top: 4rem;
	text-align: center;
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 18rem;
	padding: 0.9em 2.4em;
	border-radius: 999px;
	background: #aa9444;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 520px) {

	.floor {
		padding-top: 5rem;
	}

	.floorTtl {
		align-items: center;
		font-size: 1.6rem;
	}

	.floorTtl span {
		flex-basis: 4.4rem;
		width: 4.4rem;
		height: 4.4rem;
		font-size: 1.5rem;
	}
	.wideImgs {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.wideText {
		margin-top: 2.6rem;
	}

	.wideText h3 {
		font-size: 1.6rem;
	}

	.wideText p {
		margin-top: 1.4rem;
		font-size: 1.4rem;
	}
	.cardList,
	.mainImgs {
		grid-template-columns: 1fr;
	}

	.cardWide {
		width: 100%;
	}

	.card h3,
	.programBox h3,
	.textBox h3 {
		font-size: 1.5rem;
		text-align: center;
	}

	.card p,
	.programBox p,
	.textBox p {
		font-size: 1.2rem;
	}

	.btn {
		min-width: 16rem;
		font-size: 1.2rem;
	}
	.programBox h3 {
		margin-top: 3rem;
		font-size: 1.8rem;
	}

	.programBox p {
		margin-top: 2rem;
		font-size: 1.2rem;
		text-align: left;
	}

	.programBox + .cardList {
		margin-top: 5rem;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 520px) {
	.sp {
		display: block;
	}
}