@charset 'UTF-8';

.shop_detail .box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.shop_detail .imgbox {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 500px;
	margin-right: 60px;
	letter-spacing: 0;
}
.shop_detail .imgbig img {
	padding: 4px;
}
.shop_detail .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop_detail .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 109px;
	margin: 19px 21px 0 0;
}
.shop_detail .imglist .square:nth-child(4n) {
	margin-right: 0;
}
.shop_detail .cart {
	width: 100%;
	text-align: center;
}
.shop_detail .cart-box {
	max-width: 440px;
	margin: 0 auto;
}
.shop_detail .cart input[type='image'] {
	cursor: pointer;
}
.shop_detail .cart .cart-btn .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 20px;
	padding: 8px 10px 7px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 0.1em;
}
.shop_detail .cart .nostock {
	margin-bottom: 20px;
}
.shop_detail .cart .cart-btn .submit {
	margin-bottom: 20px;
}
.shop_detail .cart .cart-btn .submit-button {
	display: block;
	outline: none;
	border: none;
	background: #CA2222;
	width: 100%;
	min-height: 80px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.shop_detail .cart .cart-btn .submit-button:hover {
	text-decoration: none;
	opacity: 0.8;
}
.shop_detail .cart .cart-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 34px;
}
.shop_detail .cart .cart-option .guide {
	max-width: 231px;
	width: 100%;
}
.shop_detail .cart .cart-option a {
	display: block;
	line-height: 40px;
	text-align: center;
	background: #F2F2F2;
	font-weight: normal;
	font-size: 1.2rem;
}
.shop_detail .cart .cart-option a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.shop_detail .title {
	font-weight: bold;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 4px;
}
.shop_detail .cart .cart-option .view {
	max-width: 193px;
	width: 100%;
}
.shop_detail .cart .cart-option a {
	display: block;
}
.shop_detail .cart .text {
	text-align: left;
}
.shop_detail .tablebox {
	margin-top: 50px;
}

.shop_detail .button {
	margin-top: 60px;
}
.shop_detail .button a {
	display: block;
	max-width: 155px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #222222;
	color: #FFFFFF;
	font-size: 1.4rem;
}
.shop_detail .button a:hover {
	text-decoration: none;
	opacity: 0.8;
}