@charset "UTF-8";
/* ===========================================
 * コンフォール西浦和田島 facility
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* sec_facility */
.cft_container .sec_facility {
	margin-top: 16vw;
	padding: 0 5.333vw;
}
.cft_container .sec_facility .sec_facility_header {
	padding: 1.333vw;
	background-color: #f8d8d8;
	border-radius: 4.533vw;
	color: #892f1b;
	font-size: 4.267vw;
	font-weight: bold;
	text-align: center;
}
.cft_container .sec_facility .sec_facility_body {
	margin-top: 4.533vw;
}
.cft_container .sec_facility .sec_facility_catch {
	font-size: 4.8vw;
	font-weight: bold;
	text-align: center;
}
.cft_container .sec_facility .sec_facility_item {
	margin-top: 10.667vw;
}

/* facility_noteblock */
.cft_container .facility_noteblock {
	margin-top: 8vw;
	padding: 0 5.333vw;
}
.cft_container .facility_noteblock .facility_noteblock_text {
	padding-left: 1em;
	font-size: 3.733vw;
	line-height: 1.5;
	text-indent: -1em;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* facilitylead */
.cft_container .facilitylead {
	margin-top: 13.333vw;
	padding: 0 5.333vw;
	font-size: 6.4vw;
	font-weight: bold;
	line-height: 1.5;
}

/* facilitylist */
.cft_container .facilitylist > li {
	margin-top: 6.933vw;
}
.cft_container .facilitylist > li:first-child {
	margin-top: 0;
}
.cft_container .facilitylist .facilitylist_obj > img {
	width: 100%;
}
.cft_container .facilitylist .facilitylist_objgroup > img {
	width: 100%;
}
.cft_container .facilitylist .facilitylist_caption {
	margin-top: 5.333vw;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.5;
}
.cft_container .facilitylist .facilitylist_text {
	margin-top: 2.667vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
.cft_container .facilitylist .facilitylist_note {
	margin-top: 2.667vw;
	font-size: 3.733vw;
	line-height: 1.5;
}
.cft_container .facilitylist .facilitylist_note.facilitylist_note--asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
.cft_container .facilitylist .facilitylist_notelist {
	margin-top: 2.667vw;
}
.cft_container .facilitylist .facilitylist_notelist > li {
	padding-left: 1em;
	font-size: 3.733vw;
	line-height: 1.5;
	text-indent: -1em;
}