@charset "shift_jis";
/* CSS Document */

#artificial_grass_mtx body {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
#artificial_grass_mtx {
  position: relative;
  marx-width: 900px;
  margin: 0 auto 10px;
  /* overflow: hidden; */
  background-color: #efefef;

}
#artificial_grass_mtx img {
  width: 100%;
}
#artificial_grass_mtx .pc_none {
  display: none;
}

/* ==================================================
ここから追加
================================================== */


/*人工芝・防草人工芝 共通ブロック
================================================== */
#artificial_grass_mtx .size_text {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4%;
}

#artificial_grass_mtx .grass_preclusion .size_text {
  background-color: #fff;
}

#artificial_grass_mtx .nomal .size_text {
  background-color: #f1f1f1;
}

#artificial_grass_mtx .size_text h2 {
  color: #e82d2d;
  font-weight: bolder;
}

#artificial_grass_mtx .size_text span {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
}

#artificial_grass_mtx .grass_preclusion .size_text span {
  background-color: #fff9de;
}

#artificial_grass_mtx .nomal .size_text span {
  background-color: #fff;
}

#artificial_grass_mtx .size_text .new {
  background-color: #e82d2d;
  color: #fff;
  margin: 10px auto 0;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 5px;
  font-size: 20px;
}

/*テキスト 説明 小文字*/
#artificial_grass_mtx h3.title {
  background-color: #294902;
  text-align: center;
  color: #fff;
}
#artificial_grass_mtx .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  margin: 10px auto;
  border-bottom: none;
  justify-content: center;
}

/*テキスト 説明 小文字 アイコン*/
#artificial_grass_mtx span.text_icon_01 {
  background-color: #fff !important;
  border: solid 1px #333;
  font-size: 15px;
}

#artificial_grass_mtx span.text_icon_02 {
  background-color: #fed701 !important;
  border: solid 1px #fed701;
  font-size: 15px;
}

#artificial_grass_mtx .white {
  background-color: #efefef;
}

#artificial_grass_mtx .serch_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  align-items: center;
  gap:10px;
}
#artificial_grass_mtx .select_box_col {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#artificial_grass_mtx label {
  font-size: 15px;
  height: 65px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#artificial_grass_mtx select {
  height: 40px;
  border-radius: 6px;
  border: solid 2px #bebebe;
  padding: 0 8%;
  outline: none;
  cursor: pointer;
}

#artificial_grass_mtx select:nth-child(1) {
  margin-right: 5%;
}

/*商品のブロック*/
#artificial_grass_mtx .list{
  height: 305px;
  display: grid;
  overflow-y: scroll;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
  padding: 0 10px;
}
.item_link {
position: relative;
text-align: center;
margin: 5px 0 0;
background-color: #294902;
border-radius: 50px;
border: solid 1px #294902;
color: #fff;
}
.item_link:hover {
  background-color: #fff;
  color: #dd4b00;
  border: solid 1px #dd4b00;
}

.item_link a::after {
  font-family: "Material Icons";
  color: #fff;
  font-size: 20px;
  position: absolute;
  content: "chevron_right";
  right: 0;
  top: 5%;
  transform: rotate( 90 );
}

#artificial_grass_mtx .item_box {
  margin-bottom: 5%;
  align-items: center;
}

#artificial_grass_mtx .thumbnail {
  width: 45%;
  aspect-ratio: 1/1;
}

#artificial_grass_mtx .item_text_box {
  width: 45%;
  margin: 0 auto;
}

#artificial_grass_mtx .item_text_box dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#artificial_grass_mtx .osusume_size{
  background-color: #4c85ef;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
}
#artificial_grass_mtx .item_name {
  font-size: 20px;
  font-weight: bold;
  padding: 5% 0;
}

#artificial_grass_mtx .item_link_btn {
  width: 100%;
  padding: 0 0 5% 0;
}

#artificial_grass_mtx .item_link_btn a {
  background: #fff;
  border: solid 1px #333;
  padding: 2%;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 7%;
  font-size: 20px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#artificial_grass_mtx .price {
  font-weight: bold;
  color: #e82d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

#artificial_grass_mtx .intax {
  display: none;
}

#artificial_grass_mtx .price .spesicalprice {
  display: none;
}

#artificial_grass_mtx .cart_in_box {
  width: 100%;
}

#artificial_grass_mtx .btnspace .unit {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#artificial_grass_mtx .unit input {
  display: block;
  padding: 13% 0;
  width: 55%;
  text-align: center;
  font-size: 25px;
  border: 1px solid #333;
  margin: 0 5%;
  overflow: none;
}



/*人工芝
================================================== */
#artificial_grass_mtx .search_content {
  width: 750px;
  margin: 0 auto;
/*   border: solid 2px #134603; */
  border-top: solid 0px;
  box-sizing: border-box;
}

#artificial_grass_mtx .nomal {
  padding: 3% 2%;
  border: 3px solid #235812;
}

/*防草人工芝
================================================== */
#artificial_grass_mtx .grass_preclusion {
  padding: 3% 2%;
  border: 3px solid #235812;
}



