/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:46:58 */
/* =========================
   全体カード
========================= */
.access-card {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* =========================
   タイトル
========================= */
.access-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #5c8da8;
    color: #333;
}

/* =========================
   情報ブロック
========================= */
.access-info {
    background: #f7fafc;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* =========================
   マップ（重要）
========================= */
.styled-map {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #5c8da8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    background: #f5f7fa; /* ←白帯対策（重要） */
}

.styled-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

/* =========================
   ボタン
========================= */
.map-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
    background: #5c8da8;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.2s ease;
}

.map-button:hover {
    opacity: 0.85;
}
