@charset "UTF-8";

.plan-course-list3 li a {
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

/* NOTE 基本的に smartphone と not-smartphone、desktop と not-desktop の組み合わせで使う */
/* layout_tableをクリア */
.FS2_body_Goods_flower-subscription .layout_table {
  width: inherit;
  margin: 0 auto;
}

/* パンくずの余白を調整 */
.FS2_body_Goods_flower-subscription .FS2_breadcrumbs {
  padding-left: 10px;
}

/* 見出し・テキスト */
.flower-subscription h1,
.flower-subscription h2,
.flower-subscription h3,
.flower-subscription h4 {
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
}

.flower-subscription h1 {
  font-size: 36px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  margin-top:0;
}

.flower-subscription h2 {
  font-size: 24px;
  color: #442e0b;
  margin-bottom: 40px;
}

.flower-subscription h3 {
  font-size: 20px;
  color: #776530;
  border-bottom: 1px solid #afa68b;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.flower-subscription h4 {
  font-size: 18px;
  color: #45443C;
  padding: 10px 0 5px 0;
}

.layout-centering > h2,
.layout-wide > h2 {
  margin-top: 20px;
}

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

.flower-subscription .br::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 520px) {
  .flower-subscription p + p {
    margin-top: 20px;
  }
}

/* レイアウト */
.flower-subscription p {
  font-size: 15px;
  line-height: 1.8;
}

.flower-subscription .layout-centering {
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .flower-subscription .layout-centering {
    width: 1000px;
  }
}
@media not screen and (min-width: 1020px) {
  .flower-subscription .layout-centering {
    padding: 0 15px 40px;
  }
}

.flower-subscription .layout-centering-1240 {
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  .flower-subscription .layout-centering-1240 {
    width: 1240px;
  }
}

.flower-subscription .layout-wide {
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.flower-subscription .text-center {
  text-align: center;
}

.flower-subscription .flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flower-subscription .flex-stretch {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

/* ボタン、リンク */
.flower-subscription a:link,
.flower-subscription a:visited {
  text-decoration: none;
}

div.category-link-primary-btn {
  background-color: #ae986e;
  width: 400px;
  text-align: center;
  margin: 40px auto;
  position: relative;
}

div.category-link-primary-btn a {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  display: block;
}

div.category-link-primary-btn a:hover {
  background-color: #7d6e51;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: 0.8s; /*ふわっとさせる指定*/
}

div.category-link-primary-btn a::after {
  transform: rotate(135deg);
}

div.category-link-primary-btn a::after {
  content: "";
  width: 0.6153846154em;
  height: 0.6153846154em;
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: calc(0.2em - 0.5px + 50% - 0.5em);
  right: calc(0.1453900709em - 0.5px + 1.3em);
  position: absolute;
  transition-duration: 0.3s;
}

 .premium-category-btn_wrap div.category-link-primary-btn a::after {
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(-135deg);
  right: calc(0.7em - 0.5px + 1.3em);
}


div.category-link-primary-btn .arrow_large_u::after {
  transition-duration: 0.3s;
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: -15%;
  right: 7%;
  margin-top: 35px;
  transform: rotate(45deg);
}

.teiki-category-link-btn,
.brand-concept-link-btn {
  display: inline-block;
  padding: 15px 40px;
  border: solid 1px #000;
  position: relative;
  float: right;
  font-size: 14px;
}

.link-btn-wrapper a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 30px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#secondary-visual .link-btn-wrapper {
  margin-top: 20px;
}

#customize .link-btn-wrapper {
  margin-top: 50px;
}

/* 矢印装飾など */
.flower-subscription .arrow_r {
  position: relative;
  display: block;
}

.flower-subscription .arrow_r:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #442e0b;
  border-right: solid 1px #442e0b;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.flower-subscription .arrow_u {
  position: relative;
  color: #333;
  text-decoration: none;
}

.flower-subscription .arrow_u:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 78%;
  left: 45%;
  margin-top: 35px;
  transform: rotate(45deg);
}

.subscription-table .arrow_r{
    margin:10px;

}


.subscription-table .arrow_r:after {
    right: 62px;
    margin-top: -4px;
    transform: rotate(135deg);
}


.two-types-of-plans-wrapper .arrow_u:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}


.flower-subscription .arrow_small_u:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #442e0b;
  border-right: solid 1px #442e0b;
  transform: rotate(135deg);
}

/* メインビジュアルエリア */
.main-visual-rotation {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 480px;
  z-index: 1;
}

.main-visual-rotation img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}


.flower-base .main-visual-rotation {
  width: 50%;
  height: auto;
  z-index: 1;
}

.flower-base .main-visual-rotation img {
  width: 100%;
  height:100%;
  object-fit: cover;
}

