@charset "UTF-8";
.hall-search-area {
/*  background: #c9c0aa;*/
  background: #eee;
/*  border-top: 2px solid #8b0000;*/
  border-bottom: 2px solid #8b0000;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'Meiryo', sans-serif;
}
.hall-main {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'Meiryo', sans-serif;
}
.hall-search-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: flex-start;
  box-sizing: border-box;
}
.hall-search-box {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
}
.hall-search-box input {
  width: 100%;
  padding: 10px 12px 10px 34px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.hall-search-box input:focus { border-color: #8b0000; }
.hall-search-box input::placeholder { color: #9d9d9d; }
.hall-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 13px;
  pointer-events: none;
}
.hall-pref-select {
  padding: 10px 8px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  color: #e0e0e0;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  width: 130px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hall-pref-select:focus { border-color: #8b0000; }
.hall-result-count {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}
.hall-result-count span {
  color: #cc3333;
  font-weight: bold;
}

.hall-region-tabs {
  max-width: 900px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hall-region-tab {
  padding: 6px 12px;
  font-size: 12px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  color: #9d9d9d;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  white-space: nowrap;
  user-select: none;
  box-sizing: border-box;
}
.hall-region-tab:hover { border-color: #8b0000; color: #eee; }
.hall-region-tab.active { background: #8b0000; border-color: #8b0000; color: #fff; }

.hall-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px;
  box-sizing: border-box;
}
.hall-pref-section { margin-bottom: 28px; }
.hall-pref-heading {
  font-size: 14px;
  font-weight: bold;
  color: #cc3333;
  border-left: 3px solid #8b0000;
  padding-left: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.hall-pref-heading .hall-pref-count {
  font-size: 11px;
  color: #666;
  font-weight: normal;
}

.hall-store-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 6px;
}
.hall-store-item {
  background: #141414;
  border: 1px solid #222;
  border-radius: 6px;
  padding: 10px 14px;
  transition: border-color 0.15s, background 0.15s;
  display: flex;
  flex-direction: column;
  gap: 3px;
  box-sizing: border-box;
  text-decoration: none;
}
.hall-store-item.has-link { cursor: pointer; }
.hall-store-item.has-link:hover { border-color: #8b0000; background: #8b0000; }
.hall-store-name { font-size: 13px; font-weight: bold; color: #e0e0e0; line-height: 1.4; }
.hall-store-item.has-link:hover .hall-store-name { color: #fff; }
.hall-store-addr { font-size: 11px; color: #666; line-height: 1.5; }
.hall-store-item.has-link:hover .hall-store-addr { color: #ffbbbb; }

.hall-no-result {
  text-align: center;
  padding: 60px 20px;
  color: #555;
  display: none;
}
.hall-no-result.show { display: block; }

/* ---- スマートフォン (768px以下) ---- */
@media (max-width: 768px) {

  .hall-search-area {
    padding: 10px 12px 8px;
  }

  /* 検索: キーワード全幅 / プルダウン・件数を2行目に */
  .hall-search-inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  /* キーワード入力: 全幅 */
  .hall-search-box {
    width: 100%;
  }
  .hall-search-box input {
    font-size: 16px;
    padding: 11px 12px 11px 34px;
  }

  /* プルダウン+件数を横並び */
  .hall-pref-select {
    font-size: 16px;
    padding: 10px 8px;
    width: 100%;
    max-width: 100%;
  }

  .hall-result-count {
    font-size: 12px;
    text-align: right;
  }

  /* プルダウンと件数を横に並べるラッパー */
  .hall-search-row2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hall-search-row2 .hall-pref-select {
    flex: 1;
  }

  /* 地方タブ: 横スクロール維持 */
  .hall-region-tabs {
    margin-top: 8px;
  }
  .hall-region-tab {
    padding: 7px 12px;
    font-size: 13px;
  }

  .hall-main {
    padding: 14px 12px;
  }
  .hall-pref-section { margin-bottom: 20px; }

  /* 店舗リスト: 必ず1列 */
  .hall-store-list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .hall-store-item {
    padding: 11px 14px;
  }
  .hall-store-name {
    font-size: 14px;
  }
  .hall-store-addr {
    font-size: 12px;
  }
  .hall-no-result {
    padding: 40px 16px;
    font-size: 14px;
  }
}