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



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

}
#cartWrap .inner {

}
#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 .error_message {
  margin: 0 0 2rem 0;
  padding: 2rem;
  color: #b00b0b;
  background-color: rgba(255,255,255,0.8);
}
#cartWrap .error_message:empty { display: none; }


/*
* カートナビ
*/
div.usccart_navi {
  margin: 0 auto 2rem 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: 0.5rem 0;
  font-size: 1.0rem;
  font-weight: 400;
  color: #2b1b11;
  border: #FFFFFF 1px solid;
  background-color: #f7f3e6;
}
div.usccart_navi ol.ucart li.hit {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #b9ad86;
}


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



/*
* カートテーブル
*/
#cart {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#cart_table, #cart_table th, #cart_table td { border: none !important; }
#cart_table {
  width: 100%;
  margin: 1rem auto 2rem 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: 0.8rem;
  font-weight: 700;
  background-color: #b9ad86;
}
#cart_table td.thumbnail { width: 10% !important; }
#cart_table td.thumbnail img { width: 100% !important; }


/*
* お客様情報テーブル
*/
#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: 20px;
  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: #b9ad86;
  font-style: normal;
}
.customer_form td {
  display: flex;
  padding: 1rem 1rem !important;
  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 0.5rem;
	padding: 0.4rem 1rem;
	font-size: 1.0rem;
	background-color: #F1F1F1;
	border: none;
	border-radius: 0.3rem;
}
.customer_form td label {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: baseline;
  font-weight: 400;
  line-height: 1;
}
.customer_form td input[type='radio'] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.5rem;
  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;
}



/*
* 内容確認テーブル
*/
#confirm_table, #confirm_table th, #confirm_table td { border: none !important; }
#confirm_table {
  width: 100%;
  margin-bottom: 2rem;
  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: 1rem;
  border-top: #f7f3e6 1px solid !important;
  border-left: #f7f3e6 1px solid !important;
}
#confirm_table th {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  background-color: #b9ad86;
}
#confirm_table tr.ttl td {
  background-color: #FFFFFF;
}
#confirm_table tr.ttl h3 {
  color: #b9ad86;
  font-size: 1.2rem;
  font-weight: 700;
}



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


/*
* e-scottカスタマイズ
*/
#escott-dialog {
  position: fixed !important;
  top: 50% !important;
  overflow: scroll !important;
}
#escott-token-dialog {
  overflow: visible;
}
#cartWrap .header_explanation {
  margin: 0 0 2rem 0;
  padding: 0;
}
#cartWrap .header_explanation:empty { display: none; }
#cartWrap .error_message {
  margin: 0 0 2rem 0;
  padding: 2rem;
  color: #b00b0b;
  background-color: rgba(255,255,255,0.8);
}
#cartWrap .error_message:empty { display: none; }
.ui-dialog-titlebar-close {
  background: url("//code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
  background-color: #b9ad86;
  text-indent: -9999px;
}
.ui-dialog .ui-dialog-title {
  padding: 0;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog-titlebar-close:hover {
  background: url("//code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0) !important;
}
.ui-dialog-titlebar-close:before {
  display: none;
}
#escott td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  border-top: #f7f3e6 1px solid;
  border-left: #f7f3e6 1px solid;
}
#escott tbody tr:nth-child(3) td {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#escott tbody tr:nth-child(3) td select {
  flex: none;
}














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


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


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

  }
  #cartWrap .inner {

  }


  /*
  * カートナビ
  */
  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;
  }







}
