@charset "utf-8";

/*--- スーパーフラワー胡蝶蘭 個別ページ page-super-flower.php
------------------------------------------------------*/
.sb_ttl_back2{
position: absolute;
width: 100%;
z-index: -10;
margin-top: 100px;
}
.sb_ttl_back2 img{
height: 200px;
width: 100%;
object-fit: cover;
}

.sb_ttl_back2-sp{
display: none;
}

.sb_contents_flower {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/super-flower-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* フィットさせるポイント */
  position: relative;
  z-index: -10;
  margin-top: 50px;
}


.sb_contents_flower-inner{
text-align: center;
padding: 60px 0 10px 0;
font-family: 'Noto Serif JP', serif;
}


.sb_flower_headline{
  font-size: 30px;
  font-weight: 500;
}

.sb_flower_headline-sb{
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.sb_flower_headline-sb-sp{
display: none;
}
.sb_flower_body {
  margin: 40px auto;
  font-weight: 400;
  line-height: 2.0em;
  font-size: 18px;
  letter-spacing: 0.06em;
}


 /*-- 特徴--------------------------------------------------*/

.sb_flower_feature_area {
  margin: 80px 0;
}

.sb_flower_feature_head {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}


/* 2カラムレイアウト */
.sb_flower_feature_block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 左カラム（画像） */
.sb_flower_feature_block-image {
  width: 350px;
}

.sb_flower_feature_block-image img {
  width: 100%;
  height: auto;
}
.sb_flower_feature_block-image-sp{
  display: none;
}

/* 右カラム（テキスト） */
.sb_flower_feature_items {
  width: 580px;
  display: flex;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;

}

.sb_flower_feature_item-title {
  font-size: 24px;
  color: #b47127;
  font-weight: bold;
  border-bottom: 1px solid #b47127;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sb_flower_feature_item-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;

}

/*-- 注文ボタン--------------------------------------------------*/

  .sb_flower_order_area{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  }

  .sb_flower_feature_order{
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  }

.sb_flower_order-btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center; /* ← 子要素を中央に配置 */
  gap: 35px;
  margin: 0 auto;
  flex-wrap: wrap; /* ← 幅が足りない場合に折り返す（オプション） */
}

