@charset "UTF-8";
#nenga {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#nenga .message {
  background: url("../img/nenga/bg.png") no-repeat right 40px bottom 50px #fdfbf2;
  padding: 35px 0 40px;
}
@media print, screen and (max-width: 767px) {
  #nenga .message {
    background: url("../img/nenga/bg.png") no-repeat right 15px bottom 15px #fdfbf2;
    background-size: 23%;
    padding: 20px 20px 60px;
  }
}
#nenga .message .title .en {
  color: #b49747;
}
#nenga .message .title h2 {
  color: #1e1e1e;
}
#nenga .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #9B7E1B;
}
#nenga .about .index, #nenga .about .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#nenga .about .content {
  display: flex;
  align-items: center;
  width: 89%;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 767px) {
  #nenga .about .content {
    display: inline;
    width: 100%;
  }
}
#nenga .about .content .detail {
  width: 48.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #nenga .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#nenga .about .content .detail .index {
  font-size: 21px;
  color: #1e1e1e;
  font-weight: bold;
  background: url(../img/nenga/icon_flower.png) no-repeat left top 2px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #nenga .about .content .detail .index {
    font-size: 19px;
  }
}
#nenga .about .content .image {
  width: 48%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #nenga .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#nenga .about .content.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #nenga .about .content.flex-row-reverse {
    display: inline;
  }
}
#nenga .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#nenga .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#nenga .about .content:last-child {
  margin-bottom: 0;
}
#nenga .text-title_area .text-title {
  color: #1e1e1e;
}
#nenga .text-title_area .text-title .f_red {
  color: #850201;
}
#nenga .text-title_area .text-title:before {
  border-top: 1px solid #1e1e1e;
}
#nenga .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #ad0913;
}
#nenga .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #nenga .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#nenga .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #nenga .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#nenga .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #nenga .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#nenga .delivery span.nextday {
  padding-right: 5px;
}
#nenga .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=nenga.css.map */