/*
スライドエリア
*/
.top_main {
	margin: 30px 0 0;
	padding: 0 6%;
}
.slide_area {
	margin: 0 0 20px;
}
.slide_area .bx-wrapper {
	z-index: 10;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
.slide_area .bx-wrapper .bx-pager {
	padding: 0 20px 0 0;
	text-align: right;
	bottom: 20px;
}
 .main_link_bnr_01 {
	margin: 0 0 20px;
}
.main_link_bnr_01 a {
	display: block;
	width: 100%;
	background: url(../images/top/side01.png) no-repeat left top;
	background-size: 100% auto;
	transition: all 0.5s ease-out;
}
.main_link_bnr_01 a:before {
	content: "";
	display: block;
	padding-top: 61%;
}
.main_link_bnr_02 a {
	display: block;
	width: 100%;
	background: url(../images/top/side02.png) no-repeat left bottom;
	background-size: 100% auto;
	transition: all 0.5s ease-out;
}
.main_link_bnr_02 a:before {
	content: "";
	display: block;
	padding-top: 61%;
}
.slide_img {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (min-width: 641px) {
	.top_main {
		display: flex;
	}
	.slide_area {
		width: 66%;
		margin: 0 2% 0 0;
	}
	.main_side {
		width: 32%;
	}
	.main_link_bnr_01 {
		display: flex;
		align-items: flex-start;
		margin: 0;
		height: 50%;
		background: url(../images/top/side01_on.png) no-repeat left top;
		background-size: 100% auto;
	}
	.main_link_bnr_01 a {
		display: block;
		width: 100%;
		background: url(../images/top/side01.png) no-repeat left top;
		background-size: 100% auto;
		transition: all 0.5s ease-out;
	}
	.main_link_bnr_01 a:hover {
		display: block;
		width: 100%;
		background: url(../images/top/side01_on.png) no-repeat left top;
		background-size: 100% auto;
		transition: all 0.3s ease-out;
	}
	.main_link_bnr_02 {
		display: flex;
		align-items: flex-end;
		margin: 0;
		height: 50%;
		background: url(../images/top/side02_on.png) no-repeat left bottom;
		background-size: 100% auto;
	}
	.main_link_bnr_02 a {
		display: block;
		width: 100%;
		background: url(../images/top/side02.png) no-repeat left bottom;
		background-size: 100% auto;
		transition: all 0.5s ease-out;
	}
	.main_link_bnr_02 a:hover {
		display: block;
		width: 100%;
		background: url(../images/top/side02_on.png) no-repeat left bottom;
		background-size: 100% auto;
		transition: all 0.3s ease-out;
	}
}
/*
お知らせ
*/
.news_area {
	padding: 0 6%;
}
.news_list {
	margin: 30px 0 0;
}
.news_list li {
	float: left;
	width: 49%;
	margin: 0 0 20px 2%;
}
.news_list li:nth-child(2n+1) {
	margin: 0 0 20px;
}
.news_list li a {
	display: block;
	width: 100%;
}
.news_list li a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
@media only screen and (min-width: 641px) {
	.news_list li {
		float: left;
		width: 19%;
		margin: 0 0 20px 1.25%;
	}
	.news_list li:nth-child(2n+1) {
		margin: 0 0 20px 1.25%;
	}
	.news_list li:nth-child(5n+1) {
		margin: 0 0 20px;
	}
}
/*
取扱商品
*/
.item_area {
	margin: 30px 0 0;
	padding: 0 6%;
}
.item_area .item_area_list {
	margin: 0 0 50px;
}
.item_area .item_area_list:last-child {
	margin: 0;
}
.item_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item_box .item_img {
	position: relative;
}
.item_box .item_img p {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -18px 0 0;
	text-align: center;
	font-size: 36px;
	color: #fff;
	text-shadow: 0px 3px 6px rgb(150, 150, 150);
}
.item_box h4 {
	margin: 15px 0 10px;
	font-size: 17px;
	font-weight: bold;
}
.item_box p {
	font-size: 14px;
}
.info_link {
	margin: 15px 0 0;
}
.info_link a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	border-radius: 5px;
	border: solid #000 1px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.5s ease-out;
}
@media only screen and (min-width: 641px) {
	.item_area {
		display: flex;
		padding: 0 2%;
	}
	.item_area .item_area_list {
		width: 32%;
		margin: 0 0 0 2%;
	}
	.item_area .item_area_list:nth-child(1) {
		margin: 0;
	}
	.item_area .item_area_list:last-child {
		margin: 0 0 0 2%;
	}
	.info_link {
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 769px) {
	.item_box h4 {
		margin: 25px 0 15px;
		font-size: 24px;
	}
	.item_box p {
		font-size: 18px;
	}
	.info_link a {
		font-size: 18px;
	}
	.info_link a:hover {
		background: #000;
		color: #fff;
	}
}
/*
SIDE STORY
*/
.side_story {
	margin: 30px 0 110px;
	padding: 0 6%;
}
.side_story_ttl {
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.side_story_restaurant {
	position: relative;
	margin-bottom: 30px;
}
.side_story_restaurant:before {
	content: "";
	display: block;
	padding-top: 16%;
}
.side_story_instagram {
	position: relative;
}
.side_story_instagram:before {
	content: "";
	display: block;
	padding-top: 22.72%;
}
.side_story_restaurant a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.side_story_instagram a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.side_story_restaurant a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
		border-radius: 10px;
		transition: all 0.5s ease-out;
}
.side_story_restaurant a:hover:before {
		background-color: rgba(0, 0, 0,0.3);
		transition: all 0.3s ease-out;
}
.side_story_instagram a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
		border-radius: 10px;
		transition: all 0.5s ease-out;
}
.side_story_instagram a:hover:before {
		background-color: rgba(0, 0, 0,0.3);
		transition: all 0.3s ease-out;
}
.side_story_restaurant a img {
	position: absolute;
    top: 0;
    left: 0;
		width: 100%;
		height: 100%;
		border: solid 3px #000000;
		border-radius: 10px;
    z-index: 1;
	}
	.side_story_instagram a img {
		position: absolute;
    top: 0;
    left: 0;
		width: 100%;
		height: 100%;
		border: solid 3px #ef4f25;
		border-radius: 10px;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
	.side_story {
		display: flex;
		justify-content: space-between;
	}
	.side_story_restaurant {
		width: 57.5%;
		margin:0;
	}
	.side_story_restaurant a:hover:before {
		border-radius: 25px;
	}
	.side_story_restaurant a img {
		border-radius: 25px;
	}
	.side_story_instagram {
		width: 40.5%;
	}
	.side_story_instagram a:hover:before {
		border-radius: 22px;
	}
	.side_story_instagram a img {
		border-radius: 22px;
	}
}

@media only screen and (min-width: 1025px) {
	.side_story_ttl {
		font-size: 30px;
	}
}

/* Pickup News */
.pickupnews_area {
	margin: 30px 0 0;
	padding: 6%;
	text-align: center;
}
.pickupnews_area .bx-wrapper {
	z-index: 10;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
.pickupnews_list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}
.pickupnews_list li {
	width: 200px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
	.pickupnews_area {
		padding: 0 20%;
	}
	.pickupnews_list {
		flex-direction: inherit;
	}
	.pickupnews_list li {
		width: 30%;
		margin: 0;
	}
}
@media only screen and (min-width: 1601px) {
	.pickupnews_list li {
		width: inherit;
	}
}

/* 法人サポートページ バナー */
.corporate_support_bnr {
	width: 100%;
	background: #ffffff;
	border-radius: 25px;
	margin: 0 auto;
	padding: 20px 0;
	border: 2px solid #000000;
	font-size: 16px;
}
.corporate_support_bnr a {
	display: block;
	text-align: center;
	color: #000000;
}
.corporate_support_bnr:hover {
	background: #000000;
	transition: all 0.3s ease-out;
}
.corporate_support_bnr a:hover {
	color: #ffffff;
}
@media only screen and (min-width: 769px) {
	.corporate_support_bnr {
		width: 50%;
		font-size: 25px;
	}
}
@media only screen and (min-width: 641px) {
	.corporate_support_bnr {
	}
}

/* カレンダーサポート */
.calender_support_area {
	width: 95%;
	margin: 0 auto;
	border: solid 1px #000000;
	padding: 30px;
}
@media only screen and (min-width: 1050px){
	.calender_support_area {
		width: 1050px;
		padding: 60px;
	}

}