@charset "UTF-8";
#opening {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#opening .message {
  padding: 35px 0 60px;
  background: url("../img/opening/bg.png") no-repeat right 40px bottom 40px #faf7eb;
}
@media print, screen and (max-width: 767px) {
  #opening .message {
    padding: 15px 15px 80px;
    background: url("../img/opening/bg.png") no-repeat right 15px bottom 15px #faf7eb;
    background-size: 18%;
  }
}
#opening .message .title .en {
  color: #722017;
  background: url("../img/opening/icon_flower.png") no-repeat top center;
  padding-top: 27px;
}
#opening .message .title h2 {
  color: #1e1e1e;
}
#opening .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #a66627;
}
#opening .text-title_area .text-title {
  color: #1e1e1e;
}
#opening .text-title_area .text-title .f_opening-red {
  color: #811f0f;
}
#opening .text-title_area .text-title:before {
  border-top: 1px solid #1e1e1e;
}
#opening .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #b28340;
}
#opening .scene {
  background: #fcf8ed;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 17px;
}
#opening .scene .text {
  font-size: 14px;
}
#opening .tips {
  font-size: 14px;
  text-align: left;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  border-top: double 3px #c0b1a4;
  border-bottom: double 3px #c0b1a4;
  margin: 20px 0 15px;
  position: relative;
}
#opening .tips .title {
  position: absolute;
  top: -13px;
}
#opening .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #opening .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#opening .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #opening .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#opening .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #opening .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#opening .delivery span.nextday {
  padding-right: 5px;
}
#opening .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=opening.css.map */