/* ==========================================================
   custom.css — クライアント・ページ固有スタイル
   ========================================================== */

.sub_title_blue {
  font-size: 14px;
  color: var(--c-primary) !important;
  font-weight: bold;
}

ul.c-gnav li span.__mainText span {
    display: block;
    font-size: var(--fz-xs);
    color: var(--c-primary);
    margin-top: 8px;
}

.c-gnav__li > .c-gnav__a {
    padding-bottom: 2px !important;
}

.c-gnav .menu-item-199 a {
    background: var(--c-primary);
    border-radius: 50px;
    color: var(--c-bg) !important;
    margin-left: 20px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    width: 160px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

ul.c-drawerNav li a span.__mainText > span {
    display: none;
}

/* =========================================================
  MV（メインビジュアル）
  実際のブロック構成:
    .p-mv（グループ フルワイド）
      .wp-block-columns
        .p-mv__left（左列）
          figure.wp-block-image  ← MV写真
        .p-mv__right（右列）
          figure.wp-block-image  ← アイコン（bb_icon1_1）
          p.p-mv__catch          ← 「無農薬で育った、」
          p.p-mv__catch          ← 「大粒の甘〜い一粒を。」
          figure.wp-block-image  ← ブルーベリーの実（bb_icon1_2）
          p.p-mv-season          ← 旬の期間バー
          .wp-block-buttons      ← 予約ボタン
========================================================= */

.p-mv {
    overflow: hidden;
}

/* 高さ固定 */
.p-mv .wp-block-columns {
    height: 600px;
    margin-bottom: 0 !important;
    gap: 0 !important;
    align-items: stretch;
}

/* 左列：画面左端〜1200pxコンテナ61.11%位置まで
   1200px幅 → 733px（61.11%）、1440px幅 → 853px と自動スケール */
.p-mv__left {
    flex: none !important;
    width: max(61.11%, calc((100vw - 1200px) / 2 + 733px)) !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    margin-right: -36px;
}

.p-mv__left figure {
    height: 100%;
    margin: 0;
}

.p-mv__left figure img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

/* 右列：白背景・相対配置の基点 */
.p-mv__right {
    flex: 3 !important;
    background: #fff;
    position: relative;
    z-index: 3;
}

/* 右列内グループ：左にずらして縦中央揃え */
.p-mv__right > .wp-block-group > div {
    position: absolute;
    top: 50%;
    left: -40%;
    right: 0;
    transform: translateY(-50%);
    height: 600px;
    padding-top: 60px;
}

/* グループ内インナーコンテナ：縦並び
   右padding = (100vw - 1200px)/2 で1200px右端に揃える */
.p-mv__right .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: clamp(20px, 3vw, 48px);
    padding-right: max(20px, calc((100vw - 1200px) / 2));
}

/* アイコン（グループ内の最初の figure） */
.p-mv__right figure:first-of-type {
    margin: 0 auto 14px !important;
}

.p-mv__right figure:first-of-type img {
    width: clamp(40px, 5vw, 60px);
    height: auto;
}

/* キャッチコピー */
.p-mv__catch {
    font-size: var(--fz-mv-main);
    font-weight: 700;
    color: var(--c-primary-dark) !important;
    line-height: 1.5;
    display: table;
    background: rgba(255, 255, 255, 0.82);
    padding: 4px 20px 6px;
    margin: 0 0 10px !important;
}

.p-mv__catch span {
    font-size: var(--fz-mv-sub);
}

/* 実の画像（グループ内の2番目以降の figure） */
.p-mv__right figure:not(:first-of-type) {
    align-self: flex-end;
    margin: 4px 0 10px !important;
}

.p-mv__right figure:not(:first-of-type) img {
    width: clamp(80px, 10vw, 130px);
    height: auto;
}

/* 旬の期間バー */
.p-mv > div {
    position: relative;
}

.p-mv-gr {
    background: var(--c-primary);
    border-radius: 20px 20px 0 0 ;
    position: absolute;
    right: max(20px, calc((100vw - 1000px) / 2));
    bottom: 0;
    z-index: 10;
    max-width: 420px;
    width: 100%;
}


.p-mv-season {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: 15px 16px;
    margin: 15px 0 0 !important;
    letter-spacing: 0.05em;
    width: 100%;
    box-sizing: border-box;
}

