@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
body {
  overflow-x: hidden;
}

section {
  position: relative;
  z-index: 2;
}

.p-loc__mv img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__slash {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-loc__slash::before, .p-loc__slash::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-188deg);
  width: 110vw;
  border: 4.2rem solid #f7f8f8;
  z-index: -1;
  height: 0;
  display: none;
}
.p-loc__slash::before {
  border: 0.5rem solid #f7f8f8;
  bottom: calc(0% + 14rem);
}
.p-loc__cap {
  top: 1rem;
  right: 1rem;
  position: absolute;
  color: #b97c64;
  font-size: 16px;
  font-size: 1.6rem;
  border: #b97c64 solid 1px;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.25em 0.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-loc__cap {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__cap {
    font-size: 1.3rem;
  }
}
.p-loc__cap-sm {
  top: 1rem;
  right: 1rem;
  position: absolute;
  color: #b97c64;
  font-size: 13px;
  font-size: 1.3rem;
  border: #b97c64 solid 1px;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.25em 0.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-loc__cap-sm {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__cap-sm {
    font-size: 1rem;
  }
}
.p-loc__2col1col {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-loc__2col1col > * {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-loc__2col1col {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-loc__2col1col > * {
    width: 100%;
  }
}
.p-loc__2col1col__img {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-loc__2col1col__img {
    width: 100%;
  }
}
.p-loc__2col1col-rev {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3rem;
}
.p-loc__2col1col-rev > * {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-loc__2col1col-rev {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-loc__2col1col-rev > * {
    width: 100%;
  }
}
.p-loc__2col1col-rev__img {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-loc__2col1col-rev__img {
    width: 100%;
  }
}
.p-loc__4col2col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-loc__4col2col {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
.p-loc__4col2col__item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-loc__4col2col__item__img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-loc__4col2col__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__4col2col__item span {
  display: block;
}
.p-loc__3col2col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-loc__3col2col {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.p-loc__3col2col__item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
.p-loc__3col2col__item__img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-loc__3col2col__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__3col2col__item span {
  display: block;
}
.p-loc__3col2col__item span:last-of-type {
  display: flex;
  align-items: flex-start;
}
.p-loc__2col2col {
  width: 100%;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  background: #fff;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-loc__2col2col {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
.p-loc__2col2col__item {
  width: 100%;
  height: 100%;
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  align-items: center;
}
.p-loc__2col2col__item__img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-loc__2col2col__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__2col2col__item span {
  display: block;
}
.p-loc__2col2col__item span:last-of-type {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-loc__int__mapwrap {
    display: contents;
  }
}
.p-loc__int__map {
  width: 100%;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .p-loc__int__map {
    width: 90%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}
.p-loc__int__link {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #f7f6f2;
  padding-block: 2rem;
}
.p-loc__int__link__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__int__link__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-loc__int__link__list__item:nth-of-type(1) a {
  background: #b97c64;
  border: solid 2px #b97c64;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__int__link__list__item:nth-of-type(1) a:hover {
    color: #b97c64;
  }
}
.p-loc__int__link__list__item:nth-of-type(2) a {
  background: #868a9c;
  border: solid 2px #868a9c;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__int__link__list__item:nth-of-type(2) a:hover {
    color: #868a9c;
  }
}
.p-loc__int__link__list__item:nth-of-type(3) a {
  background: #699c83;
  border: solid 2px #699c83;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__int__link__list__item:nth-of-type(3) a:hover {
    color: #699c83;
  }
}
.p-loc__int__link__list__item:nth-of-type(4) a {
  background: #ad9685;
  border: solid 2px #ad9685;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__int__link__list__item:nth-of-type(4) a:hover {
    color: #ad9685;
  }
}
.p-loc__int__link__list__item a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0;
  line-height: 1.3;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-loc__int__link__list__item a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__int__link__list__item a {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__int__link__list__item a:hover {
    background: #fff;
  }
}
.p-loc__int__link__list__item small {
  font-size: 0.7em;
  display: block;
}
.p-loc__mam {
  color: #231815;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam {
    padding-bottom: 2rem;
  }
}
.p-loc__mam__ttl {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  line-height: 1.5;
  margin-bottom: 3rem;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__ttl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-loc__mam__ttl small {
  display: block;
  font-size: 0.6em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-loc__mam__ttl small::before, .p-loc__mam__ttl small::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.25em;
  background-image: repeating-linear-gradient(-45deg, #231815, #231815 2.5px, transparent 2.5px, transparent 5px);
}
.p-loc__mam__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-loc__mam__lead {
  width: 100%;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__lead {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__lead {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam__lead {
    margin-bottom: 1rem;
  }
}
.p-loc__mam__lead small {
  display: block;
  font-size: 0.7em;
}
.p-loc__mam__box {
  margin: 0 auto;
  max-width: 400px;
}
.p-loc__mam02 {
  color: #fff;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02 {
    padding-bottom: 2rem;
  }
}
.p-loc__mam02__ttl {
  color: #231815;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__ttl {
    margin-bottom: 1.5rem;
  }
}
.p-loc__mam02__ttl small {
  display: block;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-loc__mam02__ttl small::before, .p-loc__mam02__ttl small::after {
  content: "";
  background: #fff;
  height: 0.25em;
  width: 100%;
  display: inline-block;
}
.p-loc__mam02__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "box ";
    gap: 1rem;
  }
}
.p-loc__mam02__box {
  grid-area: box;
  background: #fff;
  border-radius: 1.5rem;
  margin-inline: auto;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.p-loc__mam02__box__img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block !important;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.p-loc__mam02__box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__mam02__box__img__inner {
  width: 95%;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-loc__mam02__box__img__inner__txt {
  color: #B4A379;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__img__inner__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__img__inner__txt {
    font-size: 1.4rem;
  }
}
.p-loc__mam02__box__img__inner__face {
  width: 6em;
  height: 6em;
  aspect-ratio: 1/1;
}
.p-loc__mam02__box__img__inner__face img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-loc__mam02__box__img__inner i {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5rem;
}
.p-loc__mam02__box__img__inner i::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 90%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-loc__mam02__box__txt {
  padding: 3rem;
  color: #231815;
  text-align: left;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box__txt {
    text-align: center;
    padding: 1rem;
  }
}
.p-loc__mam02__box__txt p {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
}
.p-loc__mam02__box .fru01 {
  position: absolute;
  bottom: -3rem;
  left: -2rem;
  max-width: 20%;
  display: block;
  z-index: 5;
  z-index: 1;
}
.p-loc__mam02__box .fru01 img {
  display: block;
}
.p-loc__mam02__box .fru02 {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  max-width: 20%;
  display: block;
  z-index: 1;
}
.p-loc__mam02__box .fru02 img {
  display: block;
}
.p-loc__mam02__box .curry01 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 30%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .curry01 img {
  display: block;
}
.p-loc__mam02__box .hotaru01 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .hotaru01 img {
  display: block;
}
.p-loc__mam02__box .hospital01 {
  position: absolute;
  bottom: -2rem;
  right: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box .hospital01 {
    max-width: 15%;
  }
}
.p-loc__mam02__box .hospital01 img {
  display: block;
}
.p-loc__mam02__box .school01 {
  position: absolute;
  top: 0%;
  left: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .school01 img {
  display: block;
}
.p-loc__mam02__box .school02 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 30%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .school02 img {
  display: block;
}
.p-loc__mam02__box .kosodate01 {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  max-width: 17%;
  display: block;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-loc__mam02__box .kosodate01 {
    width: 14%;
  }
}
.p-loc__mam02__box .kosodate01 img {
  display: block;
}
.p-loc__mam02__box .kosodate02 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .kosodate02 img {
  display: block;
}
.p-loc__mam02__box .nature01 {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.p-loc__mam02__box .nature01 img {
  display: block;
}
.p-loc__mam02__box .nature02 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 20%;
  display: block;
  z-index: 1;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
}
.p-loc__mam02__box .nature02 img {
  display: block;
}
.p-loc__ttlwrap {
  position: relative;
  container-type: inline-size;
}
.p-loc__ttlwrap__bg {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 2000px;
  margin-inline: auto;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__ttlwrap__bg {
    width: 100%;
  }
}
.p-loc__ttlwrap__bg__img {
  max-height: 400px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc__ttlwrap__ttl, .p-loc__ttlwrap__ttl--shadow {
  font-family: "EB Garamond", "Noto Serif", serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(7cqi, 20rem);
}
@media only screen and (max-width: 767px) {
  .p-loc__ttlwrap__ttl, .p-loc__ttlwrap__ttl--shadow {
    font-size: 12cqi;
  }
}
.p-loc__ttlwrap__ttl--shadow {
  text-shadow: 0 0 5px rgb(34, 64, 66), 0 0 10px rgba(34, 64, 66, 0.8);
}
.p-loc__lead {
  position: relative;
}
.p-loc__lead__img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  max-width: 600px;
  height: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__lead__img {
    height: 9rem;
  }
}
.p-loc__lead__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-loc__liv__sho__ttl {
  width: 100%;
  height: 4rem;
  padding-inline: 1em;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__ttl {
    font-size: 1.8rem;
  }
}
.p-loc__liv__sho__ttl em {
  font-size: 1.5em;
  font-style: italic;
  font-family: "EB Garamond", "Noto Serif", serif;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__ttl {
    padding-inline: 0em;
  }
}
.p-loc__liv__sho__ttl::after {
  content: "";
  width: 100%;
  height: calc(100% + 0.4em);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: url(../../images/location/shop_ttl_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__ttl::after {
    top: 42%;
  }
}
.p-loc__liv__sho__wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 65% 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
  background: #efefef;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__wrap {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 1rem;
  }
}
.p-loc__liv__sho__aeon {
  aspect-ratio: 270/190;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 48% 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 1rem;
  grid-template-areas: "dai wel" "dai noj";
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__aeon {
    gap: 0 0.5rem;
  }
}
.p-loc__liv__sho__aeon__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr min-content;
  width: 100%;
  height: 100%;
}
.p-loc__liv__sho__aeon__img {
  width: 100%;
  height: 100%;
}
.p-loc__liv__sho__aeon__dai {
  grid-area: dai;
}
.p-loc__liv__sho__aeon__wel {
  grid-area: wel;
}
.p-loc__liv__sho__aeon__noj {
  grid-area: noj;
}
.p-loc__liv__sho__arw {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: relative;
  filter: drop-shadow(0 -0.5em 0px rgb(255, 255, 255));
}
.p-loc__liv__sho__arw::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.p-loc__liv__sho__tab__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.p-loc__liv__sho__tab__btns__item {
  font-family: "EB Garamond", "Noto Serif", serif;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  background-color: #b97c64;
  padding: 1rem;
  color: #fff;
  box-shadow: 0 3px 0 #8d5d4a;
  opacity: 0.8;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
  gap: 0.5em;
}
.p-loc__liv__sho__tab__btns__item.is-active {
  opacity: 1;
  box-shadow: none;
  pointer-events: none;
  transform: translateY(3px);
}
.p-loc__liv__sho__tab__btns__item em {
  font-size: 1.5em;
  font-style: italic;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__liv__sho__tab__btns__item:hover {
    transform: translateY(3px);
    opacity: 0.5;
    box-shadow: none;
  }
}
.p-loc__liv__sho__tab__cont {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.p-loc__liv__sho__tab__cont__item {
  display: none;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.3s;
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__tab__cont__item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__tab__cont__item {
    font-size: 1.3rem;
  }
}
.p-loc__liv__sho__tab__cont__item.is-show {
  display: block;
  opacity: 1;
}
.p-loc__liv__sho__tab__cont__item__ttl {
  color: #b97c64;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: #595757 solid 1px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__tab__cont__item__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__liv__sho__tab__cont__item__ttl {
    font-size: 2rem;
  }
}
.p-loc__liv__sho__tab__cont__item__cap {
  text-align: right;
  margin-top: 3rem;
}
.p-loc__hos__ttl {
  text-align: center;
  background: #72a9b1;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__ttl {
    font-size: 1.6rem;
  }
}
.p-loc__hos__ttl em {
  font-size: 1.3em;
}
.p-loc__hos__type {
  margin-top: 1rem;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  background: #e3eeef;
  padding: 1rem;
  border-top: #72a9b1 solid 1px;
}
.p-loc__hos__typeTtl {
  display: block;
  color: #72a9b1;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__typeTtl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__typeTtl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__type {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__hos__type {
    font-size: 1.3rem;
  }
}
.p-loc__hos__type em {
  display: block;
  font-size: 1.3em;
  color: #72a9b1;
}
.p-loc__edu__map {
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__edu__map {
    padding-top: 3rem;
  }
}
.p-loc__edu__map__img {
  display: block;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__edu__map__img {
    width: 100%;
  }
}
.p-loc__edu__map__img .cap {
  text-align: right;
  margin: 0.5rem 1rem 0 0;
}
.p-loc__chi__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #868a9c;
  display: block;
  color: #fff;
  text-align: center;
  padding-block: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__ttl {
    font-size: 1.4rem;
  }
}
.p-loc__chi__lead {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: left;
}
.p-loc__chi__lead em {
  font-size: 1.2em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__lead {
    font-size: 1.3rem;
  }
}
.p-loc__chi__int__img {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-loc__chi__int__img img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__int__img img {
    width: 100%;
  }
}
.p-loc__chi__yasa {
  background: #efefef;
}
.p-loc__chi__yasa__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__inner {
    width: 95%;
  }
}
.p-loc__chi__yasa__item {
  display: grid;
  grid-auto-rows: 1fr max-content;
  grid-template-rows: subgrid !important;
  grid-row: span 2;
  gap: 1rem;
  align-items: flex-start;
}
.p-loc__chi__yasa__ttl {
  display: grid;
  background: #efefef;
}
.p-loc__chi__yasa__ttl__txt {
  background: #fff;
  border-top: solid 1px #868a9c;
  border-bottom: solid 1px #868a9c;
  padding-block: 0.25em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__ttl__txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__ttl__txt {
    font-size: 1.5rem;
  }
}
.p-loc__chi__yasa__sub, .p-loc__chi__yasa__sub-02 {
  line-height: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  padding-block: 0.5em;
  background: #9C8D69;
  border-radius: 3rem;
  color: #fff;
  line-height: 1.2;
  display: grid;
  place-content: center;
  height: 100%;
  padding-inline: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__sub, .p-loc__chi__yasa__sub-02 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__sub, .p-loc__chi__yasa__sub-02 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__chi__yasa__sub, .p-loc__chi__yasa__sub-02 {
    letter-spacing: 0;
  }
}
.p-loc__chi__yasa__sub-02 {
  background: #001d50;
}
.p-loc__lei__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background: #699c83;
  border-bottom: #699c83 solid 1px;
  padding-bottom: 0.5em;
  line-height: 1.2;
  padding: 1em;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__ttl {
    font-size: 1.8rem;
  }
}
.p-loc__lei__map__ttl {
  background: #699c83;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding-block: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__ttl {
    font-size: 1.6rem;
  }
}
.p-loc__lei__map__wrap {
  width: 100%;
  height: auto;
}
.p-loc__lei__map__inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  aspect-ratio: 4107/2000;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__inner {
    aspect-ratio: 1/1;
  }
}
.p-loc__lei__map__inner img {
  width: auto;
  height: 100%;
  display: block;
}
.p-loc__lei__map__btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  border-radius: 6rem;
  padding: 0.3em 0.6em;
  line-height: 1;
  box-shadow: 0px 0px 2px #888, 0px 0px 2px #888, 0px 0px 4px #888, 0px 0px 8px #888;
  border: solid 1px #fff;
  letter-spacing: 0;
  font-family: YakuHanMP, "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.8vw, 2.25rem);
  transition: 0.3s;
  animation: pulse 2s infinite;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn {
    font-size: max(4.2vw, 1.3rem);
  }
}
@keyframes pulse {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    filter: brightness(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  }
  100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
.p-loc__lei__map__btn.cycle {
  top: 9.5%;
  left: 25.8%;
  background: #a24531;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.cycle {
    top: 9.5%;
    left: 50%;
  }
}
.p-loc__lei__map__btn.iseki {
  top: 91%;
  left: 76.6%;
  background: #a68a3f;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.iseki {
    top: 91%;
    left: 155%;
  }
}
.p-loc__lei__map__btn.cul {
  top: 77.3%;
  left: 21.7%;
  background: #7c9769;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.cul {
    top: 77%;
    left: 44%;
  }
}
.p-loc__lei__map__btn.tama {
  top: 44.5%;
  left: 10.5%;
  background: #4a8a93;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.tama {
    top: 44.5%;
    left: 20%;
  }
}
.p-loc__lei__map__btn.kaido {
  top: 88%;
  left: 38%;
  background: #b27e7e;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.kaido {
    top: 88%;
    left: 77%;
  }
}
.p-loc__lei__map__btn.huru {
  top: 29%;
  right: 0;
  letter-spacing: 0;
  background: #566b7e;
  padding-inline: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__btn.huru {
    top: 29%;
    right: unset;
    left: 170.5%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__lei__map__btn:hover {
    background: #eee;
    color: #001d50;
  }
}
.p-loc__lei__map__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid #699c83;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.5rem 0;
  letter-spacing: 0em;
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__lei__map__txt {
    font-size: 1.3rem;
  }
}
.p-loc__inf__ttl {
  font-family: "EB Garamond", "Noto Serif", serif;
  font-size: 50px;
  font-size: 5rem;
  color: #ad9685;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-loc__inf__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__inf__ttl {
    font-size: 2rem;
  }
}
.p-loc__rtxt {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.p-loc__hoiku {
  margin-top: 5rem;
}
.p-loc__hoiku__ttl {
  padding: 1rem 0;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  background: #868a9c;
}
@media only screen and (max-width: 767px) {
  .p-loc__hoiku__ttl {
    font-size: 1.6rem;
  }
}
.p-loc__hoiku__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .p-loc__hoiku__list {
    gap: 2rem 1rem;
  }
}
.p-loc__hoiku__name {
  font-size: 2.4rem;
  text-align: center;
}
.p-loc__hoiku__name small {
  font-size: 0.7em;
}
@media only screen and (max-width: 767px) {
  .p-loc__hoiku__name {
    font-size: 1.4rem;
  }
}
.p-loc__hoiku__lead {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__hoiku__lead {
    font-size: 1.2rem;
  }
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.modal__content {
  width: 95%;
  color: #fff;
  max-width: 900px;
  position: relative;
  border-radius: 0.8rem;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 60%;
}
.modal__content__txtbox {
  padding: 1rem 2rem;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .modal__content__txtbox {
    padding: 1rem 0.5rem;
  }
}
.modal__content__img img {
  border-radius: 0.8rem 0 0 0.8rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__content._01 {
  border: solid #a24531 2px;
  background: #a24531;
}
.modal__content._02 {
  border: solid #a68a3f 2px;
  background: #a68a3f;
}
.modal__content._03 {
  border: solid #7c9769 2px;
  background: #7c9769;
}
.modal__content._04 {
  border: solid #4a8a93 2px;
  background: #4a8a93;
}
.modal__content._05 {
  border: solid #b27e7e 2px;
  background: #b27e7e;
}
.modal__content._06 {
  border: solid #566b7e 2px;
  background: #566b7e;
}
.modal__content__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal__content__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__content__ttl {
    font-size: 1.4rem;
  }
}
.modal__content__ttl em {
  font-size: 1.3em;
  margin-right: 0.5em;
}
.modal__content__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .modal__content__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__content__txt {
    font-size: 1.3rem;
  }
}
.modal__close {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: -2%;
  right: -6%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  font-size: 2.4rem;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  color: #595757;
}

