.inner_950 {
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner_950 {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .inner_950.sp_large {
    width: 85.3333333333vw;
  }
}

.inner_1200 {
  max-width: 64em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner_1200 {
    width: 85.3333333333vw;
  }
}

.location__mv {
  width: 100%;
  height: 100%;
  position: relative;
}
.location__mv__title {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 50%;
  width: 29em;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .location__mv__title {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .location__mv__title {
    width: 44vw;
    top: 35vw;
  }
}
.location__mv__text {
  position: absolute;
  left: 26%;
  bottom: 40%;
  transform: translate(-50%, 40%);
  width: 25.5625em;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .location__mv__text {
    bottom: 32%;
  }
}
@media screen and (max-width: 768px) {
  .location__mv__text {
    width: 47.733333vw;
    bottom: 22.666666vw;
    left: 34vw;
  }
}
.location__mv__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6em;
  width: 12.375em;
  height: 12.375em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .location__mv__image {
    width: 21.33333vw;
    height: 21.333333vw;
    bottom: -10.666666vw;
  }
}

.location__mv__text.elm {
  transform: translate(-50%, 40%) translateY(25px);
}
@media screen and (max-width: 768px) {
  .location__mv__text.elm {
    transform: translate(-50%, 40%) translateY(10px);
  }
}

.location__mv__text.elm.fade-in {
  transform: translate(-50%, 40%);
}

.location__intro__anker {
  display: flex;
  justify-content: space-between;
  margin-block: 6.25em;
}
@media screen and (max-width: 768px) {
  .location__intro__anker {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 9.3333vw;
    gap: 1.6vw;
    width: 80vw;
    margin-inline: auto;
  }
}
.location__intro__anker__item {
  width: 18.6666%;
  position: relative;
}
.location__intro__anker__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .location__intro__anker__item {
    width: calc((100% - 3.2vw) / 3);
  }
  .location__intro__anker__item::after {
    right: 1.33333vw;
    width: 1vw;
    height: 1vw;
  }
}

.location__content-logo {
  width: 26.5625em;
  margin-inline: auto;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
}
.location__content-logo img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .location__content-logo {
    width: 46.666666vw;
  }
}

.location__content__title {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: 3.571428em;
  margin-bottom: 2.67857em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .location__content__title {
    margin-top: 11.866667vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    line-height: 1.6666;
  }
}

.location__content__text {
  font-size: 0.875em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.7;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .location__content__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .location__content__text {
    font-size: 3.333333vw;
    letter-spacing: -0.06em;
  }
}

.location__content__text_02 {
  font-size: 1.875em;
  font-size: 1.75em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 2.59;
  color: #231815;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .location__content__text_02 {
    font-size: 3.33333vw;
    margin-top: 9.6vw;
  }
}
.location__content__text_02.--secondary {
  margin-top: 3.428571em;
}

