@charset "UTF-8";
#taishoku {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#taishoku .message {
  padding: 35px 0 60px;
  background: url("../img/taishoku/bg.png") no-repeat right 35px bottom 50px #fcf9ed;
}
@media print, screen and (max-width: 767px) {
  #taishoku .message {
    padding: 15px 10px 80px;
    background: url("../img/taishoku/bg.png") no-repeat right 15px bottom 15px #fcf9ed;
    background-size: 25%;
  }
}
#taishoku .message .title .en {
  color: #ff9102;
  background: url("../img/taishoku/icon_flower.png") no-repeat top center;
  padding-top: 21px;
}
#taishoku .message .title h2 {
  color: #5a381f;
}
#taishoku .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #eba725;
}
#taishoku .text-title_area .text-title {
  color: #5a381f;
}
#taishoku .text-title_area .text-title .f_orange {
  color: #e86a41;
}
#taishoku .text-title_area .text-title:before {
  border-top: 1px solid #5a381f;
}
#taishoku .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #fa8b67;
}
#taishoku .scene {
  background: #fcf8ed;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 17px;
}
#taishoku .scene .text {
  font-size: 14px;
}
#taishoku .comment {
  font-size: 14px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  border-top: double 3px #c0b1a4;
  border-bottom: double 3px #c0b1a4;
  margin: 20px 0 20px;
  position: relative;
}
#taishoku .comment .title {
  position: absolute;
  top: -13px;
}
#taishoku .comment .text {
  text-align: left;
}
#taishoku .bag {
  width: 67%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #29676b;
  border-radius: 7px;
  padding: 1.5%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag {
    width: 100%;
    display: inline-block;
    padding: 3.5%;
  }
}
#taishoku .bag .image {
  width: 12%;
  margin-right: 1.5%;
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag .image img {
    width: 18%;
  }
}
#taishoku .bag .text {
  width: 86%;
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag .text {
    width: 100%;
  }
}
#taishoku .bag .text .title {
  color: #216367;
  font-weight: bold;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag .text .title {
    font-size: 14px;
    text-align: center;
  }
}
#taishoku .bag .text span.bag_point {
  color: #dd525f;
}
#taishoku .bag .text span.f_small {
  font-size: 13px;
}
#taishoku .bag .text p {
  color: #206367;
  font-size: 14px;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  #taishoku .bag .text p {
    font-size: 12px;
  }
}
#taishoku .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #taishoku .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#taishoku .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #taishoku .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#taishoku .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #taishoku .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#taishoku .delivery span.nextday {
  padding-right: 5px;
}
#taishoku .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=taishoku.css.map */