@charset "UTF-8";
#autumn {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#autumn .message {
  background: url("../img/autumn/bg.png") no-repeat right 30px bottom 65px #fffaf0;
  background-size: 15%;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #autumn .message {
    background: url("../img/autumn/bg.png") no-repeat right 15px bottom 15px #fffaf0;
    background-size: 32%;
    padding: 20px 20px 55px;
  }
}
#autumn .message .title .en {
  color: #f44f12;
  padding-top: 10px;
}
#autumn .message h2 {
  color: #5a381f;
}
#autumn .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #af4d2b;
}
#autumn .text-title_area .text-title {
  color: #5a381f;
}
#autumn .text-title_area .text-title .f_orange {
  color: #f44f12;
}
#autumn .text-title_area .text-title:before {
  border-top: 1px solid #5a381f;
}
#autumn .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #ee7800;
}
#autumn .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #autumn .delivery {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}
#autumn .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #autumn .delivery .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#autumn .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #autumn .delivery .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
#autumn .delivery span.nextday {
  padding-right: 5px;
}
#autumn .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=autumn.css.map */