@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Version: 1.0.0
*/

/* --- 1. 共通デザイン --- */
.post_content img { border-radius: 20px; }
.sw-mainVisual, .sw-mainVisual__img { border-radius: 0 !important; }

/* --- Contactセクションの見出し装飾 --- */
.p-contact-title {
    font-family: "Yu Mincho", serif !important;
    text-align: center;
    font-size: 1.5rem !important;
    color: #4a5d4a !important;
    margin-bottom: 20px !important;
    position: relative;
    display: block;
}

/* 下にちょこんとピンクのライン */
.p-contact-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #d8a198;
    margin: 10px auto 0;
}

/* 補足テキスト */
.p-contact-text {
    text-align: center;
    font-size: 0.9rem !important;
    color: #666 !important;
    margin-bottom: 30px !important;
}

