@charset "UTF-8";
#halloween {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /*ハロウィンとは？*/
  /* テキストタイトル（色指定） */
  /* ハロウィンのフラワーギフト */
}
#halloween .message {
  background: url("../img/halloween/bg.png") no-repeat right 40px bottom 60px #fdf7e8;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #halloween .message {
    background: url("../img/halloween/bg.png") no-repeat right 20px bottom 20px #fdf7e8;
    background-size: 25%;
    padding: 20px 20px 90px;
  }
}
#halloween .message .title .en {
  color: #b68a25;
  background: url("../img/halloween/icon_flower_en.png") no-repeat top center;
  padding-top: 20px;
}
#halloween .message .title h2 {
  color: #333333;
}
#halloween .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #42227a;
}
#halloween .about {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 767px) {
  #halloween .about {
    margin-bottom: 50px;
  }
}
#halloween .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) {
  #halloween .about .content {
    display: inline;
    width: 100%;
  }
}
#halloween .about .content .detail {
  width: 52.5%;
}
@media print, screen and (max-width: 767px) {
  #halloween .about .content .detail {
    width: 100%;
    margin-bottom: 40px;
  }
}
#halloween .about .content .detail .index, #halloween .about .content .detail .case_title {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
#halloween .about .content .detail .index {
  font-size: 20px;
  background: url("../img/halloween/icon_halloween.png") no-repeat left center;
  padding-left: 57px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #halloween .about .content .detail .index {
    font-size: 19px;
    margin-bottom: 10px;
    height: 35px;
    padding-top: 4px;
  }
}
#halloween .about .content .image {
  width: 44%;
  text-align: center;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #halloween .about .content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
#halloween .text-title_area .text-title {
  color: #333333;
}
#halloween .text-title_area .text-title .f_orange {
  color: #eb6100;
}
#halloween .text-title_area .text-title:before {
  border-top: 1px solid #333333;
}
#halloween .flower_halloween {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: url("../img/halloween/bg_spiderweb.png") no-repeat top right #000000;
  padding: 4.47%;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween {
    display: inline-block;
    padding: 6%;
  }
}
#halloween .flower_halloween .detail {
  width: 48%;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail {
    width: 100%;
  }
}
#halloween .flower_halloween .detail .index {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail .index {
    margin-bottom: 10px;
  }
}
#halloween .flower_halloween .detail .index .en {
  font-size: 23px;
  color: #c59333;
  font-style: italic;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail .index .en {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail .index .en img {
    width: 70%;
    height: auto;
  }
}
#halloween .flower_halloween .detail .index .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #c59333;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail .index .catch {
    font-size: 16px;
  }
}
#halloween .flower_halloween .detail .index .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  color: #c59333;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail .index .title {
    font-size: 20px;
  }
}
#halloween .flower_halloween .detail p {
  color: #FFFFFF;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail p {
    margin-bottom: 25px;
  }
}
#halloween .flower_halloween .detail p span {
  display: block;
  font-size: 14px;
  color: #ab8a00;
}
#halloween .flower_halloween .detail a.product_btn {
  width: 100%;
  display: block;
  background: url("../img/common/arrow.png") no-repeat right 10px center, linear-gradient(to right, #f4850a, #ee530e);
  font-size: 19px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail a.product_btn {
    font-size: 16px;
  }
}
#halloween .flower_halloween .detail a.product_btn .icon {
  display: block;
  position: absolute;
  left: 25px;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail a.product_btn .icon {
    left: -14px;
  }
}
#halloween .flower_halloween .detail a.product_btn .icon img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .detail a.product_btn .icon img {
    width: 87%;
  }
}
#halloween .flower_halloween .detail a.product_btn:hover img {
  opacity: 1;
}
#halloween .flower_halloween .image {
  width: 48%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #halloween .flower_halloween .image {
    width: 100%;
    margin-bottom: 5px;
  }
}
#halloween .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #halloween .delivery {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}
#halloween .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #halloween .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#halloween .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #halloween .delivery .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
#halloween .delivery span.nextday {
  padding-right: 5px;
}
#halloween .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=halloween.css.map */