@charset "utf-8";




.cart .h1_ttl_1{
  float:left;
}

/*=============================================
//
// ex1
//
*/

.ex1{
  margin:0 auto 2em;
  padding:1em;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  text-align: left;
  background-color:#f8f8fa;
}

.ex1 p{
  font-size:14px;
}

.ex1 .ttl{
  color:#b83033;
  font-size:16px;
  text-align: left;
}

@media screen and (min-width:768px) {
  .ex1{
    margin: 0 auto 43px;
    font-size:16px;
    text-align: center;
  }

  .ex1 .ttl{
  text-align: center;
}
}


/*=============================================
//
// cartInItem
//
*/

.cartInItem{
  margin-left: -2%;
  padding: 11px 2%;
  width: 104%;
  font-size:14px;
    background: #eeedf2;
	text-align: center;
    font-weight: bold;
}

@media screen and (min-width:768px) {
  .cartInItem{
    display:none;
  }
}

#cart_item{
  margin:0 auto 2em;
}

#cart_item table{
  margin:0 auto;
  width:100%;
  border:1px solid #bdbbbb;
}

#cart_item table th{
  padding: 5px 0;
  font-size:14px;
  font-weight:bold;
  text-align: center;
  background-color:#f4f4f4;
  /* border-bottom:1px solid #cccccc; */
  /* border: 1px solid #bdbbbb; */
}

#cart_item table td{
  padding: 10px;
  vertical-align: middle;
  border-right: 1px dotted #bdbbbb;
  border-top: 1px solid #bdbbbb;
  font-size: 16px;
  line-height: 1.4;
}
#cart_item table td:last-child{
  border-right: none;
}
#cart_item table .cartGoodsNoError td{
  border-top: 1px dotted #bdbbbb;
}
#cart_item .itemImg{
  width: 10%;
  border-right:0;
  text-align: center;
  padding-right: 0;
}

#cart_item .itemImg a{
  display: block;
  margin: 0 auto;
  text-align: center;
}


#cart_item .itemImg .wrap{
  position: relative;
}
#cart_item .itemImg .sale_icon span{
	margin-right:5px;
  /*width: 43%;
  font-size:12px*/
}

/*osanai add*/
/*ラッピングの画像*/
.cartGoodsNoError .wrap img{
	width:50px!important;
	height:50px!important;
}
#cartRow .wrap a > img {
    width: 110px!important;
    height: auto!important;
}

#cartRow .wrap a > img + .item{
	border: none;
}

#cartRow:last-child{
	border-bottom: 1px solid #ccc;
}

#cart_item .cancel{
  border-right: none;
  width: 5%;
  text-align: center;
	border-bottom: 1px solid #bdbbbb;
}
#cart_item td.price.p2{
  border-right:1px dotted #ccc;
}
#cart_item .sale_icon {
    margin: 0 auto 0.5em 0;
}
@media screen and (max-width:767px) {
#cart_item table .cartGoodsNoError td {
    border-top: none;
}
#cart_item table tbody tr#cartRow.cartGoodsNoError {
    position: relative;
    margin: -1em auto 1em;
    padding: 0 2%;
    width: 100%;
    padding-top: 20px;
    border-top: none;
}
}
/*osanai add*/

#cart_item .item{
  width: 37%;
  font-size: 14px;
  border-left:0;
}

#cart_item td.price.p1,
#cart_item td.price.p2{
  width: 12%;
  text-align: right;
}

#cart_item td.price.p1 .price,
#cart_item td.price.p2 .price,
#cart_item td.price.p1 .sale_price,
#cart_item td.price.p2 .sale_price{
  font-size: 16px;
}

#cart_item .price.p1 .totalPriceInTax,
#cart_item .price.p2 .totalPriceInTax{
  color: #a45248;
  font-size: 1.6rem;
}

#cart_item .price.p1 .taxTxt,
#cart_item .price.p2 .taxTxt{
  font-size:12px;
}

#cart_item .price.p2 .ttl_sp{
  display:none;
}


.cart_flag_icon{
	position: absolute;
	top:0;
	left:0;
}

