@charset "UTF-8";
.pricehidden {
  padding: 1em;
  border: 2px dotted #3cb4e5;
  color: #3cb4e5;
  text-align: center;
  margin-bottom: 2em;
}

.woocommerce-product-gallery__image {
  margin-bottom: 0.7em;
}

.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.products.columns-4 > li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.products.columns-4 > li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .products.columns-4 > li {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
  }
  .products.columns-4 > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.products.columns-4 > li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

.type-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.type-product > div {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .type-product > div {
    width: 100%;
  }
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  border: 3px solid #f1f1f1;
  border-radius: 20px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img,
.woocommerce-product-gallery__image img {
  border: 3px solid #f1f1f1;
  border-radius: 30px;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product {
  font-size: 100% !important;
}

.ecHeader {
  width: 100%;
  position: relative;
  z-index: 0;
  background: #000;
  background-image: url(../img/bgEcHeader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ecHeader .inner {
  display: flex;
  align-items: center;
}
.ecHeader .commTitle {
  /*
  max-width: $mainContentWidh;
  margin-left: auto;
  margin-right: auto;
  */
  padding-bottom: 1.7em;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .ecHeader .commTitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .ecHeader .commTitle {
    justify-content: center;
  }
}
.ecHeader .commTitle > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ecHeader .commTitle > div {
    flex-direction: column;
  }
}
.ecHeader .commTitle .jost {
  font-size: 370%;
  color: #3cb4e5;
}
@media screen and (max-width: 1200px) {
  .ecHeader .commTitle .jost {
    width: 100%;
    font-size: 270%;
    text-align: center;
  }
}
.ecHeader .commTitle h1 {
  width: auto;
  color: #ffffff !important;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .ecHeader .commTitle h1 {
    width: 100%;
    text-align: center;
  }
}

.value select,
.input-text.qty {
  font-size: 120%;
  border: 1px solid #ccc;
  padding: 0.3em;
}

.woocommerce-variation.single_variation {
  padding: 1.7em 1.7em 0 1.7em;
}

.woocommerce-variation-add-to-cart.variations_button {
  padding: 1.7em;
}

.reset_variations {
  padding-left: 0.7em;
}

.woocommerce-column--billing-address {
  margin-bottom: 2em;
}

section.related {
  padding-bottom: 0;
}

section.ec {
  padding-bottom: 0;
}

section.woocommerce-columns--addresses,
section.woocommerce-customer-details,
section.woocommerce-order-details {
  padding: 0;
}

section.woocommerce-order-details {
  margin-top: 3em;
}

.woocommerce ul.order_details {
  margin-bottom: 1em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  float: right;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button.contained,
.single_add_to_cart_button,
.add_to_cart_button {
  border: none;
  cursor: pointer;
  background: #3cb4e5 !important;
  color: #ffffff;
  padding: 0.3em 1.7em;
  text-align: center;
  margin-top: 0.7em;
  margin-bottom: 2.7em;
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce-form-register__submit,
  .wc-block-components-checkout-place-order-button,
  .wc-block-cart__submit-button.contained,
  .single_add_to_cart_button,
  .add_to_cart_button {
    padding: 0.3em 0.7em;
  }
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button span,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit span,
.woocommerce-form-register__submit span,
.wc-block-components-checkout-place-order-button span,
.wc-block-cart__submit-button.contained span,
.single_add_to_cart_button span,
.add_to_cart_button span {
  color: #ffffff;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button.contained:hover,
.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
  color: #ffffff;
  background: #0069c5;
}

.ajax_add_to_cart {
  background-color: #333 !important;
}

.single_add_to_cart_button {
  font-size: 130%;
  padding: 0.7em 2.7em;
}

h2.woocommerce-loop-product__title {
  padding-top: 1em;
  font-weight: normal;
  font-size: 100%;
  letter-spacing: 0.1em;
}

.page .tabs.wc-tabs,
.page .product_meta,
.page .woocommerce-ordering,
.page .woocommerce-result-count,
.page .page-title {
  display: none;
}
.page .page-description {
  padding-bottom: 3em;
}

.woocommerce-product-attributes-item__label {
  width: 7em;
}

.woocommerce-variation-price .price > span {
  font-size: 200%;
}

.price > span {
  font-size: 130%;
}
.price > span:last-of-type bdi:after {
  content: "（税込）";
  font-size: 12px;
}
.price .woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
.woocommerce-product-gallery__image img {
  height: auto;
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-product-gallery__image img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .type-product {
    flex-direction: column;
    align-items: center;
  }
  .summary.entry-summary {
    padding: 2em 0;
    max-width: 380px;
  }
  .variations th,
  .variations td {
    display: block;
  }
  .variations th {
    border: none;
    padding-bottom: 0;
  }
  .variations td {
    padding-top: 0.3em;
  }
}
.is-large.wc-block-cart .wc-block-cart__totals-title,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 100% !important;
}

.woocommerce-thankyou-order-received {
  font-size: 130%;
  padding-bottom: 1em;
}

.woocommerce-order > p {
  margin-bottom: 1em;
}

.related.products > h2 {
  margin-bottom: 1.3em;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.woocommerce-MyAccount-navigation ul li {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .woocommerce-MyAccount-navigation ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.7em 0;
  background: #ededed;
  color: #333;
  border-right: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #ffffff;
  background: #3cb4e5;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
  background: #3cb4e5;
}
.woocommerce-MyAccount-navigation ul li:last-of-type a {
  /*border: none;*/
}

.woocommerce-MyAccount-content > p {
  margin-bottom: 2em;
}

.container #mainNav {
  display: flex;
}
@media screen and (max-width: 500px) {
  .container #mainNav {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
  }
}
.container #mainNav li {
  padding-top: 33px;
  margin-left: 20px;
}
.container #mainNav li:nth-of-type(1) a {
  background-image: url(../img/shop/user.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px 30px;
}
.container #mainNav li:nth-of-type(2) a {
  background-image: url(../img/shop/cart.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px 30px;
}
.container #mainNav li:first-of-type {
  margin-left: 0;
}
.container #mainNav li a {
  position: relative;
  padding-top: 33px;
  color: #ffffff;
  font-size: 12px;
}
.container #mainNav li a:hover {
  color: #3cb4e5;
}

#order_comments,
select,
input[type=tel],
input[type=email],
input[type=password],
input[type=text] {
  border: 1px solid #ccc;
}

.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  padding: 3em;
  text-align: center;
  border: 7px dotted #ccc;
  margin-bottom: 3em;
}
.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title:before {
  opacity: 0.5;
}

.woocommerce-product-details__short-description > p {
  margin-bottom: 1em;
}

.jp4wc_date,
.jp4wc_time {
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 0.3em;
}

.checkout.woocommerce-checkout h3 {
  margin-top: 1em;
  letter-spacing: 0.05em;
}

.woocommerce-checkout #payment {
  background: rgb(233, 233, 237) !important;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.ec fieldset {
  padding: 1em;
  margin-top: 3em;
}
.ec address {
  padding: 1em;
  border-width: 2px;
  border-style: groove;
  border-color: rgb(192, 192, 192);
}
.ec header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutShippingfee {
  padding: 1em;
  margin: 1em 0;
  background-color: #f3f3f3;
  border-radius: 7px;
  font-size: 12px;
}
.aboutShippingfee span {
  color: #3cb4e5;
  font-weight: bold;
  font-size: 14px;
}

.wc-block-components-shipping-rates-control {
  display: none;
}/*# sourceMappingURL=woo.css.map */