@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
main {
  background: #000;
}

.c-localNav::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-localNav a {
    width: calc(33.3333333333% - 0.5rem);
    font-size: 3cqi;
    max-height: 3.5rem;
  }
  .c-localNav a:nth-of-type(4), .c-localNav a:nth-of-type(5) {
    width: calc(50% - 0.5rem);
  }
}

.p-sec__space {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-sec__space {
    margin-top: 5rem;
  }
}

.p-float {
  border: red solid 1px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.p-loccont__main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-loccont__ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 6em;
}
@media only screen and (max-width: 767px) {
  .p-loccont__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loccont__ttl {
    font-size: 1.8rem;
  }
}
.p-loccont__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .p-loccont__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loccont__txt {
    font-size: 1.3rem;
  }
}
.p-loccont__wimg {
  position: relative;
}
.p-loccont__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-loccont__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
.p-loccont__point {
  padding-inline: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-loccont__point {
    padding-inline: 1rem;
    padding-bottom: 2rem;
  }
}
.p-loccont__point::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #5d685f 3px, transparent 4px);
  background-size: 3px 9px;
  background-repeat: repeat-y;
  background-position: left top;
}
@media only screen and (max-width: 767px) {
  .p-loccont__point::after {
    background-image: linear-gradient(to right, #5d685f 3px, transparent 4px);
    background-size: 9px 3px;
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 1px;
    right: unset;
    top: unset;
    bottom: 0;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-loccont__point:last-of-type::after {
  display: none;
}
.p-loccont__pttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-loccont__pttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loccont__pttl {
    font-size: 1.8rem;
  }
}
.p-loccont__engttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  color: #719360;
  margin: 2rem auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-loccont__engttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loccont__engttl {
    font-size: 2rem;
  }
}

.p-heatmap {
  max-width: 1100px;
  padding: 5rem;
  background-color: #f0eee3;
  border: 1px solid #719360;
  border-radius: 2rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-heatmap {
    margin-top: 5rem;
    padding: 2rem;
  }
}
.p-heatmap__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #719360;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-heatmap__ttl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .p-heatmap__ttl {
    font-size: 1.7rem;
  }
}
.p-heatmap__box {
  display: grid;
  grid-template-columns: 1fr 53%;
  gap: 2rem;
  margin-block: 5rem;
}
.p-heatmap__box.mod--switch {
  grid-template-columns: 53% 1fr;
  margin-bottom: unset;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-heatmap__box.mod--switch {
    grid-template-columns: 1fr;
    margin-block: 2.5rem;
  }
  .p-heatmap__box.mod--switch .p-heatmap__box-inner {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (max-width: 767px) {
  .p-heatmap__box {
    grid-template-columns: 1fr;
    margin-block: 2.5rem;
  }
}
.p-heatmap__boxttl {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-heatmap__boxttl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .p-heatmap__boxttl {
    font-size: 1.7rem;
  }
}
.p-heatmap__boxtxt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 3rem;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-heatmap__boxtxt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-heatmap__boxtxt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-heatmap__boxtxt {
    margin-top: 1.5rem;
  }
}

.p-loclist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  max-width: 1100px;
  margin: 10rem auto;
}
@media only screen and (max-width: 767px) {
  .p-loclist {
    gap: 1rem;
  }
}
.p-loclist.mod--stack {
  grid-template-columns: repeat(1, 1fr);
  gap: 10rem 6rem;
}
.p-loclist__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  align-items: flex-start;
}
.p-loclist__item.mod--wide {
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-loclist__item.mod--wide {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-loclist__img, .p-loclist__img--spRivers {
  display: grid;
  grid-template-rows: 1fr 1lh;
}
.p-loclist__img img, .p-loclist__img--spRivers img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .p-loclist__img--spRivers {
    grid-area: 1/1/2/2;
  }
}
.p-loclist__imgcap {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1lh;
}
@media only screen and (max-width: 767px) {
  .p-loclist__imgcap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loclist__imgcap {
    font-size: 1rem;
  }
}
.p-loclist__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-loclist__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loclist__ttl {
    font-size: 1.6rem;
  }
}
.mod--wide .p-loclist__ttl {
  text-align: left;
}
.p-loclist__txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-loclist__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loclist__txt {
    font-size: 1.4rem;
  }
}
.p-loclist__time {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  margin: 1.5rem auto;
}
.p-loclist__timetxt {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-loclist__timetxt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loclist__timetxt {
    font-size: 1rem;
  }
}
.p-loclist__icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-loclist__icon {
  width: 6rem;
  height: 6rem;
}

.p-gourmet__img {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-gourmet__img {
    margin-top: 5rem;
  }
}
.p-gourmet__img img {
  width: 100%;
  height: 100%;
}

/*googlemap*/
iframe {
  overflow-y: hidden;
  width: 100%;
  height: 62rem;
  margin: 2px;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  iframe {
    margin-top: 5rem;
    height: 100rem;
  }
}

.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 .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: #719360;
  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: #719360;
  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;
  }
}

.p-lifeInfo .c-sec-intro__ttl {
  text-align: center !important;
}
.p-lifeInfo__frame {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important;
  margin-inline: auto;
  margin-top: -10rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-lifeInfo__frame {
    margin-top: -5rem;
  }
}
/*# sourceMappingURL=../../map/location/style.css.map */