@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-location {
  background-color: #fafafa;
}
.p-location-detail {
  width: 85%;
  max-width: 1200px;
  margin-left: min(15%, 166px);
  margin-top: 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-location-detail {
    width: 100%;
    margin-left: 0;
  }
}
.p-location-detail__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1080px) {
  .p-location-detail__inner {
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-location-detail__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-location-intro {
  padding: 9rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .p-location-intro {
    padding: 5rem 0;
  }
}
.p-location-intro__catch {
  letter-spacing: -0.03em;
}
.p-location-intro__img {
  width: 80%;
  max-width: 1000px;
  margin-top: 15rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-location-intro__img {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-location-nav__list {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-location-nav__list {
    gap: 0.5rem;
  }
}
.p-location-nav__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  color: #242424;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
  padding: 1.5rem 1rem;
  border: 1px solid #929292;
  font-size: min(1.4vw, 1.6rem);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-location-nav__list__item a {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}
.p-location-nav__list__item a.is-active {
  pointer-events: none;
  background-color: #d3d2d2;
}
@media (hover: hover) and (pointer: fine) {
  .p-location-nav__list__item a:hover {
    background-color: #f2f2f2;
  }
}
.p-location-shopstreet__catch {
  letter-spacing: -0.03em;
}
.p-location-shopstreet__txt {
  width: 90%;
  max-width: 700px;
  margin-inline: auto;
}
.p-location-shopstreet__imgs {
  margin-top: 10rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-location-shopstreet__imgs {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    gap: 1rem;
  }
}
.p-location-shopstreet__imgs__img01 {
  grid-area: 1/2/2/3;
}
.p-location-shopstreet__imgs__img02 {
  grid-area: 1/1/3/2;
  width: 80%;
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-location-shopstreet__imgs__img02 {
    width: 100%;
  }
}
.p-location-shopstreet__imgs__img03 {
  width: 75%;
  grid-area: 2/2/3/3;
  align-self: flex-end;
  margin-left: 25%;
}
@media only screen and (max-width: 768px) {
  .p-location-shopstreet__imgs__img03 {
    width: auto;
    margin-left: 0;
    align-self: unset;
  }
  .p-location-shopstreet__imgs__img03 figure {
    height: 100%;
  }
  .p-location-shopstreet__imgs__img03 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location-shopstreet__map {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-location-shopstreet__map {
    margin-top: 5rem;
  }
}
.p-location-koukashita {
  padding-bottom: 5rem;
}
.p-location-koukashita__img {
  mix-blend-mode: multiply;
}
.p-location-koukashita__imgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.p-location-koukashita__imgList__lg {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .p-location-koukashita__imgList__lg {
    grid-column: unset;
  }
}
@media only screen and (max-width: 768px) {
  .p-location-koukashita__imgList {
    display: flex;
  }
}
.p-location-koukashita__spots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem 5rem;
}
@media only screen and (max-width: 768px) {
  .p-location-koukashita__spots {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.p-location-koukashita__spots__ttl {
  font-size: 2rem;
}
.p-location-koukashita__spots__detail {
  margin-top: 3rem;
  padding-left: 30%;
}
@media only screen and (max-width: 1080px) {
  .p-location-koukashita__spots__detail {
    padding-left: 10%;
  }
}
.p-location-koukashita__spots__lead {
  color: #737777;
}
.p-location-koukashita__spots__store {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-location-koukashita__spots__store dt {
  font-size: 0.8em;
}
.p-location-koukashita__spots__store dd {
  line-height: 1.4;
}
.p-location-koukashita__spots__store dd small {
  font-size: 0.8em;
  display: inline-block;
}
.p-location-hightLight {
  padding: 10rem 0;
  background-color: #d3d2d2;
}
@media only screen and (max-width: 768px) {
  .p-location-hightLight {
    padding: 5rem 0;
  }
}
.p-location-hightLight__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-location-hightLight__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-location-hightLight__img {
  align-self: flex-start;
}
.p-location-shopping__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-location-shopping__list {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-location-shopping__list {
    margin-top: 5rem;
    font-size: 1.4rem;
    display: flex;
    gap: 1.5rem;
  }
}
.p-location-shopping__list .name {
  font-size: 1.1em;
  margin-top: 1rem;
}
.p-location-shopping__list .distance {
  font-size: 0.9em;
}
.p-location-himonya__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-location-himonya__list {
    display: flex;
    margin-top: 5rem;
  }
}
.p-location-himonya__list__item--01 {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .p-location-himonya__list__item--01 figure {
    height: 100%;
  }
  .p-location-himonya__list__item--01 figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location-area {
  margin-top: 20rem;
}
@media only screen and (max-width: 768px) {
  .p-location-area {
    margin-top: 0;
  }
}
.p-location-area__heading {
  border-bottom: none;
}
.p-location-area__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-location-area__list {
    margin-top: 5rem;
    display: flex;
  }
}
.p-location-area__list__item--01 {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .p-location-area__list__item--01 figure {
    height: 100%;
  }
  .p-location-area__list__item--01 figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location-education {
  margin-top: 20rem;
}
@media only screen and (max-width: 768px) {
  .p-location-education {
    margin-top: 8rem;
  }
}
.p-location-education__heading {
  border-bottom: none;
}
.p-location-education__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  .p-location-education__list {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-location-education__list {
    margin-top: 5rem;
    font-size: 1.4rem;
    display: flex;
    gap: 1.5rem;
  }
}
.p-location-education__list .name {
  font-size: 1.1em;
  margin-top: 1rem;
}
.p-location-education__list .distance {
  font-size: 0.9em;
}
.p-location-lifeinfo {
  background-color: #d8d9dc;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-location-lifeinfo {
    padding: 5rem 0;
  }
}
/*# sourceMappingURL=../../map/area/location.css.map */