@charset "utf-8";
/* ------------------------------------------ */
/* Drawing Cart CSS */
/* ------------------------------------------ */
.area-pagettl::before {
	background-image: url(../img/drawing/bg.jpg);
}

.noitem {
	background: #e0ebf9;
	padding: 30px;
	text-align: center;
}

@media (max-width: 480px) {
	.noitem {
		padding: 20px 0;	
	}
	.noitem .f-sz20 {
		font-size: 1.55rem;
	}
}

/* in cart pagettl-ja -------------------- */
#cart .pagettl-ja .icon {
	display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    top: 4px;
    margin-right: 15px;
}

#cart .pagettl-ja .icon.incart {
	background: url(../img/drawing/cart/incart.svg) no-repeat center 50%;	
	background-size: contain;	
}
#cart .pagettl-ja .icon.forminput {
	background: url(../img/drawing/cart/forminput.svg) no-repeat center 50%;	
	background-size: contain;	
}
#cart .pagettl-ja .icon.confirm {
	background: url(../img/drawing/cart/confirm.svg) no-repeat center 50%;	
	background-size: contain;	
}

#cart .pagettl-ja .icon.send {
	background: url(../img/drawing/cart/send.svg) no-repeat center 50%;	
	background-size: contain;	
}

@media (max-width: 768px) {
	#cart .pagettl-ja .icon {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
}

@media (max-width: 400px) {
	#cart .pagettl-ja .icon {
		width: 35px;
		height: 35px;
		margin-right: 7px;
	}	
}

/* cart-step ------------------------------ */
@media (min-width: 769px) {
	.box-step .cart-step {
		width: 700px;
		margin: 0 auto;
	}
}

.box-step .cart-step {
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;		
}

.box-step .cart-step li {
	text-align: center;
	position: relative;
	-webkit-box-flex: 0;
 	-ms-flex-positive: 0;
    flex: 1;
}

.box-step .cart-step li .stxt {
	font-size: 1.5rem;
}

.box-step .cart-step .icon {
	display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
	opacity: 0.3;
}
.box-step .cart-step .icon.incart {
	background: url(../img/drawing/cart/incart.svg) no-repeat center 50%;	
	background-size: contain;	
}

.box-step .cart-step .icon.forminput {
	background: url(../img/drawing/cart/forminput.svg) no-repeat center 50%;	
	background-size: contain;	
}

.box-step .cart-step .icon.confirm {
	background: url(../img/drawing/cart/confirm.svg) no-repeat center 50%;	
	background-size: 85% auto;	
}

.box-step .cart-step .icon.send {
	background: url(../img/drawing/cart/send.svg) no-repeat center 50%;	
	background-size: 85% auto;	
}

.box-step .cart-step li::after {
	position: absolute;
	right: 0;
	top: 22px;
	content:"";
	height: 2px;
	width: 60px;
	opacity: 0.3;
	background: #000;
	transform: translateX(50%);
}

.box-step .cart-step li:last-child::after {
	content: none;
}

/* active */
.box-step .cart-step .active .icon,
.box-step .cart-step .past .icon {
	opacity: 1;
}


@media (max-width: 768px) {
	.box-step .cart-step li::after {
		width: 35px;
    	transform: translateX(50%);
	}
	.box-step .cart-step li .stxt {
		font-size: 1.4rem;
	}	
}

@media (max-width: 640px) {
	.box-step {
		margin-left: -5%;
		margin-right: -5%;
	}
	.box-step .cart-step li .stxt {
		font-size: 1.3rem;
	}
	.box-step .cart-step .icon {
		width: 38px;
		height: 38px;
	}	
}

@media (max-width: 480px) {
	.box-step .cart-step li .stxt {
		display: none;	
	}
	
	.box-step .cart-step li.active .stxt {
		display: block;
		letter-spacing: -0.025em;
	}
	.box-step .cart-step .icon {
		width: 35px;
		height: 35px;
	}
	.box-step .cart-step li::after {
		width: 20px;
	    top: 16px;
	}
}

/* mttl-form */
.mttl-form {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-weight: 700;
	text-align: center;
}

/* btnbox-cart ----------------------------- */
.btnbox-cart > p {
	text-align: right;
}

.linebtn {
	text-align: right;
	display: table;
	width: auto;
	float: right;
	position: relative;
	padding-left: 5px;
	padding-right: 5px; 
	overflow-x:hidden;
}
.linebtn::before,
.linebtn::after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	display: block;	
}
.linebtn::before {
	background: #dbc459;
}

.linebtn::after {
	background: #136bc5;
	width: 0;
	transform-origin: left;
	transition: all ease 0.28s;
}

.linebtn:hover::after {
	width: 100%;
}

.linebtn .icon {
	display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
	margin-right: 10px;
}

.linebtn .icon.i-cart {
	background: url(../img/drawing/cart/cart.svg) no-repeat center 50%;	
	background-size: contain;		
}

.linebtn .icon.i-forminput {
	background: url(../img/drawing/cart/forminput.svg) no-repeat center 50%;	
	background-size: contain;		
}

.linebtn .f-bold {
	display: table-cell;
	vertical-align: top;
	font-size: 1.7rem;
}

.btn-bk .f-bold.i-forminput::before {
	content:"\e907";
	color: #fff;
	position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.6rem;
	font-family: 'fonticon' !important;
    font-style: normal;
    font-weight: normal;
}

