@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Hina Mincho";
  src: url("../fonts/HinaMincho-Regular.woff") format("woff"), url("../fonts/HinaMincho-Regular.ttf") format("truetype");
}
.c-endnote-inner__indent {
  margin-top: 0.3rem;
}
.c-endnote-inner__indent + .c-endnote-inner__indent {
  margin-top: 0.5rem;
}

.p-mv {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  background: #faf1eb;
}
.p-mv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-mv__photo {
  position: relative;
  height: 26.3020833333vw;
  min-height: 50.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__photo {
    height: 61.4285714286vw;
    min-height: initial;
  }
}
.p-mv__photo img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.p-mv__photo-caption {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  text-shadow: 0 0 0.5rem rgb(0, 0, 0);
  font-size: 1.2rem;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv__photo-caption {
    bottom: 1rem;
    right: 1rem;
    font-size: 1rem;
  }
}
.p-mv-reel {
  display: flex;
  overflow: hidden;
  margin-top: 1.2rem;
}
.p-mv-reel__in {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 0 13px;
  animation: reel 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-mv-reel__in {
    padding: 0 4px;
    gap: 8px;
    animation: reel 20s linear infinite;
  }
}
.p-mv-reel__each {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .p-mv-reel__each {
    width: 94px;
  }
}
.p-mv-reel__caption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}

@keyframes reel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-photo-radius img {
  border-radius: 20px;
}

.p-lead {
  padding: 9.5rem 2rem 11rem;
  background: #faf1eb;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding: 1rem 2rem 5rem;
  }
}
.p-lead__title {
  max-width: 1030px;
  margin-inline: auto;
}
.p-lead__anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.5rem 4rem;
  max-width: 860px;
  margin-inline: auto;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor {
    gap: 2rem 12px;
    margin-top: 2rem;
  }
}
.p-lead__anchor-each {
  display: block;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-each {
    width: calc(33.333% - 8px);
    padding-bottom: 20px;
  }
}
.p-lead__anchor-each:after {
  content: "";
  position: absolute;
  left: calc(50% - 19px);
  bottom: 0;
  width: 38px;
  height: 38px;
  background: url(../img/attractions/icon_anchor.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-each:after {
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}
.p-lead__anchor-each:nth-of-type(1):before, .p-lead__anchor-each:nth-of-type(2):before, .p-lead__anchor-each:nth-of-type(4):before {
  content: "";
  position: absolute;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-each:nth-of-type(1):before, .p-lead__anchor-each:nth-of-type(2):before, .p-lead__anchor-each:nth-of-type(4):before {
    right: -7px;
  }
}
.p-lead__anchor-appeal {
  padding: 1.5rem 0.5rem 0.5rem;
  border-radius: 3rem 3rem 0 0;
  background: #DB2509;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-appeal {
    padding: 0.5rem;
    border-radius: 0.7rem 0.7rem 0 0;
    font-size: 1.1rem;
  }
}
.p-lead__anchor-appeal span {
  font-size: 0.6em;
}
.p-lead__anchor-appeal + .p-lead__anchor-img img {
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-appeal + .p-lead__anchor-img img {
    border-radius: 0 0 0.7rem 0.7rem;
  }
}
.p-lead__anchor-img img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-img img {
    border-radius: 0.7rem;
  }
}
.p-lead__anchor-img figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-img figcaption {
    width: 142%;
    transform-origin: top right;
    transform: scale(0.7);
    margin-left: -42%;
  }
}
.p-lead__anchor-en {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  color: #DB2509;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-en {
    margin-top: -0.2rem;
    font-size: 0.8rem;
  }
}
.p-lead__anchor-ja {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-lead__anchor-ja {
    font-size: 1rem;
  }
}

