@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
.localNav {
  padding: 3rem 0;
}
.localNav ul {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .localNav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0 5%;
  }
}
.localNav ul li {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .localNav ul li {
    width: 100%;
  }
}
.localNav ul li a {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background-color: #efefef;
  color: #000;
}
.localNav ul li a:hover {
  background-color: #eee;
}
@media only screen and (max-width: 1080px) {
  .localNav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.localNav ul li.active {
  pointer-events: none;
}
.localNav ul li.active a {
  color: #fff;
}
.localNav ul li.shopli.active a {
  background-color: #91666a;
}
.localNav ul li.eduli.active a {
  background-color: #506f7c;
}
.localNav ul li.spoli.active a {
  background-color: #7e7393;
}
.localNav ul li.publi.active a {
  background-color: #99813a;
}
.localNav ul li.medli.active a {
  background-color: #a66948;
}
.localNav ul li.parkli.active a {
  background-color: #698165;
}

.lifeinfoMapWrap {
  display: flex;
  flex-direction: column;
  height: 88rem;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap {
    flex-direction: column;
  }
}
.lifeinfoMapWrap #map {
  width: 100%;
  height: 100%;
}
.lifeinfoMapWrap .lifeinfoList {
  overflow-y: scroll;
  flex-basis: 35%;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap .lifeinfoList {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .lifeinfoMapWrap .lifeinfoList {
    flex-basis: 80%;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list {
  counter-reset: item;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li {
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1rem 0 1rem 4.5rem;
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 40%;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list li {
    width: 100%;
  }
  .lifeinfoMapWrap .lifeinfoList ul.marker_list li:nth-child(2n) {
    border-left: 1px solid #eee;
  }
}
@media only screen and (max-width: 768px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list li {
    width: 100%;
    border-left: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 0.15rem;
  padding-bottom: 0.2rem;
  border-radius: 1.75rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li p.name,
.lifeinfoMapWrap .lifeinfoList ul.marker_list li p.distance {
  font-size: 1.4rem;
  color: #000;
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li:last-child {
  display: none;
}

#map .name {
  font-size: 1.4rem;
  color: #000 !important;
}
#map .distance {
  font-size: 1.4rem;
  color: #000;
}

#col-pub ul {
  background-color: #f8f7f5;
}
#col-pub ul li::before {
  background-color: #99813a;
}

#col-shop ul {
  background-color: #f9f5f5;
}
#col-shop ul li::before {
  background-color: #91666a;
}

#col-park ul {
  background-color: #f5f6f5;
}
#col-park ul li::before {
  background-color: #698165;
}

#col-med ul {
  background-color: #f7f4f3;
}
#col-med ul li::before {
  background-color: #a66948;
}

#col-edu ul {
  background-color: #f5f8f9;
}
#col-edu ul li::before {
  background-color: #506f7c;
}

#col-spo ul {
  background-color: #f5f5f9;
}
#col-spo ul li::before {
  background-color: #7e7393;
}

@media only screen and (max-width: 1150px) {
  .u-pci--1270 {
    display: none;
  }
}/*# sourceMappingURL=lifeinfo.css.map */