@charset "UTF-8";
#cosmos {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /*「コスモス」ってどんなお花？*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#cosmos .message {
  background: url("../img/cosmos/bg.png") no-repeat right 45px bottom 60px #fffdf3;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #cosmos .message {
    background: url("../img/cosmos/bg.png") no-repeat right 15px bottom 15px #fdf9f1;
    background-size: 20%;
    padding: 20px 20px 60px;
  }
}
#cosmos .message .title .en {
  color: #b68a25;
  background: url("../img/cosmos/icon_flower_en.png") no-repeat top center;
  padding-top: 15px;
}
#cosmos .message .title h2 {
  color: #431b0b;
}
#cosmos .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #602d1d;
}
#cosmos .about {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 767px) {
  #cosmos .about {
    margin-bottom: 50px;
  }
}
#cosmos .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) {
  #cosmos .about .content {
    display: inline;
    width: 100%;
  }
}
#cosmos .about .content .detail {
  width: 52.5%;
}
@media print, screen and (max-width: 767px) {
  #cosmos .about .content .detail {
    width: 100%;
    margin-bottom: 40px;
  }
}
#cosmos .about .content .detail .index, #cosmos .about .content .detail .case_title {
  color: #431b0b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
#cosmos .about .content .detail .index {
  font-size: 20px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #cosmos .about .content .detail .index {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
#cosmos .about .content .detail .case .case_title {
  font-size: 18px;
  background: url(../img/cosmos/icon_flower.png) no-repeat left center;
  padding-left: 32px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #cosmos .about .content .detail .case .case_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#cosmos .about .content .detail .case:nth-last-child(n+2) {
  margin-bottom: 20px;
}
#cosmos .about .content .image {
  width: 44%;
  text-align: center;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #cosmos .about .content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
#cosmos .text-title_area .text-title {
  color: #431b0b;
}
#cosmos .text-title_area .text-title .f_ocher {
  color: #b78b26;
}
#cosmos .text-title_area .text-title:before {
  border-top: 1px solid #431b0b;
}
#cosmos .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #f067a6;
}
#cosmos .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #cosmos .delivery {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}
#cosmos .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #cosmos .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#cosmos .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #cosmos .delivery .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
#cosmos .delivery span.nextday {
  padding-right: 5px;
}
#cosmos .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=cosmos.css.map */