ul {
  padding-left: 0;
  list-style: none;
}
.caselist {
  width: 1000px;
  max-width: 100%;
  margin: 10px auto 0;
  margin-bottom: 160px;
  padding: 20px;
  box-shadow: 0 0 6px rgb(91 135 127 / 24%);
}
.caselist-img {
  position: relative;
}
.caselist .caselist-img img {
  max-width: 100%;
}
.caselist .caselist-img a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.caselist .caselist-img a::before {
  content: "";
  font-size: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.caselist .caselist-img a:hover {
  width: 36px;
  height: 36px;
  opacity: 1 !important;
}
.caselist .caselist-img a:hover::before {
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  content: attr(data-text);
  font-size: 14px;
}
.caselist .caselist-img .border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.caselist .caselist-img .border span {
  background: #000;
  position: absolute;
}
.caselist .caselist-img .border .y {
  width: 2px;
  height: 100%;
  top: 0;
  transform: translateX(-1px);
}
.caselist .caselist-img .border .x {
  width: 100%;
  height: 2px;
  left: 0;
  transform: translateY(-1px);
}
.caselist .caselist-img .border span:nth-of-type(1) {
  left: 10%;
}
.caselist .caselist-img .border span:nth-of-type(2) {
  left: 20%;
}
.caselist .caselist-img .border span:nth-of-type(3) {
  left: 30%;
}
.caselist .caselist-img .border span:nth-of-type(4) {
  left: 40%;
}
.caselist .caselist-img .border span:nth-of-type(5) {
  left: 50%;
}
.caselist .caselist-img .border span:nth-of-type(6) {
  left: 60%;
}
.caselist .caselist-img .border span:nth-of-type(7) {
  left: 70%;
}
.caselist .caselist-img .border span:nth-of-type(8) {
  left: 80%;
}
.caselist .caselist-img .border span:nth-of-type(9) {
  left: 90%;
}
.caselist .caselist-img .border span:nth-of-type(10) {
  top: 10%;
}
.caselist .caselist-img .border span:nth-of-type(11) {
  top: 20%;
}
.caselist .caselist-img .border span:nth-of-type(12) {
  top: 30%;
}
.caselist .caselist-img .border span:nth-of-type(13) {
  top: 40%;
}
.caselist .caselist-img .border span:nth-of-type(14) {
  top: 50%;
}
.caselist .caselist-img .border span:nth-of-type(15) {
  top: 60%;
}
.caselist .caselist-img .border span:nth-of-type(16) {
  top: 70%;
}
.caselist .caselist-img .border span:nth-of-type(17) {
  top: 80%;
}
.caselist .caselist-img .border span:nth-of-type(18) {
  top: 90%;
}
.icon-city {
  background-color: #366cd9;
}
.icon-city:hover {
  background: url("../img/service/caselist/icon-city.png") center / cover;
}
.icon-golf-course {
  background-color: #33cc00;
}
.icon-golf-course:hover {
  background: url("../img/service/caselist/icon-golf-course.png") center / cover;
}
.icon-user-spot {
  background-color: #ff560d;
}
.icon-user-spot:hover {
  background: url("../img/service/caselist/icon-user-spot.png") center / cover;
}
.caseicon,
.caseicon li {
  display: flex;
  align-items: center;
}
.caseicon {
  width: 1000px;
  max-width: 100%;
  margin: 80px auto 0;
}
.caseicon li + li {
  margin-left: 45px;
}
.caseicon li .color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.caseicon li .dot {
  letter-spacing: -8px;
}
.caseicon li img {
  width: 36px;
  height: auto;
  margin: 0 10px;
}
.caseicon .city .color {
  background-color: #366cd9;
}
.caseicon .golf-course .color {
  background-color: #33cc00;
}
.caseicon .user-spot .color {
  background-color: #ff560d;
}
@media (max-width: 767px) {
  .caselist,
  .caseicon {
    display: none;
  }
}
.area {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #eee;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  display: none;
}
@media (max-width: 767px) {
  .area {
    display: block;
  }
}
.area-item + .area-item {
  border-top: 1px solid #bbb;
}
.wrap {
  overflow: hidden;
  transition: 0.5s max-height;
}
.area-child-item {
  background-color: white;
  border-top: 1px solid #bbb;
}
.area-title,
.area-spot {
  padding: 10px;
}
.area-title {
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
.area-title::before,
.area-title::after {
  width: 18px;
  height: 2px;
  padding: 0;
  background-color: #333;
  border: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.5s transform;
}
.area-title::before {
  transform: translateY(-50%);
}
.area-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.area-title.is-open::after {
  transform: translateY(-50%);
}
.area-name {
  padding: 5px 10px;
  color: #fff;
}
.area-name-city {
  background-color: #366cd9;
}
.area-name-golf {
  background-color: #2f9280;
}
.area-name-spot {
  background-color: #f4520b;
}
.area-child-item a {
  color: #000;
  display: block;
  position: relative;
}
.area-child-item a::after {
  width: 8px;
  content: url(../img/service/caselist/arrow.svg);
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
