@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#serviceWrap {
	margin-bottom: 100px;
}

#serviceWrap .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
	position: relative;
}

.serviceTit {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.serviceDesc {
	flex: 1;
}

.serviceList {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 2%;
}

.serviceFacility {
	width: 49%;
	border: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.sfImg {
	width: 140px;
}

.sfImg img {
	width: 100%;
	height: auto;
}

.sfName {
	padding: 10px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
	font-size: 1.4rem;
}

.sfName .small {
	font-size: 1.2rem;
}

.priceBtn {
	text-align: center;
}

.priceBtn .btn1 {
	padding: 10px 100px;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.contentPriceBtn {
		text-align: center;
	}

	.serviceTit {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.serviceDesc {
		font-size: 1.6rem;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.serviceFacility {
		width: 100%;
	}
}