#ce-map[aria-busy="true"]::after,
.map-bkn__list[aria-busy="true"]::after {
  content: "読み込み中…";
  display: block;
  padding: 18px;
  color: #66727a;
  font-size: 13px;
  text-align: center;
}

.map-bkn__empty {
  padding: 24px 16px;
  color: #66727a;
  font-size: 13px;
  text-align: center;
}

.map-bottom-sheet {
  position: fixed;
  z-index: 45;
  right: 8px;
  bottom: 8px;
  left: 8px;
  max-height: min(58vh, 520px);
  overflow: hidden;
  border-radius: 14px 14px 6px 6px;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .24);
  transform: translateY(calc(100% + 24px));
  transition: transform .24s ease;
}

.map-bottom-sheet.is-show { transform: translateY(0); }
.map-bottom-sheet .map-bkn__list { max-height: min(54vh, 480px); overflow-y: auto; }
.map-bottom-sheet .map-bkn__group { border-bottom: 1px solid #e4e7e9; }
.map-bottom-sheet .map-bkn__header { display: flex; gap: 12px; padding: 14px 16px 8px; color: #263238; }
.map-bottom-sheet .map-bkn__img { width: 78px; height: 78px; flex: none; overflow: hidden; border-radius: 4px; }
.map-bottom-sheet .map-bkn__img img { width: 100%; height: 100%; object-fit: cover; }
.map-bottom-sheet .map-bkn__body { min-width: 0; flex: 1; }
.map-bottom-sheet .map-bkn__type { font-size: 10px; color: #66727a; }
.map-bottom-sheet .map-bkn__name { margin: 3px 0 5px; overflow: hidden; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.map-bottom-sheet .map-bkn__info { display: flex; gap: 4px; align-items: center; margin-top: 2px; color: #66727a; font-size: 11px; }
.map-bottom-sheet .map-bkn__info .icon { width: 13px; height: 13px; flex: none; }
.map-bottom-sheet .map-bkn__room { position: relative; display: flex; gap: 12px; align-items: center; padding: 10px 38px 13px 16px; color: #263238; }
.map-bottom-sheet .map-bkn__price { min-width: 82px; color: #b80000; font-weight: 700; }
.map-bottom-sheet .map-bkn__price .price { font-size: 20px; }
.map-bottom-sheet .map-bkn__spec { font-size: 11px; }
.map-bottom-sheet .map-bkn__arw { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); }
.map-bottom-sheet .map-bkn__arw .icon { width: 18px; height: 18px; }
.map-bottom-sheet__handle { width: 42px; height: 4px; margin: 8px auto 0; border-radius: 4px; background: #c8cdd0; }
.map-bottom-sheet__close { position: absolute; z-index: 1; top: 4px; right: 8px; width: 34px; height: 34px; color: #536168; font-size: 24px; }

@media (min-width: 768px) {
  .map-bottom-sheet { display: none; }
}