.main-visual-title {
  width: 330px;
  display: inline-block;
  position: absolute;
  top: 380px;
  left: 120px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.4);
  z-index: 2;
}

.main-visual-title span {
  font-size: 20px;
}

/* 定期便の特徴 */
.feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}

.flower-base .feature-container{
 margin-top:40px !important;
}

.flower-base h2 {
   position: relative;
  display: inline-block;
  padding: 0 45px;
}

.flower-base h2:before, .flower-base h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #404040;

}
.flower-base h2:before {
  left:0;
    -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.flower-base h2:after {
  right: 0;
    -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}


.flower-base h3{
    margin: 20px 0 40px;
}

.feature-text li{
    margin-bottom: 35px;
    margin-left: 20%;
    font-size: 15px;
    list-style: disc;
    text-align: left;
}

@media screen and (min-width: 1020px) {
  .feature-container {
    width: 1000px;
  }
}

.feature-container:last-child {
  margin: 0 auto;
}

@media screen and (min-width: 1020px) {
  .feature-text {
    width: 48%;
  }
}

.feature-item-title {
  font-weight: bold;
  color: #afa68b;
  font-size: 20px !important;
  letter-spacing: 0.1em;
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.feature-image {
  width: 480px;
}

@media not screen and (min-width: 1020px) {
  .feature-left-image, .feature-right-image {
    width: 480px;
    display: block;
    margin: 10px auto 20px;
  }
}

/* プランインデックスエリア */
.two-types-of-plans-wrapper {
  margin: 40px 0 70px;
}

.two-types-of-plans {
  width: 38%;
  display: inline-table;
  padding:20px;
}

.two-types-of-plans .plan-sub-title{
  color: #fff;
  mix-blend-mode: hard-light;
  
}

@media screen and (min-width: 1020px) {
  .two-types-of-plans {
    height: 450px;
  }
}

.two-types-of-plans .plan-index-box {
  background: #fff;
  opacity: 0.88;
  position: relative;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 12px;
}

@media screen and (min-width: 1020px) {
  .basic-article .plan-index-box {
    top: 70px;
  }
  
   .premium-article .plan-index-box {
    top: 0px;
  }
}

.two-types-of-plans .plan-index-box a {
  display: block;
  padding: 20px 20px;
}

.two-types-of-plans .plan-index-box:hover {
  opacity: 0.8;
  transition: 0.3s; /*ふわっとさせる指定*/
}

.basic-article {
  background: url(../../images/feature/flower-subscription/plan-image-basic.jpg) center no-repeat;
  margin-right: 20px;
}

.basic-article:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.15); /*半透明のフィルターをかける*/
}

.premium-article {
  background: url(../../images/feature/flower-subscription/plan-image-premium.jpg) center no-repeat;
}

 .premium-article:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.15); /*半透明のフィルターをかける*/
}

.two-types-of-plans .plan-index-box .plan-detail,
.plan-main-title-header .plan-detail {
  border: 1px solid #000;
  padding: 2px 10px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}

.two-types-of-plans .plan-index-box .plan-title {
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-size: 20px;
}

.plan-detail.flowerbase{
   margin: 0 10px;
    background-color: #885a61;
    border: 1px solid #885a61 !important;
    border-radius: 10px;
    color: #fff;
}


/***　早見表 ***/
 
.subscription-table {
 width:1000px;
 table-layout: fixed;
   border: none !important;
    border-collapse: separate;
    border-spacing: 4px 4px;
    margin: 20px auto;
    font-size: 15px;
}


.subscription-table th {
   border: none !important;
}

.subscription-table tbody td {
  border: none !important;
  background-color:#F8F7F3 !important;
}

.heading-line{
    margin: 10px 10px 15px;
    display: block;
}


.btn-small a {
	background-color: #ddd8c9;
	border: 1px solid #ddd8c9;
	border-radius: 35px;
	padding: 10px 35px 10px 20px;
	font-size: 13px;
}

.btn-small a:hover {
	background-color: #eeebe4;
	border: 1px solid #eeebe4;
}

/*プレミアム詳細*/
 .premium-detail h2{
     font-size:25px;
     
  }


/* ヘッダー */
.subscription-table thead th {
  font-weight: bold;
  color:#fff !important;
  border-radius: 5px 5px 5px 5px;
  background:#AE986E;
  height: 100px;
}

