@charset "UTF-8";

/* --------------------
area-list-section
-------------------- */
.area-list-section .area-list-title {
  margin-bottom: 12px;
  border-bottom: 1px dotted #aaa;
  padding: 14px;
  background: #21cdd6;
  font-size: 1.3rem;
  color: #424242;
}
.area-list-section .area-list-wrap {
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-bottom: 20px;
}
.area-list-section .area-list {
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding: 12px;
}
.area-list-section .area-list-item {
  width: 33%;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.area-list-section .room-count-text {
  font-size: .85rem;
}

/* --------------------
pref-section
-------------------- */
.pref-section .pref-area-link {
  display: inline-block;
  padding: 18px 61px;
  color: #fff;
  background: #1fbfa9;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 28px;
}