@charset "UTF-8";

#ctsNoCart{
	padding: 50px;
	border: 10px solid #f7f7f7;
}
#ctsNoCart span{
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a08d49;
}
#ctsNoCart span::before{
	padding:0 8px 0 0;
	font-family:"Font Awesome 5 Free";
	content:'\f07a';
	font-weight:bold;
}
@media screen and (max-width:667px){
	#ctsNoCart{
		padding: 20px;
		border: 10px solid #f7f7f7;
	}
}

/* テーブル */
.tblCart{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	line-height:160%;
}
.tblCart th,.tblCart td{
	padding:20px;
}
.tblCart th{
	font-weight:bold;
	white-space:nowrap;
	border-top:1px solid #BEC6C6;
	background-color:#F0F0F0;
}
.tblCart td{
	border-top:1px solid #BEC6C6;
}
.tblCart tr:last-of-type th{
	border-bottom:1px solid #BEC6C6;
}
.tblCart tr:last-of-type td{
	border-bottom:1px solid #BEC6C6;
}
.tblListCart{
	margin: 15px 0 0;
}
.tblListCart th{
	border-right:1px solid #BEC6C6;
}
.tblListCart th:last-of-type{
	border-right:none;
}
.tblListCart th:first-of-type{
	border-right:1px solid #BEC6C6;
}
.tblListCart td{
	border-right:1px solid #BEC6C6;
}
.tblListCart td:last-of-type{
	border-right:none;
	border-bottom: 1px solid #BEC6C6;
}
.tblListCart .tit{
	padding: 0 0 5px;
	color: #666666;
	font-weight: bold;
}
.tblListCart .tit span{
	padding: 0 0 0 10px;
	font-size: 1.2rem;
}
.td1{
	width: 30%;
	font-size: 1.6rem;
	font-weight: bold;
}
.td5{
	width: 120px;
	border-left: 1px solid #BEC6C6;
}
.td2,
.td3,
.td4,
.td5{
	text-align: center;
}
.w350{
	width: 350px;
	text-align: left;
}
.tblListCart tbody:nth-child(2n){
	background-color: #fafafa;
}
.tblListCart tfoot{
	text-align: right;
	background-color: #F0F0F0;
}
.tblListCart tfoot.totalPriceArea .costArea{
	background-color: #e4e4e4;
}
.tblListCart tfoot.totalPriceArea .totalPrice{
	font-weight: bold;
	background-color: #E5E2CF;
}
.tblBase.tblReg th{
	width: 300px;
}
@media screen and (max-width:667px){
	.tblCart th{
		display: none;
	}
	.tblCart tr,
	.tblCart td{
		display: block;
		text-align: left;
	}
	.tblCart td{
		padding: 10px 15px;
		border: none;
	}
	.tblCart tfoot td:first-of-type{
		display: none;
	}
	.td1,
	.td2,
	.td3,
	.td4{
		width: 100%;
		margin: 0;
	}
	.w350{
		width: 100%;
	}
	.tblCart td.td1{
		padding: 15px 15px 0;
	}
	.tblCart td.td2{
		padding: 0 15px;
		color: #999;
	}
	.tblCart td.td3{
		padding: 5px 15px 0;
		overflow: hidden;
	}
	.tblCart td.td3 .num{
		display: inline-block;
		width: 70px;
		padding: 5px 10px;
		text-align: right;
		background-color: #e3e2e1;
	}
	.tblCart td.td4{
		padding: 5px 15px 10px;
		font-size: 1.6rem;
		font-weight: bold;
		border-bottom: 1px dotted #BEC6C6;
	}
	.tblCart td.td5{
		display: none;
	}
	.tblCart td span{
		display: inline-block;
	}
	.tblCart td span.sp.bntDeleteOut {
		float: right;
	}
	.tblCart tfoot td{
		text-align: right;
		position: relative;
	}
	.tblCart tfoot td.subtotal::before,
	.tblCart tfoot td.tax::before,
	.tblCart tfoot td.cost::before,
	.tblCart tfoot td.cost::before,
	.tblCart tfoot td.cash::before{
		position: absolute;
		left: 15px;
	}
	.tblCart tfoot td.subtotal::before{
		content: "小計";
	}
	.tblCart tfoot td.tax::before{
		content: "消費税";
	}
	.tblCart tfoot td.cost::before{
		content: "送料";
	}
	.tblCart tfoot td.cash::before{
		content: "代引き手数料";
	}
	.tblCart tfoot td.total::before{
		content: "合計";
	}
	.tblListCart td:last-of-type{
		border-bottom: 1px dotted #BEC6C6;
	}
	.tblListCart tfoot td:last-of-type{
		border-bottom: 1px solid #BEC6C6;
	}
	.tblListCart thead{
		border-top: 1px solid #BEC6C6;
	}
	.tblBase.tblReg th{
		width: 100%;
	}
}


/* 削除ボタン */
a.bntDelete{
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background-color: #666666;
	border-radius: 2px;
	transition: 0.2s;
	cursor: pointer;
}
a.bntDelete:hover{
	color: #ffffff;
	background-color: #999;
}
@media screen and (max-width:667px) {
	.bntDelete{
		width: 100%;
	}
}

