.elementor-216 .elementor-element.elementor-element-e99b912{--display:flex;}.elementor-216 .elementor-element.elementor-element-14e7603{--display:flex;}.elementor-216 .elementor-element.elementor-element-f71bfcf{--display:flex;}.elementor-216 .elementor-element.elementor-element-25c8566{--display:flex;}.elementor-216 .elementor-element.elementor-element-a121f54{--display:flex;}.elementor-216 .elementor-element.elementor-element-c0fe147{--display:flex;}.elementor-216 .elementor-element.elementor-element-10a9880{--display:flex;}.elementor-216 .elementor-element.elementor-element-1043ec6{--display:flex;}.elementor-216 .elementor-element.elementor-element-9350f0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a61e5d1 *//* ==========================================
   つるはん様：お料理ページ ヒーロービュー
========================================== */

.trh-hero-section {
    width: 100% !important;
    min-width: 100% !important;
    background-color: #FBFBFA !important; /* 落ち着いた和の白 */
    padding: 30px 0 60px 0 !important; /* ヘッダー下からの程よいスペース */
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* 2分割の横並びコンテナ（PC用） */
.trh-hero-container {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    gap: 20px !important; /* 写真と写真の間のスタイリッシュな隙間 */
    box-sizing: border-box !important;
}

/* -------------------------------------------
   1. 左側メインパネル（タイトルが重なる側）
------------------------------------------- */
.trh-hero-main-panel {
    flex: 1.4 !important; /* 左側を少し広めに確保 */
    position: relative !important;
    height: 480px !important; /* PCでの美しいヒーロー高 */
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
}

.trh-hero-img-main {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* 枠線に合わせて綺麗に中央トリミング */
    display: block !important;
}

/* 👑 スクショの雰囲気を再現した高級タイトルの座布団 */
.trh-hero-badge {
    position: absolute !important;
    bottom: 40px !important;  /* 左下に配置 */
    left: 40px !important;
    background: rgba(255, 255, 255, 0.92) !important; /* 高級感ある透ける白砂背景 */
    padding: 25px 50px 25px 40px !important;
    box-sizing: border-box !important;
    border-left: 3px solid #5B9BD5 !important; /* つるはん様のブランドブルーをアクセントに */
    backdrop-filter: blur(5px) !important; /* 背景をほんのりぼかす現代的な和エフェクト */
    box-shadow: 0 15px 35px rgba(0,0,0,0.06) !important;
}

.trh-hero-sub {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px !important;
    letter-spacing: 0.2em !important;
    color: #A93E3B !important; /* 上品な朱赤 */
    display: block !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.trh-hero-title {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    letter-spacing: 0.1em !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* -------------------------------------------
   2. 右側サブパネル
------------------------------------------- */
.trh-hero-sub-panel {
    flex: 1 !important;
    height: 480px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
}

.trh-hero-img-sub {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ==========================================
   レスポンシブ対応（スマホ表示時に1枚メインに変更）
========================================== */
@media (max-width: 968px) {
    .trh-hero-section {
        padding: 15px 0 40px 0 !important;
    }
    
    .trh-hero-container {
        padding: 0 20px !important;
        flex-direction: column !important; /* スマホでは縦並びにするか、片方を隠す */
    }
    
    /* スマホでは左側のメイン写真を全幅にして、右側の写真はスッキリ非表示に（窮屈さを防ぐ） */
    .trh-hero-main-panel {
        width: 100% !important;
        height: 340px !important; /* スマホで見やすい高さに調整 */
        flex: none !important;
    }
    
    .trh-hero-sub-panel {
        display: none !important; /* スマホでは右側の写真を非表示にして1枚に集中 */
    }
    
    /* スマホ用のタイトルの座布団サイズ調整 */
    .trh-hero-badge {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important; /* スマホでは下部に帯状にフィットさせる */
        padding: 15px 25px !important;
        border-left: none !important;
        border-top: 3px solid #5B9BD5 !important;
    }
    
    .trh-hero-title {
        font-size: 24px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16f836a *//* ==========================================
   つるはん様：こだわりセクション（フォントサイズ微調整用）
========================================== */

.trh-commitment-section {
    width: 100% !important;
    padding: 80px 20px !important;
    box-sizing: border-box !important;
    font-family: 'Noto Serif JP', serif !important;
    background-color: transparent !important;
}

/* PC：レイアウト構造 */
.trh-commitment-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    gap: 40px !important;
}

/* -------------------------------------------
   1. お写真（左側）
------------------------------------------- */
.trh-commitment-media {
    flex: 0 0 450px !important;
    max-width: 450px !important;
    width: 450px !important;
}
.trh-commitment-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* -------------------------------------------
   2. 解説本文（中央）
------------------------------------------- */
.trh-commitment-body-wrap {
    height: 420px !important; /* 文字を大きくしたときにはみ出さないよう、高さを少し広げました */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    min-width: 320px !important;
}

.trh-commitment-body-inner {
    writing-mode: vertical-rl !important;
    -ms-writing-mode: tb-rl !important;
    height: 100% !important;
}

/* 🟢 中央の本文のフォントサイズ調整 */
.trh-commitment-body-inner p {
    font-size: 18px !important; /* 💡ここを調整（初期値：15px） */
    line-height: 2.4 !important; /* 文字を大きくした場合は「2.4」〜「2.6」あたりに広げると綺麗です */
    letter-spacing: 0.08em !important;
    color: #111111 !important;
    margin: 0 0 0 35px !important; /* 💡文字を大きくして隣の行と被る場合は、この「35px」を「40px」などに広げてください */
    font-weight: 400 !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

.trh-commitment-body-inner p:last-child {
    margin-left: 0 !important;
}
.trh-text-bold {
    font-weight: 700 !important;
}

/* -------------------------------------------
   3. 大見出し（一番右側）
------------------------------------------- */
.trh-commitment-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 420px !important;
    flex: 0 0 120px !important;
    width: 120px !important;
}

/* Features 1 */
.trh-features-label {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px !important;
    letter-spacing: 0.15em !important;
    color: #A93E3B !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-weight: 500 !important;
}

/* 🟢 右側タイトルのフォントサイズ調整 */
.trh-commitment-title {
    writing-mode: vertical-rl !important;
    -ms-writing-mode: tb-rl !important;
    font-size: 32px !important; /* 💡ここを調整（初期値：32px） */
    line-height: 1.4 !important;
    letter-spacing: 0.12em !important;
    color: #111111 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    height: 100% !important;
}

/* ==========================================
   レスポンシブ対応（スマホ・タブレット設定）
========================================== */
@media (max-width: 968/* End custom CSS */