#artificial_grass_mtx {
  margin: 10px 0;
  }
  
  #c_4560 .a_text{
  text-align: center;
  font-size: 20px;
  color: #473e3f;
}
.shiba {
  background-color: #edff40;
  color: #1c869c !important;
  margin: 0 !important;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0!important;
}
#c_4560 .a_text a{
  border-bottom:1px solid #222;
  display: inline-block;
  font-size: 18px;
}
#c_4560 .shiba_c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
    row-gap: 10px;
  margin-top: 5px;
}
#c_4560 .shiba_c2 .col {
  border:solid 1px #ccc;
}
#c_4560 .shiba_c2 .col a{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#c_4560  h4 {
  color: #473e3f;
  font-size: 22px;
  margin: 7px 0 3px;
  letter-spacing: .06em;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c_4560 .daitokka_sokyu{
  background-color: #dd4b00;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}
#c_4560 .shiba_c2 .col .kakaku_sokyu{
  text-align: center;
  font-size: 15px;
}
#c_4560 .shiba_c2 .col .sokyu {
  display:flex;
  justify-content: center;
  padding: 3px 10px;
  text-align: center;
  font-size: 15px;
  height: 37px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
#c_4560 .shiba_c2 .col .sokyu li{
  padding: 2px 5px;
  border-radius: 3px;
  border:solid 1px #4d591e;
  color:#4d591e;
  text-align: center;
  margin:5px 0;
}
#c_4560 .shiba_c2 .col .sokyu li:last-child{
  margin-left:5px;
}
#c_4560 .col .buy_price>ul {
  display: flex;
    justify-content: center;
}
#c_4560 .price {
  font-size: 2.8em;
  color: #F44336;
  text-align: center;
}
#c_4560 h5 {
  font-size: 24px;
  letter-spacing: .06em;
  line-height: 1.5em;
}
#c_4560 .shiba_c2 .col .kakaku_sokyubg{
  background-color: #fcfb3e;
  text-align: center;
  color: #F44336;
  font-size: 20px;
  }
#c_4560 .col .buy_price>ul .intax,.buy_price>ul .spesicalprice {
  display: none;
}
#c_4560 .col_4{
  margin:10px 0;
  height:30px;
}
.accordion__boxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  }

  .accordion__title {
    text-align: left;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: #dd4b00;
    color: #fff;
    border-radius: 50px;
    width: 76%;
      margin: auto;
  }
  .accordion__title p {
    font-size: 21px;
      color: #fff;
  }
  .accordion__title.selected {
  border-bottom: solid 1px #dbdbdb;
  }

  .accordion__title::after {
  font-family: "Material Icons";
  color: #fff;
  font-size: 20px;
  position: absolute;
  content: "expand_more";
  right: 2%;
  top: 30%;
  transition: transform 0.5s;
  }

  .accordion__title.selected::after {
  transform: rotate(180deg);
  }

  .accordion__txt {
  display: none;
  background-color: #f1f1f1;
  margin: 10px 0;
  }

  .accordion__link {
  display: block;
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
  position: relative;
  color: #08579d;
  }

  .accordion__link::after {
  font-family: "Material Icons";
  color: #555;
  font-size: 20px;
  position: absolute;
  content: "chevron_right";
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  }
  #c_4560 .himitu {
    background-color: #efefef;
    border-radius:5px;
    padding:10px;
    margin:20px 0 0;
  }
  #c_4560 h2{
    /* font-size: 18px; */
    margin: 0 0 10px;
  }
  #c_4560 h3{
    font-size: 24px;
    text-align: center;
    margin: 20px 0 0;
    color: #294902;
  }
  .under_line{ text-decoration: line-through; }

  .coupon {
    text-align: center;
    font-size: 24px;
    color: #525a44;
  }
  .day2 {
    text-align: center;
      font-size: 24px;
      border: 1px solid #fff;
    color: #525a44;
    background-color: #fff;

  }
  .day2 .action-cpget {
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    align-items: center;
    background-color: #da3f1a;
    color: #fff;
    border: 1px solid #da3f1a;
    max-width: 850px;
    margin: 5px auto;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    }
    
    .day2 .action-cpget:hover {
      background-color: #fff;
      color: #da3f1a;
      border: 1px solid #da3f1a;
    }

  .action-cpget {
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    align-items: center;
    background-color: #F44336;
    color: #fff;
    border: 1px solid #F44336;
    max-width: 850px;
    margin: 10px auto;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    }
    
    .action-cpget:hover {
      background-color: #fff;
      color: #ea4b4b;
      border: 1px solid #ea4b4b;
    }
.action-cpget.disabled {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
/* クーポン */
#c_4560 .coupon_1, #c_4560 .coupon_2{
  margin-bottom:10px;
}
#c_4560 .coupon_1 .action-cpget:before {
  content: "10%OFFクーポンを獲得する";
  font-size: 20px;
}
#c_4560 .coupon_2 .action-cpget:before {
  content: "2点以上で15%OFFクーポンを獲得する ";
  font-size: 20px;
}
#c_4560 .coupon_1 .action-cpget.status-1:before {
  content: "10%OFFクーポン獲得済み";
}
#c_4560 .coupon_2 .action-cpget.status-1:before {
  content: "2点以上で15%OFFクーポン獲得済み";
}

.ranking{
padding-left: 7px;
margin-bottom: 2px!important;
}  

.coupon_title {
  color:#F44336;
  margin: 5px auto 0!important;
}
.coupon .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 20px;
}

.day2 .col_2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 20px;
}

.shiba_2item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 5px 0 10px;
}

/* モーダル*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-toggle{
  cursor: pointer;
  transition: .3s;
}
.modal-toggle:hover{
  opacity: .8;
  transition: .3s;
}
.reason_item {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:10px;
  margin: 0 20px;

}
.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
    margin-bottom: 10px;
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
    overflow-y: auto;
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.3s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal-close {
    color: #272727;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/* こだわりの人工芝 */
#commitment {
  margin-top: 8%;
}
#commitment h2 {
  background-color: #294902;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 2% 0;
}
#commitment div.commitment_2 ul.col_2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  margin-bottom: 15px;
}
#commitment div.commitment_2 ul.col_2 li {
  text-align: center;
}