.elementor-216 .elementor-element.elementor-element-e99b912{--display:flex;}.elementor-216 .elementor-element.elementor-element-14e7603{--display:flex;}.elementor-216 .elementor-element.elementor-element-c0fe147{--display:flex;}.elementor-216 .elementor-element.elementor-element-feb8bcb{--display:flex;}.elementor-216 .elementor-element.elementor-element-cc06d05{--display:flex;}.elementor-216 .elementor-element.elementor-element-46752cc{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-216 .elementor-element.elementor-element-46752cc{--content-width:1000px;}}/* 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 */
/* Start custom CSS for html, class: .elementor-element-f9f9886 *//* ==========================================
   つるはん様：メニューセクション看板（黒文字・1カラム）
========================================== */
.trh-menu-section-header {
    width: 100% !important;
    text-align: center !important;
    padding: 60px 20px 20px 20px !important;
    box-sizing: border-box !important;
    font-family: 'Noto Serif JP', serif !important;
}

/* 英語の小さなコンセプト（品格のアクセント） */
.trh-menu-concept-en {
    display: block !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 13px !important;
    letter-spacing: 0.2em !important;
    color: #A93E3B !important; /* 朱赤 */
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
}

/* 👑 メニュータイトル（しっかりとした黒に変更） */
.trh-menu-section-title {
    font-size: 28px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.12em !important;
    color: #111111 !important; /* 👈 水色から美しい黒に変更しました */
    margin: 0 auto 25px auto !important;
    font-weight: 500 !important;
    max-width: 600px !important;
}

/* ドットの境界線 */
.trh-menu-dots-divider {
    width: 100% !important;
    max-width: 1100px !important;
    height: 1px !important;
    margin: 0 auto !important;
    border-bottom: 2px dotted rgba(17, 17, 17, 0.2) !important; /* 繊細な黒点線 */
}


/* ==========================================
   JetEngine Listing Grid 強制3カラム・カード装飾
========================================== */

/* JetEngineの一覧を包む全体の横幅を制限し、中央寄せにする */
.jet-listing-grid,
.elementor-widget-jet-listing-grid {
    max-width: 1140px !important;
    margin: 40px auto 80px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* Listing Gridの内枠を確実に3列グリッド化 */
.jet-listing-grid__items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 横3列にガチガチに固定 */
    gap: 40px 30px !important; /* カード同士の間隔 */
    width: 100% !important;
}

/* JetEngineが自動で吐き出す各カラムの余計な幅設定・浮きを無効化 */
.jet-listing-grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* リスティングアイテム（各メニューのカード）の高級和モダン装飾 */
.jet-listing-grid__item .elementor-section,
.jet-listing-grid__item .jet-engine-listing-overlay-wrap {
    background-color: #FFFFFF !important;
    border: 1px solid rgba(17, 17, 17, 0.05) !important;
    border-radius: 4px !important;
    padding: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: flex !important;
    flex-direction: column !important;
}

/* メニューカードにマウスを乗せた時、/* End custom CSS */