@charset "utf-8";
@media screen and (min-width: 768px) {
	#fwCms_wrapper .recommend-items.whiteday_260308 .recommend-item,
	#fwCms_wrapper .recommend-items.whiteday_260308 .swiper-container:not(.recommend-item-swiper):not(.recommend-item-swiper2) .recommend-item {
		width: calc((100% - 60px)/4)!important;
	}
}
/* 豆知識 */
#fwCms_wrapper .fmt_heading_underline {
	width: 100%;
}
#fwCms_wrapper .fmt_qa {
	width: 100%;
}
#fwCms_wrapper .whiteday_table {
	width: 100%;
	margin-top: 20px;
}
#fwCms_wrapper .whiteday_table tr {
	border-top: 1px solid #edd9c4;
	border-bottom: 1px solid #edd9c4;
}
#fwCms_wrapper .whiteday_table th {
	background-color: #f9f5f2;
	border-right: 1px solid #edd9c4;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#fwCms_wrapper .whiteday_table tr > th:first-of-type {
	border-left: 1px solid #edd9c4;
	width: 19.7%;
}
#fwCms_wrapper .whiteday_table td {
	border-right: 1px solid #edd9c4;
	padding: 10px 5px;
}
#fwCms_wrapper .whiteday_table tr > td:first-of-type {
	border-left: 1px solid #edd9c4;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .whiteday_table tr > th:first-of-type {
		width: 22.65%;
	}
	#fwCms_wrapper .whiteday_table tr > th:nth-of-type(2) {
		width: 35%;
	}
	#fwCms_wrapper .whiteday_table td {
		padding: 10px 20px;
	}
}

/* カテゴリ一覧　非食カテゴリを非表示 */
#fwCms_wrapper .category-nav-contents .swiper-slide:nth-of-type(13),
#fwCms_wrapper .category-nav-contents .swiper-slide:nth-of-type(14),
#fwCms_wrapper .category-nav-contents .swiper-slide:nth-of-type(15),
#fwCms_wrapper .category-nav-contents .swiper-slide:nth-of-type(16){
	display: none;
}