@charset "UTF-8";
#gekijou {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
}
#gekijou .message {
  background: url("../img/gekijou/bg.png") no-repeat right 30px bottom 65px #fdfbf2;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #gekijou .message {
    background: url("../img/gekijou/bg.png") no-repeat right 15px bottom 15px #fdfbf2;
    background-size: 18%;
    padding: 20px 20px 20px;
  }
}
#gekijou .message .title .en {
  color: #b49747;
  background: url("../img/gekijou/icon_flower.png") no-repeat top center;
  padding-top: 10px;
}
#gekijou .message h2 {
  color: #1e1e1e;
}
#gekijou .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #800000;
}
#gekijou .text-title_area .text-title {
  color: #1e1e1e;
}
#gekijou .text-title_area .text-title .f_red {
  color: #b13a1e;
}
#gekijou .text-title_area .text-title:before {
  border-top: 1px solid #1e1e1e;
}
#gekijou .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #gekijou .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#gekijou .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #gekijou .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#gekijou .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #gekijou .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#gekijou .delivery span.nextday {
  padding-right: 5px;
}
#gekijou .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=gekijou.css.map */