﻿
/* 共通部分
----------------------------------------------- */
h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.red {
  color: #de5d50;
}

.bold {
  font-weight: bold;
}

.warningbox {
  font-size: 18px;
  text-align: center;
  width: 75%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #de5d50;
}

@media screen and (max-width: 767px) {
  .warningbox {
    width: 100%;
  }
}

/* 英語 Google Fonts▼ */
.en {
  font-family: "Niconne", cursive;
}

/* エラーメッセージ
----------------------------------------------- */
.error {
  background-color: #f2dede;
  color: #b94a48;
  text-align: center;
  padding: 10px 16px;
  width: 80%;
  margin: 0 auto 20px auto;
  border: 1px solid #eed3d7;
  border-radius: 4px;
}

.success {
  background-color: #dff0d8;
  color: #468847;
  text-align: center;
  padding: 10px 16px;
  width: 80%;
  margin: 0 auto 20px auto;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
}

.withdraw_btn {
  border: 1px solid #d7dadd;
}

.withdraw_btn a {
  color: #525263;
  background-color: #f5f7f8;
  font-size: 1.6rem;
  padding: 10px 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
}

.withdraw_btn input[type="submit"] {
  color: #525263;
  background-color: #f5f7f8;
  font-size: 1.6rem;
  padding: 10px 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
}

/* header_logo スマートフォン
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .header_logo img {
    width: 120px;
  }
  .haisou_bn_area {
    margin-bottom: 20px;
  }
}

/* drawer_menu PC タブレット
----------------------------------------------- */
@media screen and (min-width: 768px) {
  .product_style_sp {
    display: none;
  }
  .category_sp {
    display: none;
  }
  .price_sp {
    display: none;
  }
  .flower_sp {
    display: none;
  }
}

/* drawer_menu スマートフォン
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .product_style_sp {
    display: none;
  }
  .product_style_sp a {
    font-weight: normal;
    padding-left: 30px;
  }
  .category_sp {
    display: none;
  }
  .category_sp a {
    font-weight: normal;
    padding-left: 30px;
  }
  .price_sp {
    display: none;
  }
  .price_sp a {
    font-weight: normal;
    padding-left: 30px;
  }
  .flower_sp {
    display: none;
  }
  .flower_sp a {
    font-weight: normal;
    padding-left: 30px;
  }
}

/* フォーム関連
----------------------------------------------- */
.tabbox {
  padding: 30px 0;
}

.tabbox .tabs {
  font-weight: bold;
  margin-right: -4px;
  overflow: hidden;
  _zoom: 1;
}

.tabbox .tabs .tab {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  color: #525263;
  margin-right: 4px;
  background: #eeeeee;
}

.tabbox .tabs .tab.active {
  background: #5cb1b1;
  color: #ffffff;
}

.tabbox .tabs a:hover {
  color: white;
  background: #5cb1b1;
}

.tab_area {
  display: none;
}

.tab_area .img {
  text-align: center;
  padding: 1em 0;
}

.tab_area .column {
  margin-bottom: 2em;
}

.tab_area.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .form-control.tel_input {
    width: 100px;
  }
  .tabbox .tabs .tab {
    width: 297px;
    padding: 20px 0;
  }
  .tab_area {
    border-top: solid 13px #5cb1b1;
    padding: 30px;
  }
  .credit_img {
    margin-bottom: 20px;
  }
  .payment_note {
    margin-top: 15px;
  }
  .check_form {
    padding: 30px;
  }
  .check_form .address {
    display: inline-block;
  }
  .check_form .dl_table {
    margin-top: 2em;
  }
  .check_form .none {
    border-bottom: none;
  }
  .check_form .icon {
    display: inline-block;
  }
  .check_form .bordertop_none {
    border-top: none;
  }
  .check_form .bordertop {
    border-top: 1px dotted #ccc;
  }
  .column.message_form {
    padding: 0 150px;
  }
  .column.message_form textarea {
    height: 10em;
  }
}

