@charset "UTF-8";
#birthday {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*季節のお花*/
  /* 最短翌日から指定日お届け */
}
#birthday p {
  margin: 0 0 1em 0;
}
#birthday .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #f54fa1;
}
#birthday .text-title_area .text-title {
  color: #333333;
}
#birthday .text-title_area .text-title .f_pink {
  color: #db3169;
}
#birthday .text-title_area .text-title:before {
  border-top: 1px solid #333333;
}
#birthday .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #fd729f;
}
#birthday .flower_season {
  width: 67.08%;
  margin: 0 auto 30px;
  background: #fffdf8;
  border: solid 1px #eaddbe;
  padding: 4px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#birthday .flower_season .inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  border: dotted 1px #eaddbe;
  padding: 2.66%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner {
    display: block;
    padding: 3%;
  }
}
#birthday .flower_season .inner .image {
  width: 41%;
  margin-right: 4%;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner .image {
    width: 65%;
    text-align: center;
    margin: 0 auto 15px;
  }
}
#birthday .flower_season .inner .detail {
  width: 55%;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner .detail {
    width: 100%;
  }
}
#birthday .flower_season .inner .detail .index {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner .detail .index {
    text-align: center;
  }
}
#birthday .flower_season .inner .detail .index .en {
  font-size: 22px;
  color: #c2a95e;
  font-style: italic;
}
#birthday .flower_season .inner .detail .index .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  color: #764721;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner .detail .index .jp {
    font-size: 16px;
  }
}
#birthday .flower_season .inner .detail .index .jp span.f_large {
  font-size: 27px;
  padding-left: 10px;
}
@media print, screen and (max-width: 767px) {
  #birthday .flower_season .inner .detail .index .jp span.f_large {
    font-size: 22px;
  }
}
#birthday .flower_season .inner .detail .flower-language {
  background: #dbca97;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#birthday .flower_season .inner .detail .flower-language .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#birthday .flower_season .inner .detail .flower-language .wrap .title {
  color: #56471b;
  background: url("../img/birthday/icon_flower.png") no-repeat right center;
  padding-right: 15px;
  margin-right: 5px;
}
#birthday .flower_season .inner .detail .btn_season {
  margin-bottom: 15px;
}
#birthday .flower_season .inner .detail .btn_season a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 25px 10px 10px;
  background: url("../img/birthday/icon_arrow.png") no-repeat right 10px center #fd729f;
  cursor: pointer;
}
#birthday .flower_season .inner .detail .btn_season a:hover {
  opacity: 0.9;
}
#birthday .link {
  text-align: center;
  margin-bottom: 40px;
}
#birthday .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #birthday .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#birthday .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #birthday .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#birthday .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #birthday .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#birthday .delivery span.nextday {
  padding-right: 5px;
}
#birthday .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=birthday.css.map */