@charset "UTF-8";
#sunflower {
  /*共通*/
  line-height: normal;
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /* メッセージ */
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /* アニバーサリー系とフィーネラル系 */
  /* アニバーサリー系 */
  /* フィーネラル系 */
  /*ひまわりってどんな花？*/
}
#sunflower .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #f5ad00;
}
#sunflower .aniversary_name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #aab400;
}
#sunflower .funeral_name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #a2c5cc;
}
#sunflower .message {
  background: url("../img/sunflower/bg.png") no-repeat right 35px bottom 30px #fefbe8;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .message {
    background: url("../img/sunflower/bg.png") no-repeat right 15px bottom 15px #fefbe8;
    background-size: 25%;
    padding: 20px 20px 70px;
  }
}
#sunflower .message .title .en {
  color: #eda700;
  background: url("../img/sunflower/icon_flower_en.png") no-repeat top center;
  padding-top: 27px;
}
#sunflower .message .title h2 {
  color: #431b0b;
}
#sunflower .message p {
  width: 100%;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  #sunflower .message p {
    text-align: left;
  }
}
#sunflower .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #aab400;
}
#sunflower .text-title_area .text-title {
  color: #431b0b;
}
#sunflower .text-title_area .text-title .f_yellow {
  color: #f5a700;
}
#sunflower .text-title_area .text-title:before {
  border-top: 1px solid #431b0b;
}
#sunflower .flower_type {
  margin-bottom: 110px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .flower_type {
    margin-bottom: 40px;
  }
}
#sunflower .flower_type .title_center .jp {
  margin: 0;
}
#sunflower .flower_type .caption {
  width: 70%;
}
@media print, screen and (max-width: 767px) {
  #sunflower .flower_type .caption {
    width: 100%;
    margin: 0 auto 25px;
    text-align: left;
  }
}
#sunflower .cat_sunflower {
  padding: 50px 60px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .cat_sunflower {
    padding: 40px 15px;
  }
}
#sunflower .cat_sunflower .cat_title {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: url(../img/sunflower/de_anniversary.png) no-repeat top center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .cat_sunflower .cat_title {
    margin-bottom: 10px;
  }
}
#sunflower .cat_sunflower .cat_title .en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #434343;
  font-size: 15px;
  padding-top: 30px;
  margin-bottom: 15px;
}
#sunflower .cat_sunflower .cat_title .ja {
  text-align: center;
}
#sunflower .cat_sunflower .cat_title .ja .u_line_aniversary {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  color: #1b1b1b;
  background: linear-gradient(transparent 60%, #f4f1d3 0%);
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  #sunflower .cat_sunflower .cat_title .ja .u_line_aniversary {
    font-size: 24px;
  }
}
#sunflower .cat_sunflower .cat_title .ja .u_line_funeral {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  color: #1b1b1b;
  background: linear-gradient(transparent 60%, #b6cad6 0%);
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  #sunflower .cat_sunflower .cat_title .ja .u_line_funeral {
    font-size: 24px;
  }
}
#sunflower ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sunflower ul li {
  width: 49%;
  z-index: 1;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #sunflower ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sunflower ul li .catch {
  font-size: 15px;
  color: #1b1b1b;
}
#sunflower ul li .title {
  font-size: 20px;
  color: #75624f;
  margin: 0 0 15px 0;
}
#sunflower ul li:first-child {
  margin-right: 2%;
}
#sunflower .aniversary {
  background: #fefaf4;
  position: relative;
  margin-bottom: 100px;
}
#sunflower .aniversary::before {
  position: absolute;
  content: "";
  background-image: url(../img/sunflower/anniversary_bg.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 17px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
#sunflower .aniversary::after {
  position: absolute;
  content: "";
  background-image: url(../img/sunflower/anniversary_bg.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 17px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
#sunflower .funeral {
  background: #e4edf2;
  position: relative;
  margin-bottom: 100px;
}
#sunflower .funeral::before {
  position: absolute;
  content: "";
  background-image: url(../img/sunflower/funeral_bg.png);
  background-repeat: no-repeat;
  width: 1089px;
  height: 10px;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #sunflower .funeral::before {
    width: 100%;
  }
}
#sunflower .funeral::after {
  position: absolute;
  content: "";
  background-image: url(../img/sunflower/funeral_bg.png);
  background-repeat: no-repeat;
  width: 1089px;
  height: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  #sunflower .funeral::after {
    width: 100%;
  }
}
#sunflower .about {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about {
    margin-bottom: 50px;
  }
}
#sunflower .about .content {
  display: flex;
  align-items: center;
  width: 89.4%;
  margin: 0 auto 50px;
}
#sunflower .about .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content {
    display: block;
    width: 100%;
  }
}
#sunflower .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#sunflower .about .content .detail .index {
  font-size: 21px;
  color: #28283d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content .detail .index {
    font-size: 19px;
  }
}
#sunflower .about .content .detail .box .box_title {
  font-size: 18px;
  background: url(../img/sunflower/icon_sunflower.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content .detail .box .box_title {
    font-size: 17px;
    padding-left: 35px;
    margin-bottom: 5px;
  }
}
#sunflower .about .content .detail .box p {
  margin: 0;
}
#sunflower .about .content .detail .box:nth-last-child(n+2) {
  margin-bottom: 20px;
}
#sunflower .about .content .detail p {
  line-height: 1.6;
}
#sunflower .about .content .image {
  width: 44%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#sunflower .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #sunflower .about .content.flex-row-reverse {
    display: inline;
  }
}
#sunflower .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#sunflower .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#sunflower .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #sunflower .delivery {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}
#sunflower .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #sunflower .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#sunflower .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #sunflower .delivery .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
#sunflower .delivery span.nextday {
  padding-right: 5px;
}
#sunflower .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=sunflower.css.map */