@charset "UTF-8";
/* シーンから選ぶ （spスライド）*/
.scene_type .caption {
  width: 64.4%;
  margin: 0 auto 35px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .scene_type .caption {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .scene_type ul.pc_scene {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .scene_type ul.pc_scene li {
    width: 48.8%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
  .scene_type ul.pc_scene li img {
    width: 100%;
  }
  .scene_type ul.pc_scene li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .scene_type ul.pc_scene {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .scene_type ul.sp_scene {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .scene_type ul.sp_scene li.scene_bnr {
    text-align: center;
    padding: 0 30px;
  }
  .scene_type ul.sp_scene li.scene_bnr img {
    max-width: 100%;
    height: auto;
  }
}

#obon {
  /*共通*▼/
  line-height: normal;

  /* メッセージ */
  /* 〇〇の商品を探す */
  /* テキストタイトル（色指定） */
  /*お盆のお供え花 */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*パンフレット*/
  /* 関連ページバナー */
  /*お盆とは？*/
  /*メッセージカード・立て札名札*/
  /* 請求書&領収書 */
  /* 最短翌日から指定日お届け */
}
#obon .message {
  background: url("../img/obon/bg.png") no-repeat right 45px bottom 70px #f8f7f2;
  padding: 40px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #obon .message {
    background: url("../img/obon/bg.png") no-repeat right 15px bottom 15px #f8f7f2;
    background-size: 24%;
    padding: 20px 20px 90px;
  }
}
#obon .message .title {
  background: url("../img/obon/icon_obon.png") no-repeat top center;
  padding-top: 59px;
}
#obon .message .title h2 {
  color: #28283d;
}
@media print, screen and (max-width: 767px) {
  #obon .message .title {
    background-size: 7%;
    padding-top: 35px;
    margin-bottom: 15px;
  }
}
#obon .message p {
  line-height: 1.6;
}
#obon .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #8957a1;
}
@media print, screen and (max-width: 767px) {
  #obon .btn_search {
    margin: 0 auto 40px;
  }
}
#obon .text-title_area .text-title {
  color: #28283d;
}
#obon .text-title_area .text-title .f_purple {
  color: #6d257a;
}
#obon .text-title_area .text-title:before {
  border-top: 1px solid #28283d;
}
#obon .flower_type {
  margin-bottom: 110px;
}
@media print, screen and (max-width: 767px) {
  #obon .flower_type {
    margin-bottom: 40px;
  }
}
#obon .flower_type .title_center .jp {
  margin: 0;
}
#obon .flower_type ul.category li {
  margin-bottom: 50px;
}
#obon .flower_type ul.category li:nth-child(even) {
  margin-right: 0;
}
#obon .flower_type ul.category li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #obon .flower_type ul.category li {
    margin-bottom: 20px;
  }
  #obon .flower_type ul.category li:nth-child(3) {
    margin-bottom: 20px;
  }
}
#obon .flower_type ul.category li .title_area {
  margin-bottom: 20px;
}
#obon .flower_type ul.category li .title_area .title {
  color: #28283d;
  margin: 0 0 5px;
}
#obon .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #8957a1;
}
#obon .pamphlet {
  width: 82.2%;
  margin: 0 auto;
  background: url("../img/hatsubon/bg_flower.png") no-repeat top right #f3eef0;
  padding: 5%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet {
    width: 100%;
    background-size: 60%;
    padding: 15px 15px 35px;
  }
}
#obon .pamphlet .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet .content {
    display: block;
  }
}
#obon .pamphlet .content .detail {
  width: 65%;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet .content .detail {
    width: 100%;
  }
}
#obon .pamphlet .content .detail .index {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 25px;
  color: #28283d;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet .content .detail .index {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#obon .pamphlet .content .detail span.index_purple {
  color: #49257a;
}
#obon .pamphlet .content .detail .image {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet .content .detail .image {
    width: 75%;
    margin: 0 auto 15px;
  }
}
#obon .pamphlet a.btn_pdf {
  display: block;
  width: 520px;
  font-size: 16px;
  color: #49257a;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  border: solid 1px #49257a;
  background: url("../img/hatsubon/icon_arrow.png") no-repeat right 15px center #ffffff;
  margin: 15px auto 0;
}
#obon .pamphlet a.btn_pdf:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 767px) {
  #obon .pamphlet a.btn_pdf {
    width: 100%;
    font-size: 15px;
    padding: 13px 30px 13px 15px;
    background: url("../img/hatsubon/icon_arrow.png") no-repeat right 10px center #ffffff;
    margin: 25px auto 0;
  }
}
#obon .pamphlet a.btn_pdf .text {
  background: url("../img/kochoran/icon_pdf.png") no-repeat left top;
  padding-left: 30px;
}
#obon .banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px;
}
#obon .banner a {
  display: block;
  width: 48.5%;
}
#obon .banner a:nth-child(odd) {
  margin-right: 3%;
}
@media print, screen and (max-width: 767px) {
  #obon .banner {
    display: block;
    margin-bottom: 40px;
  }
  #obon .banner a {
    width: 100%;
    margin-bottom: 15px;
  }
  #obon .banner a:nth-child(odd) {
    margin-right: 0;
  }
  #obon .banner a:last-child {
    margin-bottom: 0;
  }
  #obon .banner a img {
    width: 100%;
  }
}
#obon .about {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #obon .about {
    margin-bottom: 50px;
  }
}
#obon .about .content {
  display: flex;
  align-items: center;
  width: 89.4%;
  margin: 0 auto 50px;
}
#obon .about .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #obon .about .content {
    display: block;
    width: 100%;
  }
}
#obon .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #obon .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#obon .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) {
  #obon .about .content .detail .index {
    font-size: 19px;
  }
}
#obon .about .content .detail p {
  line-height: 1.6;
}
#obon .about .content .image {
  width: 44%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #obon .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#obon .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #obon .about .content.flex-row-reverse {
    display: inline;
  }
}
#obon .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#obon .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#obon .option_osonae .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper {
    display: block;
  }
}
#obon .option_osonae .wrapper .block {
  width: 49%;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper .block {
    width: 100%;
  }
  #obon .option_osonae .wrapper .block:first-child {
    margin-bottom: 40px;
  }
}
#obon .option_osonae .wrapper .block .option_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #6d257a;
  font-size: 24px;
  margin: 0 0 15px;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper .block .option_title {
    font-size: 20px;
  }
}
#obon .option_osonae .wrapper .block .image {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper .block .image {
    margin-bottom: 20px;
  }
}
#obon .option_osonae .wrapper .block ul.point li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  color: #28283d;
  background: url(../img/common/icon_check.png) no-repeat left top 12px;
  padding-left: 23px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper .block ul.point li {
    font-size: 16px;
    background: url(../img/common/icon_check.png) no-repeat left top 6px;
  }
}
#obon .option_osonae .wrapper .block ul.point span.f_small {
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #obon .option_osonae .wrapper .block ul.point span.f_small {
    font-size: 12px;
  }
}
#obon .receipt .index {
  color: #28283d;
}
#obon .delivery {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #obon .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#obon .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #obon .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#obon .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #obon .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#obon .delivery span.nextday {
  padding-right: 5px;
}
#obon .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=obon.css.map */