/* フッター（比較表と色つけたとき用） */
.subscription-table tfoot td {
border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.subscription-table tbody th {
  border-radius: 5px 5px 5px 5px;
  background:#ddd8c9;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height:4.5em;
  font-weight: normal;
}


 
/* ボディデータ */
.subscription-table tbody td {
 text-align:center;
}
 
.subscription-table thead th:first-child  {
  background:none;
}

 
/* 最終行のボーダーをなくす */
.subscription-table tbody tr:last-child th,
.subscription-table tbody tr:last-child td {
 border-bottom:none !important;
}

/* スマホ調整 */
@media (max-width: 767px) {
 .subscription-table {
 width:100%;
 font-size:12px;
 border-spacing: 2px 2px;
 }

  .subscription-table thead th,
  .subscription-table tbody th {
      padding:0;
      border-bottom: 0 !important;
  }
  .subscription-table tfoot td {
  padding:0;
  font-size:0.9em;
  }
  
  .heading-line {
    margin: -15px 10px 15px;
}
  
.subscription-table tfoot td:nth-child(2) {
   font-size:1em;
  }
  
.subscription-table .arrow_r {
    margin: 0;
}

.btn-small a {
    padding: 10px 10px 20px 10px;
    font-size: 12px;
}

.subscription-table .arrow_r:after {
    transform: rotate(135deg) !important;
    left: 47% !important;
    top:130% !important;
}

.subscription-table thead th {
    height: 130px;
}
  
}

/* 各プランサービス説明エリア */
.flower-subscription section {
  padding: 0 0 40px 0;
}

.flower-subscription section .plan-main-title-header {
  background-color: #afa68b;
  padding: 20px 0;
  text-align: center;
}

.premium-detail .plan-main-title-header{
 padding:0.5em 0; /*上下の余白 左右の余白*/
 border-top:double 7px #ad986e; /*線の種類 太さ 色*/
 border-bottom:double 7px #ad986e; /*線の種類 太さ 色*/
 background-color: #f7f6f5 !important;
}

.flower-subscription section h2 {
  font-size: 28px;
  margin: 0 0;
  padding: 0 0 10px;
}

.flower-subscription section + section {
  border-top: 1px solid #dededd;
}

.flower-subscription section.basic,
.flower-subscription section.premium {
  background: #f7f6f5;
}

div#customize {
  background-color: #efe8e8;
}

.plan-sub-title {
  color: #e2dfd6;
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: normal;
  font-size: 22px !important;
  letter-spacing: 0.2em;
}

.plan-main-title-header .plan-detail {
  font-size: 14px;
  width: 240px;
  padding: 5px 10px;
}
@media screen and (min-width: 520px) {
  .plan-main-title-header .plan-detail {
    margin-right: 10px;
  }
}

.plan-main-title-header span:last-child {
  margin-right: 0px;
}

.plan-description-box {
  width: 48%;
  float: left;
  margin: 10px;
}

.plan-description-text {
  text-align: left;
}

/* ご利用事例紹介 */
.review-container {
  padding: 20px 30px;
  text-align: left;
  margin: 40px 0;
  overflow: hidden;
}

.review-text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #5c4f3d;
}
@media screen and (min-width: 1020px) {
  .review-text {
    width: 800px;
    left: 150px;
    margin-left: -130px;
  }
}
@media not screen and (min-width: 1020px) {
  .review-text {
    padding: 20px;
    clear: both;
    width: 100%;
  }
}

