@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/*grid settings*/
/* media query */
/* hover */
.localNav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .localNav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0 2%;
  }
}
.localNav ul li {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .localNav ul li {
    width: 100%;
  }
}
.localNav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 2px solid #84705e;
  background: #ac988e;
  transition: 0.3s;
  cursor: pointer;
}
.localNav ul li a:hover {
  background-color: #84705e;
}
@media only screen and (max-width: 1080px) {
  .localNav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
  }
}
.localNav ul li.active {
  pointer-events: none;
}
.localNav ul li.active a {
  background-color: #84705e;
  color: #fff;
}

#map > div > div.gm-style > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div.gm-style-iw.gm-style-iw-c > div > div > div > p.name,
#map > div > div.gm-style > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div.gm-style-iw.gm-style-iw-c > div > div > div > p.distance {
  color: #333 !important;
}

#gmap-iframe-content {
  height: 900px;
}

.lifeinfoMapWrap {
  display: flex;
  height: 700px;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .lifeinfoMapWrap {
    flex-direction: column;
    height: 900px;
  }
}
.lifeinfoMapWrap #map {
  flex-basis: 75%;
}
@media only screen and (max-width: 767px) {
  .lifeinfoMapWrap #map {
    flex-basis: 50%;
  }
}
.lifeinfoMapWrap .lifeinfoList {
  flex-basis: 35%;
  overflow-y: scroll;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lifeinfoMapWrap .lifeinfoList {
    flex-basis: 50%;
  }
}
.lifeinfoMapWrap .lifeinfoList .marker_list--ttl {
  font-size: 1.6rem;
  color: #DBC199;
  border: solid 2px #DBC199;
  color: #fff;
  font-size: 2rem;
  background-color: #84705e;
  padding: 1rem 5rem 1rem 2.5rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list {
  color: #333 !important;
  counter-reset: item;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li {
  color: #333 !important;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1rem 0 1rem 4.5rem;
  font-size: 1.4rem;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lifeinfoMapWrap .lifeinfoList ul.marker_list li {
    width: 100%;
    border-left: none;
    display: flex;
    justify-content: space-between;
  }
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84705e;
  border: 2px solid #DBC199;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.75rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  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 {
  color: #333 !important;
  font-size: 1.4rem;
  line-height: 1.4;
}
.lifeinfoMapWrap .lifeinfoList ul.marker_list li:last-child {
  display: none;
}

/*googlemap*/
.gm-style-iw,
.gm-style-iw-c {
  flex-direction: row-reverse !important;
  padding-top: 0.5rem !important;
  align-items: center !important;
}

.p-location__map {
  text-align: center;
  color: var(--black);
  padding: 7rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-location__map {
    padding: 0;
  }
}
.p-location__map--ttl {
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
  padding: 0 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-location__map--ttl {
    margin: 0 auto 2rem;
  }
}
.p-location__map--ttl::after {
  content: "";
  position: absolute;
  width: 70vw;
  max-width: 1080px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-location__map--ttl::after {
    width: 95vw;
  }
}
.p-location__map__inner {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.p-location__map__inner iframe {
  overflow: visible;
}
.p-location__map__inner .tabs {
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
}
.p-location__map__inner .tab_item {
  width: 20%;
  height: 40px;
  background-color: var(--gray);
  line-height: 37.5px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-location__map__inner .tab_item {
    width: 33.3333333333%;
    font-size: 13px;
  }
}
.p-location__map__inner input[name=tab_item] {
  display: none;
}
.p-location__map__inner .tab_content {
  display: none;
  padding: 20px 0 0;
  clear: both;
  overflow: hidden;
}
.p-location__map__inner .tab_content__inner iframe {
  width: 100%;
  height: 100rem;
  margin: 2px;
}
@media only screen and (max-width: 767px) {
  .p-location__map__inner .tab_content__inner iframe {
    height: 30rem;
  }
}
.p-location__map__inner .tab_content .p-wrap {
  display: flex;
  font-size: 1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap {
    display: block;
  }
}
.p-location__map__inner .tab_content .p-wrap__inner {
  width: 50%;
  margin: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap__inner {
    width: 100%;
    padding-right: 0;
  }
}
.p-location__map__inner .tab_content .p-wrap__inner li {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.5rem;
  padding: 1rem 0;
  text-align: left;
  border-top: 0.5px solid var(--black);
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap__inner li {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .p-location__map__inner .tab_content .p-wrap__inner li {
    display: block;
  }
  .p-location__map__inner .tab_content .p-wrap__inner li .p02 {
    margin-left: 2rem;
  }
}
.p-location__map__inner .tab_content .p-wrap__inner li:last-child {
  border-bottom: 0.5px solid var(--black);
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap__inner li:last-child {
    border-bottom: none;
  }
}
.p-location__map__inner .tab_content .p-wrap__inner li span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #84705e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.5rem;
}
.p-location__map__inner .tab_content .p-wrap__inner.p-wrap__l {
  margin-right: 0;
  padding-right: 2rem;
  border-right: 0.5px solid var(--black);
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap__inner.p-wrap__l {
    margin: 0;
    padding: 0;
    border-right: 0px;
  }
}
.p-location__map__inner .tab_content .p-wrap__inner.p-wrap__r {
  padding-left: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-location__map__inner .tab_content .p-wrap__inner.p-wrap__r {
    margin: 0;
    padding: 0;
    border-bottom: 0.5px solid var(--black);
  }
}
.p-location__map__inner #public:checked ~ #public_content,
.p-location__map__inner #commercial:checked ~ #commercial_content,
.p-location__map__inner #medical:checked ~ #medical_content,
.p-location__map__inner #educational:checked ~ #educational_content,
.p-location__map__inner #school:checked ~ #school_content {
  display: block;
}
.p-location__map__inner .tabs input:checked + .tab_item {
  background-color: #84705e;
  color: #333;
}
.p-location__map small {
  text-align: left;
  line-height: 1;
  font-size: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-location__map small {
    text-align: right;
  }
}
/*# sourceMappingURL=../../map/area/lifeinfo.css.map */