.page-heading {
  background-color: #FFEEEF;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

@media (max-width: 768px) {
  .page-heading {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.page-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-bottom: 3.6rem;
  text-align: center;
}
.page-title::before {
  content: "";
  position: absolute;
  width: 13.2rem;
  height: 0.3rem;
  background-color: #A22946;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page-title {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
}

.page-title-highlight {
  color: #A22946;
}

.page-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #A22946;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 1.6rem;
}

.page-description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .page-description {
    font-size: 1.5rem;
    padding-inline: 1.6rem;
  }
}
.anchor-links {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #D8D8D8;
}

.anchor-links-container {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .anchor-links-container {
    flex-wrap: wrap;
    padding-inline: 1.6rem;
  }
}
.anchor-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8rem;
  height: 4.8rem;
  border: 1px solid #D9D9D9;
  border-radius: 6rem;
}
.anchor-link.is-active {
  background-color: #A22946;
  color: #FFFFFF;
  border-color: #A22946;
}

.contents {
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

@media (max-width: 768px) {
  .contents {
    padding-top: 8rem;
    padding-bottom: 10rem;
    gap: 8rem;
  }
}
.halls {
  width: 164rem;
  margin-inline: auto;
  padding-inline: 27rem;
}

@media (max-width: 768px) {
  .halls {
    padding-inline: 1.6rem;
    width: 100%;
  }
}
.halls-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.halls-title::before {
  content: "";
  position: absolute;
  width: 22.4rem;
  height: 1px;
  background-color: #A22946;
  top: 50%;
  left: -25.7rem;
  transform: translateY(-50%);
}
.halls-title::after {
  content: "";
  position: absolute;
  width: 22.4rem;
  height: 1px;
  background-color: #A22946;
  top: 50%;
  right: -25.7rem;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .halls-title {
    width: 100%;
    text-align: center;
  }
  .halls-title::before {
    width: 7.7rem;
    left: 0;
  }
  .halls-title::after {
    width: 7.7rem;
    right: 0;
  }
}
.halls-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .halls-list {
    gap: 2.4rem;
    margin-top: 4.8rem;
  }
}
.halls-item {
  width: calc((100% - 4rem) / 2);
  display: flex;
  padding: 2rem 2.2rem;
  gap: 2.4rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 768px) {
  .halls-item {
    width: 100%;
    padding: 2rem 1.6rem;
    gap: 2rem;
    flex-direction: column;
  }
}
.halls-item-figure {
  width: 26.2rem;
}

@media (max-width: 768px) {
  .halls-item-figure {
    width: 100%;
  }
}
.halls-item-figure-image {
  width: 100%;
  height: auto;
}

.halls-item-body {
  flex: 1;
}

.halls-item-body-area {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #A22946;
  background-color: #FFEEEF;
  padding: 0.4rem 1.2rem;
  border-radius: 4rem;
}

.halls-item-body-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .halls-item-body-title {
    font-size: 2rem;
  }
}
.halls-item-body-address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .halls-item-body-address {
    margin-top: 1.6rem;
  }
}
.halls-item-body-link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.8rem;
  width: 100%;
  height: 3.6rem;
  padding-left: 2.4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  background-color: #A22946;
  margin-top: 2rem;
  position: relative;
  border: 1px solid #A22946;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.halls-item-body-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}
.halls-item-body-link:hover {
  background-color: #ffffff;
  color: #A22946;
}
.halls-item-body-link:hover::after {
  border-right-color: #A22946;
  border-bottom-color: #A22946;
}

@media (max-width: 768px) {
  .halls-item-body-link {
    padding-left: 8rem;
  }
  .halls-item-body-link::after {
    right: 7.2rem;
  }
}
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
#halls-all,
.halls[id] {
  scroll-margin-top: 2rem;
}
