@charset "UTF-8";

main {
	padding-top: 115px;
}

.cleaning {
	padding-bottom: 100px;
}

.intro {
}

.intro_wrap {
}

.sec_ttl {
	position: relative;
	margin-bottom: 26px;
	padding-left: 23px;
	font-weight: bold;
	font-size: 40px;
}

.sec_ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 8px;
	height: 48px;
	background: #fff502;
	transform: translateY(50%);
}

.intro_txt {
}

.course {
	padding: 100px 0 0;
}

.course_wrap {
}

.course_cnt {
}

.course_hd {
	margin-bottom: 21px;
	padding: 20px 29px;
	border-radius: 8px;
	background: #fff502;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
}

.base {
	margin-bottom: 70px;
}

.base_wrap {
}

.base_course {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 20px;
}

.base_course_box {
	padding: 33px 23px;
	background: #fdfded;
}

.base_course_box_name {
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 26px;
}

.base_course_box_name::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: -23px;
	width: 9px;
	height: 23px;
	background: #fff502;
	transform: translateY(50%);
}

.base_course_box_name span {
	font-weight: 500;
	font-size: 16px;
}

.base_course_box_txt {
	line-height: 1.8;
}

.base_note {
	margin-bottom: 30px;
}

.base_link {
}

.base_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	width: 580px;
	height: 58px;
	margin: 0 auto;
	border: #cccccc solid 1px;
	border-radius: 5px;
	font-weight: bold;
}

.base_link a span {
	font-size: 20px;
	transform: rotate(90deg);
}

.wash {
	margin-bottom: 100px;
}

.wash_wrap {
}

.wash_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding: 30px 0;
	border-bottom: #cccccc 1px solid;
}

.wash_detail {
	display: flex;
	align-items: center;
	gap: 27px;
}

.wash_detail_item {
	flex-shrink: 0;
}

.wash_detail_txt {
	line-height: 1.8;
}

.wash_detail_txt_name {
	font-weight: bold;
	font-size: 26px;
}

.wash_fee {
	display: flex;
	flex-shrink: 0;
	flex-flow: column;
	justify-content: center;
	gap: 3px;
	width: 180px;
	height: 100px;
	padding: 0 19px;
	background: #fdfded;
}

.wash_blank {
	flex-shrink: 0;
	width: 180px;
	height: 100px;
}

.wash_fee_ttl {
	color: #ffc16c;
	font-weight: bold;
}

.cleaning_fee_note {
	margin-bottom: 40px;
}

.cleaning_fee_table {
	margin-bottom: 70px;
}

.cleaning_fee_table.bedding {
	margin-bottom: 0;
}

.cleaning_fee_table_caption {
	position: relative;
	margin-bottom: 23px;
	padding-left: 21px;
	font-weight: bold;
	font-size: 26px;
}

.cleaning_fee_table_caption::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff502;
	transform: translateY(50%);
}

.cleaning_fee_table_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}

.cleaning_fee_table_cnt {
}

.cleaning_fee_table_hd {
	padding: 12px 26px;
	border-bottom: #333333 2px solid;
	background: #b8fefe;
}

.cleaning_fee_table_body {
}

.cleaning_fee_table_body dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: #cccccc 1px solid ;
}

.cleaning_fee_table_body dl dt {
	padding: 16px 10px;
	border-right: #cccccc 1px solid;
}

.cleaning_fee_table_body dl dd {
	padding: 16px 15px;
}

.cleaning_fee_table_note {
	margin-top: 33px;
}

.member {
	padding: 110px 0 140px;
	background: #fdfded;
}

.member_wrap {
}

.member_ttl {
}

.member_intro {
	display: flex;
	align-items: center;
	gap: 37px;
	margin-bottom: 55px;
}

.member_subscription {
	width: fit-content;
	padding: 12px 21px;
	background: #fff502;
	font-weight: bold;
	font-size: 26px;
}

.member_subscription span {
	font-size: 15px;
}

.member_benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
	margin-bottom: 50px;
}

.member_benefits_cnt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	position: relative;
	height: 150px;
	padding: 27px 20px 25px;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.benefits_num {
	position: absolute;
	top: 6px;
	left: 15px;
	color: #b2b2b2;
	font-weight: 600;
	font-size: 20px;
}

.member_benefits_cnt p {
	font-weight: bold;
	font-size: 20px;
}

.emphasis {
	color: #e2090c;
}

.benefits_note {
	/* color: #b2b2b2; */
}

.member_link {
}

.member_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	width: 560px;
	height: 76px;
	border-radius: 8px;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}

.member_link a span {
	font-size: 20px;
}

.delivery {
	padding: 110px 0;
}

.delivery_wrap {
}

.delivery_ttl {
}

.delivery_intro {
	margin-bottom: 42px;
}

.delivery_flow {
	padding: 23px 28px 39px;
	border: #cccccc 1px solid;
	border-radius: 25px;
}