@media screen and (max-width:767px) {


#cart_item .price.p1 .totalPriceInTax,
#cart_item .price.p2 .totalPriceInTax{
  color: #a45248;
  font-weight: bold;
	font-size: 1.6rem;
}	
#cart_item td.price.p1 .price,
#cart_item td.price.p2 .price,
#cart_item td.price.p1 .sale_price,
#cart_item td.price.p2 .sale_price{
  font-size: 16px;
	    font-size: 1.6rem;
    width: 100%;
    display: block;
}
#goodsName{
	font-size: 14px;
	    font-size: 1.4rem;
}
/*
#goodsPriceInTax{
	font-size: 14px;
}
*/

}

#cart_item .amount{
  width: 11.975%;
  text-align: center;
}

#cart_item .amount .gcnt{
	margin-bottom: 0.7em;
	width: 60px;
	vertical-align: middle;
    text-align: center;
}


#cart_item .amount .amount_btn{
  background: none;
  border: 0;
  box-shadow: none;
  padding: 5px 0 5px 1em;
  width: 60px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background-color: #ede3b8;
  background-image: url(../../images/common/icon-repeat2.svg);
  background-repeat: no-repeat;
  background-position: 10px 45.5%;
  vertical-align: middle;
  background-size: 11px 11px;
}

#cart_item .amount .amount_btn:hover{
  cursor: pointer;
}


#cart_item table tbody tr td.amount .prepend{
  display:none;
}


#cart_item .cancel .cancel_btn{
  background: none;
  border: 0;
  box-shadow: none;
    padding: 0.25em 0 0.25em 1.2em;
    width: 5em;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  background-image: url(../../images/common/icon_batu_2.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border: 1px solid #000;
}

#cart_item .cancel .cancel_btn:hover{
  cursor: pointer;
}

#cart_item .note{
  width:5%;
  text-align: center;
  padding: 10px;
	border-bottom: 1px solid #bdbbbb;
}

#cart_item .btn_Favorite202306Next {
  min-width: 70px;
}

#cart_item .note .btn_Favorite{
  /* display: block;
  padding: 5px 0;
  width: 100%;
  color:#c01937;
  font-size:12px;
  font-weight:bold;
  border:1px solid #c5595d; */
}
#cart_item .note .btn_Favorite + span {
  margin-top: 5px;
}
#cart_item .note .btn_Favorite img {
  width: 20px;
  height: auto;
}

/* #cart_item .note .btn_Favorite:before{
  content:"";
  display:inline-block;
  padding-right: 5px;
  width:12px;
  height:11px;
  background-image: url(../../images/common/icon_hart_2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
} */

#cart_item .goodsInfomation,
#cart_item .saleName{
	font-size: 1.2rem;
	display: block;
}

#cart_item .goodsInfomation {
  margin-top: 10px;
}

#cart_item .goodsInfomation:empty {
  margin-bottom: 0;
  margin-top: 0;
}

#cart_item .goodsInfomation:empty + .saleName {
  margin-top: 10px;
}

#cart_item .saleName{
	margin-top: 5px;
}


@media screen and (max-width:767px) {
	
#cart_item .note {
    border-bottom: none;
}
#cart_item input[type="text"]{
    height: auto;
    padding: 5px 10px;
}
#cart_item .cancel .cancel_btn{
  width: 50%;
	padding: 0.75em 0 0.75em 0.5em;
}
  #cart_item{
    margin-top:1em;
  }

  #cart_item table,
  #cart_item table tbody,
  #cart_item table tbody tr,
  #cart_item table tbody tr th,
  #cart_item table tbody tr td{
    display:block;
    width:100%;
    border:0;
  }

  #cart_item table:after{
    content:"";
    display: block;
    clear:both;
  }

  #cart_item table thead{
    display:none;
  }

  #cart_item table tbody tr#cartRow{
	position: relative;
    margin: 0 auto 1em;
    padding: 0 2%;
    width: 100%;
    border: 1px solid #bdbbbb;
    box-sizing: border-box;
    padding-top: 20px;
    background: #f4f4f4;
    padding-bottom: 18px;
  }

  #cart_item table tbody tr#cartRow:after{
    content:"";
    display: block;
    height:0;
    clear:both;
  }

  #cart_item table tbody tr td.itemImg{
    float: left;
    padding: 0;
    width: 40%;
  }
	#cartRow .wrap a > img {
		width: 90%!important;
		height: auto!important;
	}
	#cartRow .taxTxt {
		margin-right: -.6em;
	}
  #cart_item table tbody tr td.itemImg .sale_icon{
    width:calc( 100% - 150px );
    position: absolute;
    left: 165px;
    top:0;
  }

  #cart_item table tbody tr td.item{
    float: right;
    padding: 0px 0 0;
    width: calc( 100% - 150px);
	width: 60%;
    font-size: 1.4rem;
	line-height: 1.6;
  }

  #cart_item table tbody tr td.price.p1 {