/* 予約ボタン */
.wp-block-buttons.rsv_btn {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.wp-block-buttons.rsv_btn > div {
    max-width: 320px;
    width: 100%;
}

.wp-block-buttons.rsv_btn .wp-block-button a {
    background: rgba(255, 255, 255, 0.9);
    color: var(--c-primary) !important;
    font-weight: 900;
    font-size: var(--fz-16-18);
}

/* .p-mv__right .wp-block-buttons {
    width: 100%;
    margin: 0 !important;
}

.p-mv__right .wp-block-button {
    width: 100%;
} */

.p-mv__right .wp-block-button__link {
    background: #fff !important;
    color: var(--c-primary) !important;
    border: 2px solid var(--c-primary);
    border-radius: 6px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    transition: background 0.2s, color 0.2s;
    opacity: 1 !important;
}

.p-mv__right .wp-block-button__link:hover {
    background: var(--c-primary) !important;
    color: #fff !important;
}

/* =========================================================
  MV タブレット（横並び維持・サイズ調整）
========================================================= */
@media (min-width: 790px) and (max-width: 1100px) {
    .p-mv__catch { 
        font-size: clamp(28px, 4vw, 50px);
    }
}

/* =========================================================
  MV スマホ（縦積み）
========================================================= */
@media (max-width: 789px) {
    .p-mv .wp-block-columns {
        flex-direction: column !important;
        /* height: auto !important; */
        position: relative;
    }

    /* width も明示リセット（max() 式が残らないように） */
    .p-mv__left {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        position: absolute;
    }

    .p-mv__left figure img {
        height: 600px;
        min-height: 200px;
        width: 100%;
    }

    .p-mv__right {
        flex: none !important;
        width: 100% !important;
        background: none;
        position: absolute;
        top: 10%;
    }

    /* グループ・インナーコンテナの絶対配置をすべてリセット */
    .p-mv__right > .wp-block-group,
    .p-mv__right > .wp-block-group > div {
        position: static !important;
        transform: none !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        padding-top: 0 !important;
    }

    .p-mv__right .wp-block-group__inner-container {
        padding: 28px 20px !important;
        padding-right: 20px !important;
    }

    .bb_img2 img {
        display: none;
    }

    /* 旬の期間バーの絶対配置リセット */
    .p-mv-gr {
        position: absolute;
        margin-left: var(--ark-pad--container);
    }

    .p-mv__catch {
        font-size: clamp(26px, 6.5vw, 36px);
    }

    .p-mv__right figure:not(:first-of-type) img {
        width: 70px;
    }

    .p-mv__right .wp-block-button__link {
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .p-mv-gr {
        max-width: 96%;
        right: 2%;
    }

    .wp-block-buttons.rsv_btn > div {
        margin: 0 var(--ark-pad--container);
    }

}


/* -----------------------------------
   News
----------------------------------- */
.news_bg {
  background-color: var(--c-bg-warm);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 全体の上下の枠線と余白 */
.news_wrap {
    padding: 40px 0;
    background: var(--c-bg-l-blue);
    padding: var(--ark-pad--container);
    border-radius: 10px;

}

/* 左側：見出しの調整 */
.news_wrap .news_title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 0;
}

/* -----------------------------------
   右側：ニュースリストのスタイル
----------------------------------- */

/* リストのデフォルト装飾をリセット */
.news_wrap ul.wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

/* 各ニュース項目のレイアウト（Flexboxで縦並びにし、点線を引く） */
.news_wrap ul.wp-block-latest-posts li {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0 !important;
    border-bottom: 1px dotted var(--c-border) !important;
    justify-content: flex-end;
}

.news_wrap ul.wp-block-latest-posts li time {
    min-width: 125px;
}

div.news_list {
    background: var(--c-bg);
    border-radius: 10px;
    padding: 1.5em var(--ark-pad--container);
    min-height: 160px;
    max-height: 220px;
    overflow-y: scroll;
}

div.news_list time {
    margin-right: 1em;
    font-size: 1em;
}

@media (max-width: 1020px) {
    .news_wrap {
        margin-right: 2%;
        margin-left:  2%;
    }
}

@media (max-width: 480px) {
    .news_wrap ul.wp-block-latest-posts li {
        flex-direction: column-reverse;
    }
    div.news_list time {
        margin-bottom: .5em;
    }
}


/* -----------------------------------
   ABOUT US
   .about_col から w1000 クラスを外してフルワイドで使用。
   左カラムの padding-left で1000pxコンテナの位置を再現。
----------------------------------- */
/* about_col はGutenbergで「フルワイド（alignfull）」に設定済み */
.about_col {
    margin-top: 0;
    padding: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
}

/* 左カラム：1000pxコンテナの左半分に揃える */
.about_col_left {
    flex: 0 0 auto !important;
    width: calc(500px + max(0px, (100vw - 1000px) / 2)) !important;
    padding-left: max(20px, calc((100vw - 1000px) / 2)) !important;
    padding-right: clamp(24px, 3vw, 48px) !important;
    padding-top: clamp(32px, 4vw, 60px);
    padding-bottom: clamp(32px, 4vw, 60px);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* 右カラム：残り全幅（ビューポート右端まで） */
.about_col_right {
    flex: 1 !important;
    min-width: 0;
    padding: 0 !important;
    overflow: hidden;
}

.about_col_right figure {
    height: 100%;
    margin: 0;
    width: 100%;
}

.about_col_right figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* スマホ */
@media (max-width: 767px) {
    .about_col {
        margin-bottom: 60px;
    }

    .about_col_left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .about_col_right figure {
        height: 260px;
    }
}

.about_col h2 {
    font-size: var(--fz-20-24);
}


.wp-block-button.bb_btn {
    width: min(290px, 100%);
}


.value_wrap {
    background: var(--c-bg-l-blue);
    padding: 80px var(--ark-pad--container);
    position: relative;
}

.h2maru {
    font-size: var(--fz-26-40);
    color: var(--c-primary-dark);
}

.value_wrap .value_col {
    margin-top: 50px;
    margin-bottom: 30px;
}

.value_wrap .value_col .value_box {
    border: 1px solid var(--c-primary);
    background:var(--c-bg);
    padding: var(--st-pad--container);
    padding-bottom: calc(var(--st-pad--container) * 1.5);
}

.value_wrap .value_col .value_box h3 {
    color: var(--c-primary);
}

.bbicon_bg1 {
    position: absolute;
    bottom: -120px;
    right: 0;
    max-width: 420px;
}

@media (max-width: 1000px) {
    .bbicon_bg1 {
        bottom: -60px;
        max-width: 280px;
    }
}

@media (max-width: 781px) {
    .bbicon_bg1 {
        bottom: -120px;
        max-width: 280px;
    }
}

.price_wrap {
    margin-top: 130px;
}

.price_box {
    border: 3px solid var(--c-primary-dark);
    background-color: var(--c-bg-warm);
    padding: var(--ark-pad--container);
    background-image: url(/wp-content/uploads/2026/05/bg_blob1.webp);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom 20%;
}

.flow_box {
    border: 3px solid var(--c-primary-dark);
    background-color: var(--c-bg-l-blue);
    padding: var(--ark-pad--container);
    background-image: url(/wp-content/uploads/2026/05/bg_blob2.webp);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom 20%;
}

.cta_wrap {
    background-color: var(--c-bg-l-blue);
}

.revierw_wrap {
    margin-top: 120px;
    margin-bottom: 80px;
    position: relative;
}

.bbicon_bg2 {
    position: absolute;
    top: -120px;
    left: -8vw;
    max-width: min(18vw, 200px);
    z-index: 10;
}

@media (max-width: 1200px) {
    .bbicon_bg2 {
        left: -6vw;
    }
}

@media (max-width: 781px) {
    .bbicon_bg2 {
        max-width: 120px;
        left: -6vw;
    }
}

.review_col .review_left {
    z-index: 2;
    background-color: hsla(0, 0%, 100%, 0.85);
    margin-top: 45px !important;
    padding: var(--ark-pad--container);
}

.review_col .review_right {
    margin-left: -100px !important;
    z-index: 1;
}

.review_right img {
    box-shadow: 20px 20px 0 rgb(66 91 173 / 25%);
    height: 400px;
    object-fit: cover;
}

@media (max-width: 781px) {
    .review_col .review_left {
        margin-top: 0 !important;
    }

    .review_col .review_right {
        margin-left: 0!important;
    }

    .review_right img {
        height: auto;
    }
}

.cta_tel {
    font-size: var(--fz-h2);
    font-weight: 900;
    margin-top: 0 !important;
}

.cta_mail {
    border: 1px solid var(--c-bg);
    color: var(--c-bg);
    border-radius: 50px;
}

.cta_mail_col {
    align-content: center;
}

.cta_mail a {
    background-color: #435cad9f !important;
    transition: all 0.5s ease !important;
}

.cta_mail a:hover {
    transform: scale(1.05);
}

.access_col p {
    margin-top: 10px !important;
}

.access_left {
    padding: var(--st-pad--container);
}

.access_left h3 {
    font-size: var(--fz-20-24);
}

.access_right {
    background: var(--c-bg);
    padding: var(--st-pad--container);
}

.access_right h4 {
    font-size: var(--fz-16-18);
}


/* -----------------------------------
    page
----------------------------------- */

.h3_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
    font-size: var(--fz-18-24);
}

.h3_logo::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url('/wp-content/uploads/2026/05/bb_icon1_1.webp') no-repeat center / contain;
    flex-shrink: 0;
}

.nature_bg {
    background: var(--c-bg);
    border-radius: 20px;
    padding: 1em var(--ark-pad--container) 2em;
}

.price2_wrap {
    margin-top: 2em !important;
    justify-content: center;
}

.price2_box {
    border: 3px solid var(--c-accent);
    padding: var(--ark-pad--container) var(--st-pad--container);
    border-radius: 20px;
    background: var(--c-bg-warm);
    max-width: 360px;
}

.flow_inner {
    padding: var(--ark-pad--container);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.flow_step_col {
    gap: 0 !important;
    position: relative;
    margin-bottom: 32px !important;
}

.flow_step_col::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 22px solid var(--c-accent);
    z-index: 1;
}

.flow_step_col:last-of-type::after {
    display: none;
}

.flow_step_box1 {
    background: var(--c-accent);
    padding: var(--ark-pad--container) var(--st-pad--container);
    border-radius: 20px 0 0 20px;
}

.flow_step_box1 h4 {
    margin-top: 0 !important;
    font-size: var(--fz-16-20);
}

.flow_step_box2 {
    border: 1px solid var(--c-accent);
    padding: var(--ark-pad--container) var(--st-pad--container);
    background-color: var(--c-bg);
    border-radius: 0 20px 20px 0;
}

.flow_no span {
    font-size: var(--fz-20-30);
    padding-left: 6px;
}

@media (max-width:781px) {
    .flow_step_box1 {
        border-radius: 20px 20px 0 0;
    }

    .flow_step_box2 {
        border-radius: 0 0 20px 20px;
    }
}

.point_col {
    justify-content: center;
}

.point_box {
    background: var(--c-bg-l-blue);
    border-radius: 50%;
    padding: var(--st-pad--container);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
}

/* =========================================================
  FAQ アコーディオン
========================================================= */
.faq_cont {
    border-bottom: 1px solid #dce6f5;
}

.faq_cont:first-child {
    border-top: 1px solid #dce6f5;
}

.faq_q {
    margin: 0 !important;
    padding: 0 !important;
}

.faq_q .wp-block-accordion-heading__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font: inherit;
    transition: background 0.2s;
}

