@charset "UTF-8";
.site {
  overflow: visible;
}

.site-info ul {
  list-style-type: none;
  display: flex;
  justify-content: left;
}
.site-info ul li:not(:last-child)::after {
  content: "/";
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.page-template-template-shopinfo .content-area {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-shopinfo .content-area .site-main {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-template-template-shopinfo .content-area .site-main {
    width: 100%;
  }
}
.page-template-template-shopinfo .content-area .site-main .wp-block-heading {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
.page-template-template-shopinfo .content-area .site-main .notations-table table tbody {
  font-size: 0.8em;
}
.page-template-template-shopinfo .content-area .site-main .notations-table table tbody td {
  border: solid 1px #333 !important;
}
.page-template-template-shopinfo .content-area .site-main .notations-table table tbody td:first-child {
  vertical-align: middle;
  background: #efefef !important;
}

.products .product .woocommerce-loop-product__title {
  line-height: 1.5em;
  min-height: 4.5em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示したい行数を指定します */
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product .price {
  font-size: 1.8em;
  color: #222 !important;
  font-weight: bold !important;
}
.products .product .button {
  color: #efefef;
  background: #222;
}

@media (min-width: 768px) {
  .single-product .site-content .product .woocommerce-product-gallery {
    width: 56%;
    float: left;
    margin-right: 4%;
    margin-bottom: 3.706325903em;
  }
}
@media (min-width: 768px) {
  .single-product .site-content .product .summary {
    width: 40%;
    float: right;
    margin-right: 0;
  }
}
.single-product .site-content .product .summary .product_title {
  font-size: 1.6em;
}
.single-product .site-content .product .summary .price {
  font-size: 2.4em;
  color: #222 !important;
  font-weight: bold !important;
}/*# sourceMappingURL=child.css.map */