@charset "euc-jp";

#product {
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 30px 0;
}
@media (min-width: 769px) {
	#product {
		padding: 60px 0;
	}
}

/* 商品画像*/
.product-image-main .mainImage {
	width: 100%;
	height: auto;
}
.image-thumb_box {
	display: block;
    margin-top: 15px;
}
.product-image-thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product-image-thumb li {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	vertical-align: top;
}
.product-name-right h2 {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 600;
	padding: 0;
}
.product-name-right .delivery_type_mark {
	display: inline-block;
	background: #0d3b70;
	font-size: 14px;
	color: #fff;
	margin: 10px 0 7px 0;
	padding: 3px 10px;
}
.product-name-right .product-simple-explain {
	font-size: 15px;
	line-height: 1.6;
	margin: 7px 0 30px 0;
}
/* 商品価格以降*/
.price {
  display: none;
  	font-size: 17px;
	color: #cc0000;
	line-height: 1;
}
.product-order-price {
	font-size: 17px;
	color: #cc0000;
	line-height: 1;
	border-top: solid 1px #ddd;
	padding: 20px 0 10px 0;
}
.freeshipping {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 13px;
	color: #c00;
}
.line_wrap {
	border-top: solid 1px #ddd;
	padding: 20px 0;
}
.stock {
	color: #000;
}
.stock span {
	font-size: 12px;
}
.t_stock_num {font-size: 12px;}
.product-order-discount {
	color: #b81717;
}
.stock_error {
	color: #c00;
	font-weight: 800;
	margin-bottom: 10px;
}
/* タイプカラー　オプション設定*/
.type_size_ttl {
	margin-top: 20px;
}
#option_tbl {
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-collapse:collapse;
}
#option_tbl tr {
	border-top: solid 1px #ddd;
}
#option_tbl th {
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.4;
	background: #eee;
}
#option_tbl td {
	text-align: left;
	vertical-align: middle;
	padding: 0 15px;
	color: #000;
	background: #fff;
	display: flex;
	align-items: center;
}
#option_tbl td input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#option_tbl td div {
	vertical-align: middle;
	padding: 10px 0 10px 15px;
	margin-left: 15px;
	border-left: solid 1px #ddd;
	order: 2;
}
#option_tbl .table_price {
	font-size: 16px;
	color: #cc0000;
	line-height: 1.4;
	order: 1;
}
.stock_zero {
     color:red;
	font-size: 13px;
 }
@media (max-width: 768px) {
	#option_tbl th {
		font-size: 14px;
		padding: 0 15px;
	}
	#option_tbl td {
		height: 60px;
	}
	#option_tbl td div {
		box-sizing: border-box;
		height: 60px;
		padding: 15px 0 0 15px;
	}
	#option_tbl .table_price {
		font-size: 15px;
	}
}

/* 名入れプレート */
.plate_naire {
	margin: 20px 0;
	padding: 10px;
	border: solid 1px #ccc;
}
.plate_naire_ttl {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 5px 0;
	color: #e00;
}
.plate_naire_input input {
	width: 80%;
}


