@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

#main .shop_table td {
  background-color: unset !important;
}

#main .shop_table .product-remove {
  width: 5%;
}
#main .shop_table .product-thumbnail {
  width: 25%;
}

table.cart .product-thumbnail img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}
#main .shop_table .product-name {
  width: 30%;
}
#main .shop_table .product-price {
  width: 15%;
}
#main .shop_table .product-quantity {
  width: 10%;
}
#main .shop_table .product-quantity .quantity label {
  display: none;
}
#main .shop_table .product-subtotal {
  width: 15%;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  background: #1a4364;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
/*------------------------------------------------------------
	購入手続き
------------------------------------------------------------*/

form.checkout {
  font-size: 16px;
  margin-top: 2rem;
}
.woocommerce-billing-fields__field-wrapper > p {
  margin-bottom: 10px;
}

.page-title {
  font-size: 2rem;
  margin-top: 2rem;
}
.byline.vcard {
  font-size: 16px;
  margin-bottom: 1rem;
}

#customer_details {
  width: 40%;
  margin-right: 2rem;
}
#order_review {
  width: 55%;
}
@media screen and (max-width: 760px) {
  #customer_details {
    width: unset;
  }
  #order_review {
    width: unset;
  }
  #payment .place-order {
    width: unset;
    padding: 0;
  }
  #main .info.warning {
    margin: 0;
    width: auto;
  }
}

#order_review .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
#order_review .cart_item .product-name {
  width: 60%;
}
#order_review .cart_item .product-total {
  width: 40%;
}

.includes_tax {
  display: block;
}

#payment .wc_payment_method label {
  padding: 0 !important;
  padding-right: 1rem !important;
  display: inline !important;
}
#payment .payment_methods li .payment_box {
  padding: 1rem 0 0 2rem;
}
#place_order {
  height: 39px;
  line-height: 39px;
  width: 100%;
  background: #1a4364;
  display: block;
  color: #fff;
  text-align: center;
  border: none;
  margin-top: 1rem;
}

/*------------------------------------------------------------
	ログインページ
------------------------------------------------------------*/
.page-id-1868 .entry-content {
  font-size: 16px;
  margin: 2rem auto;
}
.entry-content h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
.login .woocommerce-form-row {
  margin-bottom: 1rem;
}

.button.woocommerce-form-login__submit {
  height: 39px;
  line-height: 39px;
  width: 80%;
  background: #1a4364;
  display: block;
  color: #fff;
  text-align: center;
  border: none;
  margin: 1rem auto 0;
}
.lost_password {
  width: 80%;
  margin: auto;
}

.woocommerce-form-login.login {
  width: 60%;
  margin: auto;
}
/*------------------------------------------------------------
	注文ページ
------------------------------------------------------------*/
.woocommerce-MyAccount-orders {
  font-size: 16px !important;
  width: 100%;
}
.woocommerce-MyAccount-orders thead:first-child tr {
  background: #999;
}
.woocommerce-MyAccount-orders tr th {
  text-align: center;
}
.woocommerce-orders-table__row td {
  text-align: left !important;
  padding: 5px;
}
/*------------------------------------------------------------
	商品詳細ページ
------------------------------------------------------------*/

.woocommerce-tabs ul.tabs {
  float: unset;
  margin-bottom: 2rem;
  width: 100%;
}
.woocommerce-tabs .panel {
  float: unset;
  width: 100%;
}

body.single-product section#main img.wp-post-image {
  width: 100%;
  height: auto;
}
.woocommerce-product-details__short-description {
  display: none;
}
.single-product .cart.org {
  display: none;
}

@media screen and (max-width: 760px) {
  .entry-content {
    width: 100%;
  }
  .woocommerce-orders-table__row .woocommerce-orders-table__cell:first-child {
    padding-top: 2rem;
  }
  .woocommerce-orders-table__row .woocommerce-orders-table__cell::before {
    width: 35%;
  }
}
