.loc-info, .loc-history__cols, .loc-history__feat, .loc-child__cards, .loc-child__years, .loc-nature__collage, .loc-note, .loc-spec, .loc-daily__collage, .loc-grid, .loc-place, .loc-cat, .loc-sec__lead, .loc-sec__body {
  max-width: 50em;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  overflow: hidden;
}

.loc-hero {
  position: relative;
  overflow: hidden;
}
.loc-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.loc-hero__head {
  position: absolute;
  top: 10.375em;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: clamp(16px, 1.25vw, 24px);
}
@media (max-width: 1024px) {
  .loc-hero__head {
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .loc-hero__head {
    top: 2.5em;
  }
}
.loc-hero__title {
  margin: 0;
}
.loc-hero__title img {
  display: inline-block;
  width: 30.625em;
  max-width: 82%;
  height: auto;
}
@media (max-width: 768px) {
  .loc-hero__title img {
    width: 15em;
  }
}

.loc-intro {
  position: relative;
  z-index: 3;
  margin-top: -5.625em;
  padding: 0 1.25em;
}
@media (max-width: 768px) {
  .loc-intro {
    margin-top: -3em;
    padding: 0 1.5625em;
  }
}
.loc-intro__inner {
  position: relative;
  overflow: hidden;
  max-width: 57.5em;
  margin: 0 auto;
  text-align: center;
  padding: 2.5em 3em 2.875em;
  background: url(../images/location/copy-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .loc-intro__inner {
    background: url(../images/location/copy-bg-sp.jpg) no-repeat center center/cover;
    padding: 1.875em 1.375em 2em;
  }
}
.loc-intro__label {
  position: relative;
  z-index: 1;
  margin: 0 0 1.5em;
}
@media (max-width: 768px) {
  .loc-intro__label {
    margin: 0 0 1em;
  }
}
.loc-intro__label img {
  display: inline-block;
  width: 12.1875em;
  height: auto;
}
@media (max-width: 768px) {
  .loc-intro__label img {
    width: 8.75em;
  }
}
.loc-intro__kage {
  position: absolute;
  width: 8.375em;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.loc-intro__kage--tl {
  top: 0.9375em;
  left: 0.9375em;
}
.loc-intro__kage--br {
  bottom: 0.9375em;
  right: 0.9375em;
}
@media (max-width: 768px) {
  .loc-intro__kage {
    width: 3.125em;
  }
  .loc-intro__kage--tl {
    top: 0.3125em;
    left: 0.3125em;
  }
  .loc-intro__kage--br {
    bottom: 0.3125em;
    right: 0.3125em;
  }
}
.loc-intro__title {
  position: relative;
  z-index: 1;
  font-size: 1.875em;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-intro__title {
    font-size: 1.1875em;
    letter-spacing: 0.01em;
  }
}
.loc-intro__text {
  position: relative;
  z-index: 1;
  margin-top: 1.375em;
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .loc-intro__text {
    text-align: left;
    margin-top: 1.125em;
  }
}

.loc-lead {
  text-align: center;
  padding: 4em 1.25em 5em;
}
@media (max-width: 768px) {
  .loc-lead {
    padding: 2.5em 1.25em 1.5em;
  }
}
.loc-lead__title img {
  width: 25.25em;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.loc-lead__sub {
  margin-top: 0;
  font-size: 1.8125em;
  letter-spacing: 0.14em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-lead__sub {
    font-size: 1.1875em;
    letter-spacing: 0.06em;
  }
}

.loc-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625em;
  max-width: 47.5em;
  margin: 5em auto 0;
  padding: 0 1.25em;
}
@media (max-width: 768px) {
  .loc-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
    max-width: 35em;
    margin-top: 1.75em;
    padding: 0 0em;
  }
}
.loc-nav__item {
  display: block;
  transition: opacity 0.3s ease;
}
.loc-nav__item:hover {
  opacity: 0.75;
}
.loc-nav__item img {
  display: block;
  width: 100%;
  height: auto;
}

.loc-sec {
  --loc-band: #e7e3dc;
  padding-bottom: 5em;
  margin-bottom: 2.5em;
  scroll-margin-top: 4.75em;
}
@media (max-width: 768px) {
  .loc-sec {
    padding-bottom: 2.5em;
    scroll-margin-top: 3.75em;
  }
}
.loc-sec__head {
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875em;
  padding-top: 4em;
  padding-bottom: 2.25em;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .loc-sec__head {
    gap: 1em;
    padding-top: 2.5em;
    padding-bottom: 1.5em;
  }
}
.loc-sec__head::before, .loc-sec__head::after {
  content: "";
  flex: 1 1 auto;
  height: 2.5em;
}
@media (max-width: 768px) {
  .loc-sec__head::before, .loc-sec__head::after {
    height: 1.875em;
  }
}
.loc-sec__head::before {
  background: linear-gradient(to right, color-mix(in srgb, var(--loc-band) 45%, #fff) 0%, var(--loc-band) 82%, rgba(255, 255, 255, 0) 100%);
}
.loc-sec__head::after {
  background: linear-gradient(to left, color-mix(in srgb, var(--loc-band) 45%, #fff) 0%, var(--loc-band) 82%, rgba(255, 255, 255, 0) 100%);
}
.loc-sec__head img {
  flex-shrink: 0;
  height: 1.125em;
  width: auto;
}
@media (max-width: 768px) {
  .loc-sec__head img {
    height: 0.875em;
  }
}
.loc-sec__head-en {
  flex-shrink: 0;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-sec__head-en {
    font-size: 1em;
    letter-spacing: 0.12em;
  }
}
.loc-sec__head--plain {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
.loc-sec__head--plain::before, .loc-sec__head--plain::after {
  content: none;
}
.loc-sec__main {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.loc-sec__main img {
  display: block;
  width: 100%;
  height: 24.375em;
  object-fit: cover;
}
@media (max-width: 768px) {
  .loc-sec__main img {
    height: 15.625em;
  }
  .loc-sec__main img.right {
    object-position: right center;
  }
}
.loc-sec__body {
  margin-top: 1.875em;
  text-align: center;
  font-size: 1.375em;
  line-height: 2;
  letter-spacing: 0.01em;
  max-width: 42.1052631579em;
  margin-left: auto;
  margin-right: auto;
}
.loc-sec__body.ex {
  margin-top: 0.5em;
  font-size: 1em;
}
@media (max-width: 768px) {
  .loc-sec__body.ex {
    font-size: 0.8125em;
  }
}
.loc-sec__body.ex2 {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .loc-sec__body {
    margin-top: 1.25em;
    font-size: 0.75em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-sec__body--framed {
  max-width: none;
  border-top: 1px solid #83060d;
  border-bottom: 1px solid #83060d;
  padding: 0.75em 0;
}
.loc-sec__body--plain {
  text-align: center;
  max-width: 50em;
  font-size: 1em;
}
@media (max-width: 768px) {
  .loc-sec__body--plain {
    text-align: left;
    font-size: 0.8125em;
  }
}
.loc-sec__lead {
  margin-top: 2.5em;
  text-align: center;
  font-size: 1.375em;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #231815;
}
.loc-sec__lead.ex {
  margin-top: 0em;
}
.loc-sec__lead.sp-big.expl {
  font-size: 2.125em;
  letter-spacing: 0.02em;
  margin-top: 0.75em;
}
.loc-sec__lead.sp-big.expl.exmt {
  margin-top: 2.625em;
}
@media (max-width: 768px) {
  .loc-sec__lead {
    margin-top: 1.75em;
    font-size: 1.125em;
    letter-spacing: 0.03em;
  }
  .loc-sec__lead.sp-big {
    font-size: 1.125em;
    letter-spacing: 0.02em;
  }
  .loc-sec__lead.sp-big.expl {
    font-size: 1.5em;
  }
}
.loc-sec__lead--child {
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .loc-sec__lead--child {
    margin-top: 1.875em;
  }
}

.loc-rule {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 4.375em;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .loc-rule {
    margin-top: 0.9375em;
  }
}

.loc-cat {
  text-align: center;
  margin-top: 2.25em;
  padding: 0.625em 1.25em;
  background: linear-gradient(to right, #f2e2a6 0%, #f9f1cc 50%, #f2e2a6 100%);
}
@media (max-width: 768px) {
  .loc-cat {
    margin-top: 1.5em;
    padding: 0.6875em 1em;
  }
}
.loc-cat--child {
  background: linear-gradient(90deg, #f1c3b3 0%, #f8dcd1 50%, #f1c3b3 100%);
  margin-top: 4.0625em;
}
@media (max-width: 768px) {
  .loc-cat--child {
    margin-top: 2.1875em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-cat--child .loc-cat__en,
.loc-cat--child .loc-cat__ja {
  color: #040000;
}
.loc-cat__en {
  font-size: 1em;
  letter-spacing: 0.12em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-cat__en {
    font-size: 1.125em;
  }
}
.loc-cat__ja {
  margin-left: 0.625em;
  font-size: 1em;
  letter-spacing: 0.08em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-cat__ja {
    font-size: 0.8125em;
  }
}

.loc-place {
  padding-top: 2.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .loc-place {
    padding-top: 1.75em;
  }
}
.loc-place img {
  display: inline-block;
  height: 3.5em;
  width: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .loc-place img {
    height: auto;
    width: 15em;
  }
}
.loc-place__name {
  font-size: 1.75em;
  letter-spacing: 0.08em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-place__name {
    font-size: 1.25em;
  }
}
.loc-place__dist {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.875em;
  letter-spacing: 0.04em;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .loc-place__dist {
    display: block;
    margin: 0.375em 0 0;
    font-size: 1em;
  }
}
.loc-place__dist em {
  font-style: normal;
  margin: 0 0.0416666667em;
  font-size: 3.5454545455em;
  line-height: 1;
  color: #84060d;
}
@media (max-width: 768px) {
  .loc-place__dist em {
    font-size: 2.375em;
  }
}
.loc-place__dist small {
  font-size: 0.6818181818em;
  letter-spacing: 0;
  color: #555;
}
@media (max-width: 768px) {
  .loc-place__dist small {
    font-size: 0.8125em;
  }
}

.loc-grid {
  display: grid;
  gap: 0.75em;
  margin-top: 2.25em;
}
@media (max-width: 768px) {
  .loc-grid {
    gap: 0.5em;
    margin-top: 1.5em;
  }
}
.loc-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.loc-grid--3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.loc-grid--3 .loc-grid__item {
  width: calc((100% - 0.75em * 2) / 3);
}
.loc-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .loc-grid--4 {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-grid__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.125em;
}
@media (max-width: 768px) {
  .loc-grid__item {
    margin: 0 0 0.625em;
  }
}
.loc-grid__pic {
  position: relative;
  line-height: 0;
}
.loc-grid__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.loc-grid__cap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0.625em 0em 0;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #231815;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 768px) {
  .loc-grid__cap {
    font-size: 0.625em;
    padding: 0.5em 0.125em 0;
  }
}
.loc-grid__cap small {
  display: block;
  margin-top: 0.1818181818em;
  font-size: 1em;
  letter-spacing: 0;
}

.loc-daily {
  --loc-band: #f8e8b4;
  border-top: 2px solid #c6924a;
}
.loc-daily .loc-sec__head img {
  height: 1.125em;
}
@media (max-width: 768px) {
  .loc-daily .loc-sec__head img {
    height: 0.875em;
  }
}
.loc-daily__top {
  background: linear-gradient(to right, #fff3cf 0%, #fff 50%, #fff3cf 100%);
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .loc-daily__top {
    padding-bottom: 2.5em;
  }
}
.loc-daily__box {
  max-width: 50em;
  margin: 2.125em auto 0;
  padding: 2.875em 3.125em 2.75em;
  background: #fff;
}
@media (max-width: 768px) {
  .loc-daily__box {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1.75em 1.25em 1.625em;
  }
}
.loc-daily .loc-sec__body--framed {
  border: none;
  background: linear-gradient(to right, #fff3cf 0%, #fff 50%, #fff3cf 100%);
  padding: 1em 0em;
  font-size: 1em;
}
@media (max-width: 768px) {
  .loc-daily .loc-sec__body--framed {
    padding: 0.75em 1em;
    font-size: 0.8125em;
    margin-left: 0em;
    margin-right: 0em;
  }
}
.loc-daily__collage {
  position: relative;
  margin-top: 1.25em;
  line-height: 0;
  max-width: 50em;
  padding-left: 0;
  padding-right: 0;
}
.loc-daily__collage img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .loc-daily__collage {
    margin-top: 0.625em;
  }
}
.loc-daily__collage .loc-imgphoto--c1 {
  right: 75%;
}
.loc-daily__collage .loc-imgphoto--c2 {
  right: 40%;
}
.loc-daily__collage .loc-imgphoto--c3 {
  right: 0.625em;
}
@media (max-width: 768px) {
  .loc-daily .loc-cat,
  .loc-daily .loc-grid {
    margin-left: 1em;
    margin-right: 1em;
  }
  .loc-daily .loc-grid--3 {
    justify-content: flex-start;
  }
  .loc-daily .loc-grid--3 .loc-grid__item {
    width: calc((100% - 0.5em) / 2);
  }
}

.loc-badge {
  display: flex;
  justify-content: center;
  gap: 0.875em;
  margin: 1.875em 0 2.375em;
}
@media (max-width: 768px) {
  .loc-badge {
    gap: 0.625em;
    margin: 1.125em 0 1.375em;
  }
}
.loc-badge__item {
  flex: 1;
  padding: 0.3125em 1.5em;
  text-align: center;
  background: #c81432;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .loc-badge__item {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.25em 0.875em;
    font-size: 0.8125em;
  }
}
.loc-badge__item small {
  font-size: 0.625em;
  letter-spacing: 0.04em;
  margin-left: 0.6em;
}
@media (max-width: 768px) {
  .loc-badge__item small {
    display: block;
    margin-left: 0;
    line-height: 1.3;
  }
}

.loc-spec {
  display: flex;
  align-items: flex-start;
  gap: 1.2307692308em;
  margin-top: 0.875em;
  text-align: left;
  font-size: 0.8125em;
  line-height: 1.32;
  letter-spacing: 0.02em;
  color: #231815;
  max-width: 56.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .loc-spec {
    flex-direction: column;
    gap: 0.6666666667em;
    text-align: left;
    margin-top: 1.25em;
    font-size: 0.75em;
  }
}
.loc-spec__label {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4em 1.3333333333em;
  background: #ffefb2;
  color: #231815;
  font-size: 1.1538461538em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .loc-spec__label {
    align-self: center;
    padding: 0.2142857143em 1em;
    font-size: 1.1666666667em;
  }
}
.loc-spec__label em {
  font-style: normal;
  margin: 0 0.0384615385em;
  font-size: 1.7333333333em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .loc-spec__label em {
    font-size: 1.4285714286em;
  }
}
.loc-spec__list {
  flex: 1;
  line-height: 1.6;
}

.loc-imgphoto {
  position: absolute;
  right: 0.625em;
  bottom: 0.5em;
  font-size: 0.6875em;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.loc-ref {
  font-size: 0.4em;
  vertical-align: super;
  color: #555;
  margin-left: 0.1em;
}

.loc-note {
  margin-top: 1em;
  text-align: left;
  font-size: 0.75em;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #555;
  max-width: 66.6666666667em;
}
.loc-note.pc-center {
  text-align: center;
}
@media (max-width: 768px) {
  .loc-note {
    text-align: left;
    margin-top: 0.75em;
    font-size: 0.6875em;
    margin-left: 1em;
    margin-right: 1em;
  }
  .loc-note.pc-center {
    text-align: left;
  }
}

.loc-nature {
  --loc-band: #f4c9d6;
  background: linear-gradient(to right, #f9e3ed 0%, #fff 50%, #f9e3ed 100%);
}
.loc-nature__top {
  padding-bottom: 2.75em;
}
@media (max-width: 768px) {
  .loc-nature__top {
    padding-bottom: 1.75em;
  }
}
.loc-nature__collage {
  margin-top: 0em;
  line-height: 0;
}
.loc-nature__collage img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .loc-nature__collage {
    margin-top: 0.75em;
    margin-left: 1em;
    margin-right: -1.5em;
  }
}

.loc-child {
  --loc-band: #fbdacd;
  background: linear-gradient(to right, #fdeee7 0%, #fff 50%, #fdeee7 100%);
  padding-bottom: 0;
}
.loc-child__edu {
  background: #fff;
  padding-top: 3.5em;
  padding-bottom: 2.5em;
  margin-top: 5em;
}
@media (max-width: 768px) {
  .loc-child__edu {
    padding-top: 2.25em;
    padding-bottom: 1.5em;
  }
}
.loc-child__years {
  margin-top: 2.25em;
  max-width: 51.25em;
  border-top: 1px solid #d8cfc4;
}
@media (max-width: 768px) {
  .loc-child__years {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-child__year {
  display: flex;
  align-items: flex-start;
  gap: 1.75em;
  padding: 1.375em 0;
  border-bottom: 1px solid #d8cfc4;
}
@media (max-width: 768px) {
  .loc-child__year {
    gap: 0.875em;
    padding: 1em 0;
  }
}
.loc-child__year-num {
  flex: 0 0 7.5em;
  align-self: stretch;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbdacd;
}
.loc-child__year-num img {
  display: block;
  width: 4em;
  height: auto;
}
@media (max-width: 768px) {
  .loc-child__year-num {
    flex-basis: 5em;
  }
  .loc-child__year-num img {
    width: 3.125em;
  }
}
.loc-child__year-text {
  flex: 1;
  margin: 0;
  letter-spacing: 0.02em;
}
.loc-child__year-desc {
  display: block;
  font-size: 0.8125em;
  line-height: 1.7;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-child__year-desc {
    font-size: 0.75em;
  }
}
.loc-child__year-emph {
  display: block;
  margin-top: 0.2941176471em;
  font-size: 1.0625em;
  font-weight: 500;
  line-height: 1.5;
  color: #84060d;
}
@media (max-width: 768px) {
  .loc-child__year-emph {
    font-size: 0.9375em;
  }
}
.loc-child__year-note {
  display: block;
  margin-top: 0.6666666667em;
  font-size: 0.75em;
  line-height: 1.5;
  color: #555;
}
@media (max-width: 768px) {
  .loc-child__year-note {
    font-size: 0.625em;
  }
}
.loc-child__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 1.5em;
  margin-top: 2.25em;
  list-style: none;
}
@media (max-width: 768px) {
  .loc-child__cards {
    grid-template-columns: 1fr;
    gap: 0em;
    margin-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
  }
}
.loc-child__cards li {
  margin: 0;
  line-height: 0;
}
.loc-child__cards img {
  display: block;
  width: 100%;
  height: auto;
}
.loc-child__cards li:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 0.75em);
}
@media (max-width: 768px) {
  .loc-child__cards li:last-child {
    grid-column: auto;
    width: 100%;
  }
}

.loc-history {
  --loc-band: #d5d6bc;
  background: linear-gradient(to right, #e2e3d1 0%, #fff 50%, #e2e3d1 100%);
  margin-bottom: 0;
}
.loc-history__feat {
  margin: 2.5em auto 0;
}
@media (max-width: 768px) {
  .loc-history__feat {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-history__feat-photo {
  position: relative;
  line-height: 0;
}
.loc-history__feat-pic {
  display: block;
  width: 100%;
  height: auto;
}
.loc-history__feat-cap {
  margin-top: 0.875em;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-history__feat-cap {
    margin-top: 0.625em;
    font-size: 0.75em;
    text-align: right;
  }
}
.loc-history__feat-cap small {
  margin-left: 0.8571428571em;
  font-size: 1em;
  letter-spacing: 0;
  color: #231815;
}
.loc-history__feat-txt {
  position: absolute;
  top: -8%;
  width: auto;
}
.loc-history__feat-txt--tr {
  right: -2%;
  height: 86%;
}
.loc-history__feat-txt--tl {
  left: -2%;
  height: 72%;
}
.loc-history__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 2.5em;
  row-gap: 1em;
  margin-top: 3.125em;
}
@media (max-width: 768px) {
  .loc-history__cols {
    display: block;
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
  }
}
.loc-history__col {
  margin: 0;
  display: grid;
  grid-row: 1/-1;
  grid-template-rows: subgrid;
}
@media (max-width: 768px) {
  .loc-history__col {
    display: block;
    margin-bottom: 1.5em;
  }
}
.loc-history__col-ttl {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 1.125em;
  text-align: left;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #231815;
  padding-top: 0em;
  margin-bottom: 0;
}
.loc-history__col-ttl::before {
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0.1em;
  left: 0;
  width: 0.3125em;
  background: linear-gradient(to bottom, #8a9a5b, rgba(138, 154, 91, 0));
}
@media (max-width: 768px) {
  .loc-history__col-ttl {
    align-self: auto;
    display: block;
    margin-bottom: 0.8em;
    font-size: 1.0625em;
  }
  .loc-history__col-ttl.ex {
    padding-top: 0em;
  }
  .loc-history__col-ttl::before {
    top: 0.1176470588em;
    bottom: 0.1176470588em;
    height: auto;
    transform: none;
  }
}
.loc-history__col-pic {
  line-height: 0;
}
.loc-history__col-pic img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.loc-history__col-text {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .loc-history__col-text {
    margin-top: 1em;
    font-size: 0.8125em;
  }
}

.loc-info {
  padding-top: 4em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .loc-info {
    padding-top: 2.5em;
    padding-bottom: 0.75em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.loc-info__title {
  text-align: center;
  font-size: 1.625em;
  letter-spacing: 0.14em;
  color: #231815;
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .loc-info__title {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }
}
.loc-info__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75em;
  margin-bottom: 2.25em;
  max-width: 43.75em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .loc-info__tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    margin-bottom: 1.5em;
  }
}
.loc-info__tab {
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 0.875em 0.5em;
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  color: #231815;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.loc-info__tab:hover {
  background: #f4f4f2;
}
.loc-info__tab.is-active {
  background: #005e4f;
  border-color: #005e4f;
  color: #fff;
}
@media (max-width: 768px) {
  .loc-info__tab {
    font-size: 0.8125em;
    padding: 0.75em 0.375em;
  }
}
.loc-info__panel {
  display: none;
}
.loc-info__panel.is-active {
  display: block;
}
.loc-info__map {
  position: relative;
  max-width: 43.75em;
  margin: 0 auto 3.125em;
}
.loc-info__map img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .loc-info__map {
    margin-bottom: 1.75em;
  }
}
.loc-info__band {
  text-align: center;
  padding: 0.75em 1em;
  margin-bottom: 1.875em;
  background: #e1ecc2;
}
@media (max-width: 768px) {
  .loc-info__band {
    padding: 0.625em 0.75em;
    margin-bottom: 1.25em;
  }
}
.loc-info__band-en {
  font-size: 1.125em;
  letter-spacing: 0.14em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-info__band-en {
    font-size: 0.9375em;
  }
}
.loc-info__band-ja {
  margin-left: 0.4em;
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  color: #231815;
}
@media (max-width: 768px) {
  .loc-info__band-ja {
    font-size: 0.8125em;
  }
}
.loc-info__grid {
  display: grid;
  gap: 1em;
  margin-bottom: 1.875em;
  max-width: 39.375em;
  margin-left: auto;
  margin-right: auto;
}
.loc-info__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.loc-info__grid--4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 50em;
}
@media (max-width: 768px) {
  .loc-info__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625em;
  }
}
.loc-info__item {
  margin: 0;
}
.loc-info__pic {
  position: relative;
  line-height: 0;
}
.loc-info__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.loc-info__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.375em 0.875em;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .loc-info__cover {
    font-size: 0.6875em;
  }
}
.loc-info__cap {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #191919;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 768px) {
  .loc-info__cap {
    font-size: 0.625em;
  }
}
.loc-info__cap small {
  display: block;
  font-size: 1em;
  letter-spacing: 0;
  color: #191919;
}
@media (max-width: 768px) {
  .loc-info__cap small {
    font-size: 0.9090909091em;
  }
}
.loc-info__cap .loc-info__cap-sub {
  display: block;
  margin-top: 0.1538461538em;
  font-size: 0.9230769231em;
  color: #191919;
}
.loc-info__list {
  max-width: 30em;
  margin: 0 auto;
}
.loc-info__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1em;
  padding: 0.75em 0.25em;
  border-bottom: 1px solid #e3e0da;
  font-size: 0.75em;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .loc-info__list li {
    font-size: 0.75em;
    padding: 0.625em 0.125em;
    gap: 0.625em;
  }
}
.loc-info__list-name {
  letter-spacing: 0.02em;
}
.loc-info__list-dist {
  flex-shrink: 0;
  width: 11.6666666667em;
  letter-spacing: 0.02em;
}
