@charset "UTF-8";
#summer {
  /*共通*/
  line-height: normal;
  /*お中元の贈る時期は？*/
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#summer .message {
  background: url("../img/summer/bg.png") no-repeat right 30px bottom 25px #fbfaf5;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #summer .message {
    background: url("../img/summer/bg.png") no-repeat right 15px bottom 15px #fbfaf5;
    background-size: 25%;
    padding: 20px 20px 95px;
  }
}
#summer .message .title .en {
  color: #10b2be;
  background: url("../img/summer/icon_flower.png") no-repeat top center;
  padding-top: 20px;
}
#summer .message .title h2 {
  color: #192f60;
}
#summer .about .content {
  display: flex;
  align-items: center;
  width: 89.4%;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 767px) {
  #summer .about .content {
    display: inline;
    width: 100%;
  }
}
#summer .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #summer .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#summer .about .content .detail .index {
  font-size: 21px;
  color: #192f60;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #summer .about .content .detail .index {
    font-size: 19px;
  }
}
#summer .about .content .image {
  width: 44%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #summer .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#summer .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #summer .about .content.flex-row-reverse {
    display: inline;
  }
}
#summer .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#summer .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#summer .about .content:last-child {
  margin-bottom: 0;
}
#summer .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #10b8c4;
}
#summer .text-title_area .text-title {
  color: #192f60;
}
#summer .text-title_area .text-title .f_blue {
  color: #59b9c6;
}
#summer .text-title_area .text-title:before {
  border-top: 1px solid #192f60;
}
#summer .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #204ea5;
}
#summer .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #summer .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#summer .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #summer .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#summer .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #summer .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#summer .delivery span.nextday {
  padding-right: 5px;
}
#summer .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=summer.css.map */