/* カートボタン*/
.btn-addcart {
	width: 100%;
	max-width: 480px;
	height: 60px;
	background: #ffc000;
	text-align: center;
	border-radius: 5px;
}
.btn-addcart button {
	width: 100%;
	height: 60px;
	border: none;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #000 !important;
	letter-spacing: 0.1em !important;
	font-weight: 800;
	background: #ffc000;
	border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn-addcart button:hover {
	background: #d7e7af;
}
.icon_cart-detail {
	display: inline-block;
	margin: 12px 0 0 20px;
	vertical-align: top;
	width: 28px;
	height: 35px;
	*display: inline;
	*zoom: 1;
	background: url(https://file003.shop-pro.jp/PA01452/518/img/icon_cart.png) left top no-repeat;
	background-size: 28px auto;
}

/* Sold Out*/
.product-soldout {
	width: 100%;
	background: #fff;
	border: solid 2px #c00;
	text-align: center;
}
.soldout {
	border: none;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #c00 !important;
	letter-spacing: 0.1em !important;
	padding: 20px 0;
	background: #fff;
}

#aboutset {
	margin: 20px 0;
}
ul.share {
   margin: 10px 0;
	display: flex;
}
ul.share li{
	display: inline-block;
	margin-right: 10px;
}
ul.share li:last-child {
	width: 100px;
	max-width: 100px;
}
ul.share li:last-child iframe{
	width: 100px !important;
	max-width: 100px !important;
}

@media (min-width: 769px) {
	.product_inner {
		display: table;
	}
	.product-image {
		box-sizing: border-box;
		display: table-cell;
		width: 40%;
		max-width: 480px;
		vertical-align: top;
		margin: 0;
	}
	.product-image-main {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.product-image-thumb li {
		width: 100px;
		height: 100px;
	}
	.product-name-right {
		box-sizing: border-box;
		display: table-cell;
		width: 60%;
		padding-left: 40px;
		vertical-align: top;
	}
	.product-name-right h2 {
		font-size: 28px;
		margin-top: 20px;
	}
	.product-name-right .delivery_type_mark {
		font-size: 16px;
		color: #fff;
		margin: 0;
		padding: 5px 15px;
	}
	.product-name-right .product-simple-explain {
		margin: 10px 0 30px 0;
		font-size: 16px;
	}
	.product-num_con {
		margin: 10px 0 20px 0;
	}
	.line_wrap {
		border-top: none;
		padding: 10px 0;
	}
	.product-order-price {
		font-size: 20px;
		border-top: none;
		padding: 10px 0;
	}
	.btn-addcart {
		max-width: 320px;
	}
}
@media (min-width: 1025px) {
	.product-image {
		width: 45%;
	}
	.product-name-right {
		width: 55%;
		padding-left: 50px;
	}
}

/*============= Detail ============= */
#DetailArea {
	border-top: solid 1px #ddd;
	padding: 15px 0 0 0;
	margin-top: 30px;
}
#DetailArea h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
#DetailArea table {
	width: 100%;
	border: solid 1px #ddd;
	border-bottom: none;
	border-collapse:collapse;
}
#DetailArea th {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.4;
	white-space: nowrap;
	background: #fff9e8;
	border-right: none;
	border-bottom: solid 1px #ddd;
}
#DetailArea td {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
	background: #fff;
	border-bottom: solid 1px #ddd;
}
@media (min-width: 481px) {
	#DetailArea h3 {
		padding-bottom: 10px;
	}
	#DetailArea th {
		display: table-cell;
		width: 25%;
		border-right: solid 1px #ddd;
	}
	#DetailArea td {
		display: table-cell;
		width: 75%;

	}
}
@media (min-width: 769px) {
	#DetailArea {
		margin-top: 50px;
	}
}


/*============= 商品一覧 ============= */
.allitems_list_block {
	margin: 0 5px;
}
.allitems_list_block h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 5px 10px 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}
.allitems_list_block .allitems_list {
	display: flex;
	flex-wrap: wrap;
}
.allitems_list_block .allitems_list li {
	box-sizing: border-box;
	width: 25%;
}
.allitems_list_block .allitems_list li p {
	margin: 5px;
	font-size: 13px;
	line-height: 1.4;
}
.allitems_list_block .allitems_list li p, .allitems_list_block .allitems_list li img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.allitems_list_block .allitems_list li p:hover, .allitems_list_block .allitems_list li img:hover {
	opacity: .7;
}
@media (min-width: 769px) {
	.allitems_list_block {
		width: 90%;
		max-width: 1110px;
		margin: 30px auto 40px;
	}
	.allitems_list_block h3 {
		font-size: 18px;
		margin: 0 5px 15px 5px;
	}
	.allitems_list_block .allitems_list li {
		width: 20%;
		padding-bottom: 10px;
	}
	.allitems_list_block .allitems_list li p {
		font-size: 14px;
		font-weight: 600;
	}
}
@media (min-width: 1025px) {
	.allitems_list_block .allitems_list li {
		width: 14.21%;
	}
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

/*===============================================================
#Androidのみ適用
============================================================== */
.Android .product-name-right h2, .Android #DetailArea h3, .allitems_list_block h3 {font-weight: 800;}
