@charset "utf-8";
/* ============================================================ */
/*	ショッピング
	#shop_index */
/* ============================================================ */

#shop_index .block {
	width: 980px;
	margin: 0 auto 40px;
}

#shop_index .product_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 0 0 60px;
	border-bottom: 1px solid #e2e2e2;
}

#shop_index .product_list li {
	width: 230px;
	margin: 30px 0 0 20px;
	line-height: 1.5;
}

#shop_index .product_list li:nth-child(-n+4) {
	margin-top: 0;
}

#shop_index .product_list li:nth-child(4n+1) {
	margin-left: 0;
}

#shop_index .product_list li a {
	color: #333;
	text-align: center;
}

#shop_index .product_list li a figure {
	width: 230px;
	height: 230px;
	margin: 0 0 15px;
	border: 1px solid #e0e0d9;
	box-sizing: border-box;
}

#shop_index .product_list li a figure img {
	max-width: 100%;
}

#shop_index .product_list li h3 {
	color: #553c21;
	font-weight: bold;
}

#shop_index .product_list li p {
	margin: 5px 0 0;
	font-size: 1.4rem;
}



/* ============================================================ */
/*	商品詳細ページ
	.shop_item */
/* ============================================================ */

.shop_item .block {
	width: 980px;
	margin: 0 auto 40px;
}

.shop_item .al_center .btn {
	width: 250px;
	padding: 15px 0;
	border: 1px solid #36891a;
	background: #3b941e;
	background-image: -moz-linear-gradient(top, #43a524, #3b941e);
	background-image: -ms-linear-gradient(top, #43a524, #3b941e);
	background-image: -webkit-linear-gradient(top, #43a524, #3b941e);
	background-image: linear-gradient(top, #43a524, #3b941e);

}


/* .item_block
----------------------------------------------------------- */
.shop_item .item_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 0 40px;
	padding: 0 0 60px;
	border-bottom: 1px solid #e2e2e2;
}


/*----- /* #main_photo -----*/

.shop_item #main_photo {
	position: relative;
	width: 522px !important;
	height: 522px !important;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.shop_item #main_photo img {
	width: 520px;
}


/*----- .item_info -----*/

.shop_item .item_info {
	width: 418px;
	flex-grow: 1;
	margin: 0 0 0 40px;
}

.shop_item .item_info #thumbnail {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0 0 40px;
}

.shop_item .item_info #thumbnail li {
	width: 132px;
	margin: 10px 0 0 12px;
}

.shop_item .item_info #thumbnail li:nth-child(3n+1) {
	margin-left: 0;
}

.shop_item .item_info #thumbnail li:nth-child(-n+3) {
	margin-top: 0;
}

.shop_item .item_info #thumbnail li a {
	display: block;
	position: relative;
	border: 1px solid #dfdfdf;
}

.shop_item .item_info #thumbnail li a.active::before {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 10;
	content: "";
	border: 2px solid #eb861d;
}

.shop_item .item_info #thumbnail li img {
	width: 100%;
}


.shop_item .item_info .price {
	color: #ae1f28;
	font-size: 2.0rem;
	font-weight: bold;
}

.shop_item .item_info .price span {
	font-size: 1.6rem;
	font-weight: bold;
}


.shop_item #main .item_info .cartjs_product_table table {
	width: 100%;
	margin: 15px 0;
}

.shop_item #main .item_info .cartjs_product_table table th,
.shop_item #main .item_info .cartjs_product_table table td {
	padding: 10px 15px !important;
}

.shop_item #main .item_info .cartjs_product_table input[type="text"],
.shop_item #main .item_info .cartjs_product_table select {
	padding: 2px 5px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新ゴR",  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background: #fff;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
}


.shop_item .item_info .cartin_block {
	position: relative;
}

.shop_item .item_info .cartin_block .cartin_sellout {
	position: absolute;
	z-index: 0;
	display: inline-block;
	text-align: center;
	width: 280px;
	padding: 15px 0;
	background: #999;
	border-radius: 5px;
	color: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新ゴR",  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	white-space: nowrap;
}

.shop_item .item_info .cartjs_box {
	background: #fff;
	position: relative;
	z-index: 2;
}

.shop_item .item_info .cartjs_cart_in {
	position: relative;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.shop_item .item_info .cartjs_cart_in::before {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "\f105";
	margin: -0.5em 0 0;
	color: #fff;
	font-family: 'icon';
	line-height: 1;
}

.shop_item .item_info .cartjs_cart_in input[type="submit"] {
	display: inline-block;
	width: 250px;
	padding: 15px 0;
	background: #de3142;
	background-image: -moz-linear-gradient(top, #ff3a4d, #de3142);
	background-image: -ms-linear-gradient(top, #ff3a4d, #de3142);
	background-image: -webkit-linear-gradient(top, #ff3a4d, #de3142);
	background-image: linear-gradient(top, #ff3a4d, #de3142);
	border: 1px solid #d12737;
	border-radius: 5px;
	color: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新ゴR",  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	white-space: nowrap;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.shop_item .item_info .cartjs_cart_in:hover {
	opacity: .7;
}


/*----- #item_description -----*/
#view_cart .btn_cart  {
	display: inline-block;
	width: 250px;
	padding: 15px 0;
	background: #eb861d;
	background-image: -moz-linear-gradient(top, #ff9323, #e6821a);
	background-image: -ms-linear-gradient(top, #ff9323, #e6821a);
	background-image: -webkit-linear-gradient(top, #ff9323, #e6821a);
	background-image: linear-gradient(top, #ff9323, #e6821a);
	border: 1px solid #df7c14;
	border-radius: 5px;
	color: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新ゴR",  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	white-space: nowrap;
	cursor: pointer;
}

#view_cart .cartjs_box {
	display: none;
}



/*----- .item_description -----*/
.item_description {
	padding: 60px 0 0;
	margin: 40px 0 0 0;
	border-top: 1px solid #e2e2e2;
}