@charset "UTF-8";
#taiin {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /*お見舞いはどんなお花を贈れば良い？*/
  /* テキストタイトル（色指定） */
  /* リンクテキスト */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /* シーンから選ぶ （スマホではスライド）*/
  /*お花から選ぶ　季節のお花*/
}
#taiin .message {
  background: url("../img/taiin/bg.png") no-repeat right 40px bottom 60px #fffdf3;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #taiin .message {
    background: url("../img/taiin/bg.png") no-repeat right 15px bottom 15px #fffdf3;
    background-size: 30%;
    padding: 20px 20px 80px;
  }
}
#taiin .message .title {
  background: url("../img/taiin/icon.png") no-repeat top center;
  padding-top: 24px;
}
@media print, screen and (max-width: 767px) {
  #taiin .message .title {
    padding-top: 50px;
  }
}
#taiin .message .title h2 {
  color: #1e1e1e;
}
#taiin .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #ff835e;
}
#taiin .about .index, #taiin .about .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#taiin .about .content {
  display: flex;
  align-items: center;
  width: 89%;
  margin: 0 auto 80px;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content {
    display: inline;
    width: 100%;
  }
}
#taiin .about .content .detail {
  width: 48.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#taiin .about .content .detail .index {
  font-size: 21px;
  color: #1e1e1e;
  font-weight: bold;
  background: url(../img/omimai/icon_flower.png) no-repeat left top 2px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content .detail .index {
    font-size: 19px;
  }
}
#taiin .about .content .detail p {
  margin: 0;
}
#taiin .about .content .detail span.f_bold {
  font-weight: bold;
}
#taiin .about .content .image {
  width: 48%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#taiin .about .content .ng {
  background: #fbf8e8;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content .ng {
    margin-top: 15px;
  }
}
#taiin .about .content .ng .title {
  font-size: 17px;
  color: #1e1e1e;
  font-weight: bold;
  background: url(../img/omimai/icon_x.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 10px;
}
#taiin .about .content .ng .title span.red {
  color: #ed0000;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content .ng .title {
    margin-bottom: 5px;
  }
}
#taiin .about .content .ng ul li {
  background: url(../img/omimai/icon_check.png) no-repeat left center;
  padding-left: 15px;
}
#taiin .about .content.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #taiin .about .content.flex-row-reverse {
    display: inline;
  }
}
#taiin .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#taiin .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#taiin .about .content:last-child {
  margin-bottom: 0;
}
#taiin .text-title_area .text-title {
  color: #1e1e1e;
}
#taiin .text-title_area .text-title .f_orange {
  color: #f18b01;
}
#taiin .text-title_area .text-title:before {
  border-top: 1px solid #1e1e1e;
}
#taiin .link {
  text-align: center;
  margin-bottom: 40px;
}
#taiin .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #ffb73e;
}
#taiin .note {
  width: 85.86%;
  margin: 0 auto;
  background: #fffbe6;
  border-radius: 7px;
  padding: 25px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #taiin .note {
    width: 100%;
    padding: 20px;
  }
}
#taiin .note .title {
  font-size: 18px;
  font-weight: bold;
  background: url("../img/omimai/icon_attention.png") no-repeat left top;
  padding-left: 33px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 767px) {
  #taiin .note .title {
    font-size: 16px;
  }
}
#taiin .note ul li {
  margin-bottom: 10px;
  background: url("../img/omimai/icon_attention_check.png") no-repeat left top 5px;
  padding-left: 22px;
}
@media print, screen and (max-width: 767px) {
  #taiin .note ul li {
    font-size: 14px;
  }
}
#taiin .note ul li:last-child {
  margin-bottom: 0;
}
#taiin .note span.red {
  color: #ff0000;
}
#taiin .scene_type .caption {
  width: 64.4%;
  margin: 0 auto 35px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #taiin .scene_type .caption {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #taiin .scene_type ul.pc_scene {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #taiin .scene_type ul.pc_scene li {
    width: 48.8%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
  #taiin .scene_type ul.pc_scene li img {
    width: 100%;
  }
  #taiin .scene_type ul.pc_scene li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #taiin .scene_type ul.pc_scene {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #taiin .scene_type ul.sp_scene {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  #taiin .scene_type ul.sp_scene li.scene_bnr {
    text-align: center;
    padding: 0 30px;
  }
  #taiin .scene_type ul.sp_scene li.scene_bnr img {
    max-width: 100%;
    height: auto;
  }
}
#taiin .flower_season {
  width: 67.08%;
  margin: 0 auto 20px;
  background: #fffdf8;
  border: solid 1px #eaddbe;
  padding: 4px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#taiin .flower_season .inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  border: dotted 1px #eaddbe;
  padding: 2.66%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner {
    display: block;
    padding: 3%;
  }
}
#taiin .flower_season .inner .image {
  width: 41%;
  margin-right: 4%;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner .image {
    width: 65%;
    text-align: center;
    margin: 0 auto 15px;
  }
}
#taiin .flower_season .inner .detail {
  width: 55%;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner .detail {
    width: 100%;
  }
}
#taiin .flower_season .inner .detail .index {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner .detail .index {
    text-align: center;
  }
}
#taiin .flower_season .inner .detail .index .en {
  font-size: 22px;
  color: #c2a95e;
  font-style: italic;
  margin-bottom: 10px;
}
#taiin .flower_season .inner .detail .index .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  color: #525263;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner .detail .index .jp {
    font-size: 16px;
  }
}
#taiin .flower_season .inner .detail .index .jp span.f_large {
  font-size: 27px;
  padding-left: 10px;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_season .inner .detail .index .jp span.f_large {
    font-size: 22px;
  }
}
#taiin .flower_season .inner .detail .flower-language {
  background: #dbca97;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#taiin .flower_season .inner .detail .flower-language .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#taiin .flower_season .inner .detail .flower-language .wrap .title {
  color: #56471b;
  background: url("../img/birthday/icon_flower.png") no-repeat right center;
  padding-right: 15px;
  margin-right: 5px;
}
#taiin .flower_season .inner .detail .btn_season {
  margin-top: 30px;
}
#taiin .flower_season .inner .detail .btn_season a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 25px 10px 10px;
  background: url("../img/birthday/icon_arrow.png") no-repeat right 10px center #a59f49;
  cursor: pointer;
}
#taiin .flower_season .inner .detail .btn_season a:hover {
  opacity: 0.9;
}
#taiin .flower_type ul.category li:nth-child(even) {
  margin-right: 0;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_type ul.category li {
    margin-bottom: 30px;
  }
}
#taiin .flower_type ul.category li .title_area {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_type ul.category li .title_area {
    margin-bottom: 15px;
  }
}
#taiin .flower_type ul.category li .title_area .title {
  margin: 0 0 5px;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_type ul.category li .title_area .detail_ac {
    text-align: left;
    line-height: 1.6em;
  }
}
#taiin .flower_type ul.category li.row3 {
  width: 32.1%;
}
#taiin .flower_type ul.category li.row3:nth-child(even) {
  margin-right: 1.6%;
}
@media print, screen and (max-width: 767px) {
  #taiin .flower_type ul.category li.row3 {
    width: 100%;
  }
}
#taiin .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #taiin .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#taiin .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #taiin .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#taiin .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #taiin .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#taiin .delivery span.nextday {
  padding-right: 5px;
}
#taiin .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=taiin.css.map */