@charset "UTF-8";
@media screen and (max-width: 767px) {
  .items_wrap {
    font-size: 14px;
  }
}
.items_wrap {
  color: #000;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 100;
}
.items_wrap a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
.items_wrap a:hover {
  opacity: 0.8;
}
.items_wrap a div {
  color: #000;
  text-decoration: none;
}
.items_wrap p {
  line-height: 1.4;
}
.items_wrap ul,
.items_wrap ol {
  list-style: none;
}
.items_wrap .shopinfolink {
  display: inline-block;
  margin-left: 0.5em;
}
.items_wrap .shopinfolink a {
  color: #ffffff !important;
  text-decoration: none;
  vertical-align: text-bottom;
  display: flex;
  align-items: center;
  padding: 2px 16px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #737373;
}

.shop_detail {
  max-width: 1100px;
  margin: 40px auto;
  width: 95%;
  margin-top: 60px;
}
.shop_detail p {
  margin-top: 0;
}
.shop_detail .item_update {
  color: #B9B9B9;
}
.shop_detail .item_tenantname {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.shop_detail .item_name {
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.shop_detail .item_price {
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0.7em;
}
.shop_detail .comment {
  margin-top: 1em;
  padding: 1em;
  background: #F5F5F5;
  white-space: pre-wrap;
}
.shop_detail .comment .comment_t {
  display: block;
  border-bottom: 1px dashed #384f72;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}

.product_item_list li {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .product_item_list li {
    justify-content: space-around;
  }
  .product_item_list li .item_detail {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product_item_list li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_item_list li .item_detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .product_item_list .item_image {
    width: 40%;
    text-align: center;
  }
}

/*sale*/
p.sale_percent {
  background: #E04343;
  color: #fff;
  border-radius: 4px;
  padding: 2px 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.1em;
}

.item_price.saleprice {
  margin-top: auto;
  color: #D12E2E;
}
.item_price.saleprice .intax {
  font-size: 0.7em;
  padding: 0 5px;
}

.saleprice_default_taxout {
  display: inline-block;
  margin-right: 10px;
}

.saleprice_default_taxin {
  display: inline-block;
  font-size: 0.8em;
}

/*categry*/
.cat_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.cat_tag li {
  border-radius: 3px;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
  font-size: 0.9em;
}

.attention {
  max-width: 1100px;
  margin: 80px auto auto;
  width: 95%;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 60px;
  }
}
.attention > ul {
  list-style: none;
}
.attention > ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.backpage a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  background: #737373;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  max-width: 320px;
  margin: auto;
  display: block;
  transition: all 0.3s;
}
.backpage a::before {
  content: "◀";
  padding-right: 10px;
}