@charset "UTF-8";

/* セレクトボックスからデザイン有のスピンボタンへ改造 */
.item-descr-outer .getbasket {
  width: 50%;
}
.item-descr-outer .getbasket form {
  margin-block: 0;
  margin: 0;
  padding: 0;
}
.item-descr-outer .kazu {
  text-align: center;
  padding-bottom: 0 !important;
  margin: 0;
  margin-block: 0;
  padding-block: 0;
  padding-inline: 0;
  line-height: 50px;
  height: 50px;
  width: 100%;
  outline: none;
  border: none;
}
.item-descr-outer .cart_set {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-block: 0;
  padding: 0;
}
.item-descr-outer .cart_set * {
  padding-bottom: 0;
}
.item-descr-outer .cart_set .set_amount {
  position: relative;
  outline: none;
  text-align: center;
  padding-block: 0;
  padding-inline: 0;
  border: 1px solid #4d4d4d;
}
.item-descr-outer .spinner_up, .item-descr-outer .spinner_down {
  position: absolute;
  width: 2.2rem;
  transform: translate(0, -50%);
  font-size: 1rem;
  padding: 0 .5rem;
  text-align: center;
  background: #fff;
  cursor: pointer;
  user-select: none;
  bottom: 0;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-block: 0;
  border-radius: 0;
}
.item-descr-outer .spinner_up {
  left: 0;
  border-right: 1px solid #4d4d4d;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.item-descr-outer .spinner_down {
  right: 0;
  border-left: 1px solid #4d4d4d;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.item-descr-outer .spinner_down:hover,
.item-descr-outer .spinner_up:hover,
.item-descr-outer input[type="submit"].cart_btn:hover {
  cursor: pointer;
}
/* 元のstyleから書換え */
.main-contents#detail .item-descr-outer h2,
.main-contents#detail .item-descr-outer h3 {
  text-align: left;
  margin: 0;
  padding: 0 0 1rem 0;
  margin-block: calc((1em - 1lh) / 2);
  line-height: 1.5;
}
.item-wrap-bottom .item-descr h3 {
  text-align: left;
  margin-block: calc((1em - 1lh) / 2);
}
.main-contents h4 {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 1.2em;
}
.main-contents h4:not(:first-child) {
  padding-top: 1.2em;
}
.main-contents ul {
  padding-bottom: 0;
}
.main-contents li {
  font-size: 14px;
}
#detail .item-descr-outer hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #4d4d4d;
  width: 100%;
}
h3.item-recent-title {
  text-align: center;
}
/* 追加レイアウト */
.item-descr-outer {
  max-width: 70%;
  margin: auto;
}
.item-descr-outer * {
  text-align: left;
  margin-block: calc((1em - 1lh) / 2);
  padding: 0 0 1em 0;
  margin-bottom: 0;
}
.item-descr {
  padding: 2rem 0;
}
.item-descr ul {
  padding-left: 20px;
}
.item-descr ul:not(:last-child) {
  margin-bottom: 1em;
}
.item-descr li {
  list-style: disc;
  list-style-position: outside;
}
.item-descr dt, .item-descr dd {
  font-size: 14px;
  margin-top: 0;
  padding-bottom: calc((1em - 0lh) / 2);
}
.item-descr dd {
  padding-bottom: 0;
}
.item-descr table {
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 1em;
}
.item-descr table * {
  padding-bottom: 0;
  font-size: 14px;
}
.item-descr p {
  border: none;
  padding: 0 0 1em 0;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.item-descr li:last-child,
.item-descr p:last-child {
  padding-bottom: 0;
}
.item-imgs img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.item-imgs .w100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.rowimage_3 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 2rem 0;
}
.rowimage_3 * {
  padding: 0;
}
.rowimage_3 div {
  margin-block: 0;
  width: 32%;
}
.rowimage_3 div img {
  width: 100%;
  height: 160px;
  line-height: 0;
  object-fit: cover;
  margin: 0;
}
.item-descr-outer input[type="submit"].cart_btn {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
  appearance: none;
  background: #fff;
  border: 1px solid #4d4d4d;
  color: #4f504f;
}
.item-descr-outer .indent {
  text-indent: -1em;
  padding-left: 1em !important;
  list-style: none;
}
@media screen and (max-width: 48em) {
  .item-descr-outer {
    max-width: 100%;
  }
  .item-descr p {
    text-align: justify;
    letter-spacing: .05em;
  }
}
@media screen and (max-width: 30em) {
  .item-descr ul {
    padding-left: 2em;
  }
  .item-descr * {
    font-feature-settings: "palt" 1;
  }
  .item-descr dt, .item-descr dd {
    font-size: 12px;
  }
  .item-descr table th {
    width: 30%;
  }
  .item-descr table *, .main-contents li {
    font-size: 12px;
  }
}