@charset "UTF-8";
#xmas {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /* ワンポイントアドバイス */
  /* ワンポイントアドバイス_高さを合わせる為に使用 */
}
#xmas .message {
  background: url("../img/xmas/bg_decoration.png") repeat-x top left #fefbf1;
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  #xmas .message {
    background-size: 70%;
    padding: 20px 20px;
  }
}
#xmas .message .message_wrap {
  background: url("../img/xmas/bg.png") no-repeat right 30px bottom;
  background-size: 13%;
}
@media print, screen and (max-width: 767px) {
  #xmas .message .message_wrap {
    background: url("../img/xmas/bg.png") no-repeat right bottom;
    background-size: 30%;
    padding-bottom: 50px;
  }
}
#xmas .message .message_wrap .title .en {
  color: #b49747;
}
#xmas .message .message_wrap .title h2 {
  color: #431b0b;
}
#xmas .message .message_wrap p {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #xmas .message .message_wrap p {
    width: 100%;
  }
}
#xmas .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #cd972b;
}
#xmas .text-title_area .text-title {
  color: #431b0b;
}
#xmas .text-title_area .text-title .f_red {
  color: #ba2229;
}
#xmas .text-title_area .text-title:before {
  border-top: 1px solid #431b0b;
}
#xmas .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #c51216;
}
#xmas .advice_area .advice .image {
  float: right;
  width: 86px;
  margin-left: 5px;
}
#xmas .advice_area .advice p {
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  #xmas .advice_area .advice p {
    font-size: 14px;
  }
}
#xmas .h250 {
  height: 250px;
}
@media print, screen and (max-width: 767px) {
  #xmas .h250 {
    height: auto;
  }
}
#xmas .h300 {
  height: 300px;
}
@media print, screen and (max-width: 767px) {
  #xmas .h300 {
    height: auto;
  }
}
#xmas .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #xmas .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#xmas .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #xmas .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#xmas .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #xmas .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#xmas .delivery span.nextday {
  padding-right: 5px;
}
#xmas .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=xmas.css.map */