﻿.js_sp_tabcontent:not(.active) {
  display: none;
}

.tab_areamap_sp {
  display: table;
  margin-bottom: 14px;
  width: calc(100% + 10px);
  transform: translateX(-5px);
}

.tab_areamap_sp li {
  display: table-cell;
  padding: 0 5px;
}

.tab_areamap_sp li a {
  background: #fcb8cf;
  border-radius: 25px;
  border: 2px solid #ae3764;
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 4px 8px;
  text-align: center;
  width: 100%;
  min-width: 80px;
}

.tab_areamap_sp li.current a {
  background-color: #ea6094;
  color: #fff;
}