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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-footer {
	padding-top: 185px;
}

@media only screen and (max-width: 767px) {
	.g-footer {
		padding-top: 80px;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-wash
---------------------------------------------------------------------------*/
.sec-wash {
	width: 100%;
	max-width: 840px;
	margin: 67px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-wash {
		margin-top: 0;
	}
}

.sec-wash__hdg {
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__hdg {
		font-size: 16px;
		letter-spacing: 1.8px;
	}
}

.sec-wash__txt {
	margin-top: 25px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-wash__txt {
		margin-top: 22px;
		text-align: justify;
		font-size: 14px;
		line-height: 2.2;
	}
}

.sec-wash__variants {
	margin-bottom: 9px;
	margin-left: -14px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants {
		margin-left: -3.3%;
	}
}

.sec-wash__variants .variants-item {
	display: inline-block;
	margin-left: 14px;
	padding: 14px 18px;
	border-radius: 2px;
	text-align: center;
	color: #3e3a39;
	font-size: 16px;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__variants .variants-item {
		margin-top: 10px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants .variants-item {
		margin-top: 10px;
		font-size: 11px;
	}
}

.sec-wash__variants--01 {
	margin-top: 64px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants--01 {
		margin-top: 20px;
	}
}

.sec-wash__variants--01 .variants-item {
	background-color: #f3f3f2;
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants--01 .variants-item {
		margin-left: 3.3%;
		padding: 10px 10px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-wash__variants--01 .variants-item {
		padding: 10px 5px;
	}
}

.sec-wash__variants--02 .variants-item {
	background-color: #eae6de;
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants--02 .variants-item {
		width: 21.7%;
		margin-left: 3.3%;
		padding: 10px 5px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__variants--02 .variants-item {
		padding: 10px 2px;
		font-size: 9px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-wash__variants--02 .variants-item {
		width: 46.7%;
	}
}

.sec-wash__list {
	margin-left: -1.7%;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list {
		margin-top: -3%;
		margin-left: -3%;
	}
}

.sec-wash__list .list-item {
	position: relative;
	width: 31.6%;
	margin-top: 15px;
	margin-left: 1.7%;
	padding: 28px 10px 20px;
	border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list .list-item {
		width: 47%;
		height: auto;
		margin-left: 3%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item {
		width: 47%;
		height: auto;
		min-height: 180px;
		margin-top: 3%;
		margin-left: 3%;
		padding: 26px 8px 20px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-wash__list .list-item {
		padding: 26px 4px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list .list-item:nth-child(2) {
		-ms-flex-order: 5;
		order: 5;
	}
	.sec-wash__list .list-item:nth-child(3) {
		-ms-flex-order: 2;
		order: 2;
	}
	.sec-wash__list .list-item:nth-child(4) {
		-ms-flex-order: 3;
		order: 3;
	}
	.sec-wash__list .list-item:nth-child(5) {
		-ms-flex-order: 4;
		order: 4;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item:nth-child(2) {
		-ms-flex-order: 5;
		order: 5;
	}
	.sec-wash__list .list-item:nth-child(3) {
		-ms-flex-order: 2;
		order: 2;
	}
	.sec-wash__list .list-item:nth-child(4) {
		-ms-flex-order: 3;
		order: 3;
	}
	.sec-wash__list .list-item:nth-child(5) {
		-ms-flex-order: 4;
		order: 4;
	}
}

.sec-wash__list .list-item__illust {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item__illust {
		font-size: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list .list-item__illust img {
		width: 100%;
		height: auto;
		max-height: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item__illust img {
		width: 100%;
		height: auto;
		max-height: 80px;
	}
}

.sec-wash__list .list-item__txt {
	text-align: center;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item__txt {
		padding: 0 0;
		font-size: 10px;
		line-height: 2.3;
	}
}

@media only screen and (max-width: 374px) {
	.sec-wash__list .list-item__txt {
		font-size: 9px;
	}
}

.sec-wash__list .list-item__txt--one {
	padding-top: .8em;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item__txt--one {
		padding-top: 0;
	}
}

.sec-wash__list .list-item--wide {
	width: 65%;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item--wide {
		width: 100%;
	}
}

.sec-wash__list .list-item--wide .list-item__illust {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.sec-wash__list .list-item--wide .list-item__illust span {
	padding: 0 26px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item--wide .list-item__illust span {
		padding: 0;
	}
}

.sec-wash__list .list-item--wide .list-item__illust .txt {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list .list-item--wide .list-item__illust .txt {
		width: 10%;
	}
}

.sec-wash__list--01 .list-item {
	background-color: #f3f3f2;
}

.sec-wash__list--01 .list-item:nth-child(1) .list-item__illust {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list--01 .list-item:nth-child(1) .list-item__illust {
		margin-bottom: 33px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--01 .list-item:nth-child(1) .list-item__illust {
		margin-bottom: 28px;
	}
}

.sec-wash__list--01 .list-item:nth-child(2) .list-item__illust {
	margin-top: 12px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list--01 .list-item:nth-child(2) .list-item__illust {
		margin-top: 13px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--01 .list-item:nth-child(2) .list-item__illust {
		margin-top: 13px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--01 .list-item:nth-child(2) .list-item__illust img {
		min-height: 80px;
	}
}

.sec-wash__list--02 .list-item {
	background-color: #eae6de;
}

.sec-wash__list--02 .list-item:nth-child(1) .list-item__illust {
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--02 .list-item:nth-child(1) .list-item__illust {
		margin-bottom: 10px;
	}
}

.sec-wash__list--02 .list-item:nth-child(2) .list-item__illust {
	margin-top: 27px;
	margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list--02 .list-item:nth-child(2) .list-item__illust {
		margin-top: 0;
		margin-bottom: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--02 .list-item:nth-child(2) .list-item__illust {
		margin-top: 0;
		margin-bottom: 11px;
	}
}

.sec-wash__list--02 .list-item:nth-child(3) .list-item__illust {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--02 .list-item:nth-child(3) .list-item__illust {
		margin-bottom: 20px;
	}
}

.sec-wash__list--02 .list-item:nth-child(4) .list-item__illust {
	margin-top: 6px;
	margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sec-wash__list--02 .list-item:nth-child(4) .list-item__illust {
		margin-bottom: 22px;
	}
	.sec-wash__list--02 .list-item:nth-child(4) .list-item__illust img {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--02 .list-item:nth-child(4) .list-item__illust {
		margin-bottom: 16px;
	}
	.sec-wash__list--02 .list-item:nth-child(4) .list-item__illust img {
		width: 60%;
	}
}

.sec-wash__list--02 .list-item:nth-child(5) .list-item__illust {
	margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list--02 .list-item:nth-child(5) .list-item__illust {
		margin-bottom: 14px;
	}
}

.sec-wash__list + .sec-wash__variants {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__list + .sec-wash__variants {
		margin-top: 15px;
	}
}

.sec-wash__note {
	margin-top: 24px;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-wash__note {
		margin-top: 15px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-wash__note {
		font-size: 9px;
	}
}
