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

	- towelgiftPrices

-----------------------------------------*/

/*----------------------------------------
	towelgiftPrices
-----------------------------------------*/
#fwCms_wrapper .towelgiftPrices {
	display: flex;
	flex-wrap: wrap;
	background: #f9f5f2;
	border-top: 1px solid #edd9c4;
}

#fwCms_wrapper .towelgiftPrices li {
	display: flex;
	align-items: center;
	width: 50%;
	border-right: 1px solid #edd9c4;
	border-bottom: 1px solid #edd9c4;
	box-sizing: border-box;
}

#fwCms_wrapper .towelgiftPrices li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 9.6vw 3.4vw 4vw;
	background: url(../../../../common/svg/arrow-m-01.svg) no-repeat right 4vw center;
	background-size: auto 3.4vw;
	box-sizing: border-box;
}

@media screen and (min-width: 1150px) {
	#fwCms_wrapper .towelgiftPrices li {
		width: 20%;
	}

	#fwCms_wrapper .towelgiftPrices li:last-child {
		border-right: none;
	}
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .towelgiftPrices li a {
		padding: 16px 15px;
		background-position: right 20px center;
		background-size: auto 17px;
	}
}

@media screen and (max-width: 1149px) {
	#fwCms_wrapper .towelgiftPrices li:nth-child(2n) {
		border-right: none;
	}

	#fwCms_wrapper .towelgiftPrices li:last-child {
		border-right: 1px solid #edd9c4;
	}
}