@charset "UTF-8";
/* =========================== */

img.pc-only {
	display: inline;
}
@media screen and (max-width: 767px) {
	img.pc-only {
		display: none;
	}
}
img.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	img.sp-only {
		display: inline;
	}
}

.pc-only {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

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

.pc-only2 {
	display: inline;
}
@media screen and (max-width: 767px) {
	.pc-only2 {
		display: none;
	}
}

/* =========================== */

.p-flex-base-lp-mv__btn {
	position: absolute;
	z-index: 99;
	bottom: 13.5vw;
	width: 60vw;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	width: 33vw;
	right: 2vw;
	left: auto;
	bottom: 4vw;
}

/* =========================== */

.p-flex-lp-scbnr {
	background: #fff;
	padding: 0 0 70px;
}
.p-flex-lp-scbnr a {
	max-width: 960px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

/* =========================== */

.p-flex-lp-sccont {
	background: #fcaa9f;
	color: #333;
	padding: 70px 20px;
}
.p-flex-lp-sccont-inner {
	max-width: 1040px;
	margin: 0 auto;
}
.p-flex-lp-sccont-cont-1 {
	background: #fff;
	border-radius: 16px;
	padding: 36px 60px;
	margin-bottom: 40px;
}
.p-flex-lp-sccont-cont-1__title {
	font-size: 24px;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 20px;
}
.p-flex-lp-sccont-cont-1__title span {
	font-size: 30px;
}
.p-flex-lp-sccont-cont-1__list {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
.p-flex-lp-sccont-cont-1__item {
	width: calc((100% - 80px) / 3);
	text-align: center;
}
.p-flex-lp-sccont-cont-1__item .icon {
	height: 105px;
	margin-bottom: 20px;
}
.p-flex-lp-sccont-cont-1__item .icon img.w-112 {
	width: 112px;
}
.p-flex-lp-sccont-cont-1__item .icon img.w-132 {
	width: 132px;
}
.p-flex-lp-sccont-cont-1__item .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.p-flex-lp-sccont-cont-1__item .title .kome {
	font-size: 0.5em;
	vertical-align: super;
}
.p-flex-lp-sccont-cont-1__item p {
	font-size: 14px;
}

.p-flex-lp-sccont-cont-1__note {
	font-size: 10px;
}
.p-flex-lp-sccont-cont-2 {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	padding-bottom: 10px;
}
.p-flex-lp-sccont-cont-2__title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
.p-flex-lp-sccont-cont-2 table {
	max-width: 800px;
	margin: 0 auto;
}
.p-flex-lp-sccont-cont-2 table th,
td {
	font-size: 14px;
	padding-bottom: 34px;
	line-height: 1.8;
}
.p-flex-lp-sccont-cont-2 table th {
	text-align: left;
	width: 200px;
	vertical-align: top;
}
.p-flex-lp-sccont-cont-2 table td ul li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 24px;
}
.p-flex-lp-sccont-cont-2 table td ul li:last-child {
	margin-bottom: 0;
}
.p-flex-lp-sccont-cont-2 table td ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 9px;
}

.p-flex-lp-sccont__note {
	text-align: center;
	margin-top: 40px;
	color: #000;
	font-weight: bold;
}
.p-flex-lp-sccont__contact {
	text-align: center;
	margin-top: 40px;
}
.p-flex-lp-sccont__contact a {
	background: #e60012;
	color: #fff;
	border-radius: 100vh;
	font-weight: bold;
	width: 330px;
	height: 48px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* =========================== */

/* レスポンシブ対応 */
@media (min-width: 1190px) and (max-width: 1500px) {
	.p-flex-base-lp-mv__btn {
		width: 29vw;
	}
}
@media (max-width: 1023px) {
	.p-flex-base-lp-mv__btn {
		position: absolute;
		z-index: 99;
		bottom: 8.5vw;
		width: 76vw;
		right: 0;
		left: 0;
		margin: auto;
		background-color: #fff;
	}
	.p-flex-lp-facilityIntroSec {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	/* =========================== */

	.p-flex-lp-scbnr {
		padding: 0 0px 50px;
	}

	/* =========================== */

	.p-flex-lp-sccont {
		padding: 40px 20px;
	}
	.p-flex-lp-sccont-cont-1 {
		padding: 30px 7vw;
	}
	.p-flex-lp-sccont-cont-1__title {
		font-size: 16px;
	}
	.p-flex-lp-sccont-cont-1__title span {
		font-size: 24px;
	}
	.p-flex-lp-sccont-cont-1__list {
		flex-direction: column;
	}
	.p-flex-lp-sccont-cont-1__item {
		width: 100%;
	}
	.p-flex-lp-sccont-cont-2 {
		padding: 30px 7vw 0;
	}
	.p-flex-lp-sccont-cont-2 table,
	.p-flex-lp-sccont-cont-2 table tr,
	.p-flex-lp-sccont-cont-2 table th,
	.p-flex-lp-sccont-cont-2 table td {
		display: block;
	}
	.p-flex-lp-sccont-cont-2 table th,
	.p-flex-lp-sccont-cont-2 table td {
		width: 100%;
		padding: 0;
	}
	.p-flex-lp-sccont-cont-2 table th {
		padding-bottom: 10px;
	}
	.p-flex-lp-sccont-cont-2 table td {
		padding-bottom: 30px;
	}
}

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
