@charset "UTF-8";

/** mlist */
.mlist a:hover {
	color: #464646;
	text-decoration: none;
}


.mlist {
	width: 100%;
	height: auto;
	/** overflow: hidden; */
}
/**
.mlist #shoplist div {
	padding-top: 60px;
	width: 100%;
	min-height: 520px;
	height: auto;
	overflow: hidden;
	border-bottom: solid 1px #b4b4b4;
	display: flex;
	flex-wrap: wrap;
}
*/

.mlist body {
	font-size: 10.56px;
	color: #808080;
	line-height: 140%;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.04em;
}


.mlist a {
	color: #808080;
	text-decoration: none;
}

.mlist .like_img {
	position: absolute;
	margin-top: 10px;
	margin-right: 14px;
	width: 60px;
	height: auto;
	right: 0;
	display: block;
}

.mlist .like_base {
	position: absolute;
	margin-top: -234px;
	margin-right: 14px;
	width: 60px;
	height: auto;
	right: 0;
	display: block;
}

.mlist #searched_count{
	text-align: center;
}

.mlist #searched_count .emptyMessage{
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 16px;
	display: none;
	margin-bottom: 100px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.mlist #searched_count .searchedMessage{
	font-size: 0.875rem;
	max-width: 75%;
	text-align: left;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mlist #searched_count .searchedMessageShop{
	max-width: 75%;
	text-align: left;
	float: left;
}

.mlist #obento{
	width: 100%;
	min-height: 3500px;
	height: auto;
}

.mlist #delivaryshop{
	width: 100%;
}

.mlist #delivaryshop .product-item{
	border: 0;
	margin-bottom: 0px;
}


.mlist select,
.mlist button,
.mlist input[type="text"],
.mlist input[type="number"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor:pointer;
	/*background-color: #fff;*/
}

.mlist .img-responsive, .thumbnail > img,
.mlist .thumbnail a > img,
.mlist .carousel-inner > .item > img,
.mlist .carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.mlist a.linkWrap {
	position: absolute;
	top: 0;
	z-index: 100;
}

.mlist #shoplist{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	position:relative;
	gap: 5px;
}

.mlist .item_shop
{
	display: block;
}

.mlist .item_bento
{
	margin:0;
}

.mlist .btn  {
	width: auto;
	height: 60px;
	position: absolute;
	margin-top: -250px;
	margin-left: 550px;
}

.mlist .itemthumb {
	padding: 0!important;
	position: relative;
	width: 100%;
}

.mlist .itemthumb a img:hover {
	opacity: 0.5;
}

.mlist .open_insert_cart {
	font-size: 18px;
	letter-spacing: 0px;
}
.mlist .open_insert_cart:hover {
	opacity: 0.8;
}

.mlist .more_items {
	margin-top: 112px;
	border-radius: 10px;
	border: solid;
	border: 1px solid;
	border-color: #FF8200;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: normal normal normal 18px/32px Hiragino Kaku Gothic Pro;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FF8200;
	width: 90%;
	max-width: 372px;
	min-width: 300px;
}

.mlist .more_items > p {
	margin: 1em!important;
}

.mlist .more_shops {
	margin-top: 112px;
	font-size: 18px;
	border-radius: 10px;
	border: solid;
	border: 1px solid;
	border-color: #FF8200;
	width: 376px;
	height: 62px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font: normal normal normal 18px/32px Hiragino Kaku Gothic Pro;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FF8200;
	padding-top: 14px;
	padding-left: 138px;
}

.mlist .more_items:hover {
	background: #FF8200 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #FFF;
	opacity: 0.8;
	cursor:pointer;
}

.mlist .more_shops:hover {
	background: #FF8200 0% 0% no-repeat padding-box;
	border-radius: 10px;
	opacity: 1;
	color: #FFF;
	opacity: 0.8;
	cursor:pointer;
}

.mlist .more_items:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -4px;
	border-top: 8px solid #F0897F;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.mlist .more_shops:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -4px;
	border-top: 8px solid #F0897F;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.mlist .more_items:hover:after {
	border-top: 8px solid #FFF;
}