.review-text:before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 1020px) {
  .review-text:before {
    top: 50%;
    left: -25px;
    margin-top: -40px;
    border: 12px solid transparent;
    border-right: 25px solid #ffffff;
  }
}
@media not screen and (min-width: 1020px) {
  .review-text:before {
    top: -10px;
    left: 30px;
    margin-top: 0px;
    border: 15px solid transparent;
    border-left: 15px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.review-icon-image {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 120px;
  float: left;
  margin-right: 20px;
}
@media not screen and (min-width: 1020px) {
  .review-icon-image {
    width: 80px;
    margin: 0 20px 20px 0;
  }
}

.image-text-container {
  width: 320px;
  min-height: 400px;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #e2e1dc;
}
@media not screen and (min-width: 1020px) {
  .image-text-container {
    width: auto;
    margin: 0 auto;
    max-width: 480px;
  }
}

.image-text-container img {
  margin: 20px auto;
  max-width: 100%;
}

.image-text-container p {
  text-align: left;
}

.plan-name {
  border-left: 5px solid #afa68b;
  padding-left: 10px;
}

/* プラン特典とお届け一例 */
.flower-subscription .aside {
  background: #ece7e1;
  padding: 80px 20px 30px;
}

#basic-plan-benefits,
#premium-plan-benefits {
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}

/* プラン概要 */
.plan-overview-wrapper {
  margin-bottom: 15px;
}

.plan-overview-left,
.plan-overview-right {
  width: 49%;
  background-color: #fff;
  padding: 30px 20px;
}

.plan-overview-left-inner,
.plan-overview-right-inner {
  font-size: 20px !important;
  color: #98855d;
}

.plan-overview-text-box {
  background: #fff;
  padding: 30px 20px;
}

.start-subscription .plan-overview-text-box {
  background: #F8F7F3 !important;
  }

@media screen and (min-width: 1000px) {
  .plan-overview-text-box {
    width: 32%;
    min-height: 400px;
  }
}
@media not screen and (min-width: 1000px) {
  .plan-overview-text-box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.plan-overview-text-box img {
  margin: 20px auto;
  max-width: 110px;
}

@media not screen and (min-width: 1000px) {
  .plan-overview-text-box p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .plan-overview-text-box p {
    text-align: left;
  }
}

/* プラン各コースリスト */
.plan-course-list3 {
  padding: 40px 0 40px;
}

.plan-course-list3 > li {
  width: 30%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: 0.3s; /*ふわっとさせる指定*/
}

.plan-course-list3 ul.list-column {
  margin-top: 80px;
}

.plan-course-list3 ul.list-column li {
  background-color: #ddd8c9;
  margin-bottom: 15px;
}

.plan-course-list3 li a {
  color: #282727;
  display: block;
  padding: 15px;
  font-size: 15px;
}
@media not screen and (min-width: 520px) {
  .plan-course-list3 li a {
    padding: 15px 10px;
    font-size: 12px;
  }
}

.plan-course-list3 li a:hover {
  background-color: #eeebe4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: 0.3s; /*ふわっとさせる指定*/
}

/* ギャラリー */
#wrap p {
  margin-top: 0px;
}

.flower-gallery {
  margin: 0 auto 50px;
  max-width: 580px;
}
@media screen and (min-width: 1240px) {
  .flower-gallery {
    max-width: 1240px;
  }
}

.flower-gallery img {
  width: 280px;
  margin-bottom: 10px;
}
@media not screen and (min-width: 580px) {
  .flower-gallery img {
    width: 100%;
  }
}

.flower-gallery span {
  display: block;
}

@media not screen and (min-width: 1240px) {
  .flower-gallery p {
    display: inline;
    width: calc(50% - 10px);
  }
}

.flower-gallery-addition {
  padding: 40px 0;
  margin: 40px 0 0;
  background: #f7f6f5;
}
@media screen and (min-width: 1240px) {
  .flower-gallery-addition {
    width: 1240px;
  }
}

.gallery-plan-title {
  color: #776530;
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 17px !important;
}

.gallery-hide {
  display: none;
}

button.gallery-more {
  width: 300px;
  margin: 20px auto;
  display: block;
  border: solid 1px #000;
  color: #000;
  padding: 15px 40px;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
  font-size: 14px;
  background: none;
}

button.gallery-more::after {
  content: "ギャラリーをもっと見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.gallery-more.on-click::after {
  content: "閉じる";
}

/* よくある質問エリア */
ul.flower-subscription-faq {
  margin: 0 auto;
  text-align: left;
  max-width: 780px;
}

ul.flower-subscription-faq li {
  list-style: none;
  margin-top: 30px;
}

ul.flower-subscription-faq li:first-child {
  margin-top: 0;
}

ul.flower-subscription-faq .question {
  position: relative;
  margin: 0;
  padding: 16px 16px 16px 50px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid;
  background-color: #efeeeb;
  border-color: #DDD;
}

ul.flower-subscription-faq .question:hover {
  text-decoration: underline;
}

ul.flower-subscription-faq .question::before {
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #ae986e;
}

ul.flower-subscription-faq .question:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out; /* 要素の動きを指定 */
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); /* 要素の角度を指定 */
}

ul.flower-subscription-faq .question.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%; /* .openクラスがついた時の要素の角度を指定 */
}

ul.flower-subscription-faq .answer {
  padding: 16px 16px 16px 50px;
  font-size: 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #DDD;
  position: relative;
}

ul.flower-subscription-faq .answer::before {
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #3285bf;
  font-size: 14px;
  margin-top: 5px;
}

ul.flower-subscription-faq .answer a:link {
  text-decoration: underline !important;
}

.flower-subscription .seasonal-flower-img {
  margin-right: 16px;
}

ul.flower-subscription-faq .question-premium {
  position: relative;
  margin: 0;
  padding: 16px 16px 16px 50px;
  font-size: 15px;
  border: 1px solid;
  background-color: #efeeeb;
  border-color: #DDD;
  border-radius: 30px;
}


ul.flower-subscription-faq .question-premium::before {
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #ae986e;
}

/*プレミアムプラン専用の質問*/
.circle{
width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #efeeeb;
    margin: 10px auto;
    box-shadow: inset 0 0 2px rgba(0,0,0,3);
}


