﻿/*********************************************/	

@charset "utf-8";

/*********************************************/	



/* ====================================== 

  ショッピングカート 

========================================= */


@media screen and (min-width: 769px){
	#main {
		width: 1200px;
		margin: 0 auto;
	}
}



.cart {
	margin-top: 25px;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.cart {
		margin-top: 15px;
	}
}

.cart {
	border-top: #d7d5d6 1px solid;
	border-bottom: #d7d5d6 1px solid;
}

.cart + .cart {
	margin-top: 30px;
}

@media only screen and (max-width: 1099px) {
	.cart + .cart {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.cart + .cart {
		margin-top: 30px;
	}
}

/*
.cart .incart__date {
	padding: 0 10px 0 20px;
	background: #a08979;
	color: #fff;
}

.cart .incart__date .date {
	padding: 12px 0;
	float: left;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.cart .incart__date .date {
		padding-top: 10px;
		padding-bottom: 0;
		float: none;
		width: auto;
		font-size: 14px;
	}
}

.cart .incart__date .num {
	padding: 14px 0;
	float: right;
	text-align: right;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.cart .incart__date .num {
		float: none;
		width: auto;
		padding-top: 3px;
		padding-bottom: 8px;
		font-size: 12px;
	}
}


.cart .incart__table {
	float: left;
	width: 50%;
	border-top: #d7d5d6 1px solid;
}

@media only screen and (max-width: 1099px) {
	.cart .incart__table {
		float: none;
		width: 100%;
	}
}

.cart .incart__table + .incart__table {
	border-left: #d7d5d6 1px solid;
}

@media only screen and (max-width: 1099px) {
	.cart .incart__table + .incart__table {
		border-left: none;
	}
}

.cart .incart__table th {
	padding: 15px 0;
	background: #EEE;
	border-bottom: #d7d5d6 1px dotted;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 1099px) {
	.cart .incart__table th {
		padding: 15px 0;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .incart__table th {
		padding: 5px 0;
		font-size: 15px;
	}
}

.cart .incart__table th + th {
	border-left: #d7d5d6 1px solid;
}

.cart .incart__table td {
	padding: 22px 0;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 1099px) {
	.cart .incart__table td {
		padding: 22px 0;
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .incart__table td {
		padding: 22px 0;
		font-size: 16px;
	}
}

.cart .incart__table td + td {
	border-left: #d7d5d6 1px solid;
}

.cart .incart__table + .cart_list {
	border-top: #d7d5d6 1px solid;
}

*/

.cart .cart_list .cart_item {
	display: table;
	width: 100%;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item {
		display: block;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item {
		padding-top: 15px;
	}
}
.cart .cart_list .cart_item + .cart_item {
	border-top: #d7d5d6 1px solid;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item + .cart_item {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item + .cart_item {
		padding-top: 15px;
	}
}

.cart .cart_list .cart_item + .cart_item dl.quantity dt, .cart .cart_list .cart_item + .cart_item dl.has-remove dt {
	display: none;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item + .cart_item dl.quantity dt, .cart .cart_list .cart_item + .cart_item dl.has-remove dt {
		display: block;
	}
}

.cart .cart_list .cart_item + .cart_item .name dl dt {
	display: none;
}

@media screen and (min-width: 769px){
	.cart .cart_list .cart_item .detail {
		display: table;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item .detail {
		display: table;
		width: 100%;
		border-top: #d7d5d6  1px solid;
	}
}

.cart .cart_list .cart_item dl.quantity {
	display: table-cell;
	width: 150px;
	border-left: #d7d5d6 1px solid;
	vertical-align: top;
}


.cart .cart_list .cart_item dl.quantity dt {
	letter-spacing: 2px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl.quantity {
		width: auto;
		border: none;
	}
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl.quantity + dl {
		border-left: #d7d5d6 1px solid;
	}
}

.cart .cart_list .cart_item dl.quantity.has-remove {
	width: 80px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl.quantity.has-remove {
		width: auto;
	}
}

.cart .cart_list .cart_item dl.quantity.has-remove .remove__link a,
.cart .cart_list .cart_item dl.quantity.has-remove .remove__link a:link,
.cart .cart_list .cart_item dl.quantity.has-remove .remove__link a:visited {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 5px 7px;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	background: #FF7A2B;
	border: 1px solid #FF7A2B;
}

.cart .cart_list .cart_item dl.quantity.has-remove .remove__link a:hover {
	color: #FF7A2B;
	background: #FFF;
}

.cart .cart_list .cart_item dl.quantity.has-count dd {
	padding: 15px 0;
}
.cart .cart_list .cart_item dl dt {
	padding: 15px 0;
	background: #EEE;
	border-bottom: #d7d5d6 1px dotted;
	font-size: 15px;
	text-align: center;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl dt {
		padding: 15px 0;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item dl dt {
		padding: 5px 0;
		font-size: 15px;
	}
}

.cart .cart_list .cart_item dl dd {
	display: table;
	padding: 22px 0;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl dd {
		padding: 22px 0;
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item dl dd {
		padding: 22px 0;
		font-size: 16px;
	}
}

.cart .cart_list .cart_item dl dd.is-error input {
	background: #ffe8e8;
}

.cart .cart_list .cart_item dl dd p {
	display: table-cell;
}

.cart .cart_list .cart_item dl dd select {
	width: 65px;
	font-size: 16px;
	border: #ccc 1px solid;
}

.cart .cart_list .cart_item dl.quantity div.select {
	margin-bottom: 0;
	width: 65px;
}

.cart .cart_list .cart_item dl dd input {
	border: #dcdcdc 1px solid;
	padding: 10px;
	height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

.cart .cart_list .cart_item dl dd input.w-long {
	width: 500px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl dd input.w-long {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item dl dd input.w-long {
		width: 100%;
	}
}

.cart .cart_list .cart_item dl dd input.w-medium {
	width: 200px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item dl dd input.w-medium {
		width: 135px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item dl dd input.w-medium {
		width: 70%;
	}
}

.cart .cart_list .cart_item dl dd input.w-short {
	width: 80px;
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item dl dd input.w-short {
		width: 65px;
	}
}

.cart .cart_list .cart_item .name {
	display: table-cell;
	vertical-align: top;
	letter-spacing: 2px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item .name {
		display: block;
		padding-bottom: 15px;
	}
}

.cart .cart_list .cart_item .name .note {
	display: block;
	margin-top: 4px;
	color: #c71f3b;
	font-weight: bold;
	font-size: 14px;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item .name dl dt {
		display: none;
	}
}

.cart .cart_list .cart_item .name dl dd {
	padding: 0;
	text-align: left;
}

.cart .cart_list .cart_item .name dl dd p {
	vertical-align: top;
}

.cart .cart_list .cart_item .name dl dd .img {
	width: 100px;
}

.cart .cart_list .cart_item .name dl dd .img img {
	width: 100%;
	height: auto;
}

.cart .cart_list .cart_item .name dl dd .img + p {
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item .name dl dd .img + p {
		padding: 0 0 10px 20px;
		font-weight: normal;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item .name dl dd .img + p {
		padding-right: 0;
		font-size: 15px;
	}
}

@media only screen and (max-width: 1099px) {
	.cart .cart_list .cart_item .name dl dd .img + p::before {
		content: "商品名：";
		display: block;
		padding: 0 0 3px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart_list .cart_item .name dl dd .img + p::before {
		font-size: 13px;
	}
}

.total {
	margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
	.total {
		margin-top: 20px;
	}
}

.total .total_box {
	float: right;
	border: #DDD 3px double;
	width: 295px;
	font-size: 15px;
}

@media only screen and (max-width: 1099px) {
	.total .total_box {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.total .total_box {
		float: none;
		width: auto;
		font-size: 15px;
	}
}

.total .total_box dl {
	display: table;
	width: 100%;
}

.total .total_box dl dt {
	display: table-cell;
	text-align: left;
	letter-spacing: 2px;
}

.total .total_box dl dd {
	display: table-cell;
	padding: 10px 20px;
	text-align: right;
	letter-spacing: 1px;
}

.total .total_box dl.item dt {
	padding: 15px 0 15px 20px;
}

.total .total_box dl.item dd {
	padding: 15px 20px 15px 0;
	font-size: 20px;
}

.total .total_box dl.delivery {
	border-top: #d7d5d6 1px dotted;
}

.total .total_box dl.delivery dt,
.total .total_box dl.delivery dd {
	padding: 15px 20px;
}

.total .total_box dl.total {
	border-top: #d7d5d6 1px solid;
}

.total .total_box dl.total dt,
.total .total_box dl.total dd {
	padding: 10px 20px;
}

.total .total_box dl.total dt {
	font-size: 17px;
}

.total .total_box dl.total dd {
	font-size: 26px;
	color: #c71f3b;
}


/**************************************** */


