@charset "UTF-8";
/* Custom Style Sheet
* ショッピングカート
*
*/



/*
* レイアウト
*/
#cartWrap {
  color: #000000;
}
#cartWrap .colContent {
  flex: 1 !important;
  margin: 0 !important;
  padding: 40px 0 !important;
}
#escott-dialog {
  position: fixed !important;
  top: 50% !important;
  overflow: scroll !important;
}
#cartWrap .header_explanation {
  margin: 0 0 2rem 0;
  padding: 0;
}
#cartWrap .header_explanation:empty { display: none; }
#cartWrap p.note {
  margin: 0;
  padding: 5px;
  color: #FF0000;
  font-size: 14px;

}
/* エラーメッセージ */
.error_message {
  margin: 0 0 20px 0;
  padding: 10px;
  color: #FFFFFF;
  background-color: #FF0000;
}
.error_message p {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.error_message:empty { display: none; }



/*
* カートナビ
*/
div.usccart_navi {
  margin: 0 auto 20px auto;
  padding: 0;
}
div.usccart_navi ol.ucart {
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
}
div.usccart_navi ol.ucart li {
  float: none;
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
  color: #2b1b11;
  border: #FFFFFF 1px solid;
  background-color: #f7f3e6;
  box-sizing: border-box;
}
div.usccart_navi ol.ucart li.hit {
  color: #FFFFFF;
  font-weight: 600;
  background-color: #b9ad86;
}


/*
* ボタン
*/
.upbutton {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
}
.upbutton input {
  color: #2b1b11;
  background-color: #FFFFFF;
  border: #b9ad86 1px solid;
  border-radius: 5px;
}



/*
* カートテーブル
*/
#cart {
  margin-bottom: 40px;
  font-size: 12px;
}
#cart_table, #cart_table th, #cart_table td { border: none !important; }
#cart_table {
  width: 100%;
  margin: 10px auto 20px auto;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #f7f3e6 1px solid !important;
  border-bottom: #f7f3e6 1px solid !important;
}
#cart_table th, #cart_table td {
  border-top: #f7f3e6 1px solid !important;
  border-left: #f7f3e6 1px solid !important;
}
#cart_table th {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  background-color: #b9ad86;
}
#cart_table td.pict { width: 10% !important; }
#cart_table td.pict img {
  object-fit: cover;
  width: 100% !important;
  height: 70px;
}


/*
* お客様情報テーブル
*/
#customer h5 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 600;
}
#customer form {
  margin: 0;
  padding: 0 0 40px 0;
}
.customer_form {
  width: 100%;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #f7f3e6 1px solid;
  border-bottom: #f7f3e6 1px solid;
}
.customer_form th {
  width: 30%;
  min-width: 30%;
  padding: 10px 5px !important;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background-color: #b9ad86;
  border-top: #f7f3e6 1px solid !important;
  border-left: #f7f3e6 1px solid !important;
}
.customer_form th em {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-style: normal;
}
.customer_form td {
  padding: 10px !important;
  vertical-align: middle;
  border-top: #f7f3e6 1px solid !important;
  border-left: #f7f3e6 1px solid !important;
}
.customer_form td input[type='text'],
.customer_form td input[type='number'],
.customer_form td input[type='tel'],
.customer_form td input[type='email'],
.customer_form td input[type='password'],
.customer_form td input[type='file'],
.customer_form td input[type='checkbox'],
.customer_form td select,
.customer_form td textarea {
	margin: 0 5px;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #F1F1F1;
	border: none;
	border-radius: 5px;
}
.customer_form td input[id*='name'] {
  max-width: 10em;
}
.customer_form td label {
  display: inline-block;
  margin: 0 10px;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.customer_form td input[type='radio'] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
.customer_form td input[name='customer[address1]'],
.customer_form td input[name='customer[address2]'],
.customer_form td input[name='customer[address3]'] {
  width: 60%;
}
.customer_form td dl {
  margin: 0;
  padding: 0;
}
.customer_form td dt {
  margin: 5px 0;
  padding: 0;
}



/*
* 内容確認テーブル
*/
#confirm_table, #confirm_table th, #confirm_table td { border: none !important; }
#confirm_table {
  width: 100%;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #f7f3e6 1px solid;
  border-bottom: #f7f3e6 1px solid;
}
#confirm_table th, #confirm_table td {
  font-size: 14px;
  border-top: #f7f3e6 1px solid !important;
  border-left: #f7f3e6 1px solid !important;
}
#confirm_table th {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background-color: #b9ad86;
}
#confirm_table tr.ttl td {
  background-color: #FFFFFF;
}
#confirm_table tr.ttl h3 {
  color: #b9ad86;
  font-size: 16px;
  font-weight: 600;
}



/*
* 完了ページ
*/
#completion {
  margin: 0 auto;
  padding: 2rem 0;
}















/*
* スマホ用 **********************************************************************
*/