clear: both;
    float: right;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #bdbbbb;
    padding-bottom: 0.5em;
    font-size: 16px;
	 font-size:1.6rem; 
    text-align: right;
  }

  #cart_item table tbody tr td.price.p1 br{
    display:none;
  }

  #cart_item table tbody tr td.amount {
    clear: both;
    float: left;
    padding: 20px 0 0;
    width: 50%;
    /*min-height:60px;*/
    text-align: left;
    /* border-top: 1px solid #cccccc; */
  }

  #cart_item table tbody tr td.amount .prepend{
    display: inline;
    font-size:14px;
    vertical-align: middle;
  }

  #cart_item table tbody tr td.amount .gcnt{
    margin: 0 5px;
    width: 65px;
  }

  #cart_item table tbody tr td.price.p2 {
    float: right;
    padding: 1em 0;
    width: 50%;
    border-right: none;
  }

  #cart_item table tbody tr td.price.p2 br{
    display:none;
  }

  #cart_item table tbody tr td.price.p2 .ttl_sp{
    display:block;
    font-size:13px;
  }

  #cart_item table tbody tr td.cancel {
    float: left;
    width: 50%;
    text-align: left;
	padding: 1.2em 0 0;
	  border-bottom: none;
  }

  #cart_item table tbody tr td.note {
    float: right;
    padding: 0;
    width: 50%;
    text-align: right;
  }

  #cart_item table tbody tr td.note .btn_Favorite{
	margin: 0 auto;
    width: 100%;
    padding: 1em;
  }
	
	#cart_item .goodsInfomation,
	#cart_item .saleName{
		display:block;
		/* margin: 10px auto; */
		text-align: left;
	}
	#cart_item .goodsInfomation {
		text-align: right;
	}
  #cart_item .saleName{
		text-align: right;
	}
  .btn_Favorite202306Next span:not(:last-child) {
    margin-bottom: 5px;
  }
  #cart_item .note .btn_Favorite + span {
    margin-top: 10px;
 }
}



/*=============================================
//
// cart_calc
//


*/
.cart_calc{
  margin:0 auto 2em;
  padding:2em;
  border:3px solid #000;
}

.cart_calc .left{
  float:left;
  font-size:16px;
}

.cart_calc .right{
  float:right;
  font-size:18px;
}

.cart_calc .right .tax{
  font-size:14px;
}

.cart_calc .amount{
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}

.cart_calc .price{
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width:360px) {
  .cart_calc{
    padding: 2em 4em;
  }
}

@media screen and (min-width:768px) {
  .cart_calc{
    float:right;
    margin:0;
    padding:0;
    width: 46%;
    border:0;
  }
}

/*=============================================
//
// cart_text
//
*/
.cart_text{
  margin:0 auto 2em;
}

.cart_text p{
  margin-left:1em;
  font-size:12px;
  text-indent: -1em;
  line-height:1.5;
}

@media screen and (min-width:768px) {
  .cart_text{
    float: left;
    width: 52%;
  }
  .cart_text p{
  font-size:14px;
  }
}






/*=============================================
//
// transition3
//
*/


.transition3{
  margin:0 auto 2em;
  padding:2em;
  text-align: center;
  background-color:#f4f4f4;
}

.transition3 h4{
  margin:0 auto 5px;
  font-size:1.6em;
  font-weight:normal;
  text-align: left;
}
.transition3 .detail {
  margin: 8px auto 16px;
  font-size: 14px;
  width: 100%;
  letter-spacing: 0.8px;
  text-align: left;
}

@media screen and (min-width:768px) {
	.transition3 h4{
	  text-align: center;
	}
}

.transition3 ul{
  margin:0 auto;
  width: 100%;
}