.premium-category-btn_wrap{
        margin: 0 5% 50px;
}

.premium-category-btn_wrap .category-link-primary-btn{
    background-color: #ddd8c9;
}

.premium-category-btn_wrap .category-link-primary-btn a{
    color: #333;
    font-size: 15px;
}

.premium-category-btn_wrap .category-link-primary-btn a:hover {
	background-color: #eeebe4;
	display: block;
}

.category-link-primary-btn span{
    display: block;
    color: #776530;
    padding-bottom: 5px;
    font-size: 13px;
}

@media screen and (min-width: 1020px) {
  .flower-subscription .seasonal-flower-img {
    width: 520px;
  }
}
@media not screen and (min-width: 1020px) {
  .flower-subscription .seasonal-flower-img {
    width: 30%;
  }
}
@media screen and (min-width: 520px) {
  .flower-subscription .seasonal-flower-img {
    float: left;
  }
}
@media not screen and (min-width: 520px) {
  .flower-subscription .seasonal-flower-img {
    width: 345px;
    margin: 0 auto;
  }
}

/* お問い合わせご案内エリア */
.flower-subscription #contact {
  padding-bottom: 0;
  border-top: 1px solid #ebe7e1;
}
@media not screen and (min-width: 1020px) {
  .flower-subscription #contact {
    padding: 40px 0px 0px;
  }
}

.flower-subscription #contact .flex-item-box {
  width: 50%;
  padding: 50px;
  color: #fff;
  font-size: 17px;
}
@media not screen and (min-width: 1020px) {
  .flower-subscription #contact .flex-item-box {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}

.flower-subscription #contact .flex-item-box.left-image {
  background: url(../../images/feature/flower-subscription/fullcustomize_scene05.jpg) 0/100% no-repeat border-box rgba(0, 0, 0, 0.3);
  object-fit: cover;
  background-blend-mode: darken;
}

.flower-subscription #contact .flex-item-box.right-image {
  background: url(../../images/feature/flower-subscription/fullcustomize_scene04.jpg) 0/100% no-repeat border-box rgba(0, 0, 0, 0.3);
  object-fit: cover;
  background-blend-mode: darken;
}

.flower-subscription #contact .contact-form,
.flower-subscription #contact .contact-phone {
  border: 1px solid #fff;
  width: 300px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1607843137);
  margin: 20px 0;
}

.flower-subscription #contact .contact-form a {
  color: #fff;
  padding: 15px 20px;
  display: block;
  font-size: 20px;
}

.flower-subscription #contact .contact-phone a {
  color: #fff;
  padding: 15px 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}

/* 花のコラム＆ブログ紹介エリア */
.flower-subscription #column {
  background: #f6f6f4;
}

.column-text {
  text-align: left;
  padding-bottom: 50px;
}
@media not screen and (min-width: 520px) {
  .column-text {
    padding-top: 50px;
    clear: both;
  }
}

.column-flower-image {
  margin: 40px 0;
}
@media not screen and (min-width: 1020px) {
  .column-flower-image {
    clear: both;
  }
}

@media not screen and (min-width: 1020px) {
  .column-flower-image.flex {
    justify-content: center;
  }
}

.column-flower-image img {
  width: 150px;
}
@media not screen and (min-width: 1020px) {
  .column-flower-image img {
    margin: 6px;
  }
}
@media not screen and (min-width: 520px) {
  .column-flower-image img {
    width: calc(32% - 12px);
  }
}

@media not screen and (min-width: 520px) {
  .flower-subscription .blog {
    padding-top: 50px;
  }
}

.blog-list {
  border-top: #dedcce 1px solid;
}

.flower-subscription__list--blog {
  margin: 0 20px;
}

.flower-subscription__list--blog {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}

.flower-subscription__list-item--blog:not(:nth-child(3n)) {
  margin-right: 65px;
}

.flower-subscription__list-item--blog {
  width: 26%;
}

.flower-subscription__blog-thumbnail img {
  max-width: 100%;
  width: 100%;
}

.flower-subscription__blog-title {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 520px) {
  .flower-subscription__blog-title {
    margin-top: 20px;
  }
}

/* ブランド紹介エリア */
#brand-information {
  background-color: #efeeeb;
}

#brand-information p {
  width: 700px;
  float: left;
}

/* ふわっと表示させるjqueryのための記述 */
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* スライダーjqueryのための記述 */
.flower-subscription .flexslider {
  max-width: 540px;
}

.flower-subscription .flexslider .slides li {
  margin-right: 5px;
}

.flower-subscription .flex-control-nav {
  bottom: -55px;
}