@media screen and (max-width: 767px) {
  .form-control.tel_input {
    width: 25%;
  }
  .tabbox .tabs .tab {
    width: 32%;
    padding: 10px 0;
    font-size: small;
  }
  .tab_area {
    border-top: solid 8px #5cb1b1;
  }
  .icon {
    display: inline-block;
  }
  .bordertop {
    border-top: none;
  }
  .dl_table dl {
    border: none;
  }
  .credit_img {
    margin-bottom: 20px;
  }
  .credit_img img {
    max-width: 70%;
  }
  .payment_note {
    margin-top: 15px;
  }
}

.pbottom {
  padding-bottom: 0;
}

.ptop {
  padding-top: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.error-message {
  color: #de5d50;
}

.not_input {
  border: none;
  background: #f4f4f4;
  margin-bottom: 0.5em;
}

.not_input:focus {
  outline: none;
}

.radio {
  padding: 10px 20px 10px 0;
  float: left;
}

/* pagination
----------------------------------------------- */
.paging {
  text-align: center;
  width: 95%;
  margin: 16px auto;
  position: relative;
  clear: both;
}

.paging span {
  padding: 5px 10px;
}

.paging .current {
  background: #f1f1f1;
}

.paging .disabled {
  display: none;
}

.pagination ul li a {
  color: #525263;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  background: #f1f1f1;
}

.pagination ul li.active a {
  background: #f3f3f3;
  text-decoration: none;
}

.pagination ul li.active a:hover,
.pagination ul li.active a:focus {
  background: #f3f3f3;
}

.pagination ul li.disabled a {
  color: #9797a0;
  text-decoration: none;
}

.pagination ul li.disabled a:hover,
.pagination ul li.disabled a:focus {
  color: #9797a0;
}

/* orders
----------------------------------------------- */
.order_tbl {
  margin-bottom: 20px;
}

.order_tbl th {
  text-align: left;
  padding-bottom: 20px;
}

.order_tbl td {
  text-align: left;
  padding: 0 20px 20px 10px;
}

/* products
----------------------------------------------- */
.same_day {
  margin-left: 10px;
  padding: 1px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  background-color: red;
  color: #ffffff;
  vertical-align: middle;
}

.slides {
  margin-bottom: 30px;
}

.thumbnail img {
  cursor: pointer;
}

.thumbnail img:hover {
  border: 1px solid #0092c4;
}

.thumbnail:last-child {
  margin-right: 0;
}

#item_list > .row > div {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  #item_list > .row > div:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  #item_list > .row > div:nth-child(odd) {
    clear: both;
  }
}

/* member customers
----------------------------------------------- */
#CustomerPassword.CustomerPasswordEdit {
  display: none;
}

.pick_up_area {
  color: #000000;
  position: absolute;
  left: 330px;
  top: 40px;
  font-size: 12px;
}

.pick_up_area .title {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  padding: 1px 5px;
}

.pick_up_area .date {
  background: url("../image/triangle.png") no-repeat 5px center;
  display: inline-block;
  padding-left: 15px;
}

.pick_up_area .info {
  display: inline-block;
  padding-left: 10px;
}

.sub_menu {
  position: absolute;
  right: 15px;
  top: 60px;
}

.sub_menu .menues {
  margin-left: 15px;
  padding-left: 30px;
  background: url("../image/triangle_bar.png") no-repeat left center;
}

.sub_menu .menues:first-child {
  padding-left: 15px;
  background: url("../image/triangle.png") no-repeat left center;
}

.sub_menu .menues a {
  font-size: 12px;
  color: black;
}

#top .content_wrap {
  width: 1120px;
  margin: 0 auto 50px;
}

#top .container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  margin-top: 20px;
}

#top .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

@media print, screen and (max-width: 767px) {
  #top .banner_area {
    margin-bottom: 15px;
  }
}

#top .banner_area .banner {
  width: 22.8%;
  margin-right: 2.8%;
  margin-bottom: 1.5em;
}

