.content3 {
  display: block;
}
.content3 .pan-label {
  max-width: 100%;
  margin-bottom: 1.18624rem;
}
.content3 .content-title {
  margin-bottom: 0.5rem;
}
.content3 .cot-title {
  margin-bottom: 0.8rem;
  text-align: left;
}

.peripheral-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.834rem 0;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}
.peripheral-list li {
  width: 23.6%;
}
.peripheral-list li p {
  max-width: 100%;
  margin: 0.2rem 0 1.4rem;
}

.map p {
  max-width: 100%;
}
.map-info {
  padding: 1rem;
  text-align: center;
  border: 1px solid #fff;
  border-top-width: 0;
  color: #fff;
}
.map p {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 1.325rem;
  font-weight: 600;
}
.map p big {
  font-size: 150%;
  margin: 0 0.4rem;
}
.map p small {
  display: block;
  font-size: 70%;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.map-info a {
  display: flex;
  max-width: 24rem;
  height: 2.3rem;
  margin: 0 auto;
  font-size: 1.457rem;
  color: #fff;
  font-weight: 600;
  background: #002F67;
  align-items: center;
  justify-content: center;
}
.map {
  margin-bottom: 2rem;
}

.access-content {
  display: flex;
  justify-content: space-between;
}
.access-content div {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.access-content img {
  width: 100%;
}

.train-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.train-content .cont-img {
  width: 60%;
}
.train-content .cont-img:last-child {
  width: 35%;
}

.content4 {
  display: block;
}

.facility-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-txt {
  width: 50%;
  padding: 0 3rem;
  font-size: 1.78rem;
  text-align: center;
  font-weight: 600;
}
.facility-txt-big {
  font-weight: 400;
  font-size: max(2.3vw, 28px);
  color: #727171;
  text-align: center;
  margin-bottom: 0;
}
.facility-txt__top {
  font-size: 1.4375rem;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
}
.facility-info .cont-img {
  width: 50%;
}
.facility-item {
  margin-top: 3.52rem;
}
.facility-item:first-child .facility-name {
  position: relative;
}
.facility-img.mtop-negative {
  margin-top: -1.5rem;
}
.facility-lt {
  margin: auto 0;
}
.fac-sic-title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.fac-sic-txt {
  color: #fff;
}

.catch-content__text {
  width: 45%;
}
.catch-text-big {
  font-size: max(2.3vw, 28px);
  color: #BD993A;
  text-align: center;
  margin-bottom: 0;
}
.catch-text__top {
  color: #fff;
  font-size: max(2.1875vw, 24px);
  text-align: center;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 0.107em;
}
.catch-text {
  color: #fff;
  font-size: max(14px, 1.28vw);
  line-height: 1.833;
  margin-top: 0.9375rem;
  text-align: center;
}
.catch-text3 {
  font-size: 1.228rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
.catch-text4 {
  text-align: center;
  font-size: 0.8875rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.card__title {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
}
.card__text {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1375rem;
  margin-bottom: 0;
}
.card__text--full {
  margin-top: 0.5rem;
}

.kitchen__title {
  margin-top: 3.2rem;
  font-size: 1.7975rem;
  line-height: 1.263;
  border-bottom: 1px solid #000;
  color: #1b224a;
}
.kitchen__title span {
  font-size: 1rem;
  line-height: 1.2075;
  float: right;
}
.kitchen__text {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.96;
  color: #1b224a;
}
.kitchen__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 3.25rem;
}
.kitchen__card--2col {
  grid-column: 2 / 4;
}
.kitchen__card-flexrow {
  display: flex;
  gap: 3.35rem;
}
.kitchen__card-image {
  width: 100%;
  aspect-ratio: 240/150;
  overflow: hidden;
  position: relative;
  display: flex;
  place-items: center;
}
.kitchen__card-image--full {
  aspect-ratio: 240/204;
}
.kitchen__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kitchen__card-image--auto img {
  height: auto;
}
.kitchen-image-text {
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  color: #000;
  pointer-events: none;
}
.kitchen-image-text--left {
  right: initial;
  left: 5px;
}
.kitchen-image-text--middle {
  bottom: 17%;
}

.bath {
  margin-top: 3rem;
}
.bath__title span {
  font-size: 1rem;
  line-height: 1.2075;
  float: none;
}

.powder {
  margin-top: 3rem;
}

.rest,
.other {
  margin-top: 3rem;
}

.other__note {
  margin-top: 3.5rem;
  font-size: 0.9rem;
  line-height: 0.983rem;
}

@media screen and (max-width: 980px) {
  .peripheral-list li p {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .map,
  .catch-content__text,
  .kitchen,
  .bath,
  .powder,
  .rest,
  .other {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .access-content div {
    width: 100%;
  }

  .content4 {
    margin: 0;
  }

  .catch-content__text {
    padding-block: 20px;
  }
  .catch-text__top {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .catch-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
  }

  .facility-txt__top {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 2;
  }
  .facility-txt {
    padding: 0 2vw;
    font-size: 2.5vw;
  }
  .facility-txt h4 {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
  .facility-txt p {
    margin-bottom: 0;
  }
  .facility-item {
    margin-top: 5vw;
  }
  .facility-inner {
    gap: 5px;
  }
  .facility-lt {
    margin-bottom: 0;
  }

  .kitchen__title {
    margin-top: 1rem;
  }
  .kitchen__content {
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 30px;
  }
  .kitchen__content--top {
    grid-column: 1/3;
  }
  .kitchen__card--full {
    grid-column: 1 / -1;
  }
  .kitchen__card--2col {
    grid-column: 1 / 3;
  }
  .kitchen__card-flexrow {
    gap: 15px;
  }
  .kitchen__card-image--full {
    width: 100%;
    aspect-ratio: initial;
    grid-column: 1 / span 2;
  }

  .bath,
  .powder,
  .rest,
  .other {
    margin-top: 2rem;
  }

  .other__note {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .peripheral-list {
    padding: 0 5.3333333vw;
  }
  .peripheral-list li {
    width: 49%;
  }
  .peripheral-list li p {
    margin: 1vw 0 2.5vw;
    font-size: 3.33vw;
  }

  .map p {
    margin-bottom: 4vw;
    font-size: 4.6vw;
    line-height: 1.5;
  }
  .map p big {
    font-size: 140%;
  }
  .map p small {
    margin: 1vw 0 0;
    font-size: 3vw;
  }
  .map-info a {
    height: 11.5vw;
    font-size: 4.7vw;
  }

  .content3 .content-title {
    margin-bottom: 0.5rem;
  }
  .content3 .cot-in-content {
    padding: 0 5.333333vw;
  }
  .content3 .cot-title {
    font-size: 5vw;
  }
  .content3 .cot-title span {
    display: block;
    font-size: 4.25vw;
  }
  .content3 .cot-in-content:not(:last-child) {
    margin-bottom: 18vw;
  }

  .access-content {
    flex-direction: column;
    gap: 1rem;
  }
  .access-content .cont-img {
    width: 100%;
    margin-bottom: 1.56vw;
  }

  .train-content {
    display: block;
    margin: 0;
  }
  .train-content .cont-img {
    width: 100% !important;
  }
  .train-content .cont-img:last-child {
    margin-top: 2em;
  }

  .facility-info {
    flex-wrap: wrap;
  }
  .facility-info .cont-img {
    width: 100%;
  }
  .facility-txt {
    width: 100%;
    padding: 4vw 5.333333vw;
    font-size: 4.8vw;
    order: 1;
  }
  .facility-txt h4 {
    margin: 0 0 3vw;
    font-size: 6vw;
  }
  .facility-item {
    padding: 0 5.33333vw;
    margin-top: 12vw;
  }

  .kitchen-image-text {
    font-size: 0.625rem;
  }
}
