/**********************************************
	商品概要説明
**********************************************/
.shopDescBlock {
	padding:20px;
	background-color:#f9f9f9;
}

.shopDescImage {
	float:left;
	margin-right:20px;
	width:56%;
}

.shopDescImage img {
	width:100%;
	height:auto;
}

.shopDescText {
	margin-bottom:0.75em;
	line-height:200%;
	font-family:"Sawarabi Mincho";
	font-size:108%;
}

.shopDescText em {
	font-size:125%;
	font-weight:bold;
}

/**********************************************
	ショップ
**********************************************/
#shopItemBlock {
	padding:5vh 0;
	background-color:#f1f1f1;
}

#shopItemBlockInner {
	margin:0 auto;
	padding:0 4vw;
}

.shopListBlock {
	padding:10px 20px;
}

.shopItemImage {
	width:100%;
	height:auto;
}

.shopItemName {
	padding:15px 0;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#555;
}

.shopItemDesc {
	text-align:center;
	font-size:85%;
}

.shopItemPrice {
	padding-top:15px;
	text-align:right;
	font-size:115%;
	color:#555;
}

.shopListBlock .cartBlock {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width:640px) {
	.shopListBlock {
		padding:10px 10px;
	}
}

.button1 {
	margin:10px 0;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-size:16px;
	color:#fff;
	background-color:#c00;
	border:1px solid #c00;
}

.button1:hover {
	color:#fff;
	background-color:#900 !important;
	border:1px solid #900;
	cursor:pointer;
}

.itemTitle {
	position:relative;
	margin:20px 0;
	padding:10px 0;
	text-align:center;
	font-size:240%;
	font-family:"Sawarabi Mincho";
	color:#222;
}

.itemDetail {
	padding:10px 0;
	margin:20px 0;
	font-size:95%;
	font-family:"Sawarabi Mincho";
	color:#222;
}

/**********************************************
	完売
**********************************************/
.soldoutText {
	margin-bottom:20px;
	padding:10px;
	line-height:175%;
	text-align:center;
	font-size:155%;
	color:#fff;
	background-color:#900;
}

@media screen and (max-width:768px) {
	.soldoutText {
		line-height:155%;
		text-align:left;
		font-size:135%;
	}

	.soldoutText br {
		display:none;
	}
}

.soldout {
	margin:10px 0;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-size:16px;
	color:#222;
	background-color:#ccc;
	border:1px solid #222;
}