/*---------- モバイル ----------*/
@media not screen and (min-width: 520px) {
  /* 見出し・テキスト */
  .flower-subscription h1,
  .flower-subscription h2,
  .flower-subscription h3,
  .flower-subscription h4 {
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: normal;
  }
  .flower-subscription h1 {
    font-size: 28px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    margin-top: 0px;
  }
  .flower-subscription h2 {
    font-size: 22px;
    color: #442e0b;
    margin-bottom: 40px;
  }
  
  .flower-subscription h3 {
    font-size: 4.2vw;
    color: #776530;
    border-bottom: 1px solid #afa68b;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  .flower-subscription h4 {
    font-size: 18px;
    color: #45443C;
    padding: 10px 0 5px 0;
  }
  .layout-centering > h2,
  .layout-wide > h2 {
    margin-top: 20px;
  }
  .notice-text {
    font-size: 11px;
  }
  .flower-subscription .br::before {
    content: "\a";
    white-space: pre;
  }
  /* レイアウト */
  .flower-subscription p {
    font-size: 14px;
    line-height: 2em;
  }
  .flower-subscription .layout-centering {
    margin: 0 auto;
    padding: 40px 15px;
    overflow: hidden;
  }
  .flower-subscription .layout-wide {
    margin: 0 auto;
    overflow: hidden;
  }
  .flower-subscription .text-center {
    text-align: center;
  }
  .flower-subscription .flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  /* ボタン、リンク */
  .flower-subscription a:link,
  .flower-subscription a:visited {
    text-decoration: none;
  }
  div.category-link-primary-btn {
    background-color: #ae986e;
    width: 90%;
    text-align: center;
    margin: 40px auto;
    position: relative;
  }
  div.category-link-primary-btn a {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    display: block;
  }
  div.category-link-primary-btn a:hover {
    background-color: #7d6e51;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: 0.8s; /*ふわっとさせる指定*/
  }
  div.category-link-primary-btn a::after {
    transform: rotate(135deg);
  }
  div.category-link-primary-btn a::after {
    content: "";
    width: 0.6153846154em;
    height: 0.6153846154em;
    display: block;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: calc(0.2em - 0.5px + 50% - 0.5em);
    right: calc(0.1453900709em - 0.5px + 1.3em);
    position: absolute;
    transition-duration: 0.3s;
  }
  div.category-link-primary-btn .arrow_large_u::after {
    transition-duration: 0.3s;
    content: "";
    width: 11px;
    height: 11px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: -18%;
    right: 6%;
    margin-top: 35px;
    transform: rotate(45deg);
  }
  .teiki-category-link-btn,
  .brand-concept-link-btn {
    display: inline-block;
    padding: 15px 40px;
    border: solid 1px #000;
    position: relative;
    float: right;
    font-size: 14px;
  }
  .link-btn-wrapper a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 30px;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #secondary-visual .link-btn-wrapper,
  #customize .link-btn-wrapper,
  #brand-information .link-btn-wrapper {
    padding-top: 30px;
    clear: both;
  }
  /* 矢印装飾など */
  .flower-subscription .arrow_r {
    position: relative;
    display: block;
  }
  .flower-subscription .arrow_r:after {
    content: "";
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #442e0b;
    border-right: solid 1px #442e0b;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .flower-subscription .arrow_small_u:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #442e0b;
    border-right: solid 1px #442e0b;
    transform: rotate(135deg);
  }
  /* メインビジュアルエリア */
  .main-visual-rotation {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
  }
  .main-visual-rotation img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 50% 0%;
  }
  .main-visual-title {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 380px;
    left: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.4);
    z-index: 2;
  }
  .main-visual-title span {
    font-size: 20px;
  }
  /* 定期便の特徴 */
  .feature-item-title {
    font-weight: bold;
    color: #afa68b;
    font-size: 17px !important;
    letter-spacing: 0.1em;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  }
  
  /* 花瓶プレゼント */
  .flower-base h2 {
    margin-bottom: 20px;
  }
  
  .flower-base .main-visual-rotation {
  width: 100%;
}
  
  
  .flower-base .main-visual-rotation img {
  width: 100%;
}
  
  
   .flower-base h3 {
    margin: 50px 0 30px;
}
  
   .flower-base .feature-container {
    margin-top:  0px !important;
    display: block;
}

.feature-text li {
    margin-left: 12%;
    margin-bottom: 25px;
}

.flower-base.layout-wide {
    padding: 0;
}

  
  /* プランインデックスエリア */
  .two-types-of-plans-wrapper {
    margin: 40px 0;
  }
  .two-types-of-plans {
    width: 47%;
    height: 560px;
    display: inline-table;
    padding: 10px;
  }
  .two-types-of-plans .plan-index-box {
    background: #fff;
    opacity: 0.8;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.7em;
    padding: 12px 10px;
  }
  
      .basic-article .plan-index-box {
        top: 100px;
    }
  
  .two-types-of-plans .plan-index-box a {
    display: block;
    padding: 20px 20px 50px;
  }
  .two-types-of-plans .plan-index-box:hover {
    opacity: 0.7;
    transition: 0.3s; /*ふわっとさせる指定*/
  }
  
  .two-types-of-plans .plan-sub-title{
  margin-bottom:15px !important;
    
}

