@charset "UTF-8";
#sweetpea {
  /*共通*▼/
  line-height: normal;

    /*各ページでボタンの色が違うのでここで個別に指定*/
  /* メッセージ */
  /* 〇〇の商品を探す */
  /* テキストタイトル（色指定） */
  /* スイートピーの入ったフラワーギフト */
  /*スイートピーについて*/
  /*メッセージカード・立て札名札*/
  /* 請求書&領収書 */
  /* 最短翌日から指定日お届け */
}
#sweetpea .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #daaf85;
}
#sweetpea .aniversary_name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #edad99;
}
#sweetpea .funeral_name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #a2c5cc;
}
#sweetpea .message {
  background: url(../img/sweetpea/bg.png) no-repeat right 40px bottom 30px #f5e8d8;
  padding: 40px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .message {
    background-size: 24%;
    background: #f5e8d8;
    padding: 20px 20px 30px 20px;
  }
}
#sweetpea .message .title {
  background: url("../img/sweetpea/icon_sweetpea.png") no-repeat top center;
  padding-top: 70px;
}
#sweetpea .message .title h2 {
  color: #434343;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .message .title {
    padding-top: 80px;
    margin-bottom: 15px;
  }
}
#sweetpea .message p {
  width: 100%;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .message p {
    text-align: left;
  }
}
#sweetpea .btn_search {
  width: 400px;
}
#sweetpea .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #e3977f;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .btn_search a {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  #sweetpea .btn_search {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#sweetpea .text-title_area .text-title:before {
  border-top: 1px solid #525263;
}
#sweetpea .flower_type {
  margin-bottom: 110px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type {
    margin-bottom: 40px;
  }
}
#sweetpea .flower_type .title_center .jp {
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .caption {
    text-align: left;
  }
}
#sweetpea .flower_type .cat_sweetpea {
  padding: 50px 60px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .cat_sweetpea {
    padding: 40px 15px;
  }
}
#sweetpea .flower_type .cat_sweetpea .cat_title {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: url(../img/sweetpea/de_anniversary.png) no-repeat top center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .cat_sweetpea .cat_title {
    margin-bottom: 10px;
  }
}
#sweetpea .flower_type .cat_sweetpea .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;
}
#sweetpea .flower_type .cat_sweetpea .cat_title .ja {
  text-align: center;
}
#sweetpea .flower_type .cat_sweetpea .cat_title .ja .u_line_aniversary {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  color: #1b1b1b;
  background: linear-gradient(transparent 60%, #f6c2b1 0%);
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .cat_sweetpea .cat_title .ja .u_line_aniversary {
    font-size: 24px;
  }
}
#sweetpea .flower_type .cat_sweetpea .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) {
  #sweetpea .flower_type .cat_sweetpea .cat_title .ja .u_line_funeral {
    font-size: 24px;
  }
}
#sweetpea .flower_type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sweetpea .flower_type ul li {
  width: 49%;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sweetpea .flower_type ul li .catch {
  font-size: 15px;
  color: #1b1b1b;
}
#sweetpea .flower_type ul li .title {
  font-size: 20px;
  color: #75624f;
  margin: 0 0 15px 0;
}
#sweetpea .flower_type .aniversary {
  background: #faf2db;
  position: relative;
  margin-bottom: 100px;
}
#sweetpea .flower_type .aniversary::before {
  position: absolute;
  content: url(../img/sweetpea/right_bg_anniversary.png);
  top: -25px;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .aniversary::before {
    content: "";
    right: -10px;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-image: url(../img/sweetpea/right_bg_anniversary.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
#sweetpea .flower_type .aniversary::after {
  position: absolute;
  content: url(../img/sweetpea/left_bg_anniversary.png);
  bottom: -25px;
  left: 0;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .aniversary::after {
    content: "";
    left: 0px;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-image: url(../img/sweetpea/left_bg_anniversary.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
#sweetpea .flower_type .funeral {
  background: #e4edf2;
  position: relative;
  margin-bottom: 100px;
}
#sweetpea .flower_type .funeral::before {
  position: absolute;
  content: url(../img/sweetpea/right_bg_funeral.png);
  bottom: -25px;
  right: -5px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .funeral::before {
    content: "";
    bottom: -20px;
    right: 0;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-image: url(../img/sweetpea/right_bg_funeral.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
#sweetpea .flower_type .funeral::after {
  position: absolute;
  content: url(../img/sweetpea/left_bg_funeral.png);
  top: 5px;
  left: 0;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .flower_type .funeral::after {
    content: "";
    width: 150px;
    height: 150px;
    display: inline-block;
    background-image: url(../img/sweetpea/left_bg_funeral.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
#sweetpea .about {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .about {
    margin-bottom: 50px;
  }
}
#sweetpea .about .content {
  display: flex;
  align-items: center;
  width: 89.4%;
  margin: 0 auto 50px;
}
#sweetpea .about .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .about .content {
    display: block;
    width: 100%;
  }
}
#sweetpea .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#sweetpea .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) {
  #sweetpea .about .content .detail .index {
    font-size: 19px;
  }
}
#sweetpea .about .content .detail .box:nth-child(n+2) {
  margin-bottom: 30px;
}
#sweetpea .about .content .detail .box_title {
  font-size: 18px;
  color: #434343;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../img/sweetpea/icon_about.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
}
#sweetpea .about .content .detail .image {
  width: 44%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .about .content .detail .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#sweetpea .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .about .content.flex-row-reverse {
    display: inline;
  }
}
#sweetpea .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#sweetpea .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#sweetpea .option_osonae .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper {
    display: block;
  }
}
#sweetpea .option_osonae .wrapper .block {
  width: 49%;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper .block {
    width: 100%;
  }
  #sweetpea .option_osonae .wrapper .block:first-child {
    margin-bottom: 40px;
  }
}
#sweetpea .option_osonae .wrapper .block .option_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #49257a;
  font-size: 24px;
  margin: 0 0 15px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper .block .option_title {
    font-size: 20px;
  }
}
#sweetpea .option_osonae .wrapper .block .image {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper .block .image {
    margin-bottom: 20px;
  }
}
#sweetpea .option_osonae .wrapper .block ul.point li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  color: #28283d;
  background: url(../img/common/icon_check.png) no-repeat left top 12px;
  padding-left: 23px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper .block ul.point li {
    font-size: 16px;
    background: url(../img/common/icon_check.png) no-repeat left top 6px;
  }
}
#sweetpea .option_osonae .wrapper .block ul.point span.f_small {
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .option_osonae .wrapper .block ul.point span.f_small {
    font-size: 12px;
  }
}
#sweetpea .receipt .index {
  color: #28283d;
}
#sweetpea .delivery {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#sweetpea .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#sweetpea .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #sweetpea .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#sweetpea .delivery span.nextday {
  padding-right: 5px;
}
#sweetpea .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=sweetpea.css.map */