.faq_q .wp-block-accordion-heading__toggle:hover {
    background: var(--c-bg-l-blue);
}

/* Q マーカー */
.faq_q .wp-block-accordion-heading__toggle::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--c-primary);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border-radius: 50%;
}

.wp-block-accordion-heading__toggle-title {
    flex: 1;
    font-size: var(--fz-16-18);
    font-weight: 700;
    color: var(--c-primary-dark);
    line-height: 1.5;
}

/* +アイコン（開閉） */
.wp-block-accordion-heading__toggle-icon {
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 300;
    color: var(--c-primary);
    line-height: 1;
    width: 24px;
    text-align: center;
    transition: transform 0.3s;
}

/* 開いた状態 */
.faq_cont.is-open .wp-block-accordion-heading__toggle {
    background: var(--c-bg-l-blue);
}

.faq_cont.is-open .wp-block-accordion-heading__toggle-icon {
    transform: rotate(45deg);
}

/* 回答パネル */
.faq_a {
    position: relative;
    padding: 18px 16px 22px calc(16px + 32px + 14px);
    background: var(--c-bg);
    border-top: 1px solid #dce6f5;
}

/* A マーカー */
.faq_a::before {
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 18px;
    width: 32px;
    height: 32px;
    background: var(--c-accent);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border-radius: 50%;
}

.faq_a p {
    margin: 0 !important;
    font-size: var(--fz-16-18);
    line-height: 1.8;
}

/* =========================================================
  口コミカード
========================================================= */
.review {
    position: relative;
    background: var(--c-bg-l-blue);
    border-radius: 20px;
    padding: 40px var(--ark-pad--container);
}

/* 引用符 */
.review::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 60px;
    line-height: 1;
    color: var(--c-primary);
    opacity: 0.25;
    font-family: Georgia, serif;
}

.review p {
    margin: 0 0 16px !important;
    font-size: var(--fz-16-18);
    line-height: 1.9;
}

/* 投稿者情報 */
.review p:last-child {
    margin: 0 !important;
    text-align: right;
    font-size: 13px;
    color: var(--c-primary);
    border-top: 1px solid #dce6f5;
    padding-top: 12px;
}

