@charset "utf-8";


/* -----------------------------------------------------------
	location
----------------------------------------------------------- */
.location {
  padding: 100px 0;
}

.location .sub_title {
  max-width: 200px;
}

.location .text_wrap {
  margin-top: 30px;
  text-align: center;
}


.location-area {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse;
}

.location-area .text {
  font-size: 16px;
}

.location-area_b .image_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location-area_b {
  margin-top: 120px;
}

.location-area_b .image_list .list-item {
  width: 23%;
  margin-top: 20px;
  position: relative;
}

.list-item_image {
  position: relative;
}

.location-area_b .image_list .list-item .image_cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  color: #fff;
  z-index: 2;
}

.location-area .image_list .list-item_image .image_cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  color: #fff;
  z-index: 2;
}

.location-area_b .image_list .list-item.list-item_b {
  width: 100%;
}

.location-area_b .image_list .list-item.list-item_b img {
  height: 580px;
  object-fit: cover;
}

.location-area_b .image_list .list-item.list-item_b:nth-of-type(n + 2) {
  margin-top: 80px;
}

.location-area_b .list-item_cap {
  font-size: 11px;
}

.location-area_b .cap {
  font-size: 11px;
  margin-top: 40px;
}

.location-area_b_section_title_sub02 {
  margin-top: 60px;
}

.location-area_map {
  background-color: #efefef;
  padding: 30px 40px;
  margin: 30px auto;
  width: 79%;
}

.location-area_map_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}



@media screen and (max-width: 767px) {
  .location {
    padding: 60px 0;
  }

  .location .sub_title {
    max-width: 100px;
  }

  .location-area {
    flex-direction: column;
  }

  .location-area_map {
    background-color: inherit;
    padding: 0;
    margin: auto auto 20px;
    width: 100%;
  }

  .location-area .text {
    font-size: 12px;
  }

  .location-area_b .image_list .list-item {
    width: 48%;
    margin-top: 20px;
  }

  .location-area_b .image_list .list-item.list-item_b {
    width: 100%;
  }

  .location-area_b .list-item_cap {
    font-size: 9px;
  }

  .location-area_b .image_list .list-item.list-item_b img {
    height: 200px;
  }

  .location-area_b .cap {
    font-size: 10px;
  }

  .location-area_b .image_list .list-item .image_cap {
    font-size: 10px;
  }
}

/* -----------------------------------------------------------
	life-information
----------------------------------------------------------- */
.life-information .sub_title {
  max-width: 360px;
  margin-bottom: 24px;
}


@media screen and (max-width: 767px) {
  .life-information .sub_title {
    max-width: 180px;
    margin-bottom: 10px;
  }
}

/* -----------------------------------------------------------
	INFORMATION
----------------------------------------------------------- */
.lifeinfo_area h3 {
  margin-bottom: 20px;
}

.tab_list2 {
  display: flex;
  font-size: 12px;
  font-weight: 600;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6 {
  width: 63%;
  height: 440px;
  margin-bottom: 20px;
}

.tab {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: calc(100% / 5);
  text-align: center;
  background-color: #9e8e77;
  color: #fff;
}

.tab.none {
  display: none;
  pointer-events: none;

}

.tab:first-child {
  border-left: 1px solid #ddd;
}

.tab.active {
  background: #67391b;
  color: #fff;
}

.list {
  display: none;
}

.list.active {
  display: flex;
  justify-content: space-between;
}

.list_text_wrap {
  width: 37%;
}

.list_text_wrap .title {
  margin: .5em 0;
  font-size: 12px;
  margin-left: 1em;
}

.scroll_box {
  width: 100%;
  height: 400px;
  overflow: scroll;
  padding-left: 2%;
  font-size: 12px;
  padding: 10px 15px;
  border-top: 1px solid #4d4a52;
  border-bottom: 1px solid #4d4a52;
}

.spot {
  position: relative;
  padding-left: 24px;
  margin: 12px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 1.2em;
  gap: 5px;
  z-index: 2;
}

.spot::before {
  content: counter(spot-counter);
  counter-increment: spot-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  z-index: 2;
}

.spot::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-bottom: 1px dotted #4d4a52;
}


.spot span {
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
  background-color: #fff;
}

#shopping .spot::before {
  background-color: #bb797e;
}

#gourmet .spot::before {
  background-color: #b18f3d;
}

#parks .spot::before {
  background-color: #b18f3d;
}

#education .spot::before {
  background-color: #a788a7;
}

#medical .spot::before {
  background-color: #8cb0a8;
}

#public .spot::before {
  background-color: #8190ad;
}

.list {
  counter-reset: spot-counter;
}

.gm-ui-hover-effect {
  width: 18px !important;
  height: 18px !important;
  top: 4px !important;
  right: 4px !important;
}

.gm-ui-hover-effect img {
  width: 100% !important;
  height: 100% !important;
}


@media screen and (max-width: 1000px) {
  .list.active {
    flex-direction: column;
  }

  .list_text_wrap {
    width: 100%;
  }

  #map1,
  #map2,
  #map3,
  #map4,
  #map5,
  #map6 {
    width: 100%;
    margin-bottom: 2px;
    height: 240px;
  }

  .scroll_box {
    width: 100%;
    height: 200px;
    padding-left: 0;
    padding: 10px 15px;

  }
}

@media screen and (max-width: 767px) {
  .tab_list2 {
    flex-wrap: wrap;
    font-size: 11px;
    gap: 2%;
    margin-bottom: 12px;
  }

  .tab {
    width: calc(96% / 3);
    padding: 8px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    line-height: 1.2em;
    color: #fff;
    margin-top: 2%;
  }

  .tab:nth-child(1),
  .tab:nth-child(4) {
    border-left: 1px solid #ddd;
  }

  .tab.none {
    display: inline-block;
  }

  .scroll_box {
    font-size: 11px;
    padding: 10px 10px;
  }

  .spot {
    margin: 20px 0;
  }

}