/**
 * お問い合わせページのシンプルスタイル
 */

/* 連絡方法セクションをシンプルに */
.contact-methods {
    padding: 30px 0 !important;
}

.contact-intro-simple {
    text-align: center !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.contact-intro-simple p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
}

/* LINE連絡オプション */
.line-contact-option {
    margin: 25px 0 !important;
    text-align: center !important;
}

.line-button {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.line-button:hover {
    opacity: 0.8 !important;
}

.line-note {
    font-size: 13px !important;
    color: #999 !important;
    margin: 8px 0 0 0 !important;
}

/* フォームセクションの調整 */
.contact-section {
    padding-top: 20px !important;
}

.contact-intro h2 {
    margin-bottom: 15px !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .contact-methods {
        padding: 20px 0 !important;
    }
    
    .contact-intro-simple p {
        font-size: 14px !important;
    }
}