@charset "utf-8";

#cart{
	background-color: #FFF;
	padding: 50px 0 100px;
}
.cartWrap{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.cartWrap h1{
    color: #87633d;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.4;
    padding-top: 40px;
    background-image: url(/public/img/icon/cart.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center top;
}
.cartWrap h1 span {
    display: block;
    font-size: 14px;
}
.cartTxt{
	text-align: center;
    color: #bd937f;
	font-size: 16px;
}

.cartWrap h2{
	margin-top: 50px;
	text-align: center;
    color: #87633d;
}
.success .cartWrap h2,
.error .cartWrap h2{
	margin-top: 0;
}
.cartEmpty{
	text-align: center;
	border: 1px solid #bd937f;
	padding: 30px;
	background-color: #fbfbfb;
}
.cartEmpty p{
	text-align: center;
	color:red;
	font-weight: bold;
}
input.returnWeb{
	margin: 20px auto 0;
	width: 100%;
	max-width: 300px;
	
    text-align: center;
    padding: 10px;
    color: #bd937f;
	background-color: #fff;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #bd937f;
    outline-offset: -1px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.cartEmpty input.returnWeb{
    color: #fff;
	background-color: #bd937f;
    transition: all 0.3s ease-in-out 0s;
}

.cartEmpty input.returnWeb:hover{
    color: #bd937f;
	background-color:#fff;
    transition: all 0.3s ease-in-out 0s;
}

table{
	margin-bottom: 30px;
	width: 100%;
	background-color: #fbfbfb;
	border-top: 1px solid #bd937f;
	border-left: 1px solid #bd937f;
}
table th{
	color: #87633d;
	background-color: #dcd4ce;
	border-bottom: 1px solid #bd937f;
	border-right: 1px solid #bd937f;
	padding: 10px 10px;
}
table td{
	color: #bd937f;
	border-bottom: 1px solid #bd937f;
	border-right: 1px solid #bd937f;
	padding: 10px 10px;
}
td.tdImg img{
	max-width: 100px;
}
td.tdDel{
	max-width: 70px;
	text-align: center;
}
td.tdDel input.del{
	padding: 5px 10px;
	width: 50px;
	border: 1px solid red;
	background-color: #fff;
	color: red;
}

td.tdPrice{
	text-align: right;
}
td.tdNum{
	text-align: center;
}
td.tdNum input.number{
	padding: 5px 10px;
	text-align: right;
	max-width: 60px;
	margin-right: 10px;
	color: #bd937f;
	border: 1px solid #bd937f;
	background-color: #fff;
}
td.tdNum input.submit{
	color: #bd937f;
	margin-top: 10px;
	display: block;
	width: 100%;
	border: 1px solid #bd937f;
	background-color: #fff;
	padding: 5px 10px;
}
td.tdSubtotal{
	text-align: right;
}
tr.trTotal td{
	color: #87633d;
	font-weight: bold;
	font-size: 22px;
	text-align: right;
}
td .yen{
	font-size: 12px;
}

.cartBtn{
	text-align: center;
}
.cartComment{
	text-align: center;
    color: #bd937f;
	font-size: 16px;
}
.cartBtn .gotoPay{
	margin: 20px auto 0;
	width: 90%;
	max-width: 300px;
	
    text-align: center;
    padding: 10px;
    color: #fff;
	background-color: #bd937f;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #bd937f;
    outline-offset: -1px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.cartBtn .gotoPay:hover{
    color: #fff;
	background-color: #bd937f;
    transition: all 0.3s ease-in-out 0s;
}
.important{
	color: red;
	margin-top: 20px;
}

#privacy{
	padding: 0 0 30px;
	background-color: #FFF;
}
#privacy .privacyWrap{
	display: flex;
	justify-content: center;
}
.busi{
	font-size: 14px;
	color: #bd937f;
	padding: 5px 20px;
	border-right: 1px solid 
}
.priva{
	font-size: 14px;
	color: #bd937f;
	padding: 5px 20px;
}


#cart .line{
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
}

/* ERROR */
#cart.error h2{
	color: red;
	margin-bottom: 30px;
	position: relative;
}
#cart.error h2 img{
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 0 20px;
}
#cart.error h3{
	text-align: center;
	color: red;
	margin-bottom: 20px;
}
#cart.error .cartError{
	margin: 0 auto;
	text-align: center;
	max-width: 700px;
	border: 1px solid red;
	padding: 50px 20px;
	color: #bd937f;
	background-color: #fbfbfb;
}
#cart.error .cartError p{
	text-align: left;
	line-height: 1.5;
}

#cart.error input.returnWeb{
    color: #fff;
	background-color: #bd937f;
    transition: all 0.3s ease-in-out 0s;
}

#cart.error input.returnWeb:hover{
    color: #bd937f;
	background-color:#fff;
    transition: all 0.3s ease-in-out 0s;
}

