@charset "utf-8";
#fwCms_wrapper .okubarisweets .cate_nav li a {
	background-color: #334c91;
}

#fwCms_wrapper .okubarisweets .price ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#fwCms_wrapper .okubarisweets .price ul li {
	width: 50%;
	height: 13.333vw;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#fwCms_wrapper .okubarisweets .price ul li:nth-child(2n) {
	border-right: 0px;
}

#fwCms_wrapper .okubarisweets .price ul li:last-of-type {
	border-bottom: 0px;
}

#fwCms_wrapper .okubarisweets .price ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 9.6vw 3.4vw 4vw;
	box-sizing: border-box;
	background: url(https://www.daimaru-matsuzakaya.jp/excludes/DMO/web/feature/o/okubarisweets/250319/img/250319_arrow01.png) no-repeat right 4vw center;
	background-size: auto 3.4vw;
	color: #2c4791;
	background-color: #f2df61;
}

#fwCms_wrapper .okubarisweets .count ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#fwCms_wrapper .okubarisweets .count ul li {
	width: calc((100% - 2px) / 3);
	height: 13.333vw;
	border-right: 1px solid #fff;
}

#fwCms_wrapper .okubarisweets .count ul li:last-of-type {
	border-right: 0px;
}

#fwCms_wrapper .okubarisweets .count ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 9.6vw 3.4vw 4vw;
	box-sizing: border-box;
	background: url(https://www.daimaru-matsuzakaya.jp/excludes/DMO/web/feature/o/okubarisweets/250319/img/250319_arrow01.png) no-repeat right 4vw center;
	background-size: auto 3.4vw;
	color: #2c4791;
	background-color: #f2df61;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .okubarisweets .price ul {
		flex-wrap: nowrap;
	}
	#fwCms_wrapper .okubarisweets .price ul li {
		width: 20%;
		height: 56px;
		border-bottom: 0px;
	}
	#fwCms_wrapper .okubarisweets .price ul li:nth-child(2n) {
		border-right: 1px solid #fff;
	}
	#fwCms_wrapper .okubarisweets .price ul li a {
		padding: 16px 15px;
		background-position: right 20px center;
		background-size: auto 17px;
	}
	#fwCms_wrapper .okubarisweets .count ul li {
		height: 56px;
	}
	#fwCms_wrapper .okubarisweets .count ul li a {
		padding: 16px 15px 16px 30px;
		background-position: right 20px center;
		background-size: auto 17px;
	}
}