@charset "UTF-8";
#celebration {
  /*共通*/
  line-height: normal;
  /*お花を贈るタイミングは*/
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#celebration .message {
  padding: 35px 0 60px;
  background: url("../img/celebration/bg.png") no-repeat right 35px bottom 75px #f9f9f8;
}
@media print, screen and (max-width: 767px) {
  #celebration .message {
    padding: 15px 10px 70px;
    background: url("../img/celebration/bg.png") no-repeat right 10px bottom 15px #f9f9f8;
    background-size: 34%;
  }
}
#celebration .message .title .en {
  color: #2d9edd;
  background: url("../img/celebration/icon_flower.png") no-repeat top center;
  padding-top: 21px;
}
#celebration .message .title h2 {
  color: #333333;
}
#celebration .about {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 767px) {
  #celebration .about {
    margin-bottom: 50px;
  }
}
#celebration .about .content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 89.4%;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 767px) {
  #celebration .about .content {
    display: inline;
    width: 100%;
  }
}
#celebration .about .content .detail {
  width: 52.5%;
}
@media print, screen and (max-width: 767px) {
  #celebration .about .content .detail {
    width: 100%;
    margin-bottom: 40px;
  }
}
#celebration .about .content .detail .index, #celebration .about .content .detail .case_title {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
#celebration .about .content .detail .index {
  font-size: 20px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  #celebration .about .content .detail .index {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
#celebration .about .content .detail .case .case_title {
  font-size: 18px;
  background: url(../img/preserved/icon_bara.png) no-repeat left top;
  padding-left: 42px;
  margin-bottom: 10px;
}
#celebration .about .content .detail .case p {
  margin: 0;
}
#celebration .about .content .detail .case:nth-last-child(n+2) {
  margin-bottom: 25px;
}
#celebration .about .content .image {
  width: 44%;
  text-align: center;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #celebration .about .content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#celebration .about .content:last-child {
  margin-bottom: 0;
}
#celebration .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #0067bb;
}
#celebration .text-title_area .text-title {
  color: #333333;
}
#celebration .text-title_area .text-title .f_pink {
  color: #fe5b9a;
}
#celebration .text-title_area .text-title:before {
  border-top: 1px solid #333333;
}
#celebration .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #68cdfc;
}
#celebration .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #celebration .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#celebration .delivery .image {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #celebration .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#celebration .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #celebration .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#celebration .delivery span.nextday {
  padding-right: 5px;
}
#celebration .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=celebration.css.map */