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

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

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

.main-visual {
	width: 100%;
    padding: 65px 0;
	background:#f7f4ef
}

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

.main-contents {
	width: 100%;
	padding-top: 165px;
}

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

.cart_page {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.cart_page h2 {
	width: 1060px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	margin: 0 auto 55px auto;
	padding: 12px 20px 15px 20px;
	position: relative;
	text-align: center;
}
.cart_page h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}

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

.item-area ul {
	font-size: 0;
	text-align: left;
	border-top: 1px solid #e9ded0;
	margin-bottom: 20px;
}
.item-area li {
	width: 100%;
	text-align: left !important;
	border-bottom: 1px solid #e9ded0;
	padding: 10px 10px 10px 30px;
}
.item-area .item-image {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.item-area .item-image figure {
	width: 40px;
	height: auto;
	overflow: hidden;
}
.item-area .item-text {
	width: 940px;
	padding-left: 40px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;	
}
.item-info {
	width: 500px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
}
.tag-area {
	display: inline;
	font-size: 15px;
	line-height: 20px;
	margin-right: 20px;
}
.cart-item-name {
	display: inline;
	font-size: 15px;
	line-height: 20px;
}
.item-quantity {
	width: 400px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
}
.quantity input {
	width: 40px;
	height: 30px;
	text-align: center !important;
	border: 1px solid #e9ded0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.quantity a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 20px;
}
.item-price {
	display: inline;
	vertical-align: middle;
}
.trash {
	display: inline-block;
	vertical-align: middle;
}
.trash a {
	display: block;
	width: 40px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

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

.cart-total {
	width: 100%;
	padding: 15px 30px;
	background: #f4f0ea;
	text-align: right;
	margin-bottom: 30px;
}
.total-text-list {
	font-size: 0;
}
.total-quantity {
	display: inline-block;
	margin-right: 20px;
}
.total-quantity div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	margin-right: 10px;
}
.total-quantity div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
}
.total-point {
	display: inline-block;
	margin-right: 20px;
}
.total-point div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	margin-right: 10px;
}
.total-point div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
}
.total-price {
	display: inline-block;
}
.total-price div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	margin-right: 10px;
}
.total-price div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
}

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

.payment-add-btn {
	width: 1060px;
	margin: 0 auto;
	font-size: 0;
}
.payment-add-btn div {
	display: inline-block;
	vertical-align: top;
	width:50%;
}
.cart-btn {
	display: block !important;
	width: 280px !important;
	margin: 0 0 0 auto;
}
.cart-btn a {
	display: block;
	width: 280px;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;	
}
.continue-shopping {
	display: block !important;
	width: 280px !important;
	margin: 0 auto 0 0;
}
.continue-shopping a {
	display: block;
	width: 280px;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

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

.free-shipping-wrap {
	width: 1060px;
	margin: 0 auto 30px auto;
	text-align: center;
}
.free-shipping-text,
.empty {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.free-shipping-text em {
	font-weight: 700;
}

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