.btnbox-cart .btn .btn-arrow.arrow-m {
	right: 20px;	
}

.btn-bk .f-bold.i-forminput,
.btn-bk .i-confirm,
.btn-bk .i-forminput,
.btn-bk .i-send {
	padding-left: 65px;
}

.btn-bk .i-confirm::before {
	content:"\e903";
	color: #fff;
	position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.6rem;
	font-family: 'fonticon' !important;
    font-style: normal;
    font-weight: normal;
}

.btn-bk .i-confirm .f-bold,
.btn-bk .i-send .f-bold {
	padding-left: 0;
}

.btn-bk .i-send::before {
	content:"\e90f";
	color: #fff;
	position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.6rem;
	font-family: 'fonticon' !important;
    font-style: normal;
    font-weight: normal;	
}


/* カートの中 ------------------------------ */
#cart_item_list.box-table {
	width: 100%;
	table-layout: auto;
}   

#cart_item_list.box-table .thead {
    display: table;
    width: 100%;
}

#cart_item_list.box-table .thead .cart_item_list_header,
#cart_item_list.box-table .total_price {
    display: flex;
	width: 100%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

#cart_item_list.box-table .thead .cart_item_list_header {
	background: #f0f0f0;	
}

#cart_item_list.box-table .thead .cart_item_list_header li {
    padding: 5px;
    text-align: center;
	font-size: 1.5rem;
}

#cart_item_all.tbody {
	width: 100%;
}

#cart_item_all.tbody .item_box {
    display: flex;
	width: 100%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cart_item_list.box-table .tbody .item_box {
	padding: 20px 0;
	border-bottom: 5px solid #dddddd;
}




#cart_item_list.box-table .tbody .item_box > .item_subtotal {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
    overflow-x: hidden;
	padding: 0 20px;
}
#cart_item_list.box-table .tbody .item_box > .cart_iteminfo {
	display: flex;
	align-items: center;
    -webkit-box-align: center;
}
#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo {
    display: table-cell;
	padding-right: 20px;
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo img {
	float: left;
	display: inline-block;
    width: 140px;
	height: 140px;
	background-position: center 50%;
	background-size: contain;
    border: 1px solid #cfcfcf;
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail {
    display: table-cell;
	vertical-align: top;
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .item_name {
	font-weight: bold;
	font-size: 1.8rem;
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .item_price {
	padding-bottom: 10px;	
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .btn-del {
	border-radius: 2px;
	border: 1px solid #bdbdbd;
	background: #f0f0f0;
	font-size: 1.5rem;
	padding: 3px 20px;
}

#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .btn-del:hover {
	cursor: pointer;
}

#cart_item_list.box-table .total_price dd {
	padding-right: 20px;
	padding-left: 20px;
}
#cart_item_list.box-table .total_price {
	padding: 20px 0;
	border-bottom: 5px solid #dddddd;
}
#cart_item_list.box-table .total_price > dt {
	background: #f0f0f0;
    padding: 5px 20px;
    text-align: right;
	font-size: 1.5rem;
}

#cart_item_list.box-table .thead .cart_item_list_header li.cart_item_list_header_product_detail,
#cart_item_list.box-table .tbody .item_box > .cart_iteminfo,
#cart_item_list.box-table .total_price > dt {
	width: 70%;
}

@media (max-width: 768px) {
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo img {
		width: 120px;
		height: 120px;
	}
	#cart_item_list.box-table .tbody .item_box,
	#cart_item_list.box-table .total_price {
	    padding: 15px 0;
	}
	.#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .item_name {
		font-size: 1.7rem;
	}
	.item_price {
		font-size: 1.5rem;
	}
	
	#cart_item_list.box-table .tbody .item_box > .item_subtotal,
	#cart_item_list.box-table .total_price dd {
		padding-right: 15px;
		padding-left: 15px;	
	}
}
@media (max-width: 640px) {
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo img {
		width: 100px;
		height: 100px;
	}
	
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo {
		padding-right: 15px;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .item_name {
		font-size: 1.7rem;
	}
}
@media (max-width: 480px) {
	#cart_item_all.tbody .item_box,
	#cart_item_list.box-table .tbody .item_box > .item_subtotal {
		display: block;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo {
		width: 100%;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo {
		padding-right: 10px;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_photo img {
		width: 85px;
		height: 85px;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .item_name {
		font-size: 1.6rem;
	}
	
	.item_price {
		font-size: 1.4rem;
	}
	#cart_item_list.box-table .total_price > dt,
	#cart_item_list.box-table .thead .cart_item_list_header li.cart_item_list_header_product_detail {
		width: auto;
		padding: 5px 10px;
	}
	#cart_item_list.box-table .tbody .item_box > .cart_iteminfo .item_detail .btn-del {
		font-size: 1.4rem;
		padding: 3px 10px;
	}
	#cart_item_list.box-table .tbody .item_box {
		padding-bottom: 10px;
	}
	#cart_item_list.box-table .tbody .item_box,
	#cart_item_list.box-table .total_price {
		border-width: 3px;
	}
}

/* form.php ------------------------------------ */
.item-table .box-formitem dt,
.item-table .box-formconf dt {
	width: 225px;
	vertical-align: middle;
}

