@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

.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: #baa187;
  color: #fff;
}
.localNav ul li a:hover {
  background-color: #cfbdab;
}
@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;
  color: #262626;
}
.localNav ul li.active a {
  color: #404040;
  background-color: #eae3db;
}

.lifeinfoMapWrap {
  display: flex;
  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-template-columns: 1fr;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1rem 0 1rem 4.5rem;
  font-size: 1.4rem;
  display: grid;
  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: #262626;
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li:last-child {
  display: none;
}

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

#col-pub ul {
  background-color: #fff;
}
#col-pub ul li::before {
  background-color: #baa187;
}

#col-shop ul {
  background-color: #fff;
}
#col-shop ul li::before {
  background-color: #baa187;
}

#col-park ul {
  background-color: #fff;
}
#col-park ul li::before {
  background-color: #baa187;
}

#col-med ul {
  background-color: #fff;
}
#col-med ul li::before {
  background-color: #baa187;
}

#col-edu ul {
  background-color: #fff;
}
#col-edu ul li::before {
  background-color: #baa187;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}/*# sourceMappingURL=lifeinfo.css.map */