@charset "UTF-8";
#hinamatsuri {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*ひなまつりとは？*/
}
#hinamatsuri .message {
  padding: 35px 0 60px;
  background: url("../img/hinamatsuri/bg.png") no-repeat right 35px bottom 50px #fbf5eb;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .message {
    padding: 15px 10px 95px;
    background: url("../img/hinamatsuri/bg.png") no-repeat right 10px bottom 15px #fefcf1;
    background-size: 27%;
  }
}
#hinamatsuri .message .title {
  background: url(../img/hinamatsuri/icon_hinamatsuri.png) no-repeat top center;
  padding-top: 40px;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .message .title {
    padding-top: 60px;
  }
}
#hinamatsuri .message .title .pink {
  color: #e15973;
  padding-top: 28px;
}
#hinamatsuri .message .title h2 {
  color: #342d5c;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .message p {
    text-align: left;
  }
}
#hinamatsuri .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #f2aac2;
}
#hinamatsuri .text-title_area .text-title {
  color: #342d5c;
}
#hinamatsuri .text-title_area .text-title .f_blue {
  color: #e15973;
}
#hinamatsuri .text-title_area .text-title:before {
  border-top: 1px solid #411b04;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .detail_ac {
    text-align: left;
  }
}
#hinamatsuri .small {
  font-size: 18px;
}
#hinamatsuri .text_left {
  text-align: left;
}
#hinamatsuri .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #f2aac2;
}
#hinamatsuri .rank {
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .rank img {
    width: 35%;
  }
}
#hinamatsuri .about {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .about {
    margin-bottom: 50px;
  }
}
#hinamatsuri .about .content {
  display: flex;
  width: 89.4%;
  margin: 0 auto 50px;
}
#hinamatsuri .about .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .about .content {
    display: block;
    width: 100%;
  }
}
#hinamatsuri .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#hinamatsuri .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) {
  #hinamatsuri .about .content .detail .index {
    font-size: 19px;
    text-align: center;
  }
}
#hinamatsuri .about .content .image {
  width: 44%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#hinamatsuri .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .about .content.flex-row-reverse {
    display: inline;
  }
}
#hinamatsuri .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#hinamatsuri .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#hinamatsuri .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#hinamatsuri .delivery .image {
  width: 48.6%;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#hinamatsuri .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #hinamatsuri .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#hinamatsuri .delivery span.nextday {
  padding-right: 5px;
}
#hinamatsuri .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=hinamatsuri.css.map */