/* コンテンツエリア */
div#contents_area{
	width: 100%;
}
div#contents_area div#contents{
	width: 100%;
	min-height: 600px;
}

/* パンくず非表示 */
div.breadcrumbs{
	display: none;
}


/* コンテンツエリア */
div#contents_area{
	width: 100%;
}
div#contents_area div#contents_area_inner{
	width: 100%;
	margin: 0;
	display: block;
}
/* サイドエリア */
div#contents_area div#contents_area_inner div.side_area{
	display: none;
}
/* コンテンツ */
div#contents_area div#contents_area_inner div#contents{
	width: 100%;
}

/* スライダー */
.bx-wrapper {
	background-color: transparent;
    margin: 0px auto;
    border-style: none !important;
    box-shadow: none !important;
}
.bx-wrapper .bx-viewport {
	border-style: none !important;
    box-shadow: none !important;
}

/* お知らせ */
div.news_area{
	
}
div.news_area div#news_content{
	
}
div.news_area div#news_content h2{
	margin-top: 75px;
	text-align: center;
}
div.news_area div#news_content ul{
	width: 870px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(124,124,124,0.5);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(124,124,124,0.5);
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	list-style-type: none;
}
div.news_area div#news_content ul li{
	
}
div.news_area div#news_content ul li span{
	display: block;
}


/* カテゴリー一覧 */
div.category_area{
	padding-bottom: 90px;
}
div.category_area h2{
	margin-top: 75px;
	text-align: center;
}
div.category_area div.category_boxes{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:calc(44px / 3);
}
div.category_area div.category_boxes div.category_box{
	width: 264px;
	height: 264px;
	position: relative;
}
div.category_area div.category_boxes div.category_box a{
	
}
div.category_area div.category_boxes div.category_box a img{
	width: 264px;
	height: auto;
}
div.category_area div.category_boxes div.category_box a span{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 23px;
	font-family: "Yu Mincho", "YuMincho", serif;
	line-height: 28px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-weight: bold;
}


/* 取り組み */
div.efforts_againstr_area{
	width: 100%;
	height: 432px;
	background-color: rgba(252,226,25,0.2);
	position: relative;
}
div.efforts_againstr_area div.efforts_againstr_content{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top:60px;
	padding-bottom: 60px;
	position: relative;
}
div.efforts_againstr_area div.efforts_againstr_content img{
}
div.efforts_againstr_area div.efforts_againstr_content h3{
	position: absolute;
	top:60px;
	right: 0;
	width: 460px;
	font-size: 24px;
	line-height: 36px;
}
div.efforts_againstr_area div.efforts_againstr_content p{
	position: absolute;
	top:180px;
	right: 0;
	width: 460px;
	font-size: 15px;
}
div.efforts_againstr_area div.efforts_againstr_content a{
	position: absolute;
	top:315px;
	right: 212px;
	display: inline-block;
	width: 248px;
	height: 52px;
	border-radius: 26px;
	background-color: #FCA518;
	color: #FFF;
	text-align: center;
	line-height: 52px;
}



/* 人気商品 */
div#seller_area{
	
}
div#seller_area h2{
	margin-top: 75px;
	text-align: center;
}
div#seller_area ul.seller_item_area{
	margin: 0;
	padding: 0;
}
div#seller_area ul.seller_item_area li.seller_item{
	width: 240px;
	margin: 0;
	padding: 0;
}
div#seller_area ul.seller_item_area li.seller_item a{
	color: #302D2C;
	text-decoration: none;
}
div#seller_area ul.seller_item_area li.seller_item img.item_image{
	width: 240px;
	height: 184px;
	margin:0 auto;
}
div#seller_area ul.seller_item_area li.seller_item p{
	width: 240px;
	margin:0 auto;
	padding-top: 15px;
}

/* バナー */
div.bannar_box1{
	margin-top: 60px;
  	margin-bottom:20px;
	text-align: center;
}
div.bannar_box2{
	margin-bottom: 60px;
	text-align: center;
}

/* カレンダー */
div#footer_calendar_area{
	width: 100%;
}
div#footer_calendar_area div#footer_calendar{
	padding-bottom: 50px;
}
div#footer_calendar_area div#footer_calendar h2{
	margin-top: 75px;
	text-align: center;
}
div#footer_calendar_area div#footer_calendar div.calendar_area{
	text-align: center;
}
div#footer_calendar_area div#footer_calendar div.calendar_area table{
	display: inline-table;
}
div#footer_calendar_area div#footer_calendar div.calendar_area table.tbl_calendar {
	border: none;
	margin-left: 30px;
	margin-right: 30px;
}
div#footer_calendar_area div#footer_calendar div.calendar_area table.tbl_calendar tr th,
div#footer_calendar_area div#footer_calendar div.calendar_area table.tbl_calendar tr td{
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: 400;
	width: 40px;
	height: 30px;
}
div#footer_calendar_area div#footer_calendar div.calendar_area table.tbl_calendar tr th{
	color:#FFF;
	background-color: #e7a56a;
}
div#footer_calendar_area div#footer_calendar div.calendar_area table.tbl_calendar tr td{
}