@media screen and (max-width:992px){


  /*
  * レイアウト
  */
  #cartWrap {

  }
  #cartWrap .inner {
    padding: 5vw 3vw;
  }


  /*
  * カートナビ
  */
  div.usccart_navi {
    display: block;
    margin: 0 auto 5vw auto;
    padding: 0;
  }
  div.usccart_navi ol.ucart {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  div.usccart_navi ol.ucart li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0.5vw 0;
    font-size: 4vw;
    font-weight: 400;
  }
  div.usccart_navi ol.ucart li.hit {
    color: #FFFFFF;
    font-weight: 700;
  }


  /*
  * ボタン
  */
  #cartWrap .upbutton {
    margin: 0;
    padding: 0;
  }
  #cartWrap .upbutton span {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 4vw;
  }


  /*
  * カートテーブル
  */
  #cart {
    margin-bottom: 6vw;
  }
  #cart_table {
    display: block;
    overflow: hidden;
  }
  #cart_table {
    width: 100%;
    margin: 2vw 0 4vw 0;
    padding: 1vw;
    font-size: 0;
    border-collapse:separate;
    border-spacing: 0;
    border: none !important;
  }
  #cart_table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border-bottom: #b9ad86 1px solid;
  }
  #cart_table tbody td {
    display: inline-block;
    padding: 1vw;
    font-size: 4vw;
    line-height: 140%;
    border: none !important;
  }
  #cart_table tbody td.num,
  #cart_table tbody td.thumbnail { display: none; }
  #cart_table tbody td.productname {
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #b9ad86;
  }
  #cart_table tbody td.unitprice {
    width: 40%;
    text-align: left;
  }
  #cart_table tbody td.unitprice::before {
    content: "単価: ";
  }
  #cart_table tbody td.quantity {
    width: 60%;
    text-align: right;
  }
  #cart_table tbody td.quantity::before {
    content: "数量: ";
  }
  #cart_table tbody td.subtotal {
    width: 40%;
    text-align: left;
  }
  #cart_table tbody td.subtotal::before {
    content: "小計: ";
  }
  #cart_table tbody td.stock {
    width: 30%;
    text-align: center;
  }
  #cart_table tbody td.action {
    width: 30%;
    text-align: right;
  }
  #cart_table tfoot th {
    font-size: 5vw;
    border: none !important;
  }
  #cart_table tfoot td {
    font-size: 4vw;
    border: none !important;
  }
  #cart_table tfoot .inline {
    display: inline-block;
  }
  #cart_table tfoot .totalHead {
    width: 50%;
    text-align: left;
    font-weight: 700;
  }
  #cart_table tfoot .total {
    width: 50%;
    text-align: right;
    font-weight: 700;
  }


  /*
  * お客様情報テーブル
  */
  #customer h5 {
    margin: 0;
    padding: 0 0 2vw 0;
    font-size: 4vw;
    font-weight: 700;
  }
  #customer form {
    margin: 0;
    padding: 0 0 10vw 0;
  }
  .customer_form {
    width: 100%;
    margin-bottom: 5vw;
    border-collapse:separate;
    border-spacing: 0;
  }
  .customer_form th {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 2vw 5vw !important;
  }
  .customer_form th em {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    font-style: normal;
  }
  .customer_form td {
    display: block;
    padding: 2vw !important;
  }
  .customer_form td label {
    margin-right: 2vw;
  }
  .customer_form td input[type='radio'] {
    margin-right: 1vw;
  }
  .customer_form td input[type='text'],
  .customer_form td input[type='number'],
  .customer_form td input[type='tel'],
  .customer_form td input[type='email'],
  .customer_form td input[type='password'],
  .customer_form td input[type='file'],
  .customer_form td input[type='checkbox'],
  .customer_form td select,
  .customer_form td textarea {
    margin: 0 1vw;
  	padding: 1vw 2vw;
  	font-size: 4vw;
  	border: none;
  	border-radius: 0.5vw;
  }

  /*
  * 配送とお支払い方法
  */
  .customer_form td input[name='delivery[address1]'],
  .customer_form td input[name='delivery[address2]'],
  .customer_form td input[name='delivery[address3]'],
  .customer_form td input[name='delivery[tel]'],
  .customer_form td input[name='delivery[fax]']
  {
    width: 100%;
  }


  /*
  * 内容確認テーブル
  */
  #confirm_table {
    width: 100%;
    margin-bottom: 5vw;
    font-size: 4vw;
    border-collapse:separate;
    border-spacing: 0;
    border: none !important;
  }
  #confirm_table th, #confirm_table td {
    display: block;
    width: 100%;
    margin: 0 0 -1px 0;
    font-size: 4vw;
    border: #f7f3e6 1px solid !important;
  }
  #confirm_table th {
    font-size: 4vw;
    font-weight: 700;
  }
  #confirm_table tr.ttl td {
    margin: 2vw 0 1vw 0;
    border: none !important;
  }
  #confirm_table tr.ttl h3 {
    font-size: 5vw;
    font-weight: 700;
  }



  /*
  * 完了ページ
  */
  #completion {
    margin: 2rem 0;
    padding: 0 2rem;
  }







}