.mlist .more_shops:hover:after {
	border-top: 8px solid #FFF;
}



.mlist .mlist_news_contents_area {
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 60px;
}


.mlist .mlist_news_title_header {
	font-size: 22px;
	color: #464646;
	font: normal normal normal 28px/43px Hiragino Kaku Gothic Pro;
	margin-bottom: 22px;
	max-width: 200px;
}

.mlist .mlist_news_title_area {
	font-size: 14px;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
	max-width: 1520px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mlist_news_title_area a
{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.mlist_news_title_area a:hover .mlist_news_title
{
	text-decoration: underline;
}

.mlist_news_date
{
	background-color:#DCDCDC;padding:5px;
	font-size:20px;
}

.mlist .mlist_news_date {
	display: inline-block;
	vertical-align: super;
	background: #DCDCDC 0% 0% no-repeat padding-box;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 10px;
}


.mlist .mlist_news_title {
	position: relative;
	text-align: left;
	font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid rgb(180, 180, 180);
	width: 100%;
	padding-left: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}


.mlist .mlist_tenant {
	padding-left: 16px;
	padding-right: 6px;
	padding-top: 10px;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
}

.mlist .mlistBento {
	font-size: 16px;
	letter-spacing: -0.03em;
	margin: 4px 0 0px;
	overflow: hidden;
	padding-top: 0px;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 6px;
	white-space: nowrap;
	max-width: 312px;
}


.mlist .mlistPrice {
	float: right;
	font-size: 22px;
	letter-spacing: -0.05em;
	margin-right: 30px;
	margin-top: 10px;
}

.mlist .mlist_tags {
	float: left;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	max-width: 320px;
	max-height: 80px;
}


.mlist .option_label {
	float: left;
	position: absolute;
	width: 100px;
	margin-top: -35px;
	height: 35px;
	background-color: #38B48B;
	font-size: 16px;
	float: left;
	margin-left: 0px;
	margin-right: 4px;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 6px;
	overflow: hidden;
	color: white;
	font: normal normal normal 18px/27px Hiragino Kaku Gothic Pro;
}

.mlist .triangle {
	position: absolute;
	margin-left: 99px;
	-webkit-transform: scale(0.3, 0.7);
	transform: scale(0.3, 0.7);
}


/* ラベル部分 左下に表示 */
.mlist .triangle::before {
	content: "";
	bottom: 0;
	border-top: 4em solid transparent;
	border-left: 4em solid #38B48B;
	position: absolute;
}


.mlist .mlist_tag_label {
	float: left;
	font-size: 12px;
	border-radius:4px;
	background:#F0F0F0;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: var(--unnamed-color-464646);
	text-align: center;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
}

.mlist .mlist_insert_cart_button_content {
	float: left;
	width: 100%;
	color: #FF7113;
	max-height: 60px;
	overflow: hidden;
}



.mlist .mlist_insert_cart_button {
	float: left;
	font-size: 18px;
	border-radius:10px;
	border: solid;
	border: 1px solid;
	border-color: #FF7113;
	width: 312px;
	height: 40px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.mlist ul,
.mlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 60px;
}

.mlist .arrow_rigth {
	display: table-cell;
	width: 50%;
	text-align: right;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mlist .arrow_span {
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.mlist .arrow_span:hover {
	color: #f00;
}

.mlist .load_cart {
	background: #FFFFFF;
}


.mlist .open_tmp_cart li {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	float: left;
	font-size: 18px;
	border-radius:10px;
	border: solid;
	border: 1px solid;
	border-color: #FF7113;
	width: 312px;
	height: 40px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: 10px;
	color: #FF7113;
	text-align: center;
	padding-top: 6px;
}

.mlist .open_tmp_cart li:hover {
	background: #FF8200;
	cursor: pointer;
	color: #FFF;
}


/** 店舗から選ぶ */
.mlist .shop {
	margin-bottom: 48px;
	width: 33%;
	min-height: 430px;
	border-bottom: solid 1px #b4b4b4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mlist .shop > div:not(.shop_bottom_area) {
}

.mlist .shop_data_right_area {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}

.shop_data_left_area {
	width: 616px;
}

.shop_bottom_area {
	width: 100%;
	height: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.mlist .shop_image_area {
	height: auto;
	position: relative;
}

.mlist .shop_image_area img
{
	width: 100%;
	height: auto;
}

.mlist .shop_image_area img:hover
{
	opacity: 0.5;
}

.mlist .click_fav_img_on_shop {
	position: absolute;
	width: 48px;
	height: auto;
	top: 12px;
	right: 20px;
}

.shop_icon_area{
	margin-top: 4px;
	width: 28px;
	height: auto;
	overflow: hidden;
	position: absolute;
	margin-right: 16px;
}


.shop_name_area {
	margin-top: 8px;
	padding-left: 40px;
	overflow: hidden;
	text-align: left;
	font: normal normal normal 21px/32px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
	width: auto;
}

.shop_name_area p:hover{
	text-decoration: underline;
}

.shop_detail_area {
	height: 44px;
	width: 100%;
	text-align: left;
	font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
	overflow: hidden;
}

.shop_detail_area p{
	font-size: 14px;
}


.shop_tags {
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
}

.mlist .shop_tag_label {
	float: left;
	border-radius: 4px;
	background: #F0F0F0;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #464646;
	text-align: center;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
}


.mlist .items_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.mlist .items_list .item {
	width: 33%;
	border: 1px solid #cccccc;
	padding-bottom: 10px;
}

.mlist .item_img {
	width: 100%;
	height: auto;
}

.mlist .bento {
	overflow: hidden;
	padding-left: 2px;
	text-align: left;
	font: normal normal normal 16px/18px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
	margin-top: 10px;
	height: 50px;
	font-weight: 700;
}

.mlist .bento a:hover {
	text-decoration: underline;
}

.mlist .bento_name {
	margin-right: 0px;
	text-align: left;
	font: normal normal normal 12px/0px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	margin-top: 6px;
	line-height: 1em;
	height: 50px;
	font-weight: 700;
}

.mlist .price {
	margin-right: 0px;
	text-align: right;
	font: normal normal normal 12px/0px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	margin-top: 6px;
	line-height: 1em;
}

.mlist .tax {
	text-align: left;
	font: normal normal normal 12px/0px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	line-height: 1em;
}


.mlist .tags {
	margin: 2px;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mlist .shop_data_right_area .item_tags{
	padding-top: 5px;
}

.mlist .shop_data_right_area .inshop_item_tag{
	font: normal normal normal 10px/14px Hiragino Kaku Gothic Pro;
}

.mlist .tag_label {
	float: left;
	border-radius: 4px;
	background: #F5F5F5;
	margin: 3px;
	color: #464646;
	text-align: center;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
	padding: 2px;
}


.mlist .delivery_info_area {
	max-height: 100%;
	min-width: 60%;
	height: 60px;
	background: #f5f5f5;
	margin-right: 20px;
	text-align: left;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mlist .shop_delivery_info_area {
	width: 1072px;
	background: #F5F5F5 0% 0% no-repeat padding-box;
	font: normal normal normal 11px/0px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;

	display: grid;
	grid-auto-flow: column; /* 先に横並びで詰める */
	grid-template-rows: repeat(2, auto); /* 常に2行 */
	gap: 5px;
  padding: 10px; /* ← ここを追加 */
  align-items: center;
  justify-content: space-around;
  height: 45px;
}

.mlist .shop_delivery_info_area div > * {
  margin-bottom: 0;
}

.mlist .separater{
	width: 30px;
	text-align: center;
}

.mlist .separater p{
	margin-bottom: 0;
    margin-top: 3px;
}

.mlist .price_zone{
	margin-right: 16px;
	font-weight: 600;
}

.mlist .order_limit{
	font-weight: 600;
	margin-right: 16px;
}


.mlist .favorite_img {
	width: 16px;
	height: 16px;
	margin-left: -86px;
	margin-top: 16px;
	position: absolute;
}

.mlist .favorite_button {
	min-width: 208px;
	height: 48px;
	background: #FF5757 0% 0% no-repeat padding-box;
	border: 1px solid #FF5757;
	border-radius: 10px;
	opacity: 1;
	color: #FFF;
	margin-right: 16px;
	margin-left: 16px;
	text-align: center;
	font: normal normal normal 18px/27px Hiragino Kaku Gothic Pro;
	background-repeat: no-repeat;
	background-image: url("/wao_img/parts/favorite_01.png");
	background-size: 18px;
	background-position: 16px 15px;
}

.mlist .favorite_button:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FF5757;
	border-radius: 10px;
	opacity: 1;
	color: #FF5757;
	background-image: url("/wao_img/parts/favorite_03.png");
	background-size: 18px;
	background-position: 16px 15px;
}

.mlist .click_favorite_button {
	padding-top: 10px;
	padding-left: 19px;
}


.shop_go_to_details_area {
	height: 48px;
	min-width: 208px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal normal 21px/32px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #FF8200;
	opacity: 1;
}

.mlist .shop_go_to_details_link {
	font: normal normal normal 15px/30px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #FF8200;
	opacity: 1;
	vertical-align: middle;
	padding-top: 8px;
	display: block;
	height: 100%;
	text-align: left;
}

.mlist .shop_go_to_details_link:hover {
	color: #FFF;
	background: #FF8200;

}


.mlist .submit {
	width: 320px;
	height: 48px;
	position: absolute;
	left: 192px;
	top: 770px;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	border: 1px solid var(--＃ffb000-お弁当デリオレンジ);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FF8200;
	border-radius: 10px;
	text-align: center;
	font: normal normal normal 18px/27px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #FF8200;
	opacity: 1;
}

.mlist .submit:hover {
	background: #FF8200 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.star {
  font-size: 20px;
  color: #ccc; /* デフォルト（空星） */
}
.star.full {
  color: #ff8200;
}
.star.half {
  background: linear-gradient(to right, #ff8200 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.star.empty {
  color: #e0e0e0; /* 薄い灰色 */
}

/*------------------------------------------------------------------------------
 レスポンシブ対応
------------------------------------------------------------------------------*/
@media (max-width: 765px) {
	.mlist .shop_data_left_area{
		width: 100%;
	}

	.mlist #shoplist
	{
		padding-left: 16px;
		padding-right: 16px;
	}

	.mlist .shop {
		width: 100%;
	}

	.mlist .shop_data_left_area
	{
		width: 100%;
	}

	.mlist .shop_delivery_info_area {
		margin-bottom: 30px;
		width: 100%;
	}

	.mlist .item_img
	{
		display: block;
		width: 100%;
		height: auto;
	}

	.mlist #searched_count .searchedMessage{
		width: 100%;
		max-width: 100%;
	}

	.mlist #searched_count .searchedMessageShop{
		width: 100%;
		max-width: 100%;
	}

	.mlist .tag_label
	{
		padding: 4px;
	}

	.mlist .shop_image_area
	{
		width: 100%;
		height: auto;
	}

	.mlist #delivaryshop .product-item {
		width: 100%;
	}

	.mlist .click_fav_img_on_shop {
		position: absolute;
		width: 48px;
		height: auto;
		top: 12px;
		right: 20px;
	}

	.mlist .favorite_button
	{
		position: absolute;
		top: 545px;
		left: 0px;
		width: 94%;
		margin-left: 16px;
		margin-right: 0px;
	}

	.mlist .separater
	{
		display: none;
	}

	.mlist #delivaryshop .items_list .item:nth-last-of-type(1),
	.mlist #delivaryshop .items_list .item:nth-last-of-type(2){
		display: none;
	}

	.mlist .shop_data_right_area {
		padding: 0;
		height: 140px;
	}

	.mlist .shop_data_right_area .items_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mlist .shop_go_to_details_area {
		margin: auto;
		width: 90%;
		height: 48px;
	}
}

@media (min-width: 766px) and (max-width:1157px) {
	.mlist #obento{
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #delivaryshop{
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area-shop {
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area {
		margin-left: auto;
		margin-right: auto;
	}
	.mlist .mlist_news_contents_area {
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #searched_count {
		margin-left: auto;
		margin-right: auto;
	}

	.mlist .shop_data_left_area{
		width: 100%;
	}

	.mlist .shop {
		width: 100%;
	}

	.mlist .separater
	{
		display: none;
	}

	.mlist .shop_image_area
	{
		width: 100%;
	}

	.mlist .shop_delivery_info_area {
		grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
	}

	.mlist .shop_data_right_area
	{
		width: 100%;
		height: auto;
		padding-left: 0px;
	}

	.mlist .items_list
	{
		overflow: hidden;
	}

	.mlist .item
	{
	}

	.mlist #delivaryshop .product-item
	{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		max-height: 0;
		min-height: 200px;
		margin-bottom: 0px;
	}

	.mlist .itemthumb
	{
		/*
			width: 336px;
			height: 251px;
		*/
	}

	.mlist .item_img
	{
		width: 100%;
		height: 100%;
	}

	.mlist .click_fav_img_on_shop {
		position: absolute;
		width: 48px;
		height: auto;
		top: 12px;
		right: 60px;
	}

	.mlist .shop_detail_area
	{
		font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
		height: auto;
		font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
		margin-top: -10px;
	}

	.mlist .tag_label
	{
		padding: 4px;
	}

	.mlist .price
	{
		margin-right: 16px;
	}

	.mlist .favorite_button
	{
		margin-right: 0px;
		margin-left: 0px;
		width: 336px;
		height: 48px;
	}

	.mlist .shop_go_to_details_area
	{
		margin: auto;
		height: 48px;
	}

	.mlist #delivaryshop .items_list .item:last-of-type {
	}
}

@media (min-width: 1158px) and (max-width:1549px) {
	.mlist #obento{
		max-width: 1158px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #delivaryshop{
		max-width: 1158px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area-shop {
		max-width: 1158px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area {
		max-width: 1158px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 1.125rem;
	}
	.mlist .mlist_news_contents_area {
		max-width: 1158px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #searched_count {
		width: 1148px;
		margin-left: auto;
		margin-right: auto;
	}

	.mlist .shop {
		width: 49%;
	}

	.mlist .shop_data_left_area {
		width: 100%;
	}

	.mlist .shop_image_area
	{
		width: 100%;
	}

	.mlist .shop_delivery_info_area {
		width: 100%;
	}

	.mlist .click_fav_img_on_shop {
		position: absolute;
		width: 48px;
		height: auto;
		top: 12px;
		right: 80px;
	}

	.mlist .btn
	{
		margin-left: 480px;
	}

	.shop_data_right_area
	{
		width:535px;
	}

	.mlist .tags
	{
		height: 110px;
	}

	.mlist .tag_label
	{
		padding: 4px;
	}


	.mlist .favorite_button
	{
		margin-top: 32px;
		width: 248px;
		height: 48px;
		margin-left: 26px;
	}

	.mlist .shop_go_to_details_area
	{
		width: 248px;
		height: 48px;
	}

	.mlist .separater
	{
		display: none;
	}

	.mlist #delivaryshop .items_list .item:last-of-type {
	}
}


@media (min-width: 1550px) {
	.mlist #obento{
		max-width: 1550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #delivaryshop{
		max-width: 1550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area-shop {
		max-width: 1550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #msearch_tags_area {
		max-width: 1550px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 1rem;
	}
	.mlist .mlist_news_contents_area {
		max-width: 1550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mlist #searched_count {
		width: 1520px;
		margin-left: auto;
		margin-right: auto;
	}
}
