@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------
   Layout
------------------------------------------------ */
#prodct {
  padding: 0;
  margin: 0 0 40px;
  letter-spacing: 0.05rem;
}
#prodct .product-inner {
  padding: 0;
  margin: 0 0 40px;
  max-width: 720px;
}
#prodct .product-inner .img {
  padding: 0;
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 720px;
}
#prodct .product-inner h3.catch {
  padding: 0 !important;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: bold;
}
#prodct .product-inner p {
  padding: 0 !important;
  margin: 0 0 10px !important;
  text-align: left;
}
#prodct .product-inner p.order-please {
  background: #FF0000;
  width: 100%;
  padding: 2% 0 !important;
  margin: 0 0 20px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#prodct .product-inner .attention-tit {
  background: #d63135;
  padding: 2%;
  margin: 0 auto 2%;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#prodct .product-inner .attention-list {
  padding: 0 10px;
}
#prodct .product-inner .attention-list li {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  font-size: 16px;
  list-style: disc;
  list-style-position: inside;
}
#prodct .product-inner .attention-list li {
  padding-left: 1em;
  text-indent: -1em;
}
span.red-txt {
  color: #FF0000 !important;
}
span.notice {
  color: #ff0000;
}
span.kind-note {
  font-size: 14px;
}
/*価格表一覧*/
#prodct .product-inner .setprice-info {
  margin: 0;
  padding: 0;
}
#prodct .product-inner .setprice-info {
  width: 100%;
  overflow-x: scroll;
}
#prodct .product-inner .setprice-info table.setprice-list {
  border-collapse: collapse;
  width: 720px;
}
#prodct .product-inner .setprice-info table.setprice-list th, #prodct .product-inner .setprice-info table.setprice-list td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
#prodct .product-inner .setprice-info table.setprice-list th {
  background: #2aa823;
  color: #fff;
}
#prodct .product-inner .setprice-info table.setprice-list th a {
  background: #2aa823;
  color: #fff;
  text-decoration: underline;
}
#prodct .product-inner .setprice-info table.setprice-list th a:hover {
  background: #2aa823;
  color: #fff;
  text-decoration: none;
}
#prodct .product-inner .setprice-info table.setprice-list td span.teika-price {
  font-size: 12px;
}
/*商品仕様表*/
#prodct .product-inner table.product-description {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
#prodct .product-inner table.product-description th {
  width: 22%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
#prodct .product-inner table.product-description td {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
/*注文・配送についてのご案内*/
#prodct .product-inner ul.arrange-list-01 {
  list-style-type: none;
  padding: 0 2% 0 2%;
}
#prodct .product-inner ul.arrange-list-01 li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
#prodct .product-inner ul.arrange-list-01 li:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #333333;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
/* ------------------------------------------------
   mothersday2024 2024.03.25
------------------------------------------------ */
#prodct .md_summary {
  max-width: 720px;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
#prodct .md_summary .img {
  max-width: 720px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#prodct .md_summary-inner {
  padding: 20px 0 0;
  max-width: 720px;
  width: 100%;
  background: #ffecee;
  text-align: center;
}
#prodct .md_summary-inner .img {
  width: 90%;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 700px;
  background: #ffecee;
}
@media all and (max-width: 767px) {
  /*説明文フォントサイズ*/
  #prodct .product-inner p {
    font-size: 115%;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  /*商品仕様表*/
  #prodct .product-inner table.product-description {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 87.5%;
  }
  #prodct .product-inner table.product-description th, #prodct .product-inner table.product-description td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #prodct .product-inner table.product-description th {
    background: #ccc;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
  }
  #prodct .product-inner table.product-description td {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    text-align: center;
  }
  #prodct .product-inner table.product-description tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
  #prodct .product-inner .setprice-info table.setprice-list th a {
    background: #2aa823;
    color: #fff;
    text-decoration: underline;
  }
  #prodct .product-inner .setprice-info table.setprice-list th a:hover {
    background: #2aa823;
    color: #fff;
    text-decoration: none;
  }
  /* ------------------------------------------------
   mothersday2024 2024.03.26
------------------------------------------------ */
  #prodct .md_summary {
    max-width: 720px;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    background: #ffecee;
    text-align: center;
  }
  #prodct .md_summary .img {
    max-width: 720px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #prodct .md_summary-inner {
    padding: 20px 0 0;
    max-width: 720px;
    width: 100%;
    background: #ffecee;
    text-align: center;
  }
  #prodct .md_summary-inner .img {
    width: 90%;
    padding: 0;
    margin: 0 0 40px 0;
    max-width: 700px;
    background: #ffecee;
  }
}