.aikyu-map-toggle-bar{
  margin:0 0 12px;
}
.aikyu-map-toggle-btn{
  appearance:none;
  border:0;
  background:#1f7ae0;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  padding:12px 16px;
  border-radius:8px;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}
.aikyu-map-toggle-btn:hover{
  opacity:.92;
}
.aikyu-map-panel{
  display:block;
  margin:0 0 18px;
}
.aikyu-map-panel.is-closed{
  display:none;
}
.aikyu-map-wrap{
  margin:0;
}
.aikyu-map-head{
  margin:0 0 10px;
}
.aikyu-map-head-main h3{
  margin:0 0 6px;
  font-size:26px;
  line-height:1.4;
}
.aikyu-map-note{
  font-size:12px;
  line-height:1.8;
  color:#5f6368;
}
.aikyu-map-canvas{
  width:100%;
  height:480px;
  border:1px solid #d8dbe2;
  border-radius:12px;
  overflow:hidden;
  background:#f5f7fb;
}
@media (max-width: 767px){
  .aikyu-map-canvas{
    height:360px;
    border-radius:10px;
  }
  .aikyu-map-toggle-btn{
    width:100%;
  }
  .aikyu-map-head-main h3{
    font-size:22px;
  }
}

/* === AIKYU MAP LEGEND START === */
.aikyu-map-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  margin:0 0 12px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #e2e6ee;
  border-radius:10px;
}
.aikyu-map-legend-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  line-height:1.4;
  color:#444;
  font-weight:700;
}
.aikyu-map-legend-dot{
  width:12px;
  height:12px;
  border-radius:9999px;
  display:inline-block;
  box-shadow:0 0 0 2px rgba(255,255,255,.95), 0 1px 4px rgba(0,0,0,.18);
}
.aikyu-map-legend-dot.is-owned{
  background:#f08a00;
}
.aikyu-map-legend-dot.is-api{
  background:#1f7ae0;
}
.aikyu-map-legend-dot.is-crawler{
  background:#7b8794;
}
@media (max-width: 767px){
  .aikyu-map-legend{
    gap:8px 12px;
    padding:9px 10px;
  }
  .aikyu-map-legend-item{
    font-size:11px;
  }
}
/* === AIKYU MAP LEGEND END === */

/* === AIKYU MAP NOTICE START === */
.aikyu-map-note-safe{
  margin-top:6px;
  font-size:12px;
  line-height:1.6;
  color:#666;
}
/* === AIKYU MAP NOTICE END === */