.sb_flower_order-btn-item {
  background-color: #C1272D;
  color: #fff;
  width: 400px; /* ← 幅を明示的に指定（例：400px） */
  padding: 35px;
  text-align: center;
  margin: 0 auto; /* ← 中央寄せ */
  line-height: 1.5em;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-decoration: none;
}


  /*  注文ボタン　マウスオン*/
  .sb_flower_order-btn-item:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  }

  .sb_flower_order-btn-txt1{
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  }

  .sb_flower_order-btn-item{
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  }

  .sb_flower_order-btn-txt2{
    width: 830px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
    line-height: 1.5em;
  }


 /*-- 特別な花--------------------------------------------------*/

  /* 親 */
  .sb_flower_special_block{
    position: relative; 
    margin-bottom: 100px;
    height: 720px;
    margin-top: 100px;
  }

  /* 背景 */
  .sb_flower_special_back{
    position: absolute;
    width: 100%;
    z-index: -10;
  }
  .sb_flower_special_back-sp{
    display: none;
  }
  
  .sb_flower_special_back img{
    width: 100%;
    object-fit: cover;
    height: 720px;
  }
  
    /* 本文インナー */
  .sb_flower_special_inner{
    display: block;
    position: absolute;
    width: 1000px;
    z-index: 10;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top:50px;
  }
   /* 本文 */
  .sb_flower_special_head{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .sb_flower_special_head_txt{
    font-size: 16px;
    text-align: center;
    line-height: 2em;

  }

    /* 画像インナー */

    .sb_flower_special_items_img {
      position: absolute;
      width: 1000px;
      top: 430px; /* 必要に応じて調整 */
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      z-index: 10;
    }
    
    .sb_flower_special_item {
      width: 24%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .sb_flower_special_item img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    
    .sb_flower_special_caption {
      background-color: #C1272D;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      font-size:18px;
      font-weight: bold;
      width: 100%;
    }
    
    
 /*-- スーパーフラワーとは--------------------------------------------------*/

    .sb_flower_intro-inner {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;

    }
    
    .sb_flower_intro-title {
      text-align: center;
      font-size: 30px;
      margin-bottom: 40px;
      font-weight: bold;

    }
    
    .sb_flower_intro-content {
      width: 1000px;
      display: flex;
      gap: 50px;
      justify-content: space-between;
      margin-bottom: 60px;
    }
    .sb_flower_intro-image {
      flex:0 0 42%;
    }
    
    .sb_flower_intro-image img {
      width: 100%;
      max-width: 450px;
      height: auto;
      display: block;
    }
    
    .sb_flower_intro-text {
      flex:0 0 53%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-top: 20px; /* 画像のスタート位置より少し下げる */
      font-family: 'Noto Serif JP', serif;
    }
    
    .sb_flower_intro-heading {
      font-size: 24px;
      color: #b47127;
      font-weight: bold;
      margin-bottom: 20px;
      
    }
    
    .sb_flower_intro-text p {
      font-size: 16px;
      line-height: 2em;
    }

    .sb_flower_intro_end_txt{
      margin: 0 auto;
      text-align: center;
      font-size: 18px;
      color: #b47127;
      margin-bottom: 150px;
    }


/*-- ラインナップ--------------------------------------------------*/

/* 背景画像付きのセクション */
.sb_flower_lineup_area {
  background: url('../images/flower_lineup_bg.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0; /* 上下50pxの内側に白ボックスを配置 */
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

/* セクション内中央寄せラッパー */
.lineup-wrapper {
width: 100%;
max-width: 1920px;
  display: flex;
  justify-content: center;
}

/* 白背景ボックス */
.lineup-content {
  width: 1000px;
  background-color: #fff;
  padding: 80px 50px; /* 白背景の内側余白：上下30px 左右50px */
}

/* タイトル */
.lineup-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* グリッド全体（3列2段） */
.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  justify-items: center;
}

/* 各アイテム全体（画像＋価格） */
.lineup-item {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

/* 商品画像 */
.lineup-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 価格情報ボックス */
.price-box {
  background-color: #f3f3f3; /* 薄いグレー背景 */
  padding: 20px; /* 内側余白 */
  box-sizing: border-box;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
}

/* 上段：サイズなどの情報 */
.price-size {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

/* 下段：価格表示 */
.price-value {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.price-value .price-note {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
}

/*-- 注文の流れ--------------------------------------------------*/

.sb_flower_order_flow_area {
  max-width: 1920px;
  margin: 60px auto;
  padding: 80px 20px;
  text-align: center;
  background-color: #f7f7f7;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 100px;
}

.sb_flower_order_flow_area h2 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}

.step-box {
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 20px 178px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-size: 18px;
  text-align: justify;
}

.fax-box {
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 30px 100px  30px 178px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.05);
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}

.fax-number {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 20px;
}
.mail-number {
    font-size:32px;
    margin-top: 12px;
    line-height: 1.4;
    letter-spacing:-0.03em;
  }

.note {
  width: 550px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 30px;
  color: #555;
  line-height: 1.8;
  text-align:justify ;
}












/*--- スーパーフラワー胡蝶蘭 SP
------------------------------------------------------*/

@media screen and (max-width:520px) {
html, body {
  overflow-x: hidden;
}

.sb_flower_special_inner,
.sb_flower_special_items_img,
.sb_flower_intro-content,
.sb_flower_order-btn {
  max-width: 100%;
  box-sizing: border-box;
}

.sb_ttl_back2{
display: none;
}	
.sb_ttl_back2-sp{
display: block;
position: absolute;
width: 100%;
z-index: -10;
top:65px;
margin-top: 0px;
}
.sb_ttl_back2-sp img{
height: 150px;
width: 100%;
object-fit: cover;
}



.sb_contents_flower{
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/super-flower-bg01-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* フィットさせるポイント */
  position: relative;
  z-index: -10;
  margin-top: 35px;
  height: 180px;
  margin-bottom: 360px;
}

  .sb_contents_flower-inner{
  width: 85%;
  margin: 0 auto;
  padding: 25px 0 10px 0;
  
  }

.sb_flower_headline{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6em;
text-align: left;

}


.sb_flower_headline-sb{
  display: none;
}
.sb_flower_headline-sb-sp{
  display: block;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}

  .sb_flower_body {
  display: flex;
  font-size: 16px;
text-align: justify;
  margin: 60px auto;
  }


 /*-- 特徴--------------------------------------------------*/

.sb_flower_feature_head {
  font-size: 26px;
  line-height: 1.6em;
  margin-bottom: 40px;
font-weight: 600;
}
/* 2カラムレイアウト */
.sb_flower_feature_block {
  width: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.sb_flower_feature_block-image{
  display: none;
}
.sb_flower_feature_block-image-sp {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 60%;
  margin-bottom: 30px;
}
/* 右カラム（テキスト） */
.sb_flower_feature_items {
  width: 85%;
}
.sb_flower_feature_item-title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sb_flower_feature_item-txt {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;
  letter-spacing: 0.01em;
}


/*-- 注文ボタン--------------------------------------------------*/
 
.sb_flower_order_area{
  width: 100%;
}
.sb_flower_feature_order{
  font-size: 20px;
  font-weight: bold;
}
.sb_flower_order-btn-txt1{
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
  
/* .sb_flower_order-btn-item の幅を85%に変更し、縦並びに */
.sb_flower_order-btn {
  flex-direction: column; /* ← 縦並びにする */
  gap: 0px; /* ボタン間の間隔を少し縮める */
}

.sb_flower_order-btn-item {
  width: 85%; /* ← 横幅を85%に変更 */
  max-width: none; /* max-widthを解除して85%を反映させる */
  margin: 0 auto; /* 中央寄せ */
  font-size: 16px; /* フォントサイズ調整（必要に応じて） */
  padding: 15px; /* パディング調整（必要に応じて） */
}
.sb_flower_order-btn-txt2{
  width: 85%;
    line-height: 1.5em;
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: -0.01em;
}



/*-- 特別な花--------------------------------------------------*/

.sb_flower_special_block {
  position: relative;
  height: 870px;
  margin-top: 30px;
  margin-bottom: 120px;
  padding-bottom: 40px; /* 背景下に余白確保 */
  padding-top: 20px;
}
   .sb_flower_special_back {
    display: none;
  }
     .sb_flower_special_back-sp {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .sb_flower_special_back-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sb_flower_special_inner {
    position: static !important;
    width:85% !important;
    margin: 30px auto 20px auto !important;
    transform: none !important;
    text-align: center;
  }
  .sb_flower_special_head{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.6em;
  }
  .sb_flower_special_head_txt {
    font-size: 16px ;
    line-height: 1.8em ;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .sb_flower_special_items_img {
    position: static !important;
    width: 85% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
    margin: 30px auto 30px auto;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
  .sb_flower_special_item {
    width: 48% !important;
    margin-bottom: 10px;
  }
    .sb_flower_special_caption {
      font-size:14px;
    }



/*-- スーパーフラワーとは--------------------------------------------------*/
.sb_flower_intro-title {
font-size: 26px;
}

.sb_flower_intro-content {
width: 85%;
margin: 0 auto;
flex-direction: column;
gap: 0px;
}

.sb_flower_intro-image,
.sb_flower_intro-text {
flex: 0 0 100%;
}

.sb_flower_intro-text {
margin-top: 20px; /* スマホ時の余白を復活 */
}
.sb_flower_intro-heading {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 15px;
}

.sb_flower_intro-text p {
font-size: 16px;
line-height: 1.8em;
margin-bottom: 40px;
text-align: justify;
letter-spacing: 0.09em;
}
.sb_flower_intro_end_txt{
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #b47127;
    margin-bottom: 80px;
    width: 85%;
    line-height: 1.6em;
    text-align: left;
}



  /* すべてのアイテムで画像を上、テキストを下に統一 */
  .sb_flower_intro-content--reverse .sb_flower_intro-text {
    order: 2;
  }

  .sb_flower_intro-content--reverse .sb_flower_intro-image {
    order: 1;
  }

  /* 通常（reverseでない）は順番を変えないので指定不要だが、明示しておくと安心 */
  .sb_flower_intro-content:not(.sb_flower_intro-content--reverse) .sb_flower_intro-text {
    order: 2;
  }

  .sb_flower_intro-content:not(.sb_flower_intro-content--reverse) .sb_flower_intro-image {
    order: 1;
  }



  /*-- ラインナップ--------------------------------------------------*/
  .sb_flower_lineup_area {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  .lineup-content {
    width: 95%;                /* ← 100%に広げる */
    max-width: none;            /* ← 制限解除 */
    padding: 40px 8%;           /* ← 左右の内側余白も少し減らす */
  }

  .lineup-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lineup-grid {
    grid-template-columns: repeat(2, 1fr); /* ← 2列に変更 */
    gap: 20px;
  }

  .lineup-item {
    max-width: 100%; /* グリッドの中で幅いっぱいに */
  }

  .price-box {
    padding: 10px;
  }

  .price-size {
    font-size: 14px;
  }

  .price-value {
    font-size: 22px;
  }

  .price-value .price-note {
    font-size: 16px;
  }

  /*-- 注文流れ --------------------------------------------------*/
  .sb_flower_order_flow_area {
    padding: 40px 15px;
  }

  .sb_flower_order_flow_area h2 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .step-box,
  .fax-box {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.6em;
  }

  .fax-number {
    font-size: 24px;
    text-align: left;
    margin-top: 12px;
    line-height: 1.4;
  }
  
  .mail-number {
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
  .note {
    width: 100%;
    font-size: 13px;
    margin-top: 25px;
    padding: 0 10px;
    line-height: 1.7;
    text-align: left;
    box-sizing: border-box;
  }

    }
    
  



    /* ---------------------------------------------------
 Layout-Midium
--------------------------------------------------- */
@media only screen and (min-width:521px) and (max-width:1023px){

  .sb_ttl_back2 {
    margin-top: 0px;
  }

  .sb_ttl_back2 img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: left; /* 画像を左寄せにする */
  }

.sb_contents_flower {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/super-flower-bg01-mid.jpg);
  background-repeat: no-repeat;
  background-position: left top; /* 左上に配置 */
  background-size: cover; /* 画像のフィット */
  position: relative;
  z-index: -10;
  margin-top: 50px;
}

.sb_flower_body {
  margin: 40px auto;
  font-weight: 400;
  line-height: 2.0em;
  font-size: 16px;
  letter-spacing: 0.06em;
}

/*-- 特徴--------------------------------------------------*/


/* 2カラムレイアウト */
.sb_flower_feature_block {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 左カラム（画像） */
.sb_flower_feature_block-image {
  width: 40%;
}


/* 右カラム（テキスト） */
.sb_flower_feature_items {
  width: 55%;
  display: flex;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;

}

/*-- 注文ボタン--------------------------------------------------*/
  .sb_flower_order_area{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  }

.sb_flower_order-btn {
flex-wrap: nowrap;
gap:20px;
}
.sb_flower_order-btn-item {
  background-color: #C1272D;
  color: #fff;
  width: 350px; /* ← 幅を明示的に指定（例：400px） */
  padding: 20px;
  text-align: center;
  margin: 0 auto; /* ← 中央寄せ */
  line-height: 1.5em;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-decoration: none;
}
  .sb_flower_order-btn-txt2{
    width: 95%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
    line-height: 1.5em;
  }


/*-- 特別な花--------------------------------------------------*/
  /* 親 */
  .sb_flower_special_block{
    position: relative; 
    margin-bottom: 100px;
    height: 650px;
    margin-top: 100px;
  }
  .sb_flower_special_back img{
    width: 100%;
    object-fit: cover;
    height: 650px;
  }
    .sb_flower_special_items_img {
      position: absolute;
      width: 85%;
      top: 430px; /* 必要に応じて調整 */
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      z-index: 10;
    }

       /* 本文インナー */
  .sb_flower_special_inner{
    width: 100%;
  }


     /*-- スーパーフラワーとは--------------------------------------------------*/

    .sb_flower_intro-inner {
      max-width:90%;
      width: 90%;
      margin: 0 auto;

    }

        .sb_flower_intro-content {
      width: 100%;
      display: flex;
      gap: 30px;
      justify-content: space-between;
      margin-bottom: 60px;
    }

       .sb_flower_intro-text {
      flex:0 0 55%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-top: 0px; /* 画像のスタート位置より少し下げる */
      font-family: 'Noto Serif JP', serif;
    }

      .sb_flower_intro-heading {
      font-size: 22px;
    }

    .sb_flower_intro_end_txt{
    width: 80%;
    line-height: 1.8em;
    margin-bottom: 80px;
    }
        

    .sb_flower_intro-text p {
      font-size: 16px;
      line-height: 2em;
      text-align: justify;
    }

/*-- ラインナップ--------------------------------------------------*/

/* セクション内中央寄せラッパー */
.lineup-wrapper {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

/* 白背景ボックス */
.lineup-content {
  width: 98%;
  background-color: #fff;
  padding: 40px 30px; /* 白背景の内側余白：上下30px 左右50px */
}


/*-- 注文の流れ--------------------------------------------------*/

.sb_flower_order_flow_area {
  width: 100%;
  margin: 60px auto;
  padding: 80px 20px;
  text-align: center;
  background-color: #f7f7f7;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 100px;
}

.step-box {
  width: 100%;
  padding: 20px 85px;
}
.fax-box {
  width: 100%;
padding: 30px 100px  30px 85px;
}
}