@charset "UTF-8";
body {
  opacity: 0;
}
.woocommerce-NoticeGroup {
  width: 90%;
}
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
  display: none !important;
}
/* お届け先入力欄 */
#deli-address {
  background-color: rgba(255,255,255,1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1234567;
  overflow-y: scroll;
  padding: 3vw 0;
}
#deli-address .input-text, #annexe {
  border: solid 1px #999;
  border-radius: 5px;
  background-color: #fff !important;
  padding: .6vw 1vw;
  color: #666;
}
#deli-address .input-text {
  width: 100% !important;
}
#deli-address > i {
  position: absolute;
  top: 3vw;
  right: 10vw;
  cursor: pointer;
}
#hand-delivery label {
  border: solid 2px #D86869;
  padding: 10px 15px 9px 15px;
}
.deli-detail dt {
  background-color: #FDD8D8;
  padding: 2px .5em 0;
  font-weight: 400;
}
.deli-detail dd {
  padding: 3px 1em 0;
}
.woocommerce-billing-fields__field-wrapper p {
  display: none !important;
}
#customer_details input, #select2-billing_state-container, .select2-container--default .select2-selection--single {
  border: 0;
  pointer-events: none;
  cursor: text;
  background-color: #fff;
  box-shadow: none !important;
  color: #777;
}
#customer_details input, #select2-billing_state-container {
  padding: 3px 3px 3px 1.5em !important;
}
.woocommerce-additional-fields,
#billing_country_field,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
#customer_details textarea {
  border: solid 1px #ccc;
  border-width: 1px 1px 1px;
  background-color: #fff !important;
  box-shadow: none !important;
}
#customer_details .required {
  display: none;
}
#addShippingError {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123456;
}
#bs-box {
  border: solid 1px #ccc;
  padding: 1vw 2vw .8vw;
  border-radius: .5vw;
}
.deli-minutes {
  width: 3vw;
}
#bs-box p {
  margin: 0;
}
#btn-cancel {
  display: none;
  background-color: #eee;
  color: #666;
  border: solid 1px #999;
}
.fee th {
  position: relative;
}
.fee .add-shipping-info {
  opacity: 0;
  position: absolute;
  top: 3.5vw;
  left: 6vw;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 5px;
  font-size: 90%;
  padding: 5px 10px;
  width: 21vw;
  font-weight: 400;
}


*, ::after, ::before {
  box-sizing: border-box !important;
}
.button.btn-back {
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
}

#order_review, #order_review_heading {
  width: 100%;
  float: none;
}

h3 {
  background: transparent url(//q-onext.com/assets/icon-w.png) no-repeat left .3em center / auto 80%;
  padding: .3em 0 .2em 2em !important;
  background-color: #ef8484;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 130% !important;
}
.selector-hide, #deli-date-hidden, .woocommerce-shipping-fields, #billing_postcode_field, #billing_country_field, .optional, label[for="billing_address_2"]
/*.woocommerce-form-coupon-toggle*/ {
  display: none !important;
}
#wps_cart_points_apply {
  margin-bottom: 10px;
}
.custom_point_checkout #wps_cart_points {
  padding: 8px 10px;
}

.woocommerce-billing-fields h3:first-child {
  display: none;
}
#wooot_order_tip_form {
  margin-bottom: 2rem;
}

