@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* エリア（都道府県アコーディオン） */
:root{
  /* Palette (B 洗練版) */
  --hm-main: #3A7CA5;
  --hm-sub:  #2F5F7A;

  --hm-bg:   #F7FAFC;
  --hm-alt:  #EEF4F8;

  --hm-ink:  #1F2937;
  --hm-muted:#6B7280;

  --hm-cta:  #F2A65A;
  --hm-cta-h:#E8923C;

  --hm-line: rgba(31,41,55,.12);

  /* Radius控えめ */
  --hm-r: 6px;

  /* Shadows控えめ（テーマに合わせやすい） */
  --hm-sh: 0 10px 22px rgba(15,23,42,.06);
}

.area-acc {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.area-acc__item + .area-acc__item {
  border-top: 1px solid rgba(0,0,0,.06);
}

.area-acc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 12px;
}

.area-acc__pref {
  display: block;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
}

.area-acc__toggle {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.area-acc__chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,.55);
  border-bottom: 2px solid rgba(0,0,0,.55);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.area-acc__item.is-open .area-acc__chev {
  transform: rotate(-135deg);
}

.area-acc__panel {
  padding: 0 12px 12px;
}

.area-acc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.area-acc__child {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  background: rgba(0,0,0,.03);
}

.area-acc__li.is-current .area-acc__child {
  font-weight: 700;
  background: rgba(35,127,226,.12);
}

.hm-underbar{
  width: 84px;
  height: 3px;
  background: var(--hm-main);
  margin-top: 14px;
}

.hm-underbar--center{
  margin-left: auto;
  margin-right: auto;
}
/* バナー */
.hmap-banner-wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hmap-banner-link { display: block; }
.hmap-banner-img  { width: 100%; height: auto; display: block; }

.hmap-banner-note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.hmap-banner-note a{
  text-decoration: underline;
}

.hmap-exticon{
  margin-left: 4px;
  font-size: 0.95em;
}