@media print, screen and (max-width: 767px) {
  #top .banner_area .banner {
    width: 48.25%;
    margin-right: 3.5%;
  }
}

#top .banner_area .banner img {
  margin-bottom: 15px;
}

#top .banner_area .banner .bana_title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #9a947e;
}

#top .banner_area .banner p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6em;
  margin: 0;
}

#top .banner_area .banner:nth-child(4n) {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  #top .banner_area .banner:nth-child(even) {
    margin-right: 0;
  }
}

#top .col-xs-15,
#top .col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

#top .col-xs-15 {
  width: 20%;
  float: left;
}

@media (max-width: 768px) {
  #top .col-sm-15 {
    width: 50%;
    float: left;
  }
}

#top .index {
  border-bottom: solid 1px #000000;
  margin-bottom: 40px;
}

#top .index img {
  float: left;
  width: 252px;
}

@media print, screen and (max-width: 767px) {
  #top .index img {
    width: 60%;
  }
}

#top .index .more {
  padding: 10px 10px 0 0;
  float: right;
  background: url("../image/triangle.png") no-repeat right 18px;
}

#top .index .more a {
  color: #000000;
}

#top .index .more a:hover {
  color: #8b8b8b;
}

#top .newslist dt {
  cursor: auto;
}

#side_left .side_menu {
  margin-bottom: 60px;
}

#side_left .side_menu li {
  border-bottom: 1px solid #e1e1e1;
}

#side_left .side_menu li:first-child {
  background: none;
  padding: 0 0 12px 5px;
  border-bottom: 3px solid #000000;
}

#side_left .side_menu li a {
  background: url("../image/triangle.png") no-repeat left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  font-size: 14px;
  display: block;
  padding: 15px 0 15px 20px;
}

#side_left .side_menu li a:hover {
  background: url("../image/triangle.png") no-repeat 7px center #f2f2f2;
}

#side_left .orderbox {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: linear-gradient(-45deg, #6e91a3 25%, transparent 25%, transparent 50%, #6e91a3 50%, #6e91a3 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  background-color: #7c9db0;
}

#side_left .orderbox .index {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

#side_left .orderbox .contactbox {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
}

#side_left .orderbox .contactbox .tel {
  margin: 0 auto;
  width: 175px;
  text-align: right;
  color: #eb6877;
  font-weight: bold;
  font-size: 20px;
  background: url("../image/tel_mark.png") no-repeat left center;
}

nav.global {
  margin-top: 2em;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 768px) {
  nav.global {
    display: none;
  }
}

nav.global .box {
  display: inline-block;
}

nav.global .box .parent {
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
}

nav.global .box .parent.current {
  color: #c83226;
}

nav.global .box .parent span.icon_search {
  background: url("../image/icon_search.png") no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 1.6em;
}

nav.global .box .child {
  display: none;
  position: absolute;
  left: 0;
  border: 1px solid #d9d9d9;
  padding: 1em;
  width: 100%;
  background: #ffffff;
}

nav.global .box .child.childSearch {
  padding: 2em 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

nav.global .box .child li {
  display: inline-block;
  margin-bottom: 0.5em;
}

nav.global .box .child li a {
  display: block;
  background: #eeeeee;
  border-radius: 5px;
  padding: 1em;
}

#drawer.drawer.sp .member_link {
  margin-bottom: 0;
}

#drawer.drawer.sp .box .parent {
  padding: 1em;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}

#drawer.drawer.sp .box .parent.current {
  color: #c83226;
}

#drawer.drawer.sp .box .child {
  display: none;
  left: 0;
  border: 1px solid #d9d9d9;
  padding: 1em;
  width: 100%;
  background: #ffffff;
}

#drawer.drawer.sp .box .child li {
  margin-bottom: 0.5em;
}

#drawer.drawer.sp .box .child li a {
  display: block;
  background: #eeeeee;
  border-radius: 5px;
  padding: 1em;
}

#drawer.drawer.sp .box .child.childSearch select {
  width: 100%;
}

#drawer.drawer.sp .links_sp a {
  display: block;
}

