/* Cleaning page */
.have-sale::after{
	content: '';
	background-image: url('../img/cleaning/bg-sale.png');
	background-size: contain;
	width: 90%;
	height: 100%;
	max-width: 1297px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 0;
	transform: translate(-50%, -10%);
}
.clean-items {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px 25px;
}
.clean-tab {
	background-image: url(../img/cleaning/ttl-bg.png);
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	margin-top: 20px;
}
.clean-tab .ic {
	font-size: 20px;
	color: #fff;
	transform: rotate(90deg);
	transition: .4s;
}
.clean-tab.d_active .ic {
	transform: rotate(-90deg);
}
.clean-content {
}
.clean-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 20px;
}
.clean-item-img {
	width: 26%;
}
.clean-item-img img {
	width: 100%;
}
.clean-item-main {
	width: 74%;
}
.clean-item-ttl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 50px;
}
.clean-item-ttl >p {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.clean-item-ttl p.co1 {
	background-color: #E18932;
	width: 60%;
}
.clean-item-ttl p.co2 {
	background-color: #EAAC6F;
	width: 15%;
}
.clean-item-ttl .item-price {
	width: 25%;
}
.clean-item-cont {
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.clean-item-txt {
	width: 75%;
}
.clean-item-txt-1 {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	letter-spacing: -1px;
	line-height: 120%;
}
.clean-item-txt-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 5px 0;
	line-height: 120%;
	letter-spacing: -1px;
}
.clean-item-txt-lb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.clean-item-txt-lb .lb {
	min-width: 68px;
	line-height: 26px;
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	padding: 0 5px;
}
.clean-item-txt-lb .lb+.lb {
	margin-left: 10px;
}
.clean-item-txt-3 {
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	letter-spacing: -1px;
	line-height: 120%;
}
.clean-item-btn {
	width: 20%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.clean-item-btn a {
	width: 222px;
	line-height: 64px;
	background-image: url(../img/cleaning/clean-btn-bg.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	border-radius: 8px;
}
.c-list-price{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 100px;
}
.c-list-price .c-item{
	width: 31.3%;
	margin-right: 3%;
	padding: 0;
	border: 1px solid #E3913F;
	margin-bottom: 30px;
}
.c-list-price .c-item:nth-of-type(3n){
	margin-right: 0;
}
.c-list-price .c-item h2{
	font-size: 20px;
	color: #fff;
	position: relative;
	background: #E3913F;
	padding: 10px 0;
	padding-left: 25px;
}
.c-list-price .c-item h2::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
}
.c-list-price .c-item .c-img{
	position: relative;
	height: 203px;
	width: 100%;
	text-align: center;
}
.c-list-price .c-item .c-img .img{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.c-list-price .c-item .c-img h3{
	background: #fff;
	text-align: center;
	display: block;
	padding: 5px;
	position: absolute;
	top: 8px;
	left: 50%;
	width: 100%;
	max-width: 290px;
	transform: translateX(-50%);
	border: 1px solid #E3913F;
	border-radius: 50px;
}
.c-list-price .c-item .c-img .c-label{
	display: flex;
	position: relative;
	top: -15px;
	padding: 0 10px;
}
.c-list-price .c-item .c-img .c-label span{
	background: #FF0000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 4px 15px;
	margin: 0 5px;
}
.c-list-price .c-item .c-desc{
	padding: 30px 20px 20px;
}
.c-list-price .c-item .c-desc p{
	font-size: 16px;
	line-height: 120%;
}	
.c-list-price .c-item .c-desc .c-price{
	color: #FF0000;
	display: flex;
	justify-content: flex-end;
	margin: 35px 0 10px;
	font-family: 'font-mei';
}
.c-list-price .c-item .c-desc .c-price h3{
	font-size: 60px;
	font-weight: bold;
}
.c-list-price .c-item .c-desc .c-price h4{
	font-size: 16px;
}
.c-list-price .c-item .c-desc .c-price h4 span{
	font-size: 22px;
	margin-left: 10px;
}
.c-list-price .c-item .c-desc .c-note{
	font-size: 12px;
/*	text-align: center;*/
	display: block;
}
@media(max-width: 1450px){
	.c-list-price .c-item .c-desc .c-price h3 {
		font-size: 40px;
	}
	.c-list-price .c-item .c-desc .c-price h4 span {
		font-size: 18px;
	}
	.c-list-price .c-item .c-desc .c-price h4{
		font-size: 14px;
	}
}
@media(max-width: 1024px){
	.c-list-price .c-item,.c-list-price .c-item:nth-of-type(3n){
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.c-list-price .c-item:nth-of-type(2n){
		margin-right: 0;
	}
	.c-list-price{
		margin: 30px 0;
	}
}
@media(max-width: 768px){
	.c-list-price .c-item{
		width: 100% !important;
		margin-right: 0% !important;
	}
	.c-list-price .c-item .c-desc .c-price h3 {
		font-size: 30px;
	}
	.c-list-price .c-item .c-desc .c-price h4 span {
		font-size: 16px;
	}
	.c-list-price .c-item .c-desc .c-price h4{
		font-size: 12px;
	}
}