/* nav */
.p-loc__nav {
  display: block !important;
}
.p-loc__nav .js-nav {
  background: #fff;
  padding-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__nav .js-nav {
    padding-bottom: 0rem;
  }
}
.p-loc__nav ul {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
  align-items: flex-end;
  gap: 2px;
  padding-top: 3rem;
  padding-inline: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul {
    padding-inline: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-loc__nav ul li {
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.p-loc__nav ul li:nth-of-type(1) a {
  background: #f0c7b6;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__nav ul li:nth-of-type(1) a:hover {
    background: #b97c64;
  }
}
.p-loc__nav ul li:nth-of-type(1) a.is-current {
  background: #b97c64;
}
.p-loc__nav ul li:nth-of-type(2) a {
  background: #dbdce1;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__nav ul li:nth-of-type(2) a:hover {
    background: #868a9c;
  }
}
.p-loc__nav ul li:nth-of-type(2) a.is-current {
  background: #868a9c;
}
.p-loc__nav ul li:nth-of-type(3) a {
  background: #d2e1da;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__nav ul li:nth-of-type(3) a:hover {
    background: #699c83;
  }
}
.p-loc__nav ul li:nth-of-type(3) a.is-current {
  background: #699c83;
}
.p-loc__nav ul li:nth-of-type(4) a {
  background: #e6e0da;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__nav ul li:nth-of-type(4) a:hover {
    background: #ad9685;
  }
}
.p-loc__nav ul li:nth-of-type(4) a.is-current {
  background: #ad9685;
}
.p-loc__nav ul li a {
  color: #595757;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 0;
  border-radius: 1rem 1rem 0 0;
  transition: 0.3s ease;
  text-decoration: none !important;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a {
    letter-spacing: 0;
    padding: 0.3em 0;
  }
}
.p-loc__nav ul li a small {
  display: block;
  font-size: 0.8em;
  line-height: 0;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a small {
    letter-spacing: 0;
  }
}
.p-loc__nav ul li a .p-loc__nav__hov {
  display: inline-block;
  font-size: 1em;
  line-height: 0;
  opacity: 0;
  letter-spacing: -1em;
  transition: 0.3s;
}
.p-loc__nav ul li a .dot {
  display: block;
  position: relative;
  margin-inline: auto;
  width: 0.7em;
  height: 0.7em;
  background: #595757;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.3s;
}
.p-loc__nav ul li a .sm {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a .sm {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loc__nav ul li a .sm {
    font-size: 0.9rem;
  }
}
.p-loc__nav ul li a.is-current {
  color: #fff;
}
.p-loc__nav ul li a.is-current .p-loc__nav__hov {
  line-height: 1.5;
  letter-spacing: 0.1em;
  opacity: 1 !important;
}
.p-loc__nav ul li a.is-current small {
  line-height: 1.5;
  opacity: 1;
}
.p-loc__nav ul li a.is-current .dot {
  background: #fff;
}
.p-loc__nav ul li a.is-current .dot::after {
  width: 170%;
  height: 170%;
  border: solid 2px #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (hover: hover) and (pointer: fine) {
  .p-loc__nav ul li a:hover {
    color: #fff;
  }
  .p-loc__nav ul li a:hover .p-loc__nav__hov {
    line-height: 1.5;
    letter-spacing: 0.1em;
    opacity: 1 !important;
  }
  .p-loc__nav ul li a:hover small {
    line-height: 1.5;
    opacity: 1;
  }
  .p-loc__nav ul li a:hover .dot {
    background: #fff;
  }
  .p-loc__nav ul li a:hover .dot::after {
    width: 170%;
    height: 170%;
    border: solid 2px #fff;
    aspect-ratio: 1/1;
    border-radius: 50%;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
/*新規追加 fixedナビ 終*/
/*新規追加 fixedナビ*/
.js-nav-fixed {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: fixed;
  opacity: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.3s;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .js-nav-fixed {
    display: block;
    position: relative;
    width: 100%;
    bottom: unset;
  }
}
.js-nav-fixed ul {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .js-nav-fixed ul {
    padding: 0;
    width: 98% !important;
  }
}

.js-nav-fixed.is-fixed {
  opacity: 1;
  pointer-events: auto;
}

.js-nav-fixed.is-hide {
  opacity: 0;
  pointer-events: none;
}

.l-footer__pagetop {
  bottom: 11rem;
}
/*# sourceMappingURL=../../map/location/style.css.map */