.delivery_flow_hd {
	position: relative;
	margin-bottom: 37px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 26px;
}

.delivery_flow_hd::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff502;
	transform: translateY(50%);
}

.delivery_flow_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}

.delivery_flow_list {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.delivery_flow_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 25%;
	right: -25.5px;
	width: 26px;
	height: 48px;
	background-image: url(../img/service/delivery-flow-arrow01@2x.png);
	background-size: cover;
}

.delivery_flow_list:last-child:after {
	display: none;
}

.delivery_flow_list_img {
	margin-bottom: 29px;
}

.delivery_flow_list_txt {
	text-align: center;
}

#fee,
#shirt,
#clothes,
#bedding {
	margin-top: -150px;
	padding-top: 150px;
}


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

@media screen and (max-width:768px) {
	main {
	}

	.cleaning {
	}

	.intro {
	}

	.intro_wrap {
	}

	.sec_ttl {
		margin-bottom: 16px;
		padding-left: 15px;
		font-size: 27px;
	}

	.sec_ttl::after {
		width: 6px;
		height: 33px;
	}

	.intro_txt {
	}

	.course {
		padding: 40px 0 0;
	}

	.course_wrap {
	}

	.course_cnt {
	}

	.course_hd {
		padding: 12px 17px;
		font-size: 20px;
	}

	.base {
	}

	.base_wrap {
	}

	.base_course {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.base_course_box {
		padding: 25px 23px;
	}

	.base_course_box_name {
		margin-bottom: 5px;
		font-size: 22px;
	}

	.base_course_box_name::before {
	}

	.base_course_box_name span {
		font-size: 14px;
	}

	.base_course_box_txt {
	}

	.base_note {
	}

	.base_link {
	}

	.base_link a {
		width: 100%;
	}

	.base_link a span {
	}

	.wash {
		margin-bottom: 50px;
	}

	.wash_wrap {
	}

	.wash_cnt {
		flex-flow: column;
		gap: 5px;
		padding: 15px 0;
	}

	.wash_detail {
	}

	.wash_detail_item {
	}

	.wash_detail_txt {
	}

	.wash_detail_txt_name {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-bottom: 14px;
		font-size: 20px;
	}

	.wash_detail_txt_icon {
		display: flex;
		width: 65px;
	}

	.wash_fee {
		flex-flow: unset;
		justify-content: unset;
		align-items: center;
		gap: 20px;
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.wash_blank {
	}

	.wash_fee_ttl {
	}

	.cleaning_fee_note {
	}

	.cleaning_fee_table {
		margin-bottom: 50px;
	}

	.cleaning_fee_table.bedding {
	}

	.cleaning_fee_table_caption {
	}

	.cleaning_fee_table_caption::before {
	}

	.cleaning_fee_table_wrap {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cleaning_fee_table_cnt {
	}

	.cleaning_fee_table_hd {
	}

	.cleaning_fee_table_body {
	}

	.cleaning_fee_table_body dl {
		grid-template-columns: 5fr 3fr;
	}

	.cleaning_fee_table_body dl dt {
		padding: 13px;
	}

	.cleaning_fee_table_body dl dd {
		display: flex;
		align-items: center;
		padding: 13px;
	}

	.cleaning_fee_table_note {
		margin-top: 25px;
	}

	.member {
		padding: 50px 0;
	}

	.member_wrap {
	}

	.member_ttl {
	}

	.member_intro {
		flex-flow: column;
		align-items: start;
		gap: 10px;
	}

	.member_subscription {
		padding: 12px;
		font-size: 22px;
	}

	.member_subscription span {
	}

	.member_benefits {
		grid-template-columns: 1fr;
		margin-bottom: 25px;
	}

	.member_benefits_cnt {
		gap: 0;
		height: auto;
		padding: 35px 20px 28px;
	}

	.benefits_num {
		top: 3px;
		left: 13px;
	}

	.member_benefits_cnt p {
		font-size: 18px;
		line-height: 1.4;
	}

	.emphasis {
	}

	.benefits_note {
		font-size: 14px;
	}

	.member_link {
	}

	.member_link a {
		width: 100%;
		height: 66px;
		padding: 0 10px;
		font-size: 14px;
	}

	.member_link a span {
	}

	.delivery {
	}

	.delivery_wrap {
	}

	.delivery_ttl {
	}

	.delivery_intro {
	}

	.delivery_flow {
	}

	.delivery_flow_hd {
		margin-bottom: 25px;
		font-size: 21px;
	}

	.delivery_flow_cnt {
		grid-template-columns: 1fr;
		gap: 85px;
	}

	.delivery_flow_list {
	}

	.delivery_flow_list::after {
		top: auto;
		right: 50%;
		bottom: -65px;
		transform: translateX(50%) rotate(90deg);
	}

	.delivery_flow_list:last-child:after {
	}

	.delivery_flow_list_img {
		margin-bottom: 15px;
	}

	.delivery_flow_list_txt {
	}
}
