@charset "utf-8";
/* カテゴリー用メニュー */

.cate-top {
  max-width: 940px;
  margin: 30px auto;
  padding: 0 !important;
}
.cate-top img {
  width: 100%;
  height: auto;
}
.cate-top h1 {
  margin-bottom: 25px;
}
.cate-top h2 {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #e9e9e9;
  padding: 15px 10px;
  margin-bottom: 22px;
  color: #333;
}
.cate-top h3 {
  font-size: 1.15em;
  font-weight: bold;
  padding: 5px 0 3px 7px;
  border-left: solid 8px #1e90ff;
}
.cate-top h3 span {
  font-size: 0.67em;
  font-weight: normal;
  display: block;
  padding-top: 3px;
  line-height: 150%;
}

.li-cate-top {
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}
.li-cate-top li {
  width: 32%;
  padding-top: 25px;
  margin-top: 25px;
  border-top: dashed 1px #d0d0d0;
}
.li-cate-top li:nth-child(-n+3) {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.li-cate-top::after {
  content:"";
  display: block;
  width:32%; /* 列幅に合わせる */
}

.li-cate-top img {
  display: block;
  width: 85%;
  margin: 10px auto;
}
.cate-price {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}
.cate-price span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 3px;
}
.cate-cart-btn {
  text-align: center;
}
.cate-cart-btn a {
  border-radius: 2em;
  padding: 0 60px;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background-color: #ff831e;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 1px;
}
.cate-cart-btn a:hover {
  background-color: #ffa81e;
}

.stock-out a {
  background-color: #aaa;
}

.feature {
  font-size: 0.8em;
  margin-top: 15px;
  padding-left: 17px;
  line-height: 150%;
}

.li4-cate-check li { /* オプション 商品番号順 検索用 */
  width: 22%;
  margin: 15px 1.5%;
  padding: 0 0 25px 0;
  border-top: none;
  border-bottom: dashed 1px #d0d0d0;
}
.li4-cate-check h3 {
  border-left: solid 8px #1a79d6;
  color: #1a79d6;
}
.li4-cate-check .cate-price {
  font-size: 1em;
  font-weight: normal;
}
.li4-cate-check li:nth-child(-n+3) {
  width: 22%;
  padding-bottom: 25px;
  margin-top: 15px !important;
  border-top: none;
  border-bottom: dashed 1px #d0d0d0;
}
.li4-cate-check::after {
  content:"";
  display: block;
  width:22%; /* 列幅に合わせる */
}

/* Google検索窓
------------------------------------------ */
.g-search {
  padding: 0 17% 20px 17%;
  background-color: #fff;
  margin: 0;
  border-radius: 6px;
}


/*-----------------------------------------------------*/
/* for -1050px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 1100px) {

/* Google検索窓
------------------------------------------ */
.g-search {
  padding: 15px 10%;
}

} /* 閉じタグ 削除禁止 */


/*-----------------------------------------------------*/
/* for -768px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 768px) {

.cate-top {
  margin-top: 0;
  padding: 67px 12px 7px 12px !important;
}
.cate-top .h1-category {
  font-size: 1.15em;
  margin-bottom: 18px;
}
.cate-top h2 {
  font-size: 1.0em;
  line-height: 140%;
}
.li-cate-top {
  margin-bottom: 30px;
}
.li-cate-top li {
  width: 100%;
  border-top: dashed 1px #d0d0d0;
  position: relative;  /* スマホ用2カラム カートボタンを消したので価格までリンクを広げる */
}
.li-cate-top li:nth-child(2), .li-cate-top li:nth-child(3) {
  border-top: dashed 1px #d0d0d0;
  padding-top: 25px;
  margin-top: 25px;
}
.li-cate-top li a::after { /* スマホ用2カラム カートボタンを消したので価格までリンクを広げる */
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 20%;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.li-cate-top img {
  width: 93%;
}
.cate-price {
  font-size: 1.1em;
  width: 47%;
  margin: 14px 3% 0 2% !important;
  display: inline-block;
  border-radius: 2em;
  margin: 0 auto;
  background-color: #eee;
  letter-spacing: 1px;
}
.cate-cart-btn {
  width: 44%;
  margin-right: 2%;
  display: inline-block;
}
.cate-cart-btn a {
  width: 100%;
  padding: 3px 14px;
  margin-top: 12px;
}

.feature {
  font-size: 0.9em;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 3行超える場合は... */
}

/* li 2列表示
----------------------------------------*/
.li2-cate-sp::after {
  content:"";
  display: block;
  width:46%; /* 列幅に合わせる */
}
.li2-cate-sp li {
  width: 46%;
  margin: 0 auto;
}
.li2-cate-sp h3 {
  font-size: 1.03em;
  padding: 3px 0 2px 7px;
  border-left: solid 6px #1e90ff;
}
.li2-cate-sp li:nth-child(2) {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.li2-cate-sp li {
  margin-top: 25px;
}
.li2-cate-sp img {
  width: 80%;
}
.li2-cate-sp .cate-price {
  font-size: 0.95em;
  width: 95%;
  margin-top: 14px !important;
  margin-left: auto !important;
  margin-left: auto !important;
  display: block;
}
.li2-cate-sp .cate-cart-btn {
  display: none;
}
.li2-cate-sp .feature {
  margin-top: 8px;
  padding-left: 3px;
  line-height: 135%;
  font-size: 0.75em;
}

.li4-cate-check li, .li4-cate-check li:nth-child(2), .li4-cate-check li:nth-child(-n+3) { /* オプション 商品番号検索用 */
  width: 48%;
  margin: 15px 1%;
  padding: 0 0 25px 0;
  border-top: none;
  border-bottom: dashed 1px #d0d0d0;
}

/* Google検索窓
------------------------------------------ */
.g-search {
  margin: 0;
  padding: 0 0 8px 0;
}
form.gsc-search-box {
  margin: 0 10px;
}

} /* 閉じタグ削除禁止 */