.p-feature {
  width: 100%;
  padding-bottom: 15rem;
  border-radius: 4rem 4rem 0 0;
  background: #faf1eb;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-bottom: 5rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.p-feature__heading {
  padding: 11rem 2rem 10rem;
  background: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-feature__heading {
    padding: 5rem 2rem;
  }
}
.p-feature__heading-en {
  font-family: Montserrat;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-feature__heading-en {
    font-size: 2rem;
  }
}
.p-feature__heading-ja {
  margin-top: 4rem;
  text-align: center;
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-feature__heading-ja {
    margin-top: 2rem;
    font-size: 2.3rem;
  }
}
.p-feature__block {
  width: calc(100% - 40px);
  max-width: 980px;
  padding: 12rem min(7rem, 5.6451612903%) 7rem;
  margin-inline: auto;
  border-radius: 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature__block {
    padding: 4.5rem 2rem 3rem;
    border-radius: 1.5rem;
  }
}
.p-feature__block-point {
  text-align: center;
  color: #DB2509;
  font-family: Montserrat;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-feature__block-point {
    font-size: 2rem;
  }
}
.p-feature__block-maincopy {
  margin-top: 5rem;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.25em;
  font-family: Montserrat, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-feature__block-maincopy {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1.8;
  }
}
.p-feature__block-maincopy span {
  font-size: 5.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-feature__block-maincopy span {
    font-size: 4rem;
  }
}
.p-feature__block-maincopy:has(small) {
  line-height: 1.2;
}
.p-feature__block-maincopy small {
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-feature__block-maincopy small {
    font-size: 1.2rem;
  }
}
.p-feature__block-lead {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-feature__block-lead {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.p-feature__block-body {
  margin-top: 3.5rem;
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__block-body {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-feature-line__each {
  position: relative;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 100px;
  background: #f1f1f1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-line__each {
    font-size: 1.4rem;
  }
}
.p-feature-line__original {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature-line__original {
    margin-top: 2rem;
  }
}
.p-feature-line__originallabel {
  position: absolute;
  top: -8rem;
  left: -1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #DB2509;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-feature-line__originallabel {
    top: -3rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}
.p-feature-line__red {
  color: #DB2509;
}
.p-feature-line__em {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-line__em {
    font-size: 1.8rem;
  }
}
.p-feature__topic {
  position: relative;
  width: calc(100% - 40px);
  max-width: 980px;
  margin-top: 7rem;
  padding: 8rem min(7rem, 5.6451612903%) 7rem;
  margin-inline: auto;
  border-radius: 3rem;
  border: 2px solid #fff;
  overflow: hidden;
}
.p-feature__topic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf1eb;
  mix-blend-mode: multiply;
}
.p-feature__topic-point {
  position: relative;
  text-align: center;
  color: #DB2509;
  font-family: Montserrat;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-feature__topic-point {
    font-size: 2rem;
  }
}
.p-feature__topic-maincopy {
  position: relative;
  margin-top: 5rem;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.25em;
  font-family: Montserrat, "Zen Kaku Gothic New", sans-serif;
}
.p-feature__topic-maincopy span {
  font-size: 5.8rem;
  font-weight: 500;
}
.p-feature__topic-lead {
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-feature__topic-lead {
    margin-top: 1.5rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.p-feature__topic-body {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__topic-body {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.p-topic-line {
  margin-top: 5rem;
}
.p-topic-line__each {
  position: relative;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topic-line__each {
    font-size: 1.4rem;
  }
}
.p-topic-line__note {
  font-size: 10px;
  text-align: right;
}
.p-topic-line__red {
  color: #DB2509;
}
.p-topic-line__em {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-topic-line__em {
    font-size: 1.8rem;
  }
}

.p-btn {
  margin-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.p-btn a {
  position: relative;
  display: inline-block;
  padding: 25px 70px;
  min-width: 426px;
  border-radius: 100px;
  background: #DB2509;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn a {
    min-width: initial;
    width: 100%;
    padding: 15px 50px;
    font-size: 1.6rem;
  }
}
.p-btn a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(../img/attractions/ico_arrow_btn.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-btn a:after {
    right: 15px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}

.p-access__point01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access__point01 {
    margin-top: 2.7rem;
  }
}
.p-access-railmap {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access-railmap {
    display: block;
    margin-top: 3.5rem;
  }
}
.p-access-railmap__map {
  width: 56.5476190476%;
}
@media screen and (max-width: 767px) {
  .p-access-railmap__map {
    width: 100%;
  }
}
.p-access-railmap__text {
  position: sticky;
  top: 9.5rem;
  width: 41.1904761905%;
}
@media screen and (max-width: 767px) {
  .p-access-railmap__text {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
}
.p-access-railmap__lead {
  font-size: 2.3rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-access-railmap__lead {
    font-size: 1.8rem;
  }
}
.p-access-railmap__desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-access-railmap__desc {
    font-size: 1.4rem;
  }
}
.p-access-railmap__img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-access-railmap__img {
    margin-top: 2rem;
  }
}
.p-access-railmap__img figcaption {
  margin-top: 5px;
  font-size: 1rem;
  text-align: right;
}
.p-access-departure {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access-departure {
    display: block;
    margin-top: 3.5rem;
  }
}
.p-access-departure__text {
  width: 36.1904761905%;
}
@media screen and (max-width: 767px) {
  .p-access-departure__text {
    width: 100%;
  }
}
.p-access-departure__lead {
  font-size: 2.3rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.13em;
  font-family: Montserrat, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-access-departure__lead {
    font-size: 1.8rem;
  }
}
.p-access-departure__desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-access-departure__desc {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.p-access-departure__img {
  margin-top: 1.5rem;
}
.p-access-departure__img figcaption {
  margin-top: 5px;
  font-size: 1rem;
  text-align: right;
}
.p-access-departure__table {
  width: 57.9761904762%;
  border-radius: 2rem;
  border: 1px solid #DB2509;
  padding: 2rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access-departure__table {
    width: 100%;
    margin-top: 1rem;
    padding: 1.6rem 1rem;
  }
}

.p-position__point01 {
  margin-top: 10rem;
}
.p-position__point02 {
  margin-top: 6rem;
}
.p-position-view {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-position-view {
    width: 100%;
    margin-top: 4rem;
    overflow-x: auto;
  }
  .p-position-view__inner {
    width: 625px;
  }
}
.p-position-facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-position-facilities {
    margin-top: 7rem;
  }
}
.p-position-facilities__each {
  position: relative;
}
.p-position-facilities__each.-large {
  width: 48.7804878049%;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__each.-large {
    width: 100%;
  }
}
.p-position-facilities__each.-small {
  width: 22.9268292683%;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__each.-small {
    width: 47.1042471042%;
  }
}
.p-position-facilities__img {
  position: relative;
}
.p-position-facilities__badge-l {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1rem;
  top: -4.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: #DB2509;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__badge-l {
    width: 8rem;
    height: 8rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.p-position-facilities__badge-l span {
  font-size: 2.6rem;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__badge-l span {
    font-size: 1.8rem;
  }
}
.p-position-facilities__badge-l small {
  font-size: 0.5em;
}
.p-position-facilities__badge-s {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1.5rem;
  top: -1.5rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: #DB2509;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__badge-s {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1rem;
  }
}
.p-position-facilities__badge-s span {
  font-size: 2rem;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .p-position-facilities__badge-s span {
    font-size: 1.4rem;
  }
}
.p-position-facilities__name {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-position-facilities__name-s {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-position-facilities__walk {
  font-size: 1rem;
}
.p-position-facilities__label {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 5px;
  border-radius: 100px;
  background: #f0e8e1;
  font-size: 0.8rem;
}
.p-position-facilities__time {
  font-size: 1rem;
}
.p-position-facilities__represent {
  margin: 1.5rem;
  padding: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-position-facilities__represent p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.p-position-facilities__represent ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.p-position-standing {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-position-standing {
    display: block;
    margin-top: 3rem;
  }
}
.p-position-standing__map {
  width: 47.380952381%;
}
@media screen and (max-width: 767px) {
  .p-position-standing__map {
    width: 100%;
  }
}
.p-position-standing__map img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-position-standing__map img {
    border-radius: 0.7rem;
  }
}
.p-position-standing__map figcaption {
  margin-top: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-position-standing__map figcaption {
    text-align: right;
  }
}
.p-position-standing__text {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-position-standing__text {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-position-standing__lead {
  font-size: 2.3rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-position-standing__lead {
    font-size: 1.8rem;
  }
}
.p-position-standing__desc {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-position-standing__desc {
    font-size: 1.4rem;
  }
}
.p-position-standing__img {
  margin-top: 1.5rem;
}
.p-position-standing__img figcaption {
  margin-top: 5px;
  font-size: 1rem;
  text-align: right;
}

.p-location__point01 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-location__point01 {
    margin-top: 5rem;
  }
}
.p-location-feature {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-location-feature {
    margin-top: 3rem;
  }
}
.p-location-facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-location-facilities {
    gap: 1rem;
  }
}
.p-location-facilities__each {
  width: 31.9512195122%;
  border-radius: 1.5rem;
  border: 1px solid #DB2509;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-location-facilities__each {
    width: calc(50% - 0.5rem);
    padding: 1.5rem 0.5rem;
  }
}
.p-location-facilities__name {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-location-facilities__name {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-location-facilities__example {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-location-facilities__example {
    font-size: 1rem;
  }
}
.p-location-facilities__num {
  line-height: 1.01;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-location-facilities__num {
    font-size: 1.8rem;
  }
}
.p-location-facilities__num span {
  font-size: 7.2rem;
  color: #DB2509;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .p-location-facilities__num span {
    font-size: 3rem;
  }
}
.p-location-lifeinfo {
  margin-top: 3.6rem;
}
.p-location-lifeinfo__map figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 1rem;
}
.p-location-lifeinfo__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.6rem 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-location-lifeinfo__list {
    gap: 1.8rem 1.4rem;
  }
}
.p-location-lifeinfo__each {
  width: 22.9268292683%;
}
@media screen and (max-width: 767px) {
  .p-location-lifeinfo__each {
    width: calc(50% - 0.7rem);
  }
}
.p-location-lifeinfo__name {
  font-size: 1.2rem;
  font-weight: 700;
}
.p-location-lifeinfo__walk {
  font-size: 1rem;
}
.p-location-lifeinfo__walk span {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 5px;
  border-radius: 100px;
  background: #f0e8e1;
  font-size: 0.8rem;
}

.p-scale-lead {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-scale-lead {
    margin-top: 4rem;
  }
}
.p-scale-lead__sub {
  text-align: center;
  line-height: 1.87;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-scale-lead__sub {
    font-size: 1.8rem;
  }
}
.p-scale-lead__main {
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.01;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-scale-lead__main {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.p-scale-lead__main sup {
  font-size: 1rem;
  vertical-align: top;
  letter-spacing: 0;
}
.p-scale-copy {
  margin-top: 4.5rem;
}
.p-scale-copy__sub {
  text-align: center;
  line-height: 1.87;
  font-size: 4rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.17em;
  font-family: Montserrat, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-scale-copy__sub {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}
.p-scale-copy__sub span {
  font-size: 5.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-scale-copy__sub span {
    font-size: 3rem;
  }
}
.p-scale-copy__main {
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.01;
  font-size: 4.7rem;
  font-weight: 700;
  color: #DB2509;
  letter-spacing: 0.25em;
  font-family: Montserrat, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-scale-copy__main {
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
.p-scale__point01 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-scale__point01 {
    margin-top: 4rem;
  }
}
.p-scale-list {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-scale-list {
    margin-top: 3px;
  }
}
.p-scale-list__lead {
  margin-top: 4rem;
  text-align: center;
  color: #DB2509;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-scale-list__lead {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-scale-list__photo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-scale-list__photo {
    display: block;
    margin-top: 1.5rem;
  }
}
.p-scale-list__each.-half {
  width: 48.9024390244%;
}
@media screen and (max-width: 767px) {
  .p-scale-list__each.-half {
    width: 100%;
  }
  .p-scale-list__each.-half:first-child {
    padding-top: 3rem;
    border-top: 1px solid #DB2509;
  }
}
.p-scale-list__each p {
  font-size: 2.4rem;
  color: #DB2509;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-scale-list__each p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-scale-list__each figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 1rem;
}

.p-public {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-public {
    margin-bottom: 5rem;
  }
}
.p-public__point01 {
  margin-top: 10rem;
}
.p-public__point02 {
  margin-top: 7rem;
}
.p-public__point03 {
  margin-top: 7rem;
}
.p-public-feature {
  margin-top: 4.5rem;
}
.p-public-feature__note {
  margin-top: 1rem;
  font-size: 1rem;
}
.p-public-support {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.p-public-support__each {
  width: 48.9024390244%;
}
.p-public-support__each figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 1rem;
}
.p-public-othersupport {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport {
    margin-top: 3rem;
    display: block;
  }
}
.p-public-othersupport__each {
  width: 48.9024390244%;
  border-radius: 20px;
  background: #f1f1f1;
  padding: 40px 20px 15px;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__each {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-public-othersupport__title {
  width: 100%;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__title {
    font-size: 1.8rem;
  }
}
.p-public-othersupport__title span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__title span {
    font-size: 1.2rem;
  }
}
.p-public-othersupport__title.-single {
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__title.-single {
    padding-top: 0;
  }
}
.p-public-othersupport__lead {
  width: 100%;
  margin-top: 2rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__lead {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-public-othersupport__flex {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 2rem;
}
.p-public-othersupport__list {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-public-othersupport__list {
    font-size: 1.2rem;
  }
}
.p-public-othersupport__img01 {
  width: 77px;
}
.p-public-othersupport__img02 {
  width: 117px;
}
.p-public-oizumi {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi {
    display: block;
  }
}
.p-public-oizumi__img {
  width: 48.9024390244%;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__img {
    width: 100%;
  }
}
.p-public-oizumi__name {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__name {
    display: block;
  }
}
.p-public-oizumi__name dt {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.p-public-oizumi__name dd {
  font-size: 1rem;
}
.p-public-oizumi__label {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 5px;
  border-radius: 100px;
  background: #f0e8e1;
  font-size: 0.8rem;
}
.p-public-oizumi__text {
  width: 48.9024390244%;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__text {
    width: 100%;
  }
}
.p-public-oizumi__what {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 0.5rem;
  font-weight: 1.3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__what {
    margin-top: 1rem;
  }
}
.p-public-oizumi__sports {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
  margin-top: 1rem;
}
.p-public-oizumi__sports li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__sports li {
    font-size: 1rem;
  }
}
.p-public-oizumi__sports li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-public-oizumi__sports li:before {
    top: 0.5em;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-public-oizumi__photos {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.p-public-oizumi__each {
  width: 48.3790523691%;
}
.p-public-oizumi__photo-name {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.p-public-nakamozu {
  position: relative;
  margin-top: 7rem;
  padding-top: 5.5rem;
  border-top: 1px solid #DB2509;
}
@media screen and (max-width: 767px) {
  .p-public-nakamozu {
    padding-top: 3rem;
    margin-top: 4rem;
  }
}
.p-public-nakamozu__in {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-public-nakamozu__in {
    display: block;
    margin-top: 2rem;
  }
}
.p-public-nakamozu__text {
  width: 53.4146341463%;
}
@media screen and (max-width: 767px) {
  .p-public-nakamozu__text {
    width: 100%;
  }
}
.p-public-nakamozu__body {
  line-height: 2.2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.p-public-nakamozu__note {
  font-size: 1rem;
  margin-top: 1rem;
}
.p-public-nakamozu__img {
  width: 41.9512195122%;
}
@media screen and (max-width: 767px) {
  .p-public-nakamozu__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-public-nakamozu__img figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 1rem;
}

.c-endnote-inner {
  padding-top: 0;
}