@charset "UTF-8";
#whiteday {
  /*共通*/
  line-height: normal;
  /*ホワイトデーには*/
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#whiteday .message {
  padding: 35px 0 60px;
  background: url("../img/whiteday/bg.png") no-repeat right 35px bottom 50px #fefcf1;
}
@media print, screen and (max-width: 767px) {
  #whiteday .message {
    padding: 15px 10px 95px;
    background: url("../img/whiteday/bg.png") no-repeat right 10px bottom 15px #fefcf1;
    background-size: 27%;
  }
}
#whiteday .message .title .en {
  color: #5896b9;
  background: url("../img/whiteday/icon_flower.png") no-repeat top center;
  padding-top: 28px;
}
#whiteday .message .title h2 {
  color: #411b04;
}
#whiteday .about {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .about {
    margin-bottom: 50px;
  }
}
#whiteday .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) {
  #whiteday .about .content {
    display: inline;
    width: 100%;
  }
}
#whiteday .about .content .detail {
  width: 52.5%;
}
@media print, screen and (max-width: 767px) {
  #whiteday .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#whiteday .about .content .detail .event_name {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .about .content .detail .event_name {
    width: 60%;
  }
}
#whiteday .about .content .detail .index {
  font-size: 20px;
  color: #411b04;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .about .content .detail .index {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
#whiteday .about .content .image {
  width: 44%;
  text-align: center;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #whiteday .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#whiteday .about .content:last-child {
  margin-bottom: 0;
}
#whiteday .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #0598ca;
}
#whiteday .text-title_area .text-title {
  color: #411b04;
}
#whiteday .text-title_area .text-title .f_blue {
  color: #6859b3;
}
#whiteday .text-title_area .text-title:before {
  border-top: 1px solid #411b04;
}
#whiteday .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #58c3e7;
}
#whiteday .rank {
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .rank img {
    width: 35%;
  }
}
#whiteday .recommend {
  background: #fefcf1;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend {
    margin-bottom: 30px;
  }
}
#whiteday .recommend .inner {
  border: solid 2px #f0edd9;
  padding: 40px 1.05%;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner {
    padding: 25px 4%;
  }
}
#whiteday .recommend .inner .jp, #whiteday .recommend .inner .item-name, #whiteday .recommend .inner a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#whiteday .recommend .inner .title {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner .title .en img {
    width: 45%;
  }
}
#whiteday .recommend .inner .title .jp {
  font-size: 25px;
  color: #411b04;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: -5px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner .title .jp {
    font-size: 22px;
    margin-top: 0;
  }
}
#whiteday .recommend .inner .title .jp span.f_small {
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner .title .jp span.f_small {
    font-size: 13px;
  }
}
#whiteday .recommend .inner ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul {
    display: inline-block;
    flex-wrap: nowrap;
    width: 100%;
  }
}
#whiteday .recommend .inner ul li {
  text-align: center;
  width: 32.4%;
  margin-right: 1.4%;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
#whiteday .recommend .inner ul li .image {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li .image {
    margin-bottom: 5px;
  }
}
#whiteday .recommend .inner ul li .item-name {
  font-size: 21px;
  color: #b99015;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li .item-name {
    font-size: 19px;
  }
}
#whiteday .recommend .inner ul li .text {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li .text {
    margin-bottom: 15px;
  }
}
#whiteday .recommend .inner ul li a {
  display: block;
  width: 86%;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li a {
    width: 100%;
    font-size: 16px;
  }
}
#whiteday .recommend .inner ul li a:hover {
  opacity: 0.7;
}
#whiteday .recommend .inner ul li .btn_detail a {
  background: url(../img/birthday/icon_arrow.png) no-repeat right 10px center #b99015;
  padding: 8px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li .btn_detail a {
    padding: 10px;
  }
}
#whiteday .recommend .inner ul li .btn_type {
  margin-top: 15px;
}
#whiteday .recommend .inner ul li .btn_type a {
  border: solid 1px #b99015;
  color: #b99015;
  font-weight: bold;
  background: url(../img/whiteday/icon_arrow.png) no-repeat right 10px center;
}
#whiteday .recommend .inner ul li .btn_type a .btn_text {
  background: url(../img/whiteday/img_dozenrose.png) no-repeat left 10px center;
  padding: 10px 30px 10px 60px;
  box-sizing: border-box;
  line-height: 1.3em;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li .btn_type a .btn_text {
    padding: 10px 30px 10px 70px;
  }
}
#whiteday .recommend .inner ul li:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 767px) {
  #whiteday .recommend .inner ul li:last-child {
    margin-bottom: 0;
  }
}
#whiteday .recommend:last-child {
  margin-bottom: 0;
}
#whiteday .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #whiteday .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#whiteday .delivery .image {
  width: 48.6%;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #whiteday .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#whiteday .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #whiteday .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#whiteday .delivery span.nextday {
  padding-right: 5px;
}
#whiteday .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=whiteday.css.map */