/* SUCCESS */
#cart.success h2{
	color: #1FB512;
	margin-bottom: 30px;
	position: relative;
}
#cart.success h2 img{
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 0 20px;
}
#cart.success h3{
	text-align: center;
	color: #1FB512;
	margin-bottom: 20px;
}
#cart.success .cartSuccess{
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	max-width: 700px;
	border: 1px solid #1FB512;
	padding: 50px 20px;
	color: #bd937f;
	background-color: #fbfbfb;
}
.alert{
	color: red;
	font-size: 12px;
	margin-bottom: 30px;
}
.giftCode{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1FB512;
}
.giftWrap{
	text-align: center;
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	background-color: #87633d;
	color: #FFF;
}
.giftNo{
	font-size: 12px;
}
.giftNum{
	font-size: 26px;
	font-weight: bold;
}

a .giftUrl{
	font-size: 20px;
	line-height: 1.5;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto;
	color: #87633d;
	width: 70%;
	max-width: 400px;
	border: 2px solid #fff;
    transition: all 0.3s ease-in-out 0s;
}
a:hover .giftUrl{
	color: #fff;
	background-color: #87633d;
    transition: all 0.3s ease-in-out 0s;
}
.importantTxt{
	text-align: center;
	width: 100%;
	margin: 10px auto;
	color: #FFF;
	background-color: #1FB512;
	padding: 10px;
}
.giftUse{
	color: #87633d;
	font-weight: bold;
	font-size: 18px;
}
.success input.returnWeb{
	margin-top: 100px;
}

.hissu {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 3px 3px 5px;
    color: #FFF;
    background-color: #ed5a24;
	margin: 4px 0 0 10px;
}
.hissu:after {
    content: '必須';
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
}
#eng .hissu {
	font-size: 10px;
	background-color: inherit;
	color: #ed5a24;
	margin-left: 0;
	padding-left: 0;
}
#eng .hissu:after {
    content: '*';
}
.nini {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 4px 2px 3px;
    color: #ed5a24;
    background-color: #FFF;
    border: 1px solid #ed5a24;
	margin: 4px 0 0 10px;
}
.nini:after {
    content: '任意';
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
}
#eng .nini{
	border: none;
	background-color: inherit;
}
#eng .nini:after {
    content: '';
}
.giftDetail table{
	margin-top: 20px;
}
.giftDetail th{
	width: 30%;
	text-align: right;
}
.giftDetail.success th{
	width: 40%;
}
.giftDetail.success td{
	text-align: left;
	color: #87633d;
}

.giftDetail.success td img{
	display: block;
    width: 80%;
}
.freeMail{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}
.designTitle{
	text-align: center;
	color: #87633d;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.giftDetail ul{
	display: flex;
}
.giftDetail li{
	color: #87633d;
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.giftPic{
	padding: 10px;
}
.giftPic img{
	opacity: 0.7;
}
.select{
	background-color:#dcd4ce;
}
.select .giftPic img{
	opacity: 1;
}
.giftDetail input{
	padding: 5px 10px;
	margin-right: 5px;
}
.giftDetail textarea{
	width: 350px;
	padding: 5px 10px;
}
@media only screen and (max-width:450px){
	#cart{
        padding: 70px 0 100px;
    }
    .cartTxt{
        text-align:left;
	}
	#cart.success .cartSuccess{
		text-align: left;
	}
	#cart.success h2 img,
	#cart.error h2 img{
		width: 150px;
	}
	#cart .line{
		margin-top: 30px;
	}
    tr.trTotal td.tdTotal.sp,.thProduct.sp{
		display: table-cell;
	}
	td.tdDel input.del {
		border:none;
        padding: 0 5px 0 0;
        width: auto;
    }
	
    td.tdNumSp input.number{
        padding: 5px 10px;
        text-align: right;
        max-width: 50px;
        margin-right: 10px;
        color: #bd937f;
        border: 1px solid #bd937f;
        background-color: #fff;
    }
    td.tdNumSp input.submit{
        color: #bd937f;
        margin-top: 10px;
        display: inline;
        width: auto;
        border: 1px solid #bd937f;
        background-color: #fff;
        padding: 5px 10px;
    }
	tr.trTotal td{
		font-size: 18px;
	}
	.cartComment,.important{
		text-align: left;
	}
	a .giftUrl{
		width: 100%;
	}
	.giftDetail th,
	.giftDetail.success th{
        width: 100%;
        float: left;
        text-align: center;
    }
	.giftDetail td,
	.giftDetail.success td {
        float: left;
        width: 100%;
        padding: 5%;
        text-align: center;
    }
	.giftDetail.success tr.giftMessage td{
		text-align: left;
	}
	.giftDetail.success td img{
        margin: 0 auto;
    }
	.hissu{
		display: inline;
		float: none;
	}
    .giftDetail input{
		width: 100%;
    }
	.giftDetail ul{
		flex-wrap: wrap;
	}
	.giftDetail li{
		width: 50%;
	}
	.giftDetail textarea{
		width: 100%;
	}
	
}