.input-select {
  padding: .5vw;
  border-color: #FF5F62;
  border-radius: .4vw;
  width: 25vw;
  margin-right: 1vw;
  font-size: 1.5vw;
}
#place_order {
  display: none !important;
}
.order-btn {
  padding: 0 1vw;
  text-align: center;
}
.order-btn {
  font-size: 140%;
  width: 100%;
  padding: .5vw 0;
  border-radius: .7vw;
}
#payment .place-order {
  padding: 0;
}
#date-time {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,40,45,.95);
  z-index: 123456;
  align-items: start;
  justify-content: center;
  color: #fff;
  padding-top: 5vw;
  opacity: 0;
  display: none;
}
#date-time h3 {
  color: #fff;
}
#d-btn {
  display: inline-block;
  text-align: center;
}
#d-btn button {
  margin: 0 .5vw;
  font-size: 1.5vw;
}
#d-time:disabled {
  opacity: .4;
}
#dt-text-area {
  width: 100%;
  padding: 10px 15px 7px;
  border: solid 1px #B73C3E;
  margin-bottom: 5px;
}
#time-text, #date-text {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#time-text {
  margin-bottom: 0;
}
#d-radio {
  display: inline-block;
}
#d-radio input {
  display: none;
}
#d-radio label {
  display: inline-block;
  background-color: #666;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 4px 5px 1px;
  margin: 0 10px 0 0;
  color: #ccc;
  opacity: .8;
}
#d-radio label.radio-active {
  background-color: #5684FF;
  color: #fff;
  opacity: 1;
}
#d-radio {
  font-size: 120%;
}
#ck-logout {
  display: block;
  border: solid 1px #fff;
  border-radius: .5rem;
  padding: .5rem 1rem .4rem;
  text-align: center;
}
.woo-point > a {
  text-decoration: underline;
}
.woocommerce-account-fields {
  border: solid 2px #ef8484;
  padding: 10px 0 0;
  text-align: center;
  margin-bottom: 55px;
  font-size: 110%;
}
.woocommerce-account-fields p {
  margin-bottom: 10px;
}
.woocommerce-account-fields div {
  background-color: #ef8484;
  color: #fff;
  padding: 10px 0 8px;
}
/*.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  background-color: rgba(0,0,0,0.7);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12345;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li{
  position: relative;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li::before {
  content: "\f00d";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  position: absolute;
  top: -1.5em;
  right: 0;
  color: #fff;
}*/

@media (min-width: 768px){
  #ck-logout {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
  }
  
}
@media (min-width: 1150px){
  #d-btn button, .input-select {
    font-size: 16px;
  }

}
@media (max-width: 767px){
  #deli-address {
    padding: 18vw 0 30vw;
  }
  #deli-address .input-text {
    padding: 1vw 2vw;
  }
  #deli-address > i {
    top: 6vw;
    right: 6vw;
  }
  #deliAddBack {
    display: none;
  }
  .woocommerce-billing-fields__field-wrapper p.form-row {
    margin-bottom: 7px;
  }
  .button.btn-lg {
    padding: 4vw 1vw;
  }
  #addShippingError a {
    display: none;
  }
  #bs-box {
    padding: 2vw 5vw .8vw;
    border-radius: 1vw;
  }
  .deli-minutes {
    width: 8vw;
  }
  .fee .add-shipping-info {
    top: 1vw;
    left: 34vw;
    padding: 2vw 3vw;
    width: 56vw;
  }
  .custom_point_checkout #wps_cart_points{
    padding: 8px 10px !important;
  }
  #mwb_cart_points_apply~p,
  #wps_cart_points_apply~p,
  .custom_point_checkout #mwb_cart_points_apply,
  .custom_point_checkout #wps_cart_points_apply {
    float: none;
  }
  #ck-logout {
    margin-top: 2vw;
  }
  /*.deli-content-wrapper .woocommerce-message {
    display: block !important;
  }*/
  #content {
    padding: 13vw 4vw 10px;
  }
  #content .woocommerce {
    min-height: 50vh;
  }
  #masthead {
    display: none;
  }
  .content-area {
    padding-top: 10vw;
  }
  #date-time {
    padding: 0 3vw;
    align-items: center;
  }
  #date-time h3 {
    margin-top: 0;
  }
  #date-time p {
    font-size: 3.8vw;
  }
  #d-radio {
    margin-bottom: 3vw;
    font-size: 170%;
  }
  #d-radio label {
    padding: 3vw;
    font-size: 5vw;
  }
  #d-btn {
    display: block;
    margin: 5vw 0 0;
  }
  #d-btn button {
    font-size: 6vw;
    margin: 0 2vw;
    padding: 2vw 8vw;
  }
  #dt-text-area {
    width: 100%;
  }
  #btn-deli-date {
    font-size: 4.5vw;
  }
  .input-select {
    padding: 3vw 4vw 2vw;
    font-size: 5vw;
    border-radius: 1.3vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #fff url("i-down.svg") no-repeat right 4vw center / 3vw;
    width: 100%;
    margin-bottom: 3vw;
  }
  #place_order2 {
    padding: 0 3vw;
  }
  #place_order2 > button {
    width: 100%;
    padding: 2vw 0;
    border-radius: 2vw;
  }
  #payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label {
    padding: 3vw 2vw;
  }
  #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 11vw;
    padding-left: .9vw;
  }
  
  #f-con {
    margin-bottom: 0 !important;
  }
  
}