@charset "utf-8";
@import url(common.css);

/* �I�����C���V���b�v �������火 */
.h2{
	padding-left: 10%;
}
#shop h2{

	padding-top: 80px;
	color: #b2dabf; text-align: left;
	border-bottom: 3px double #b2dabf;
	width: 90%;
	font-size: 22pt;
}
#shop h3{
	text-align: center;
}
.item{
	width: 98%;
	padding: 3%;
}
.item_box{
	width: 30%;
   	border: 1px solid #e4e4e4;
    	border-radius: 0.5em;
    	font-size: 85%;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
}
.flexshop {
    	display: flex;
	flex-wrap: wrap;
    	justify-content: space-between;
	row-gap: 20px;
}
.li{
	list-style: none;
}
.price {
    	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: center;
    	line-height: 1.2;
}
.right {
    	display: flex;
    	justify-content: flex-end;
    	align-content: stretch;
    	flex-wrap: nowrap;
    	margin-right: 30px;
}
.add{
	padding-top: 30px;
	text-align: center;
}
.spacer {
  	width: 100%;
}
.see_cart_btn{
	text-align: center;
	margin:0 0 140px 0;
}
@media (min-width: 800px){
.shop-m{ display: none; }
}
.slect{
	pointer-events: none;
}
.spinner-container {
	display: flex;
	justify-content: center;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	align-items: center;

}
.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.spinner-sub,
.spinner-add {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
	line-height: 25px;
}

.disabled {
	opacity: 0.3;
	cursor: inherit;
}
.d1{
	margin: 0 auto;
	text-align: center;
   	border: 1px solid #b2dabf;
    	border-radius: 0.5em;
	width: 500px;
	height: 70px;
	background-color: #b2dabf;
	line-height: 4.5em;
}
.del{
	font-size: 20pt;
	color: #fff;
}
.d2{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 3em;
	font-size: 14pt;
}
.span{
	padding-right: 5em;
}
/* �I�����C���V���b�v �����܂Ł� */
