/* セクション */

.access-section {

    padding: 80px 20px;

    background: #f4f8fc;

}


/* コンテナ */

.access-container {

    max-width: 1100px;

    margin: 0 auto;

    background: white;

    padding: 60px;

    border-radius: 10px;

    box-shadow: 0 4px 16px rgba(0,0,0,0.1);

}


/* タイトル */

.access-title {

    font-size: 36px;

    margin-bottom: 40px;

    border-left: 6px solid #2563eb;

    padding-left: 15px;

}


/* コンテンツ */

.access-content {

    display: flex;

    gap: 40px;

    align-items: flex-start;

}


/* 地図 */

.access-map iframe {

    width: 500px;

    height: 350px;

    border-radius: 8px;

}


/* 右側 */

.access-info {

    flex: 1;

}


/* 会社名 */

.access-company {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 15px;

}


/* 住所 */

.access-address {

    margin-bottom: 25px;

    color: #334155;

}


/* 各項目 */

.access-item {

    margin-bottom: 15px;

}


.access-label {

    font-weight: bold;

    color: #2563eb;

}


.access-text {

    color: #475569;

}