#drawer.drawer.sp .links_sp a:hover {
  opacity: 0.8;
}

section.order_nav {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5em 0;
  margin-top: 1em;
}

section.order_nav .asc:before {
  content: "高い順に";
}

section.order_nav .desc:before {
  content: "安い順に";
}

#footer {
  font-size: 14px;
  border-top: none;
  background: #f3f1ed;
  padding: 50px 0 0 0;
  /*フッター*/
}

@media print, screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 0 0;
  }
}

#footer .shop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 767px) {
  #footer .shop_info {
    display: inline-block;
  }
}

#footer .shop_info .store_area {
  width: 27.72%;
  margin-right: 9.66%;
}

@media print, screen and (max-width: 767px) {
  #footer .shop_info .store_area {
    width: 100%;
    margin-right: 0;
  }
}

#footer .shop_info .store_area .store .index {
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .shop_info .store_area .store .pic {
  margin-bottom: 10px;
}

#footer .shop_info .store_area .store .store_info {
  line-height: 1.6em;
}

#footer .shop_info .store_area .store .store_info .name {
  font-weight: bold;
  padding-right: 15px;
}

#footer .shop_info .store_area .store .store_info a {
  color: #0092c4;
  text-decoration: underline;
}

#footer .shop_info .store_area .calendar {
  height: 280px;
  margin-top: 30px;
  padding-top: 40px;
  position: relative;
}

#footer .shop_info .store_area .calendar .day {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 9999;
}

#footer .shop_info .store_area .calendar .day .box {
  width: 15px;
  height: 15px;
  background-color: #ffc0cb;
  float: left;
  margin-right: 5px;
}

#footer .shop_info .store_area .calendar .day p {
  display: block;
  float: left;
  font-weight: bold;
}

#footer .shop_info .itemmenu {
  width: 62.61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #footer .shop_info .itemmenu {
    display: none;
  }
}

#footer .shop_info .itemmenu ul {
  width: 28.57%;
  margin-bottom: 20px;
}

#footer .shop_info .itemmenu ul li {
  margin-left: 0;
  text-align: left;
  display: block;
}

#footer .shop_info .itemmenu ul li:first-child {
  font-weight: bold;
}

#footer .shop_info .itemmenu ul li a:hover {
  text-decoration: underline;
  color: #000000;
}

#footer .shop_info .itemmenu ul:last-child {
  width: 100px;
}

#footer .footer_bottom {
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  padding: 20px 0;
  margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom {
    margin-top: 40px;
  }
}

#footer .footer_bottom .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner {
    display: inline-block;
    width: 100%;
  }
}

#footer .footer_bottom .footer_inner .footer_menu_area {
  width: 30%;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .footer_menu_area {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

#footer .footer_bottom .footer_inner .footer_menu_area .footer_menu {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#footer .footer_bottom .footer_inner .footer_menu_area .footer_menu a {
  color: #ffffff;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .footer_menu_area .footer_menu a {
    font-size: 14px;
  }
}

#footer .footer_bottom .footer_inner .footer_payment {
  width: 45%;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .footer_payment {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
}

#footer .footer_bottom .footer_inner .footer_payment .payment_title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .footer_payment .payment_title {
    font-size: 14px;
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .footer_payment .payment_img {
    width: 75%;
    margin: 0 auto;
  }
}

#footer .footer_bottom .footer_inner .ssl {
  width: 10.28%;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_bottom .footer_inner .ssl {
    width: 135px;
    margin: 25px auto 0;
  }
}

#footer .footer_bottom .copyright {
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}

/* カテゴリランディングページ共通
----------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: none;
}

/*サブページカバー*/
.sub_cover {
  text-align: center;
  margin-bottom: 30px;
}

/*セクション*/
section {
  margin-bottom: 70px;
}

@media print, screen and (max-width: 767px) {
  section {
    margin-bottom: 30px;
  }
}

section:last-child {
  margin-bottom: 0;
}