.location__heading .innerarea {
  padding-top: 0em;
}
@media screen and (max-width: 768px) {
  .location__heading .innerarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.location__heading__inner {
  display: block;
}
.location__heading__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .location__heading__main {
    flex-direction: column;
    gap: 4.5vw;
  }
}
.location__heading__body {
  flex: 1 1 0;
  min-width: 0;
  margin-left: 2vw;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .location__heading__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4vw;
    width: 100%;
    margin-left: 0;
  }
}
.location__heading__photo {
  flex: 2 1 0;
  width: 66.66%;
  margin-right: -7vw;
}
@media screen and (max-width: 1200px) {
  .location__heading__photo {
    margin-right: -3vw;
  }
}
@media screen and (max-width: 768px) {
  .location__heading__photo {
    flex-basis: auto;
    width: 100%;
  }
}
.location__heading__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.location__heading__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location__heading__title {
    width: 29.333333vw;
  }
}
.location__heading__subtitle {
  margin-top: 1.5625em;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #231815;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  margin-left: 1.4em;
}
@media screen and (max-width: 1200px) {
  .location__heading__subtitle {
    margin-left: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .location__heading__subtitle {
    font-size: 5vw;
    gap: 3vw;
    margin-top: 0;
    margin-left: 0;
  }
}
.location__heading__subtitle span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.location__heading__subtitle span.location__heading__subtitle-tail {
  display: inline;
}
@media screen and (max-width: 768px) {
  .location__heading__subtitle span.location__heading__subtitle-tail {
    display: block;
    margin-top: 3vw;
  }
}
.location__heading__subtitle em {
  font-style: normal;
  letter-spacing: -0.6em;
}
.location__heading__text {
  margin: 4.6875em auto 0;
  font-size: 1em;
  line-height: 2em;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .location__heading__text {
    font-size: 3.2vw;
    margin-top: 5vw;
  }
}
.location__heading__map {
  width: 31.25em;
  margin-inline: auto;
  margin-block: 5.125em;
}
@media screen and (max-width: 768px) {
  .location__heading__map {
    width: 72.266666vw;
    margin-block: 9.3333vw 10.666vw;
  }
}

.location__heading--shopping,
.location__heading--gourmet,
.location__heading--history,
.location__heading--education,
.location__heading--others {
  position: relative;
  padding-top: 8.75em;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping,
  .location__heading--gourmet,
  .location__heading--history,
  .location__heading--education,
  .location__heading--others {
    padding-top: 13.333vw;
  }
}
.location__heading--shopping::before,
.location__heading--gourmet::before,
.location__heading--history::before,
.location__heading--education::before,
.location__heading--others::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.375em;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping::before,
  .location__heading--gourmet::before,
  .location__heading--history::before,
  .location__heading--education::before,
  .location__heading--others::before {
    height: 4.2vw;
  }
}
.location__heading--shopping .location__heading__title,
.location__heading--gourmet .location__heading__title,
.location__heading--history .location__heading__title,
.location__heading--education .location__heading__title,
.location__heading--others .location__heading__title {
  grid-area: title;
  font-size: inherit;
  width: auto;
  margin-bottom: 3.375em;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__title,
  .location__heading--gourmet .location__heading__title,
  .location__heading--history .location__heading__title,
  .location__heading--education .location__heading__title,
  .location__heading--others .location__heading__title {
    width: 43vw;
    margin-inline: auto;
    margin-bottom: 1.375em;
  }
}
.location__heading--shopping .location__heading__title img,
.location__heading--gourmet .location__heading__title img,
.location__heading--history .location__heading__title img,
.location__heading--education .location__heading__title img,
.location__heading--others .location__heading__title img {
  width: auto;
  height: 3.2em;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__title img,
  .location__heading--gourmet .location__heading__title img,
  .location__heading--history .location__heading__title img,
  .location__heading--education .location__heading__title img,
  .location__heading--others .location__heading__title img {
    width: 100%;
    height: auto;
  }
}
.location__heading--shopping .location__heading__subtitle,
.location__heading--gourmet .location__heading__subtitle,
.location__heading--history .location__heading__subtitle,
.location__heading--education .location__heading__subtitle,
.location__heading--others .location__heading__subtitle {
  grid-area: sub;
  margin: 0em 0 0;
  gap: 0.7em;
}
@media screen and (max-width: 1200px) {
  .location__heading--shopping .location__heading__subtitle,
  .location__heading--gourmet .location__heading__subtitle,
  .location__heading--history .location__heading__subtitle,
  .location__heading--education .location__heading__subtitle,
  .location__heading--others .location__heading__subtitle {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__subtitle,
  .location__heading--gourmet .location__heading__subtitle,
  .location__heading--history .location__heading__subtitle,
  .location__heading--education .location__heading__subtitle,
  .location__heading--others .location__heading__subtitle {
    align-items: center;
    margin-top: 3.6vw;
    gap: 2vw;
  }
}
.location__heading--shopping .location__heading__photo,
.location__heading--gourmet .location__heading__photo,
.location__heading--history .location__heading__photo,
.location__heading--education .location__heading__photo,
.location__heading--others .location__heading__photo {
  grid-area: photo;
  position: relative;
}
.location__heading--shopping .location__heading__photo__note,
.location__heading--gourmet .location__heading__photo__note,
.location__heading--history .location__heading__photo__note,
.location__heading--education .location__heading__photo__note,
.location__heading--others .location__heading__photo__note {
  position: absolute;
  right: 0.9375em;
  bottom: 0.625em;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__photo__note,
  .location__heading--gourmet .location__heading__photo__note,
  .location__heading--history .location__heading__photo__note,
  .location__heading--education .location__heading__photo__note,
  .location__heading--others .location__heading__photo__note {
    font-size: 2.4vw;
    right: 2.6666vw;
    bottom: 2.1333vw;
  }
}

.location__heading--shopping::before {
  background: linear-gradient(to right, #002357 0%, #757a9d 40%, #757a9d 60%, #002357 100%);
}
.location__heading--shopping .location__heading__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 27.125em;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "title  ." "sub    map" "text   map" "photo  map";
  -moz-column-gap: 1.875em;
       column-gap: 1.875em;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__inner {
    display: flex;
    flex-direction: column;
  }
}
.location__heading--shopping .location__heading__text {
  grid-area: text;
  margin: 2.25em 0 0;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__text {
    margin: 0;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.location__heading--shopping .location__heading__photo {
  align-self: end;
  --bleed: min(2.625em, calc(50vw - 30.625em));
  width: calc(100% + var(--bleed));
  margin: 2.8125em 0 0 calc(var(--bleed) * -1);
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__photo {
    align-self: flex-start;
    width: 117.1875%;
    margin: 7vw 0 0 -8.59375%;
  }
}
.location__heading--shopping .location__heading__geo {
  display: contents;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__geo {
    display: flex;
    align-items: center;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    margin-top: 8vw;
  }
}
.location__heading--shopping .location__heading__map {
  grid-area: map;
  width: 83%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .location__heading--shopping .location__heading__map {
    flex: 0 0 auto;
    width: 41vw;
    margin-right: -8.59375%;
  }
}

.location__heading--gourmet::before {
  background: linear-gradient(to right, #4b0032 0%, #9d758d 40%, #9d758d 60%, #4b0032 100%);
}
.location__heading--gourmet .location__heading__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28.25em;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title  ." "sub    photo" "text   photo";
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
@media screen and (max-width: 1000px) {
  .location__heading--gourmet .location__heading__inner {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .location__heading--gourmet .location__heading__inner {
    display: flex;
    flex-direction: column;
  }
}
.location__heading--gourmet .location__heading__text {
  grid-area: text;
  margin: 2.25em 0 0;
  width: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__heading--gourmet .location__heading__text {
    margin-top: 6.6666vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.location__heading--gourmet .location__heading__photo {
  align-self: start;
  --bleed: min(2.625em, calc(50vw - 30.625em));
  width: calc(100% + var(--bleed));
  margin: 0 calc(var(--bleed) * -1) 0 0;
}
@media screen and (max-width: 768px) {
  .location__heading--gourmet .location__heading__photo {
    align-self: flex-start;
    width: 117.1875%;
    margin: 7vw 0 0 -8.59375%;
  }
}

.location__heading--history::before {
  background: linear-gradient(to right, #4a1c05 0%, #a3785f 40%, #a3785f 60%, #4a1c05 100%);
}
.location__heading--history .location__heading__title img {
  height: 6.75em;
}
@media screen and (max-width: 768px) {
  .location__heading--history .location__heading__title {
    width: 55vw;
  }
}
.location__heading--history .location__heading__inner {
  display: grid;
  grid-template-columns: 28.25em minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title  title" "photo  sub" "photo  text";
  -moz-column-gap: 4.5em;
       column-gap: 4.5em;
}
@media screen and (max-width: 1000px) {
  .location__heading--history .location__heading__inner {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .location__heading--history .location__heading__inner {
    display: flex;
    flex-direction: column;
  }
}
.location__heading--history .location__heading__text {
  grid-area: text;
  margin: 2.25em 0 0;
  width: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__heading--history .location__heading__text {
    margin-top: 6.6666vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.location__heading--history .location__heading__photo {
  align-self: start;
  --bleed: min(2.625em, calc(50vw - 30.625em));
  width: calc(100% + var(--bleed));
  margin: 0 0 0 calc(var(--bleed) * -1);
}
@media screen and (max-width: 768px) {
  .location__heading--history .location__heading__photo {
    align-self: flex-start;
    width: 117.1875%;
    margin: 7vw 0 0 -8.59375%;
  }
}

.location__heading--education::before {
  background: linear-gradient(to right, #b16400 0%, #eaa654 40%, #eaa654 60%, #b16400 100%);
}
@media screen and (max-width: 768px) {
  .location__heading--education .location__heading__title {
    width: 49vw;
  }
}
.location__heading--education .location__heading__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28.25em;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title  ." "sub    photo" "text   photo";
  -moz-column-gap: 5.25em;
       column-gap: 5.25em;
}
@media screen and (max-width: 1000px) {
  .location__heading--education .location__heading__inner {
    -moz-column-gap: 2.25em;
         column-gap: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  .location__heading--education .location__heading__inner {
    display: flex;
    flex-direction: column;
  }
}
.location__heading--education .location__heading__text {
  grid-area: text;
  margin: 2.25em 0 0;
  width: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__heading--education .location__heading__text {
    margin-top: 6.6666vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.location__heading--education .location__heading__photo {
  align-self: start;
  --bleed: min(2.625em, calc(50vw - 30.625em));
  width: calc(100% + var(--bleed));
  margin: 0 calc(var(--bleed) * -1) 0 0;
}
@media screen and (max-width: 768px) {
  .location__heading--education .location__heading__photo {
    align-self: flex-start;
    width: 117.1875%;
    margin: 7vw 0 0 -8.59375%;
  }
}

.location__heading--others::before {
  background: linear-gradient(to right, #00382a 0%, #6f9a89 40%, #6f9a89 60%, #00382a 100%);
}
@media screen and (max-width: 768px) {
  .location__heading--others .location__heading__title {
    width: 42vw;
  }
}
.location__heading--others .location__heading__inner {
  display: grid;
  grid-template-columns: 28.25em minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title  title" "photo  sub" "photo  text";
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
@media screen and (max-width: 1000px) {
  .location__heading--others .location__heading__inner {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .location__heading--others .location__heading__inner {
    display: flex;
    flex-direction: column;
  }
}
.location__heading--others .location__heading__text {
  grid-area: text;
  margin: 2.25em 0 0;
  width: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__heading--others .location__heading__text {
    margin-top: 6.6666vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.location__heading--others .location__heading__photo {
  align-self: start;
  --bleed: min(2.625em, calc(50vw - 30.625em));
  width: calc(100% + var(--bleed));
  margin: 0 0 0 calc(var(--bleed) * -1);
}
@media screen and (max-width: 768px) {
  .location__heading--others .location__heading__photo {
    align-self: flex-start;
    width: 117.1875%;
    margin: 7vw 0 0 -8.59375%;
  }
}

.location__01 {
  padding-block: 0em 6.5625em;
  background: linear-gradient(to right, #d4d4e1 0%, #f1f2f6 40%, #f1f2f6 60%, #d4d4e1 100%);
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .location__01 {
    padding-block: 0vw 13.33333vw;
  }
}
.location__01__image {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .location__01__image {
    margin-top: 6.6666667vw;
    width: 66.66666vw;
    margin-inline: auto;
  }
}
.location__01__intro__text {
  margin-top: 5.625em;
}
@media screen and (max-width: 768px) {
  .location__01__intro__text {
    margin-top: 3.333333vw;
  }
}
.location__01__content__image {
  margin-top: 10em;
}
@media screen and (max-width: 768px) {
  .location__01__content__image {
    margin-top: 12vw;
  }
}
.location__01__content__title {
  font-size: inherit;
  margin-top: 2.1875em;
  width: 30.25em;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .location__01__content__title {
    margin-top: 5.3333vw;
    width: 100%;
    margin-inline: auto;
  }
}
.location__01__content__text {
  font-size: 0.875em;
  margin-top: 1.5625em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__01__content__text {
    margin-top: 4.2666vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
.location__01__cards {
  display: grid;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 3.75em;
  margin-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .location__01__cards {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 6.4vw;
    margin-top: 8vw;
  }
}
.location__01__cards--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.location__01__cards--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .location__01__cards--trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.location__01__card {
  min-width: 0;
}
.location__01__card__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.location__01__card__title {
  font-size: inherit;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .location__01__card__title {
    margin-top: 2.6666vw;
  }
}
.location__01__card__title img {
  width: auto;
  height: 3em;
}
@media screen and (max-width: 768px) {
  .location__01__card__title img {
    height: 6.6666vw;
    height: 7.6666vw;
  }
}
.location__01__card__text {
  margin-top: 1.5em;
  font-size: 0.875em;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.08em;
  color: #231815;
  text-align: justify;
}
.location__01__cards--trio .location__01__card__title img {
  height: 2.8em;
}
@media screen and (max-width: 768px) {
  .location__01__cards--trio .location__01__card__title img {
    height: 6.6666vw;
    height: 7.6666vw;
  }
}
.location__01__info__title {
  font-size: inherit;
  width: 15.875em;
  margin: 6.25em auto 0;
}
@media screen and (max-width: 768px) {
  .location__01__info__title {
    width: 100%;
    margin-top: 12vw;
  }
}
.location__01__info__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  row-gap: 2.5em;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .location__01__info__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4.2666vw;
    margin-top: 5.333333vw;
  }
}
.location__01__info__item img {
  width: auto;
  height: 4.375em;
}
@media screen and (max-width: 768px) {
  .location__01__info__item img {
    height: 10vw;
    height: 11vw;
  }
}
.location__01__shoplist__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.125em;
       column-gap: 3.125em;
  row-gap: 4.375em;
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .location__01__shoplist__list {
    -moz-column-gap: 4.5333vw;
         column-gap: 4.5333vw;
    margin-top: 9.333334vw;
    row-gap: 6.66666vw;
  }
}

.location__02 {
  padding-block: 0em 6.5625em;
  background: linear-gradient(to right, #e2cfda 0%, #f6f0f3 40%, #f6f0f3 60%, #e2cfda 100%);
  margin-top: 5.625em;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .location__02 {
    padding-block: 0vw 13.33333vw;
    margin-top: 6.65vw;
  }
}
.location__02__card--photo-pair {
  display: none;
}
@media screen and (max-width: 768px) {
  .location__02__card--photo-pair {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .location__02 .location__01__cards--duo .location__01__card__title img {
    height: 10.6666vw;
    height: 11.6666vw;
  }
}
.location__02 .location__01__info__title {
  width: 15.4em;
}
@media screen and (max-width: 768px) {
  .location__02 .location__01__info__title {
    width: 100%;
  }
}
.location__02 .location__01__info__item img {
  height: 3.125em;
}
@media screen and (max-width: 768px) {
  .location__02 .location__01__info__item img {
    height: 7.2vw;
    height: 8vw;
  }
}
.location__02__image {
  margin-top: 4.875em;
}

.location__03 {
  padding-block: 0em 6.5625em;
  background: linear-gradient(to right, #eadacd 0%, #f9f4ef 40%, #f9f4ef 60%, #eadacd 100%);
  margin-top: 5.625em;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .location__03 {
    padding-block: 0vw 13.33333vw;
    margin-top: 6.65vw;
  }
}
.location__03__title {
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: left;
  margin-top: 1.1666em;
}
@media screen and (max-width: 768px) {
  .location__03__title {
    text-align: center;
    font-size: 4.8vw;
    margin-top: 4.53333vw;
  }
}
.location__03__text {
  font-size: 0.875em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #231815;
  text-align: justify;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .location__03__text {
    font-size: 3.2vw;
    margin-top: 3.4666666vw;
    letter-spacing: -0.05em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .location__03__image {
    margin-top: 13.3333334vw;
  }
}
.location__03__image--primary {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .location__03__image--primary {
    margin-top: 10.66666vw;
  }
}
.location__03__image--secondary {
  margin-top: 6.25em;
  margin-top: 4.5em;
}
@media screen and (max-width: 768px) {
  .location__03__image--secondary {
    margin-top: 13.3333334vw;
  }
}

.location__04 {
  padding-block: 0 6.25em;
  background: linear-gradient(to right, #f5e7d7 0%, #fef9f2 40%, #fef9f2 60%, #f5e7d7 100%);
  margin-top: 5.625em;
  overflow-x: clip;
}
.location__04 .location__01__cards--trio .location__01__card__title img {
  height: 2.6875em;
}
@media screen and (max-width: 768px) {
  .location__04 .location__01__cards--trio .location__01__card__title img {
    height: 6.6666vw;
    height: 7vw;
  }
}
.location__04 .location__01__cards--trio .location__01__card__title--note img {
  height: 3.8125em;
}
@media screen and (max-width: 768px) {
  .location__04 .location__01__cards--trio .location__01__card__title--note img {
    height: 9.4666vw;
  }
}
.location__04 .location__01__info__title {
  width: 16.4375em;
}
@media screen and (max-width: 768px) {
  .location__04 .location__01__info__title {
    width: 100%;
  }
}
.location__04 .location__01__info__list {
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  -moz-column-gap: 4.375em;
       column-gap: 4.375em;
}
@media screen and (max-width: 768px) {
  .location__04 .location__01__info__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: normal;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.location__04 .location__01__info__item img {
  height: 3.125em;
}
@media screen and (max-width: 768px) {
  .location__04 .location__01__info__item img {
    height: 7.6666vw;
  }
}
@media screen and (max-width: 768px) {
  .location__04 {
    padding-block: 0vw 13.33333vw;
    margin-top: 6.65vw;
  }
}
.location__04__shoplist__info__title {
  margin-top: 7em;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__title {
    margin-top: 13.3333333333vw;
  }
}
.location__04__shoplist__info__cards {
  display: flex;
  justify-content: center;
  gap: 7em;
  margin-top: 3.5em;
}
@media screen and (max-width: 1200px) {
  .location__04__shoplist__info__cards {
    gap: 9.333333vw;
  }
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__cards {
    flex-direction: column;
    gap: 6.6666667vw;
    margin-top: 6.6666667vw;
  }
}
.location__04__shoplist__info__stores {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25em;
  margin-top: 4.375em;
  width: 96%;
}
@media screen and (max-width: 1200px) {
  .location__04__shoplist__info__stores {
    row-gap: 3.333333vw;
  }
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__stores {
    grid-template-columns: 1fr 1fr;
    row-gap: 4vw;
    margin-top: 8vw;
    width: 85.6666vw;
    margin-inline: auto;
  }
}
.location__04__shoplist__info__store {
  display: flex;
  justify-content: center;
  padding-bottom: 1.125em;
  border-bottom: 0.3px solid rgba(4, 0, 0, 0.4);
}
.location__04__shoplist__info__store img {
  display: block;
  height: 1.875em;
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__store img {
    width: auto;
    height: 9vw;
  }
}
.location__04__note {
  font-size: 0.875em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #231815;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .location__04__note {
    font-size: 2.13333333vw;
    margin-top: 5.3333333333vw;
    text-align: right;
  }
}
.location__04__shoplist__info__notes {
  margin-top: 4.375em;
  background-color: #fff;
  margin-inline: auto;
  padding-block: 2.5em;
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__notes {
    border-width: 0.5px;
    padding-block: 4vw;
  }
}
.location__04__shoplist__info__notes__title {
  font-size: 1.875em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__notes__title {
    font-size: 4vw;
  }
}
.location__04__shoplist__info__notes__text {
  max-width: 57.625em;
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5625em;
}
@media screen and (max-width: 768px) {
  .location__04__shoplist__info__notes__text {
    max-width: 69.06666vw;
  }
}
.location__04__feature {
  background: url(../img/location/pink_bg.png) no-repeat center center/cover;
  padding-block: 6.25em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .location__04__feature {
    padding-block: 13.333334vw;
  }
}
.location__04__feature__title {
  font-size: 1.75em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .location__04__feature__title {
    font-size: 4.8vw;
  }
}
.location__04__feature__text {
  color: #231815;
  margin-top: 1.5em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .location__04__feature__text {
    font-size: 2.9333vw;
    margin-top: 5.333333vw;
    letter-spacing: -0.08em;
    text-align: left;
    line-height: 1.6;
  }
}
.location__04__feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 4.375em;
       column-gap: 4.375em;
  row-gap: 3.125em;
  margin-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8vw;
    margin-top: 9.333334vw;
  }
}
.location__04__feature__list__item {
  max-width: 22.8em;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item.-sp-flex {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 4.266666666vw;
         column-gap: 4.266666666vw;
  }
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item.-sp-flex img {
    width: 40.2666vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item.-sp-flex hgroup {
    margin-top: 0;
  }
}
.location__04__feature__list__item hgroup {
  margin-top: 1.25em;
}
.location__04__feature__list__item hgroup.mg_0 {
  margin-top: 0;
}
.location__04__feature__list__item hgroup p {
  font-size: 1.125em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item hgroup p {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.location__04__feature__list__item hgroup h5 {
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #d83a6a;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item hgroup h5 {
    font-size: 4.8vw;
    margin-top: 1.0666vw;
  }
}
.location__04__feature__list__item__text {
  font-size: 0.875em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.7;
  color: #231815;
  margin-top: 0.9em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item__text {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
}
.location__04__feature__list__item__text span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item__text span {
    display: block;
    text-align: right;
  }
}
.location__04__feature__list__item__title {
  font-size: 1.125em;
  text-align: center;
  color: #fff;
  background: #e76880;
  padding-block: 0.2em;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .location__04__feature__list__item__title {
    font-size: 3.46666vw;
    padding-block: 0.8vw;
    letter-spacing: 0;
  }
}

.location__05 {
  padding-block: 0em 6.5625em;
  background: linear-gradient(to right, #c4d4cc 0%, #ebf1ee 40%, #ebf1ee 60%, #c4d4cc 100%);
  margin-top: 5.625em;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .location__05 {
    padding-block: 0vw 13.33333vw;
    margin-top: 6.65vw;
  }
}
.location__05__heading {
  margin-top: 6.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .location__05__heading {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 2.1333vw;
         column-gap: 2.1333vw;
    text-align: left;
    margin-top: 10.6666vw;
    padding-bottom: 2.6666vw;
    border-bottom: 0.3px solid rgba(4, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .location__05__heading--first {
    margin-top: 8vw;
  }
}
.location__05__heading__title {
  font-size: inherit;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location__05__heading__title {
    margin-inline: 0;
    flex-shrink: 0;
  }
}
.location__05__heading__title--hospital {
  width: 15.225em;
}
@media screen and (max-width: 768px) {
  .location__05__heading__title--hospital {
    width: 43.5vw;
  }
}
.location__05__heading__title--finance {
  width: 14.7625em;
}
@media screen and (max-width: 768px) {
  .location__05__heading__title--finance {
    width: 42.2vw;
  }
}
.location__05__heading__title--public {
  width: 13.64em;
}
@media screen and (max-width: 768px) {
  .location__05__heading__title--public {
    width: 39vw;
  }
}
.location__05__heading__label {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #231815;
  margin-top: 0.9333em;
}
@media screen and (max-width: 768px) {
  .location__05__heading__label {
    font-size: 2.9333vw;
    margin-top: 0;
  }
}
.location__05__store img {
  width: auto;
  height: 2.8125em;
  display: block;
}
@media screen and (max-width: 768px) {
  .location__05__store img {
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .location__05__store--pc {
    display: none;
  }
}
.location__05__hospital__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 3.75em;
  margin-top: 3.125em;
}
.location__05__hospital__card {
  min-width: 0;
}
.location__05__hospital__card__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.location__05__hospital__card__text {
  margin-top: 1.25em;
}
.location__05__hospital__card__text img {
  width: auto;
  height: 2.8125em;
  display: block;
}
@media screen and (max-width: 768px) {
  .location__05__hospital__card__text img {
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .location__05__hospital__card__text {
    margin-top: 2.6666vw;
  }
}
.location__05__hospital__stores {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 2.5em;
  margin-top: 3.125em;
  padding-top: 3.125em;
  border-top: 0.3px solid rgba(4, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .location__05__hospital {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 6.4vw;
    margin-top: 5.333333vw;
  }
  .location__05__hospital .location__05__hospital__cards {
    display: contents;
  }
  .location__05__hospital .location__05__hospital__stores {
    display: flex;
    flex-direction: column;
    row-gap: 3.4vw;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.location__05__finance {
  display: grid;
  grid-template-columns: 15.375em minmax(0, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-items: start;
  margin-top: 3.125em;
}
.location__05__finance__card__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.location__05__finance__card__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .location__05__finance__card__text {
    display: block;
    margin-top: 2.6666vw;
  }
}
.location__05__finance__card__text img {
  width: auto;
  height: 7.5vw;
  display: block;
}
.location__05__finance__stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 1.8em;
}
@media screen and (max-width: 768px) {
  .location__05__finance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin-top: 5.33333vw;
  }
  .location__05__finance .location__05__finance__stores {
    display: flex;
    flex-direction: column;
    row-gap: 4.1vw;
  }
}
.location__05__public__stores {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 2.5em;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .location__05__public__stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4.4vw;
    margin-top: 5.33333vw;
  }
}
.location__05__map__title {
  width: 19.8125em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location__05__map__title {
    width: 40.866666vw;
  }
}

.location__map {
  margin-top: 3.125em;
  background: #fff;
  padding-bottom: 8.125em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .location__map {
    margin-top: 8vw;
    padding-bottom: 8vw;
  }
}
.location__map::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1f657a 0%, #5993bb 50%, #1f657a 100%);
}
@media screen and (max-width: 768px) {
  .location__map::after {
    height: 0.666666vw;
  }
}
.location__map__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0em;
  margin-top: 4.0625em;
}
@media screen and (max-width: 768px) {
  .location__map__tabs {
    gap: 1.6vw 1vw;
    justify-content: flex-start;
    margin-top: 5.86666vw;
  }
}
.location__map__tab {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.5em 0.5em;
  font-size: 0.8125em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #004966;
  background: #fff;
  border: 1px solid #004966;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.location__map__tab:hover {
  background: #eef3f0;
}
.location__map__tab.is-active {
  background: #004966;
  color: #fff;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .location__map__tab {
    flex: 0 0 calc((100% - 2vw) / 3);
    font-size: 2.666667vw;
    padding: 1.33333335vw 1.6vw;
  }
}
.location__map__panels {
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .location__map__panels {
    margin-top: 2.4vw;
  }
}
.location__map__panel {
  display: none;
}
.location__map__panel.is-active {
  display: block;
}
.location__map__panel__map img {
  width: 100%;
  height: auto;
  display: block;
}
.location__map__panel__text {
  margin-top: 3.25em;
}
.location__map__panel__text img {
  max-width: 51.25em;
  width: 90%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location__map__panel__text {
    margin-top: 5.333vw;
  }
}

.location__list-item {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 23.125em;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .location__list-item {
    width: 40vw;
  }
}
.location__list-item.-width366 {
  width: 30.5%;
}
@media screen and (max-width: 768px) {
  .location__list-item.-width366 {
    width: 40vw;
  }
}
.location__list-item.-width366 .location__list-item__photo,
.location__list-item.-width366 .location__list-item__body {
  width: 100%;
}
.location__list-item.-width380 {
  max-width: 15.4em;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .location__list-item.-width380 {
    width: 40vw;
  }
}
.location__list-item.-width380 .location__list-item__photo,
.location__list-item.-width380 .location__list-item__body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location__list-item {
    gap: 4vw;
  }
}
.location__list-item.-row {
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  -moz-column-gap: 3.125em;
       column-gap: 3.125em;
}
.location__list-item.-row .location__list-item__body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .location__list-item.-row {
    flex-direction: row;
    align-items: flex-start;
    -moz-column-gap: 4.8vw;
         column-gap: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-row-sp-start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-row-sp {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-title-sp-small .location__list-item__title img {
    height: 16.6666666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-title-sp-medium .location__list-item__title img {
    height: 19.4vw !important;
  }
}
.location__list-item__photo {
  width: 23.125em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .location__list-item__photo {
    width: 40.533vw;
  }
}
.location__list-item__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.location__list-item__body {
  display: flex;
  flex-direction: column;
}
.location__list-item__title img {
  width: auto;
  height: 4.75em;
}
@media screen and (max-width: 1200px) {
  .location__list-item__title img {
    height: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item__title img {
    height: 17.3333vw;
  }
}
.location__list-item.-title-70 .location__list-item__title img {
  height: 3.375em;
}
@media screen and (max-width: 1200px) {
  .location__list-item.-title-70 .location__list-item__title img {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-title-70 .location__list-item__title img {
    height: 16.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .location__list-item.-title-70-sp-large .location__list-item__title img {
    height: 22.6666vw;
  }
}
.location__list-item.-title-100 .location__list-item__title img {
  height: 4.75em;
}
@media screen and (max-width: 768px) {
  .location__list-item.-title-100 .location__list-item__title img {
    height: 13.333vw;
  }
}
.location__list-item__text {
  margin-top: 1.5em;
  font-size: 0.875em;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location__list-item__text {
    font-size: 2.6667vw;
    margin-top: 3.3333334vw;
  }
}
.location__list-item__note {
  margin-top: 0.75em;
  font-size: 0.8125em;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .location__list-item__note {
    font-size: 2.933vw;
  }
}