.elementor-4361 .elementor-element.elementor-element-ec4d9f4{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 2px;--row-gap:0px;--column-gap:2px;--margin-top:-0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4361 .elementor-element.elementor-element-ec4d9f4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4361 .elementor-element.elementor-element-75fdb13{padding:0px 20px 0px 20px;}.elementor-4361 .elementor-element.elementor-element-e830cc4{--display:flex;}.elementor-4361 .elementor-element.elementor-element-105e4917.elementor-element{--align-self:flex-start;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4361 .elementor-element.elementor-element-ec4d9f4{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-75fdb13 *//* メインタイトル (H1) のデザイン */
    .entry-content h1, 
    .elementor-heading-title.h1-nava {
        font-family: "Zen Old Mincho", serif;
        font-size: 42px;
        color: #333;
        text-align: center;
        letter-spacing: 0.15em;
        margin-bottom: 10px;
        position: relative;
        display: block;
    }
    
    /* サブタイトル (H2) のデザイン */
    .entry-content h2,
    .elementor-heading-title.h2-nava {
        font-family: "Zen Old Mincho", serif;
        font-size: 18px;
        color: #be6d55; /* 温かいテラコッタ色 */
        text-align: center;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 0;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* H2の両サイドに細い線を引く（上品な演出） */
    .entry-content h2::before,
    .entry-content h2::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: rgba(190, 109, 85, 0.3);
        max-width: 60px;
        margin: 0 20px;
    }
    
    /* スマホ調整 */
    @media (max-width: 767px) {
        .entry-content h1 { font-size: 28px; }
        .entry-content h2 { font-size: 14px; }
    }/* End custom CSS */