/*ボタン_〇〇の商品を探す*/
.btn_search {
  width: 380px;
  margin: 0 auto 70px;
}

@media print, screen and (max-width: 767px) {
  .btn_search {
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
  }
}

.btn_search a {
  display: block;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 15px;
  background: url("../image/icon_arrow.png") no-repeat right 10px center #da2d49;
}

@media print, screen and (max-width: 767px) {
  .btn_search a {
    font-size: 17px;
  }
}

/* テキストタイトル */
.text-title_area {
  margin-bottom: 40px;
}

.text-title_area .text-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  position: relative;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .text-title_area .text-title {
    font-size: 21px;
  }
}

.text-title_area .text-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.text-title_area .text-title span.text {
  background-color: white;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}

.text-title_area .text-title span.text .f_red {
  color: #da2d49;
}

.text-title_area .title_catch {
  text-align: center;
}

/*英字と日本語のタイトル*/
/*配達日の注意*/
.notice {
  color: #ff0000;
  border: solid 1px #ff0000;
  border-radius: 5px;
  padding: 15px 15px 0;
  margin-top: 25px;
}

.notice .notice_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  background: url("../image/icon_notice.png") no-repeat left top;
  padding-left: 25px;
}

.notice p {
  font-size: 12px;
}

.notice.notice_center {
  width: 65%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .notice.notice_center {
    width: 100%;
  }
}

/*請求書&領収書*/
.receipt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .receipt {
    display: inline-block;
    margin-bottom: 0;
  }
}

.receipt .detail {
  width: 48.6%;
}

@media print, screen and (max-width: 767px) {
  .receipt .detail {
    width: 100%;
  }
}

