@charset "UTF-8";
#valentine {
  /*共通*/
  line-height: normal;
  /*引用符*/
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*フラワーバレンタインとは？*/
}
#valentine .message {
  background: url("../img/valentine/bg.png") no-repeat right 35px bottom 50px #fdf7f1;
  padding: 35px 0 50px;
}
@media print, screen and (max-width: 767px) {
  #valentine .message {
    background: url("../img/valentine/bg.png") no-repeat right 15px bottom 20px #fdf7f1;
    background-size: 35%;
    padding: 20px 20px 115px;
  }
}
#valentine .message .title .en {
  color: #e83a87;
  background: url("../img/valentine/icon_flower.png") no-repeat top center;
  padding-top: 22px;
}
#valentine .message .title h2 {
  color: #1e1e1e;
}
#valentine blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1.2em;
}
#valentine blockquote p.link {
  text-align: right;
  margin-bottom: 0;
  margin-top: 15px;
}
#valentine blockquote p.link a {
  background: none;
  padding: 0;
}
#valentine blockquote:before {
  content: "“";
  font-size: 380%;
  line-height: 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cecece;
  position: absolute;
  left: 0;
  top: 0;
}
#valentine blockquote:after {
  content: "”";
  font-size: 380%;
  line-height: 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cecece;
  position: absolute;
  right: 0;
}
#valentine .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #ed0573;
}
#valentine .text-title_area .text-title {
  color: #1e1e1e;
}
#valentine .text-title_area .text-title .f_valentine-pink {
  color: #dc036a;
}
#valentine .text-title_area .text-title:before {
  border-top: 1px solid #1e1e1e;
}
#valentine .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #ef3c91;
}
#valentine .about_under {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
#valentine .about_under .content {
  display: flex;
  width: 89.4%;
  margin: 0 auto 60px;
}
#valentine .about_under .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
#valentine .about_under .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content .detail {
    width: 100%;
    margin-right: 0;
  }
}
#valentine .about_under .content .detail .event_name {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content .detail .event_name {
    width: 65%;
    margin-bottom: 25px;
  }
}
#valentine .about_under .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;
  background: url("../img/valentine/icon_heart.png") no-repeat left top;
  padding-left: 45px;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content .detail .index {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
#valentine .about_under .content .image {
  width: 45%;
  height: auto;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#valentine .about_under .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #valentine .about_under .content.flex-row-reverse {
    display: block;
  }
}
#valentine .about_under .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#valentine .about_under .content.flex-row-reverse .detail {
  margin-right: 0;
}
#valentine .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #valentine .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#valentine .delivery .image {
  width: 48.6%;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #valentine .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#valentine .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #valentine .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#valentine .delivery span.nextday {
  padding-right: 5px;
}
#valentine .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=valentine.css.map */