@charset "UTF-8";
/*-----------------------------------------------------------------------*/
/*【index】*/
/*-----------------------------------------------------------------------*/
#brew {
  margin: 0;
  padding: 0;
  margin-left: -2%;
}

#brew li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 48%;
  margin-left: 2%;
}

#brew li img {
  max-width: 100%;
  height: auto;
  width: auto;
}

#category ul li {
  margin-bottom: 1rem;
  font-size: 1.286rem;
  font-weight: bold;
}

#category ul li ul {
  margin-top: 0.5rem;
}

#category ul li ul li {
  margin-bottom: 0.5rem;
  font-size: 0.777rem;
  font-size: 0.875rem;
  font-weight: normal;
}

/*-----769px以上-----*/
@media print, screen and (min-width: 769px) {
  #brew {
    margin-left: -1%;
  }
  #brew li {
    width: 24%;
    margin-left: 1%;
  }
  #category ul li ul li {
    float: left;
    list-style: none;
    margin-right: 1rem;
  }
} /*-----769px以上-----*/
/*-----------------------------------------------------------------------*/
/*【list】*/
/*-----------------------------------------------------------------------*/
.kuramoto {
  text-align: right;
}

#categoryinfo h1,
section.section h2 {
  margin: 0;
  padding: 0;
  color: #333333;
  background: none;
  font-size: 1.143rem;
  font-weight: bold;
}

#anchor a {
  margin-right: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8rem;
}

.goods {
  margin-bottom: 2rem;
}

.goods h1 {
  margin: 0;
  padding: 0;
  color: #333333;
  background: none;
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 10px solid #b34c4c;
  border-bottom: 1px solid #b34c4c;
  padding-left: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}

.goods .goodsimage {
  text-align: center;
}

.goods .goodsimage img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.goods .term {
  color: #b34c4c;
  font-weight: bold;
}

table.capaprice th {
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  /*
  	white-space:nowrap;
  */
  text-align: left;
  width: 4rem;
  background: none;
}

table.capaprice td {
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

table.capaprice td.price {
  width: 4.5rem;
  text-align: right;
  color: #b34c4c;
  font-weight: bold;
}

.unit {
  color: #333333;
  font-weight: normal;
  font-size: 0.857rem;
  margin-left: 0.2rem;
}

table.capaprice td.order {
  white-space: nowrap;
  width: 80px;
}

table.capaprice td.order select {
  padding: 5px;
}

table.capaprice td.button {
  white-space: nowrap;
}

table.capaprice td.button button[type=submit] {
  background: #b34c4c;
  border: none;
  padding: 0.5em 1rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

ul.image li img {
  border: none;
}

/*-----769px以上-----*/
@media print, screen and (min-width: 769px) {
  .goods {
    margin-left: 0.5rem;
  }
  .goodsimage {
    float: left;
    width: 200px;
    margin-left: 40px;
  }
  .goodsdata {
    margin-left: 300px;
    padding-top: 1rem;
  }
  table.capaprice {
    margin-left: 2rem;
    width: auto;
  }
  table.capaprice th {
    width: 6rem;
  }
  table.capaprice td.price {
    width: 6rem;
  }
  table.capaprice td.order {
    width: auto;
  }
} /*-----769px以上-----*//*# sourceMappingURL=style.css.map */