.transition3 ul li{
  margin: 0 auto 10px;
}

.transition3 ul li input{
  background: none;
  border:0;
  box-shadow: none;
  display:inline-block;
  padding: 12px 0;
  width:100%;
  color:#000;
  font-size: 16px;
  font-weight:bold;
  text-align: center;
  background-color:#ede3b8;
}

.transition3 ul li.doSelectReceiver input{
  background: none;
  border:1px solid #000;
  box-shadow: none;
  display:inline-block;
  padding: 12px 0;
  width:100%;
  color:#000;
  font-size: 16px;
  font-weight:normal;
  text-align: center;
  background-color:#ffffff;
}
  .transition3 .loginBtn{
  margin-bottom:1em;
  background-image:url(../../images/common/icon-login.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% - 8em) 45% !important;
  background-size: 0.8em !important;
  }




.transition3 ul li input:hover{
  cursor: pointer;
}

@media screen and (min-width:768px) {
  .transition3{
    margin-top: 32px;
  }
  .transition3 ul{
    display:inline-block;
    margin:0 auto;
    width: 80%;
  }
  .transition3 ul li{
    display:inline-block;
    margin: 0 auto;
    padding:12px 2% 10px;
    width: 80%;

  }
  .transition3 ul li input{
    font-size:18px;
  }
  .transition3 .detail {
  margin: 8px auto 16px;
  font-size: 14px;
  width: 80%;
  letter-spacing: 0.8px;
  text-align: left;
  }
  .transition3 .loginBtn{
  text-align: center;
  text-indent: 1em;
  -webkit-appearance: none;
  padding: 0.6em;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background: none;
  background-color: #ede3b8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom:0.2em;
  background-image:url(../../images/common/icon-login.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% - 8em) 45% !important;
  background-size: 0.8em !important;
  }
}

@media screen and (max-width:767px) {
	.transition3 ul{
	  margin:0 auto;
	  width: 100%;
	}
}
/*=============================================
//
// keep_shopping
//
*/

.keep_shopping{
  margin:0 auto 2em;
  text-align: right;
  font-size: 14px;
}

.keep_shopping a{
	border: 1px solid #bdbbbb;
	padding: 4px 4px 4px 28px;
	border-radius: 3px;
	background: url(../../images/common/icon_reply.png) no-repeat 4px 38%;
	background-size: 13%;
}



.keep_shopping.middle{
  display:none;
}

@media screen and (min-width:768px) {
  .keep_shopping{
    margin:0 auto;
  }

.keep_shopping a{
	border: none;
	padding: 0 0 0 32px;
	background: url(../../images/common/icon_reply.png) no-repeat 4px 38%;
	background-size: auto;
}

  .keep_shopping.middle{
    display:block;
  }
  .keep_shopping.bottom{
    display:none;
  }

}

@media screen and (max-width:320px) {
#cart_item table tbody tr td.cancel {
    float: left;
    margin-top: 0;
    width: 50%;
    text-align: left;
	padding: 1.5em 0 0;
}
#cart_item table tbody tr td.amount .gcnt {
	width: 20%;
    text-align: left;
    margin: 0 0.5em;
    padding: 0.3em;
}
#cart_item .amount .amount_btn {
    width:50%;
}
#cart_item .cancel .cancel_btn {
    width: 50%;
	padding: 0.5em 0 0.5em 0.5em;
}
}

/* 202306 カートページ改修 */
.cartHeaderNoticeBanner202306 .ex1 {
  padding: 0;
}

.cartHeaderNoticeBanner202306 .content:not(:last-child) {
  margin-bottom: 20px;
}

.cart #cart_item .amount .amount_btn202306,
.cart #cart_item .cancel .cancel_btn202306,
.cart #cart_item .note .btn_Favorite202306 {
  border-radius: 5px;
}

/* .btn_Favorite202306 + .btn_Favorite202306Next {
  margin-top: 11px;
} */

.cart #cart_item .sale_comment .saleicon + s {
  display: block;
  margin-top: 3px;
}

.cart .toRegistBtn202306 {
  border-radius: 5px;
  margin-bottom: 0;
}

.cart .transition3-202306 ul li {
/*  padding: 0;*/
}