.receipt .detail .index {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

@media print, screen and (max-width: 767px) {
  .receipt .detail .index {
    font-size: 21px;
    margin: 0 0 15px 0;
  }
  .receipt .detail .index br {
    display: none;
  }
}

.receipt .detail .index.f_pink {
  color: #c2006e;
}

.receipt .detail .index.f_blue {
  color: #091cac;
}

.receipt .detail .index.f_brown {
  color: #5e490d;
}

.receipt .detail .index.f_purple {
  color: #7554a9;
}

.receipt .detail .index.f_black {
  color: #333333;
}

.receipt .detail .index.f_brown_autumn {
  color: #5a381f;
}

.receipt .detail .index.f_brown_xmas {
  color: #431b0b;
}

.receipt .detail .index.f_brown_seibo {
  color: #1e1e1e;
}

.receipt .detail .index.f_green_higan_spring {
  color: #6d7a1f;
}

.receipt .detail .index.f_brown_whiteday {
  color: #411b04;
}

.receipt .detail .index.f_mother {
  color: #4f1d0e;
}

.receipt .detail .index.f_father {
  color: #222222;
}

.receipt .detail .index.f_summer {
  color: #192f60;
}

.receipt .detail .index.f_keirou {
  color: #5a2f00;
}

.receipt .detail .index.f_seijin {
  color: #402800;
}

.receipt .image {
  width: 48.6%;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .receipt .image {
    width: 100%;
    margin: 0 auto 15px;
  }
}

/*メッセージカード、名札・立札*/
.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .option {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}

.option .image {
  width: 48.6%;
  margin-right: 2.68%;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .option .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.option .detail {
  width: 48.6%;
}

@media print, screen and (max-width: 767px) {
  .option .detail {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.option .detail .notice .notice_title {
  padding-left: 0;
  background: none;
}

/*当日お急ぎ便バナー*/
.bnr {
  text-align: center;
  margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
  .bnr {
    width: 100%;
    margin-top: 0;
  }
}

/* フッター下の注文途中の商品表示 */
.recommend_purchase {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1em 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 767px) {
  .recommend_purchase {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em 0;
  }
}

.recommend_purchase .title {
  padding: 0.5em;
  font-size: large;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .recommend_purchase .title {
    padding: 0;
    margin-bottom: 0.2em;
    font-size: medium;
  }
}

.recommend_purchase .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  color: #ffffff;
}

@media print, screen and (max-width: 767px) {
  .recommend_purchase .product_info {
    padding-bottom: 0.3em;
  }
}

.recommend_purchase .product_info .photo {
  padding-right: 0.5em;
}

.recommend_purchase .toggle_btn {
  width: 30px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 1em;
  cursor: pointer;
  background: inherit;
  text-align: center;
}

.recommend_purchase .toggle_btn .down {
  display: none;
}

.recommend_purchase.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.recommend_purchase.open .up {
  display: none;
}

.recommend_purchase.open .down {
  display: inline;
}

section .message {
  width: 89.4%;
  margin: 0 auto 35px;
}

@media print, screen and (max-width: 767px) {
  section .message {
    width: 100%;
    margin: 0 auto 30px;
    background: url("../image/bg.png") no-repeat right 15px bottom 15px #fdfbf2;
    background-size: 20%;
  }
}

section .message .title {
  text-align: center;
}

section .message .title .en {
  font-size: 26px;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  section .message .title .en {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

section .message .title h2 {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  section .message .title h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

section .message .title p {
  width: 75%;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  section .message .title p {
    width: 100%;
    font-size: 14px;
  }
}

section .message p {
  width: 75%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  section .message p {
    width: 100%;
  }
}

.flower_type,
.scene_type,
.faq {
  margin-bottom: 50px;
}

.flower_type .title_center,
.scene_type .title_center,
.faq .title_center {
  text-align: center;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 767px) {
  .flower_type .title_center,
  .scene_type .title_center,
  .faq .title_center {
    margin-bottom: 15px;
  }
}

.flower_type .title_center .en,
.scene_type .title_center .en,
.faq .title_center .en {
  font-size: 23px;
  color: #c59333;
  font-style: italic;
  margin-bottom: 10px;
}

.flower_type .title_center .en.c_funeral,
.scene_type .title_center .en.c_funeral,
.faq .title_center .en.c_funeral {
  color: #687293;
}

@media print, screen and (max-width: 767px) {
  .flower_type .title_center .en,
  .scene_type .title_center .en,
  .faq .title_center .en {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 767px) {
  .flower_type .title_center .en img,
  .scene_type .title_center .en img,
  .faq .title_center .en img {
    font-size: 25px;
    width: 45%;
    height: auto;
  }
}

.flower_type .title_center .jp,
.scene_type .title_center .jp,
.faq .title_center .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  color: #c59333;
  font-weight: bold;
}

.flower_type .title_center .jp.c_funeral,
.scene_type .title_center .jp.c_funeral,
.faq .title_center .jp.c_funeral {
  color: #687293;
}

@media print, screen and (max-width: 767px) {
  .flower_type .title_center .jp,
  .scene_type .title_center .jp,
  .faq .title_center .jp {
    font-size: 24px;
  }
}

.flower_type .caption,
.scene_type .caption,
.faq .caption {
  width: 64.4%;
  margin: 0 auto 35px;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .flower_type .caption,
  .scene_type .caption,
  .faq .caption {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.flower_type .caption span,
.scene_type .caption span,
.faq .caption span {
  display: block;
  font-size: 14px;
  color: #ab8a00;
  padding-top: 10px;
}

ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.category li {
  width: 49.1%;
  text-align: center;
  margin-right: 1.6%;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  ul.category li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  ul.category li:last-child {
    margin-bottom: 0;
  }
}

ul.category li:last-child {
  margin-right: 0;
}

ul.category .mr00 {
  margin-right: 0;
}

ul.category li.row3 {
  width: 32.1%;
}

@media print, screen and (max-width: 767px) {
  ul.category li.row3 {
    width: 100%;
  }
}

.title_area {
  text-align: center;
  margin-bottom: 10px;
}

.title_area .catch,
.title_area .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title_area .catch {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media print, screen and (max-width: 767px) {
  .title_area .catch {
    margin-bottom: 3px;
  }
}

.title_area .title {
  font-size: 24px;
  color: #764721;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .title_area .title {
    font-size: 20px;
  }
}

.title_area .flower-language {
  background: #fff0f2;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 10px;
  margin: 5px 0 10px;
}

@media print, screen and (max-width: 767px) {
  .title_area .flower-language {
    font-size: 13px;
  }
}

.title_area .flower-language span.flower-language_title {
  color: #eb7b97;
  background: url("../image/icon_flower_pink.png") no-repeat right center;
  padding-right: 16px;
  margin-right: 7px;
}

.title_area .detail {
  text-align: left;
  padding-top: 5px;
}

@media print, screen and (max-width: 767px) {
  .title_area .detail {
    padding-top: 2px;
  }
}

.title_area .detail_ac {
  text-align: center;
  padding-top: 5px;
}

@media print, screen and (max-width: 767px) {
  .title_area .detail_ac {
    padding-top: 2px;
  }
}

.title_area .advice_area {
  background: #fffcf1;
  border-radius: 7px;
  padding: 10px 15px 15px;
  text-align: left;
  margin-top: 5px;
}

.title_area .advice_area .advice_title {
  margin-bottom: 10px;
}

.product_bnr a {
  display: block;
}

.product_bnr a img {
  width: 100%;
  height: auto;
}

.product_bnr a .name {
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  background: url("../image/arrow.png") no-repeat right 10px center #700405;
  padding: 10px 25px 10px 10px;
}

@media print, screen and (max-width: 767px) {
  .product_bnr a .name {
    font-size: 17px;
  }
}

.scene {
  background: #fcf8ed;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}

.scene .text {
  font-size: 14px;
}

.link {
  margin-top: 15px;
}

@media print, screen and (max-width: 767px) {
  .link {
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.link a {
  background: url("../image/icon_arrow1.png") no-repeat left center;
  padding-left: 17px;
}

ul.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  ul.price {
    width: 100%;
  }
}

ul.price li {
  width: 48.6%;
  height: auto;
  margin-right: 2.8%;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  ul.price li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  ul.price li:last-child {
    margin-bottom: 0;
  }
}

ul.price li .price_caption {
  font-size: 17px;
  color: #764721;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  ul.price li .price_caption {
    margin-bottom: 5px;
    padding-top: 5px;
  }
}

ul.price li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #eaddbe;
  background: #fefbf1;
}

ul.price li .image {
  width: 57%;
}

@media print, screen and (max-width: 767px) {
  ul.price li .image {
    width: 35%;
  }
}

ul.price li .image img {
  width: 100%;
  height: auto;
}

ul.price li .text {
  width: 42%;
  font-size: 19px;
  color: #764721;
  text-align: left;
  background: url("../image/arrow_brown.png") no-repeat right 10px center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  ul.price li .text {
    width: 65%;
    font-size: 16px;
    padding: 15px 30px 15px 15px;
  }
}

ul.price li:nth-child(even) {
  margin-right: 0;
}

ul.price_row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  ul.price_row3 {
    width: 100%;
  }
}

ul.price_row3 li {
  width: 32.1%;
  height: auto;
  border: solid 1px #eaddbe;
  background: #fefbf1;
  margin-right: 1.85%;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  ul.price_row3 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  ul.price_row3 li:last-child {
    margin-bottom: 0;
  }
}

ul.price_row3 li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.price_row3 li .image {
  width: 57%;
}

@media print, screen and (max-width: 767px) {
  ul.price_row3 li .image {
    width: 35%;
  }
}

ul.price_row3 li .image img {
  width: 100%;
  height: auto;
}

ul.price_row3 li .text {
  width: 42%;
  font-size: 19px;
  color: #764721;
  text-align: left;
  background: url("../image/arrow_brown.png") no-repeat right 10px center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  ul.price_row3 li .text {
    width: 65%;
    font-size: 16px;
    padding: 15px 30px 15px 15px;
  }
}

ul.price_row3 li:nth-child(3n) {
  margin-right: 0;
}
/*# sourceMappingURL=customize.css.map */