.flower-subscription .arrow_u:after {
    top: 84%;
   }
  
  .basic-article {
    background: url(../../images/feature/flower-subscription/plan-image-basic.jpg) center no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  .premium-article {
    background: url(../../images/feature/flower-subscription/plan-image-premium.jpg) center no-repeat;
    background-size: cover;
  }
  .two-types-of-plans .plan-index-box .plan-detail,
  .plan-main-title-header .plan-detail {
    border: 1px solid #000;
    padding: 2px 5px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .two-types-of-plans .plan-index-box .plan-title {
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-size: 18px;
  }
  .two-types-of-plans .plan-index-box .plan-price {
    font-size: 12px;
    line-height: 1.4em;
  }
  /* ご利用事例紹介 */
  .review-container {
    padding: 20px 15px;
    text-align: left;
    margin: 20px 0;
    overflow: hidden;
  }
  /* 各プランサービス説明エリア */
  .flower-subscription section .plan-main-title-header {
    background-color: #afa68b;
    padding: 20px 0;
    text-align: center;
  }
  .flower-subscription section h2 {
    font-size: 24px;
    margin: 0 0;
    padding: 0 0 10px;
  }
  section + section {
    border-top: 1px solid #dededd;
  }
  section.basic, section.premium {
    background: #f7f6f5;
  }
  div#customize {
    background-color: #efe8e8;
  }
  .plan-sub-title {
    color: #e2dfd6;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    font-size: 22px !important;
    letter-spacing: 0.2em;
  }
  .plan-main-title-header .plan-detail {
    font-size: 12px;
    width: 210px;
    padding: 5px 10px;
  }
  .plan-main-title-header span:last-child {
    margin-right: 0px;
  }
  .plan-description-box {
    width: 48%;
    float: left;
    margin: 10px;
  }
  .plan-description-text {
    text-align: left;
  }
  
  .premium-top-header1{
     margin-top:15px;  
    }
     
    .premium-plan-top .premium-category-btn_wrap {
    margin: 0 0 50px;
}

.premium-plan-top .category-link-primary-btn {
    width:100%;
    margin: 20px auto;     
}

.premium-plan-top .flex {
    display:flex;

}
  
  /* プラン特典とお届け一例 */
  .flower-subscription .aside {
    background: #ece7e1;
    padding: 60px 20px 30px;
  }
  #basic-plan-benefits,
  #premium-plan-benefits {
    overflow: hidden;
    position: relative;
    margin-top: -40px;
  }
  #basic-plan-benefits .aside .benefit-image,
  #premium-plan-benefits .aside .benefit-image {
    margin-bottom: 30px;
  }
  .flower-sample-img img {
    width: 32%;
  }
  .flower-sample-img + div {
    margin-top: 5px;
  }
  /* プラン概要 */
  .plan-overview-wrapper {
    margin-bottom: 15px;
  }
  .plan-overview-left,
  .plan-overview-right {
    width: 49%;
    background-color: #fff;
    padding: 20px 20px;
    min-height: 200px;
  }
  .plan-overview-left-inner,
  .plan-overview-right-inner {
    font-size: 16px !important;
    color: #98855d;
    margin-top: 15px;
  }
  .plan-overview-text-box img {
    margin: 20px auto;
    max-width: 110px;
  }
  /* プラン各コースリスト */
  .plan-course-list3 {
    padding: 40px 0 40px;
  }
  .plan-course-list3 > li {
    width: 31%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s; /*ふわっとさせる指定*/
  }
  .plan-course-list3 ul.list-column {
    margin-top: 80px;
  }
  .plan-course-list3 ul.list-column li {
    background-color: #ddd8c9;
    margin-bottom: 15px;
  }
  .plan-course-list3 li a:hover {
    background-color: #eeebe4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s; /*ふわっとさせる指定*/
  }
  /* ギャラリー */
  .flower-gallery {
    margin-bottom: 10px;
  }
  .flower-gallery p {
    margin-bottom: 20px;
    font-size: 12px !important;
  }
  .flower-gallery img {
    margin-bottom: 10px;
  }
  .flower-gallery p:last-child {
    position: relative;
    right: -9px;
  }
  .flower-gallery span {
    display: block;
  }
  .flower-gallery-addition {
    padding: 40px 10px;
    margin: 40px 0 0;
    background: #f7f6f5;
  }
  .gallery-plan-title {
    color: #776530;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 15px !important;
  }
  .gallery-hide {
    display: none;
  }
  button.gallery-more {
    width: 300px;
    margin: 20px auto;
    display: block;
    border: solid 1px #000;
    color: #000;
    padding: 15px 40px;
    outline: 0;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    font-size: 14px;
    background: none;
  }
  button.gallery-more::after {
    content: "ギャラリーをもっと見る";
    transition: 0.2s;
    -erbkit-transition: 0.2s;
  }
  button.gallery-more.on-click::after {
    content: "閉じる";
  }
  /* よくある質問エリア */
  ul.flower-subscription-faq {
    margin: 0 auto;
    text-align: left;
  }
  ul.flower-subscription-faq li {
    list-style: none;
    margin-top: 30px;
  }
  ul.flower-subscription-faq li:first-child {
    margin-top: 0;
  }
  ul.flower-subscription-faq .question {
    position: relative;
    margin: 0;
    padding: 16px 46px 16px 40px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid;
    background-color: #efeeeb;
    border-color: #DDD;
  }
  ul.flower-subscription-faq .question:hover {
    text-decoration: underline;
  }
  ul.flower-subscription-faq .question::before {
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 12px;
    display: block;
    content: "Q.";
    color: #ae986e;
  }
  ul.flower-subscription-faq .question:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out; /* 要素の動きを指定 */
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); /* 要素の角度を指定 */
    visibility: inherit;
  }
  ul.flower-subscription-faq .question.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%; /* .openクラスがついた時の要素の角度を指定 */
  }
  ul.flower-subscription-faq .answer {
    padding: 16px 16px 16px 50px;
    font-size: 15px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #DDD;
    position: relative;
  }
  ul.flower-subscription-faq .answer::before {
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: "A.";
    font-weight: bold;
    color: #3285bf;
    font-size: 14px;
    margin-top: 5px;
  }
  ul.flower-subscription-faq .answer a:link {
    text-decoration: underline !important;
  }
  /* 花のコラム ブログ紹介エリア */
  .flower-subscription__list--blog {
    margin: 0 20px;
  }
  .flower-subscription__list--blog {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .flower-subscription__list-item--blog:not(:nth-child(3n)) {
    margin-right: 65px;
  }
  .flower-subscription__list-item--blog {
    width: 26%;
  }
  .flower-subscription__blog-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .flower-subscription__blog-title {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  /* ブランド紹介エリア */
  #brand-information {
    background-color: #efeeeb;
  }
  #brand-information p {
    width: auto;
  }
  /* ふわっと表示させるjqueryのための記述 */
  .fadeIn {
    opacity: 0;
    transition: 2s;
  }
  .fadeIn.is-show {
    opacity: 1;
  }
  .fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
  }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
  }
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  /* スライダーjqueryのための記述 */
  .flower-subscription .flexslider .slides li {
    margin-right: 5px;
  }
  .flower-subscription .flex-control-nav {
    bottom: -55px;
  }
  .flower-subscription .flex-control-nav li {
    margin: 0px 8px;
  }
  .flower-subscription .flex-control-nav li a {
    width: 8px;
    height: 8px;
    box-shadow: none;
  }
}
@media screen and (min-width: 428px) {
  .flower-subscription h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .flower-subscription__list-item--blog {
    flex-basis: calc((100% - 130px) / 3);
  }
  .flower-subscription__list-item--blog:not(:nth-child(3n)) {
    margin-right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .flower-subscription__list-item--blog {
    margin: 0 15%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 428px) {
  .flower-subscription__list-item--blog {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flower-subscription__list-item--blog:not(:last-child) {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin: 0 15% 20px;
  }
}
@media screen and (max-width: 428px) {
  .flower-subscription__list-item--blog:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .flower-subscription__blog-thumbnail {
    flex-basis: 120px;
    flex-shrink: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .flower-subscription__blog-title {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .flower-subscription__list--blog {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .flower-subscription__list--blog a {
    display: flex;
  }
}
@media not screen and (min-width: 1020px) {
  .flower-subscription .two-types-of-plans .arrow_u:after {
    bottom: 25px;
    top: inherit;
  }
}

/* エンドテキストの記述 */
.end-text-wrapper {
  margin-top: 60px;
}

.end-text {
  width: 1000px;
  background-color: #f8f7f3;
  border: #afa68b solid 1px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  line-height: 30px;
}

@media screen and (max-width: 768px){
  .end-text-wrapper {
      margin-top: 40px;
  }
  .end-text {
      width: 90%;
      padding: 20px 20px;
      font-size: 15px;
      line-height: 26px;
  }
}
