.elementor-1958 .elementor-element.elementor-element-9659303{--display:flex;}/* 明朝体をベースにしたエレガントなスタイル */
.about-general {
    font-family: 'Noto Serif JP', serif !important; /* 前回の明朝体設定 */
    line-height: 1.8;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
}

.about-hero {
    text-align: center;
    margin-bottom: 100px;
}

.about-hero h1 {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    margin: 20px 0;
}

.sub-title, .label {
    color: #e6a04a; /* ブランド色のゴールド */
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.about-split-section {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 120px;
}

.about-split-section.reverse {
    flex-direction: row-reverse;
}

.content-box {
    flex: 1;
}

.content-box h2 {
    font-size: 1.8rem;
    margin: 15px 0;
}

.image-box {
    flex: 1;
}

.image-box img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px #fdfaf5; /* 飾りの背景 */
}

.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    color: #4a342e;
    text-decoration: none;
    border-bottom: 1px solid #e6a04a;
    padding-bottom: 5px;
    transition: 0.3s;
}

.read-more-btn:hover {
    color: #e6a04a;
    padding-left: 10px;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .about-split-section, .about-split-section.reverse {
        flex-direction: column;
    }
    .about-hero h1 { font-size: 1.8rem; }
}