@charset "UTF-8";

/*
* レイアウト
*/
#cartWrap {
  margin: 0;
  padding: 0;
}
#escott-dialog {
  position: fixed !important;
  top: 50% !important;
  overflow: scroll !important;
}
#escott-token-dialog {
  width: 100% !important;
}
.ui-dialog-titlebar {
  height: auto !important;
  padding: 0 10px !important;
}
.ui-button.ui-dialog-titlebar-close {
  top: 50% !important;
  transform: translate(0, -50%);
  margin: 0 !important;
}


/*
* カートナビ
*/
div.usccart_navi {
  margin: 0 auto;
  padding: 0;
}
div.usccart_navi ol.ucart {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
div.usccart_navi ol.ucart li {
  flex: 1;
  height: auto;
  margin: 0;
  padding: 5px 0;
  font-weight: 300;
  border: #FFFFFF 1px solid;
}
div.usccart_navi ol.ucart li.hit {
  flex: 1;
  height: auto;
  margin: 0;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: 600;
  background-color: var(--main_color);
}


/*
* ボタン
*/
.upbutton {
  padding-right: 0 !important;
  font-size: 14px;
}
.upbutton input {
  color: #333333;
  background-color: #FFFFFF;
  border: #333333 1px solid;
  border-radius: 5px;
}
#cart input.delButton {
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  color: #333333;
  background-color: #EEEEEE;
}
.buttonWrap .back_to_delivery_button,
.buttonWrap .back_to_customer_button,
.buttonWrap .back_cart_button,
.buttonWrap .continue_shopping_button {
  color: #cb121b;
  background-color: #FFFFFF;
  border: #cb121b 1px solid;;
}
#search_zipcode {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  color: #333333;
  font-size: 14px;
  background-color: #EEEEEE;
  border: 0;
  border-radius: 5px;
}


/*
* カートテーブル
*/
#cart {
  margin-bottom: 20px;
  font-size: 14px;
}
#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: #EEEEEE 1px solid !important;
  border-bottom: #EEEEEE 1px solid !important;
}
#cart_table th, #cart_table td {
  border-top: #EEEEEE 1px solid !important;
  border-left: #EEEEEE 1px solid !important;
}
#cart_table th {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--main_color);
}
#cart_table td.thumbnail { width: 10% !important; }
#cart_table td.thumbnail img { width: 100% !important; }


/*
* お客様情報テーブル
*/
#customer h5 {
  margin: 0;
  padding: 0 0 10px 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: #EEEEEE 1px solid;
  border-bottom: #EEEEEE 1px solid;
}
.customer_form th {
  width: 30%;
  min-width: 30%;
  padding: 10px 5px !important;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  background-color: var(--main_color);
  border-top: #EEEEEE 1px solid !important;
  border-left: #EEEEEE 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: 1rem 1rem !important;
  border-top: #EEEEEE 1px solid !important;
  border-left: #EEEEEE 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: 4px 10px;
	font-size: 14px;
	background-color: #F1F1F1;
	border: none;
	border-radius: 5px;
}
.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[mailaddress1]'],
input[name='customer[mailaddress2]'] {
  width: 100%;
}
.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 input[name='delivery[address1]'],
.customer_form td input[name='delivery[address2]'],
.customer_form td input[name='delivery[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: 20px;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #EEEEEE 1px solid !important;
  border-bottom: #EEEEEE 1px solid !important;
}
#confirm_table th, #confirm_table td {
  font-size: 14px;
  border-top: #EEEEEE 1px solid !important;
  border-left: #EEEEEE 1px solid !important;
}
#confirm_table th {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--main_color);
}
#confirm_table tr.ttl {
  background-color: transparent;
}
#confirm_table tr.ttl td {
  background-color: #FFFFFF;
}
#confirm_table tr.ttl h3 {
  padding-top: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}



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















/*
* スマホ用 
*/


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


  /*
  * レイアウト
  */
  #cartWrap {  }
  #cartWrap .col2Wrap {
    margin-top: 5vw;
  }



  /*
  * ボタン
  */
  .upbutton {
    padding-right: 0 !important;
    font-size: 1.2rem;
  }
  .upbutton input {
    color: #333333;
    background-color: #FFFFFF;
    border: #333333 1px solid;
    border-radius: 0.2rem;
  }
  #cart input.delButton {
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 1;
    color: #333333;
    background-color: #EEEEEE;
  }
  .buttonWrap .back_to_delivery_button,
  .buttonWrap .back_to_customer_button,
  .buttonWrap .back_cart_button,
  .buttonWrap .continue_shopping_button {
    color: var(--main_color);
    background-color: #FFFFFF;
    border: var(--main_color) 1px solid;;
  }


  /*
  * カートテーブル
  */
  #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: #EEEEEE 1px solid;
  }
  #cart_table tbody td {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    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: var(--main_color);
  }
  #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 {
    color: #FFFFFF;
    font-size: 16px;
    background-color: var(--main_color);
    border: none !important;
  }
  #cart_table tfoot td {
    color: #000000;
    font-size: 16px;
    background-color: #F1F1F1;
    border: none !important;
  }
  #cart_table tfoot .inline {
    display: inline-block;
  }
  #cart_table tfoot .totalHead {
    width: 50%;
    text-align: left;
    color: #FFFFFF;
    font-weight: 700;
    background-color: var(--main_color);
  }
  #cart_table tfoot .total {
    width: 50%;
    text-align: right;
    color: #FFFFFF;
    font-weight: 700;
    background-color: var(--main_color);
  }


  /*
  * お客様情報テーブル
  */
  #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;
    background-color: #FFFFFF;
    border-collapse:separate;
    border-spacing: 0;
    border-right: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
  }
  .customer_form th {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 2vw 5vw !important;
    color: #FFFFFF !important;
    background-color: var(--main_color);
    border-top: #EEEEEE 1px solid !important;
    border-left: #EEEEEE 1px solid !important;
  }
  .customer_form th em {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
  }
  .customer_form td {
    display: block;
    padding: 2vw !important;
    color: #333333 !important;
    border-top: #EEEEEE 1px solid !important;
    border-left: #EEEEEE 1px solid !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 10px;
  	padding: 10px;
  	font-size: 16px;
  	background-color: #F1F1F1;
  	border: none;
  	border-radius: 3px;
  }
  .customer_form td input[name='customer[address1]'],
  .customer_form td input[name='customer[address2]'],
  .customer_form td input[name='customer[address3]'] {
    width: 100%;
  }
  .customer_form td dl {
    margin: 0;
    padding: 0;
  }


  /*
  * 配送とお支払い方法
  */
  .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: 40px;
    font-size: 16px;
    background-color: #FFFFFF;
    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: 16px;
    border: #EEEEEE 1px solid !important;
  }
  #confirm_table th {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--main_color);
  }
  #confirm_table tr.ttl {
    background-color: transparent;
  }
  #confirm_table tr.ttl td {
    margin: 2vw 0 1vw 0;
    background-color: #FFFFFF;
    border: none !important;
  }
  #confirm_table tr.ttl h3 {
    padding-top: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 700 !important;
  }



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







}