/* ＋−ボタン */
.btnPlMiArea{
	display: block;
	padding: 5px 0 0;
}
a.btnPlus,
a.btnMinus{
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 4px 5px;
	margin: 0 3px;
	color: #ffffff;
	background-color: #666666;
	border-radius: 2px;
	transition: 0.2s;
}
a.btnPlus:hover,
a.btnMinus:hover{
	color: #ffffff;
	background-color: #999;
	cursor: pointer;
}
@media screen and (max-width:667px){
	.btnPlMiArea{
		padding: 0 0 0;
	}
	.btnPlus,
	.btnMinus{
		margin: 0 0 0 3px;
	}
}

/* テキストエリアの設定 */
textarea{
	width:55%;
	height: 100px;
	padding:5px;
	font-size: 1.4rem;
	line-height:160%;
	border:1px solid #BBBBBB;
	border-radius: 3px;
	background-color: #ffffff;
}
@media screen and (max-width:667px){
	textarea{
		width:100%;
	}
}

/* セレクトエリアの設定 */
select{
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
	padding: 7px 25px 7px 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
}
select::-ms-expand {
	display: none;
}
.slctArea{
	display: inline-block;
	position: relative;
}
.slctArea::after{
	font-family:"Font Awesome 5 Free";
	content:'\f078';
	font-size: 1.0rem;
	color: #555555;
	font-weight:900;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
@media screen and (max-width:667px){
	select{
		width: 100%;
		margin: 0 0 0 0;
	}
	.slctArea{
		width: 100%;
	}
}

/* ラジオボタンの設定 */
.radio{
	display: none;
}
input[type="radio"] + label{
	padding-left: 30px;
	position:relative;
	margin-right: 20px;
	cursor: pointer;
}
input[type="radio"] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #FFFFFF;
}
input[type="radio"]:checked + label{
	font-weight: bold;
}
input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #e00e16;
	border-radius: 50%;
}

/* ボタン */
a.btnBack{
	color: #ffffff;
	background-color: #AAAAAA;
	transition: 0.3s;
}
a.btnBack:hover{
	background-color: #9E9E9E;
}
a.btnExec{
	color: #ffffff;
	background-color: #e00e16;
	transition: 0.3s;
}
a.btnExec:hover{
	background-color: #c70c13;
}

/* 購入手続き手順 */
#formFlow{
	margin:0 0 40px;
	padding-right:20px;
}
#formFlow ul{
	display:-ms-flex;
	display: flex;
	justify-content: space-between;
}
.formFlowStep{
	font-size:1.4rem;
}
#formFlow ul li{
	width: calc((100% - 40px)/3);
	height:70px;
	color: #000;
	background-color: #e3e2e1;
	border-radius: 3px 0 0 3px;
	position: relative;
}
#formFlow ul li::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #e3e2e1;
    position: absolute;
    right: -20px;
    top: 0px;
}
#formFlow ul li p{
	line-height: 1.4;
	padding-top: 7px;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
#formFlow ul li.flowActive{
	color: #FFFFFF;
	background-color: #e00e16;
}
#formFlow ul li.flowActive::after {
    border-left: 20px solid #e00e16;
}
@media screen and (max-width:667px){
	#formFlow{
		margin:0 0 20px;
		padding-right:15px;
	}
	.formFlowStep{
		font-size:0.9rem;
	}
	#formFlow ul li p{
		padding: 10px 0 0 8px;
		font-size:1.6rem;
	}
}

/*テキスト入力エリア設定 */
input[type="text"]{
	margin: 0 10px 0 0;
	padding:5px;
	border:1px solid #BBBBBB;
	border-radius: 3px;
	font-size: 1.6rem;
}
@media screen and (max-width:667px){
	input[type="text"]:last-of-type{
		margin: 10px 10px 0 0;
	}
	input[type="text"]:first-of-type{
		margin: 0 10px 0 0;
	}
}
input[type="tel"]{
	margin: 0 10px 0 0;
	padding:5px;
	border:1px solid #BBBBBB;
	border-radius: 3px;
	font-size: 1.6rem;
}
@media screen and (max-width:667px){
	input[type="tel"]:last-of-type{
		margin: 10px 10px 0 0;
	}
	input[type="tel"]:first-of-type{
		margin: 0 10px 0 0;
	}
}

/* テキスト入力エリアの長さ（下記3種類） */
.ittSS{
	width:10%;
}
.ittS{
	width:15%;
}
.ittM{
	width:30%;
}
.ittL{
	width:55%;
}
@media screen and (max-width:667px){
	.ittSS{
		width:10%;
	}
	.ittS{
		width:22%;
	}
	.ittM,
	.ittL{
		width:100%;
	}
}

/*「住所を検索」ボタン*/
input#getAddress[type="submit"]{
	width: auto;
	cursor: pointer;
	border-radius: 2px;
	font-size:1.4rem;
	padding: 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #666666;
}
@media screen and (max-width:667px){
	input#getAddress[type="submit"]{
		padding: 7px 10px;
	}
}


/* 入力エラー */
#errorArea{
	padding: 0 0 40px;
	color: #F00;
	font-weight: bold;
}
#listError{
	padding: 20px 0 0;
}
#listError li{
	padding: 0 0 5px;
}
#listError li::before{
	content: "※";
	padding: 0 5px 0 0;
}
#listError li:last-of-type{
	padding: 0 0 0;
}
@media screen and (max-width:667px){
	#errorArea{
		padding: 0 0 20px;
	}
}