/*=================================================
 * CSS for PC
 * ================================================= */

main{
	width: 100%;
	padding: 80px 0;
}

#stores{
	width: 1100px;
	margin: 0 auto;
}
.shopbox{
	margin: 0 0 40px 0;
	padding: 0 0 1px 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox:last-of-type{	margin-bottom: 0;}
.shop_title{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 60px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 75px;
	height: 60px;
	font-weight: bold;
	color: #000;
	border-radius: 8px 0 0 0;
	background: rgb(188,164,104);
	background: linear-gradient(0deg, rgba(188,164,104,1) 0%, rgba(241,218,140,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p em{
	width: 100%;
	font-size: 24px;
	line-height: 1;
}
.shop_title p span{
	width: 100%;
	font-size: 10px;
	line-height: 1;
}
.shop_title h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex: 1;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	padding: 0 15px;
	border-radius: 0 10px 0 0;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title h3 a{	color: #fff;}
.shop_tag{
	font-size: 11px;
	line-height: 20px;
	color: #999;
	text-align: left;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_in{
	display: flex;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	padding: 0 40px;
}
.shopbox_l{
	display: flex;
	width: 500px;
	margin: 0 10px 0 0;
}
.shopbox_l .shopimg{
	width: 160px;
	margin: 0 20px 0 0;
}
.shopbox_l .shopimg img{
	width: 160px;
	height: auto;
}
.shopbox_l .shopinfo{}
.shopbox_l .shopinfo dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_l .shopinfo dl:first-of-type{	border-top: 1px solid #ddd;}
.shopbox_l .shopinfo dl:first-of-type dt,
.shopbox_l .shopinfo dl:first-of-type dd{	padding-bottom: 5px;}
.shopbox_l .shopinfo dt,
.shopbox_l .shopinfo dd{
	display: table-cell;
	vertical-align: top;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 0 6px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_l .shopinfo dt{
	width: 60px;
	text-align: center;
	color: #caaa55;
	background: #000;
}
.shopbox_l .shopinfo dd{
	text-align: left;
	padding-left: 10px;
}
.shopbox_r{
	width: 500px;
	margin: 0 0 0 10px;
}
.shopbox_r .price{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 13px 0;
	padding: 0 90px 0 110px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ececec), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ececec),
		    color-stop(.75, #ececec), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p{
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p:nth-of-type(1){
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding: 3px 0 0 0;
}
.shopbox_r .price p:nth-of-type(2){}
.shopbox_r .price div{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.shopbox_r .price div em{
	font-size: 20px;
	color: #d22700;
}
.shopbox_r .price .mark{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #fff000;
	text-align: center;
	padding-top: 14px;
	background: url(../img/index/icon.png) no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .list{
	display: flex;
	justify-content: space-between;
}
.shopbox_r .list img{
	width: 48px;
	height: auto;
}
.shop_bt{
	font-size: 0;
	line-height: 0;
	margin: 0 1px;
	padding: 20px 0;
	border-radius: 0 0 8px 8px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ececec), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ececec),
		    color-stop(.75, #ececec), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	margin: 0 7.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_bt a:hover{
	text-decoration: none;
}
.shop_bt .bt_rec{
	background: #e75283;
	box-shadow: 0px 3px 0px 0px #be3964;
}
.shop_bt .bt_sche{
	background: #2c69ca;
	box-shadow: 0px 3px 0px 0px #174da5;
}

