.reserv_detail_view_tokuten .contents_area {
  margin-top: 35px;
  border-top: 1px solid #CFCFCF;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap {
  width: 100%;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title {
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 20px;
  height: 70px;
  position: relative;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  line-height: 20px;
  padding-left: 50px;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span:before {
  content: "";
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyA:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyA.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyB:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyB.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyC:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyC.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyD:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyD.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyE:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyE.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyF:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyF.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyG:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyG.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyH:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyH.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyI:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyI.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyJ:before {
  left: 2px;
  width: 38px;
  background: url(../img/reserve/icon_nvltyJ.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reserv_detail_view_tokuten .contents_area .gift_wrap .gift_desc {
  border-left: 1px solid #CFCFCF;
  width: 390px;
  float: left;
  padding: 20px;
  line-height: 1.5;
  font-size: 12px;
  height: 70px;
}

@media screen and (max-width: 660px) {
  .reserv_detail_view_tokuten .contents_area {
    margin-top: 20px;
  }
  .reserv_detail_view_tokuten .contents_area .gift_wrap {
    width: 100%;
  }
  .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 10px;
    height: auto;
    position: relative;
  }
  .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span {
    position: relative;
    margin: auto;
    height: auto;
    line-height: 1.5;
    padding-left: 0px;
    text-indent: 5px;
    padding-top: 25px;
    display: block;
  }
  .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span:before {
    content: "";
    width: 16px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px !important;
  }
  .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_desc {
    border-left: 0px solid #CFCFCF;
    width: auto;
    float: left;
    padding: 0px 10px 10px;
    line-height: 1.5;
    font-size: 12px;
    height: auto;
  }
}