.cart .transition3-202306 ul li input {
  border-radius: 5px;
}

.cart .keep_shopping202306 a {
  border-radius: 5px;
}

.cart .transition3-202306 .detail202306 {
  text-align: center;
  margin: 0;
  width: 100%;
}

.cart .transition3-202306 ul li {
  padding: 8px 2% 15px;
}

.cart .transition3-202306Login {
  margin: 32px auto 1em;
  padding-bottom: 12px;
}

.cart .transition3-202306Regist {
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 17px;
}

.cart .transition3-202306Login .loginBtn202306 {
  background-position: calc(50% - 5.3em) 45% !important;
}

.cart .transition3-202306 h4 {
  font-size: 1.4rem;
  margin: 0 auto 5px;
}

.cart .cart_text_cartnotice202306 {
  text-align: center;
  float: none;
  width: 100%;
}

.cart .transition3-202306 ul .doSelectReceiver202306 {
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 0;
}

.cart .recently_delBtn,
.cart .favorite_listBtn {
  top: 50%;
  transform: translateY(-50%);
}

.cart .favorite_listBtn {
  border: 1px solid #000;
  line-height: normal;
}

.cart .singleL {
  margin: 0 10px;
  width: 218px;
}

@media screen and (max-width: 767px) {
  .cart .toRegistBtn202306 {
    font-size: 16px;
    line-height: normal;
    padding: 12px 0.6em;
  }

  .cart .cart_text_cartnotice202306 {
    text-align: left;
  }

  .cart #cart_item .cancel .cancel_btn202306 {
    /* padding: 5px 0 5px 0.5em; */
    padding: 3px 0 3px 16px;
    width: 38%;
    background-position: 12px 50%;
  }

  .cart #cart_item .noteJoin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .cart #cart_item .noteJoin .btn_Favorite202306 {
    width: 20px;
    height: auto;
  }
  
  .cart #cart_item .noteJoin .btn_Favorite202306Next {
    /* width: calc(100% - (20px + 10px)); */
    width: 100%;
    padding-right: 0;
    min-width: auto;
  }
  
  .cart #cart_item .note .btn_Favorite202306 {
    padding: 0;
    display: inline-table;
    text-align: right;
    margin: 0;
  }

  .btn_Favorite202306 + .btn_Favorite202306Next {
    /* margin-top: 9px; */
  }

  .cart #cart_item .sale_comment .saleicon + s {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
 
  .cart #cart_item .sale_comment {
    margin-bottom: 3px;
  }
 

  .cart #cart_item table tbody tr td.cancel202306 {
    padding: .8em 0 0;
  }

  .cart #cart_item table tbody tr td.price202306.p2 {
    float: right;
    padding: .8em 0;
    width: 50%;
    border-right: none;
  }

  .cart .cart_calc202306 {
    border-radius: 5px;
  }

  .cart .transition3-202306Regist {
    margin-bottom: 3em;
  }

  .cart .transition3-202306 .detail202306 {
    margin: 8px auto 0;
  }

  .cart .transition3-202306Login {
    padding-bottom: 14px;
  }

  .cart .transition3-202306Login ul li {
    margin: 0 auto;
  }

  .cart .transition3 .loginBtn202306 {
    margin-bottom: 0;
  }

  .cart .transition3-202306 ul .doSendSender202306 {
    margin-bottom: 0;
  }

  .cart .transition3-202306 ul .doSelectReceiver202306 {
    padding-bottom: 4px;
  }
}

.cart .recently_delBtn202308 input,
.cart .favorite_listBtn202308,
.cart .cartin202308 a {
  border-radius: 5px;
  font-weight: normal;
}

/* AmazonPay */
.cart .transition3-202306 ul li.doSendSenderAmazon{
  padding-bottom: 4px;
}
.cart #amazonPayButton.amazonBtn{
  height: 70px;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .cart #amazonPayButton.amazonBtn{
    height: 65px;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .cart #amazonPayButton.amazonBtn{
    height: 65px;
    width: 100% !important;
  }
}

@media screen and (max-width: 744px) {
  .cart #amazonPayButton.amazonBtn{
    height: 65px;
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .cart #amazonPayButton.amazonBtn{
    height: 65px;
    width: 100% !important;
  }
}