@charset "UTF-8";

div#bulkBuing_wrap p {
  color: #000;
}

p.top-txt {
  text-align: center;
  text-align: center;
  margin: 15px auto;
  font-size: 18px;
}


#sp_buingbtn {
  position: fixed;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100px;
  bottom:0;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: cente;
}

#sp_buingbtn p {
  background-color: rgb(193, 33, 61);
  width: 55%;
  height: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 10px;
  position: relative;
  left: -22%;
}

#sp_buingbtn p input {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  background: none !important;

}

div.btn_toCart input:hover {
  opacity: 0.8;
}

div#bulkBuing_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
  /*border-top: solid 2px #adadad;*/
  padding-top: 20px;
  margin-top: 50px;
}

div#bulkBuing_wrap ul {
  padding: 0;
  list-style: none;
}

div#bulkBuing_wrap a {
  text-decoration: none;
}

div#bulkBuing_wrap a:hover {
  opacity: 0.8;
}

div.inner_box {
  width: 47%;
  margin-bottom:30px;
}

div.inner_box img.item_img {
  width: 100%;
}

div.inner_box div.itemName_area {
  height: 170px;
  /*border-bottom: solid 2px rgb(168, 168, 168);*/
}

div.inner_box p.item_name {
  font-size: 21px;
  margin: 0;
  font-family: serif;
  line-height: 1.2;
  font-weight: 600;
}

div.inner_box p.intro {
  font-size: 16px;
  line-height: 1.3;
  margin: 5px 0 5px;
  font-family: sans-serif;
}

div.inner_box .size_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.inner_box ul.size_list li {
    border-bottom: solid 1px #dfdfdf;
    padding: 20px 0;
  }

  div.inner_box ul.size_list li:last-child {
      border-bottom: none;
    }

div#bulkBuing_wrap div.inner_box div.size_box p.size {
    color: #ffffff;
    background-color: #a37e39;
    height: 24px;
    line-height: 24px;
    padding: 0px;
    text-align: center;
    width: 71px;
    margin: 5px 0;
}



div.inner_box p.price {
  font-size: 25px;
  text-align: right;
  margin: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height:1;
  font-weight: 600;
  position: relative;
}

div.inner_box p.price::after{
  content: "税込";
    color: #000;
    position: absolute;
    font-family: sans-serif;
    font-size: 9px;
    bottom: 82%;
    right: -2%;
}

div.inner_box p.price span.yen {
  font-size: 16px;
  font-family: sans-serif;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

div.inner_box p.price span.tax {
  font-size: 17px;
  font-family: sans-serif;
}

div.inner_box p.quantity {
  text-align:right;
  font-size: 16px
}

div.inner_box p.quantity select {
  /*font-size: 35px;*/
}

div.two_column_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.two_column_box ul.size_list {
    width: 46%;
  }

div.two_column_box ul.size_list li {
    width: 100%;
}

div.coution_1800 {
  width: 97%;
margin: auto;
border: solid 2px #137e3c;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding-bottom:10px;
}

div.coution_1800 p.head {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #fff;
  background-color: #137e3c;
  text-align:center;
  width: 100%;
}

div.coution_1800 p.txt {
  font-size: 16px;
  margin: 0 0 0 5px;
  width: 97%;
}

div.coution_1800 p.img {
  width: 95%;
  margin:0;
}
