@charset "UTF-8";

p.top-txt {
  text-align: center;
  text-align: center;
margin: 15px auto;
font-size: 18px;
}

div.btn_toCart {
  position: fixed;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 150px;
  bottom:0;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: cente;
}

div.btn_toCart p {
  background-color: rgb(193, 33, 61);
  width: 460px;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*margin: auto;*/
  border-radius: 10px;
  position: relative;
  left:150px;
}

div.btn_toCart p input {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 27px;
  font-weight: 600;
  border:0;
  text-align: center;
  margin:auto;
  width: 100%;
  background: url(https://www.keiryu.jp/img/cart-icon.png) no-repeat 26%/contain;
  text-indent: 2.5em;

}

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 {
  list-style: none;
  padding:0;
}

div#bulkBuing_wrap a {
  text-decoration: none;
}

div#bulkBuing_wrap a:hover p {
  opacity: 0.8;
}

div.inner_box {
  width: 30%;
  margin-bottom:30px;
}

div.inner_box img.item_img {
  width: 100%;
}

div.inner_box div.itemName_area {
  height: 125px;
}

div.inner_box p.item_name {
  font-size: 21px;
  margin: 0;
  font-family: serif;
  font-weight: 600;
  line-height: 1.2;
}

div.inner_box p.intro {
  font-size: 14px;
  line-height: 1.3;
  margin: 5px 0 5px;
  font-family: sans-serif;
}

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.inner_box div.size_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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: 40px;
  text-align: left;
  margin: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height:1;
  position: relative;
  display: inline;
}

div.inner_box p.price span.yen {
  font-size: 24px;
  font-family: sans-serif;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

div.inner_box p.price::after{
  content: "税込";
    color: #000;
    position: absolute;
    font-family: sans-serif;
    font-size: 11px;
    bottom: 67%;
    right: 1%;
}

div.inner_box p.price span.tax {
  font-size: 17px;
  font-family: sans-serif;
}

div.inner_box p.quantity {
  text-align:right;
  margin:0;
}

div.two_column_box {
  width:64%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.two_column_box p.item_img {
  width: 100%;
}

div.two_column_box p.itemName_area {
  width: 100%;
}

div.two_column_box ul.size_list {
  width: 46%;
}

div.two_column_box ul.size_list li {
  width: 100%;
}

div.two_column_box ul li.twoRowNo {
  padding: 12px 0;
}

div.two_column_box ul li.twoRowNo p.size {
  line-height: 1.2;
  height: 34px;
  padding-top: 5px;
}

div.two_column_box ul li.twoRowNo p.size span {
  font-size: 10px;
}

div.coution_1800 {
  width: 90%;
margin: auto;
border: solid 1px #137e3c;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding-bottom:10px;
}

div.coution_1800 p.head {
  font-size: 20px;
  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: 75%;
}

div.coution_1800 p.img {
  width: 19%;
  margin:0;
}

div.inner_box div.left {
  width: 60%;
}
