@charset "euc-jp";
.sale_box{
  max-width: 770px;
  margin: 0 auto;
}
.sale_box .detail-flx{
  border-bottom: none;
}
.sale_stitle{
  font-size: 21px;
  color: #83242f;
  font-weight: bold;
  border-top: 2px solid #83242f;
  border-bottom: 2px solid #83242f;
  padding: 10px 20px;
  margin: 30px auto;
}
.sale_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sale_item:nth-of-type(n+2){
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ccc;
}
.sale_txtarea{
  width: 55%;
  font-size: 14px;
}
.sale_imgarea{
  width: 43%;
}
.sale_taste{
  width: 100px;
  font-size: 14px;
  padding: 2px 10px;
  text-align: center;
  background: #428DEA;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.sale_taste_dolce{
  background: #F786B3;
}
.sale_taste_amabile{
  background: #ED876D;
}
.sale_taste_pjafoc{
  background: #B080C4;
}
.sale_name{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
.sale_name_en{
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 5px;
}
.sale_detail{
  margin: 0 0 20px;
}
.sale_batch{
  margin: 0 0 20px;
  color: #c78333;
  font-weight: bold;
}
.sale_batch_item{
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  padding: 0 0 0 30px;
}
.sale_batch_item:nth-of-type(n+2){
  margin-top: 6px;
}
.sale_batch_item::before{
  position: absolute;
  content: '';
  background: url(../img/common/medal_icon.png) no-repeat;
  background-size: contain;
  width: 24px; height: 23px;
  left: 0;
}

.sale_pricebox{
  display: flex;
  align-items: center;
}
.sale_off{
  width: 115px; height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  background: #e60000;
  color: #fff;
}
.sale_price{
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #e60000;
  line-height: 1.5;
}
.sale_nomalprice{
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.sale_nomalprice_line{
  text-decoration: line-through;
}
.sale_price_small{
  font-size: .8em;
}
.sale_btn a{
  position: relative;
  display: inline-block;
  width: 100%; height: 100%;
  text-align: center;
  padding: 8px 10px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  background: #ffa200;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 3px 7px rgba(0,0,0,.2);
}
.sale_btn a:hover{
  background: #ffbf50;
}
.sale_btn a::after{
  content: '';
  position: absolute;
  right: 30px; top: 0; bottom: 0;
  margin: auto;
  width: 0; height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}