/* === 共通スタイル === */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.8;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

section {
    padding: 60px 0;
}

section h2 {
    font-size: 1.75em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #222;
}

/* === ヘッダー背景画像 === */
.header-image {
    background-image: url('../images/header_logo20250607.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 215px;
    background-color: #373737;
    background-size: auto 215px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* === 企業概要セクション === */
#about h3,
#contact h3 {
    font-size: 1.3em;
    color: #005bac;
    border-left: 4px solid #005bac;
    padding-left: 12px;
    margin-bottom: 10px;
}

#about p strong {
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

/* === テーブル共通スタイル（概要・料金） === */
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}

th, td {
    padding: 12px;
    border: 1px solid #ccc;
    vertical-align: top;
}

/* === 概要テーブル専用 === */
#about table {
    background-color: #fdfdfd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#about table th {
    background-color: #f0f4f8;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    width: 30%;
}

#about table td {
    background-color: #ffffff;
}

/* === 料金テーブル（草刈り・伐採）=== */
#contact .custom-table {
    width: 500px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

#contact .custom-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
}

#contact .custom-table td {
    background-color: #fafafa;
}

/* === 注釈テキスト === */
#contact p.text-muted {
    font-size: 0.9em;
    margin-top: 10px;
}

/* === 施工実績 === */
#works li {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

/* === フッター === */
footer {
    font-size: 0.9em;
}

/* === レスポンシブ対応 === */
@media (max-width: 768px) {
    .header-image {
        background-size: 80%;
        background-size: auto 215px;
    }

    section {
        padding: 40px 20px;
    }

    #about h3,
    #contact h3 {
        font-size: 1.1em;
    }

    #works li,
    #about p,
    #contact td {
        font-size: 0.95em;
    }

    #contact .custom-table {
        width: 100%;
    }
}
