html {
  font-size: max(2.56410256vw, 10px);
  scroll-behavior: smooth;
  width: 100vw;
  min-width: auto;
  overflow-x: hidden;
  margin: 0;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.9vw;
  }
}

@media screen and (min-width: 1025px) {
  html {
    /* font-size: min(0.520833vw, 10px); */
    font-size: min(0.69444444vw, 10px);
  }
}

body,
body * {
  /* margin: 0; */
  /* padding: 0; */
  box-sizing: border-box;
}

.p-annex-main img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp {
  display: block;
}

.sp-tb {
  display: block;
}

.tb {
  display: none;
}

.tb-pc {
  display: none;
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  .tb {
    display: block;
  }

  .tb-pc {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none;
  }

  .tb {
    display: none;
  }

  .pc {
    display: block;
  }
}

.p-annex {
}

.p-annex-ttl {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-ttl {
    font-size: 7.2rem;
  }
}

.p-annex-ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-left: 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-ttl span {
    font-size: 1.6rem;
    margin-left: 2rem;
  }
}

.p-annex-header {
  height: 6rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .p-annex-header {
    height: 7rem;
    padding: 0 4rem 0 3rem;
  }
}

.p-annex-header__logo {
  width: 26.5rem;
  margin: 0;
  display: flex;
}

@media screen and (min-width: 769px) {
  .p-annex-header__logo {
    width: 36.6rem;
  }
}

.p-annex-header__logo img {
  width: 100%;
}

.p-annex-header__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5.6rem;
  background: #000000;
  text-decoration: none;
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .p-annex-header__btn {
    position: relative;
    width: 17.2rem;
    height: 4.5rem;
  }
}

.p-annex-header__btn p {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  padding-right: 2rem;
}

.p-annex-header__btn p::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .p-annex-header__btn p::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-annex-mv {
  position: relative;
  background: url(../annex/img/mainv-sp.jpg) no-repeat center / cover;
  aspect-ratio: 375 / 607;
  width: 100%;
  padding: 5.5rem 2.5rem;
}

@media screen and (min-width: 769px) {
  .p-annex-mv {
    background: url(../annex/img/mainv-pc.jpg) no-repeat center / cover;
    aspect-ratio: 1440 / 740;
    padding: 20.5rem 12.5rem;
  }
}

.p-annex-mv__box {
  display: grid;
  gap: 2.3rem 0;
}

@media screen and (min-width: 769px) {
  .p-annex-mv__box {
    gap: 3.8rem 0;
  }
}

.p-annex-mv__txt-s {
  font-size: 1.8rem;
  /* color: #ffffff; */
  font-weight: normal;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .p-annex-mv__txt-s {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.p-annex-mv__txt-l {
  display: grid;
  width: fit-content;
  gap: 2.5rem 0;
}

@media screen and (min-width: 769px) {
  .p-annex-mv__txt-l {
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0 3rem;
  }
}

.p-annex-mv__txt-l p {
  position: relative;
  font-size: 4.4rem;
  /* color: #ffffff; */
  line-height: 1;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .p-annex-mv__txt-l p {
    font-size: 6.5rem;
  }
}

.p-annex-mv__txt-l p span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  position: absolute;
  top: -1.7rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-annex-mv__txt-l p span {
    font-size: 1.7rem;
    top: -2.7rem;
  }
}

.move {
  position: relative;
  color: transparent;
}

.move::before {
  content: "";
  display: block;
  position: absolute;
  height: 110%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #fff;
}

.move.active {
  animation-name: movingA;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.move.active::before {
  animation-name: movingB;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes movingA {
  100% {
    color: #ffffff;
  }
}

@keyframes movingB {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

.p-annex-concept {
  position: relative;
  background-color: #fafafa;
  padding: 5rem 0 10rem;
}

@media screen and (min-width: 769px) {
  .p-annex-concept {
    padding: 9rem 0 8rem;
  }
}

.p-annex-concept::before {
  content: "";
  display: block;
  aspect-ratio: 595 / 316;
  width: 35rem;
  background: url(../annex/img/concept-bg.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: -4rem;
}

@media screen and (min-width: 769px) {
  .p-annex-concept::before {
    width: 59.5rem;
  }
}

.p-annex-concept__inner {
  width: 80%;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .p-annex-concept__inner {
    width: 53%;
  }
}

.p-annex-concept__txt {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .p-annex-concept__txt {
    font-size: 1.6rem;
    line-height: 2.4;
    text-align: center;
  }
}

.p-annex-room {
  padding: 4rem 0;
}

@media screen and (min-width: 769px) {
  .p-annex-room {
    padding: 7rem 0;
  }
}

.p-annex-room__list {
  display: grid;
  gap: 4rem 0;
}

@media screen and (min-width: 769px) {
  .p-annex-room__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2rem;
  }
}

.p-annex-room__item {
  width: 100%;
}

.p-annex-room__img {
  aspect-ratio: 40 / 27;
  width: 100%;
  overflow: hidden;
}

.p-annex-room__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-annex-room__name {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .p-annex-room__name {
    margin-top: 3rem;
  }
}

.p-annex-room__name p {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-annex-room__name p {
    font-size: 1.4rem;
  }
}

.p-annex-room__name h3 {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .p-annex-room__name h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-annex-room__detail {
    padding: 0 2rem;
  }
}

.p-annex-room__detail dl {
  display: grid;
  grid-template-columns: 28.5% 1fr;
}

@media screen and (min-width: 769px) {
  .p-annex-room__detail dl {
  }
}

.p-annex-room__detail dt {
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333333;
  padding: 1.5rem 1rem 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-room__detail dt {
    font-size: 1.6rem;
    padding: 2rem 1rem 1.5rem;
  }
}

.p-annex-room__detail dd {
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #dddddd;
  padding: 1.5rem 1rem 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-room__detail dd {
    font-size: 1.6rem;
    padding: 2rem 1rem 1.5rem;
  }
}

.p-annex-room__txt {
  margin-top: 3rem;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .p-annex-room__txt {
    margin-top: 5rem;
  }
}

.p-annex-facility {
  padding-bottom: 7rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility {
    padding-bottom: 10rem;
  }
}

.p-annex-facility__list {
  counter-reset: facilitynum;
  list-style: none;
}

.p-annex-facility__item {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

.p-annex-facility__item + .p-annex-facility__item {
  margin-top: 5rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__item {
    flex-direction: row;
    gap: 0 4rem;
    align-items: center;
  }

  .p-annex-facility__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .p-annex-facility__item:nth-child(4) {
    align-items: flex-start;
  }

  .p-annex-facility__item + .p-annex-facility__item {
    margin-top: 8rem;
  }
}

.p-annex-facility__box {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box {
    width: calc((100% - 4rem) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-annex-facility__box .ttl {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .ttl {
    font-size: 3.2rem;
    padding-top: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.p-annex-facility__box .ttl::before {
  counter-increment: facilitynum;
  content: "（" counter(facilitynum, decimal-leading-zero) "）";
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: -0.7rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .ttl::before {
    font-size: 1.3rem;
  }
}

.p-annex-facility__box .txt-l {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .txt-l {
    font-size: 2rem;
  }
}

.p-annex-facility__box .txt-s {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .txt-s {
    font-size: 1.6rem;
  }
}

.p-annex-facility__box .txt-s + .txt-s {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .txt-s + .txt-s {
    margin-top: 1.5rem;
  }
}

.p-annex-facility__box .sub {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 18% 1fr;
  gap: 0 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .sub {
    margin: 2rem 0 0 2rem;
    gap: 0 2rem;
  }
}

.p-annex-facility__box .sub-img {
  aspect-ratio: 202 / 204;
  width: 100%;
}

.p-annex-facility__box .sub-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-annex-facility__box .sub-txt {
  display: grid;
  align-items: flex-start;
}

.p-annex-facility__box .sub-txt dt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .sub-txt dt {
    font-size: 1.6rem;
  }
}

.p-annex-facility__box .sub-txt dd {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__box .sub-txt dd {
    font-size: 1.4rem;
  }
}

.p-annex-facility__img {
  aspect-ratio: 580 / 400;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-annex-facility__img {
    width: calc((100% - 4rem) / 2);
  }
}

.p-annex-facility__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-annex-access__map iframe {
  filter: grayscale(1);
}

.p-annex-access {
  background-color: #fafafa;
  padding: 5rem 0;
  margin-bottom: -4.5rem;
}

@media screen and (min-width: 769px) {
  .p-annex-access {
    padding: 10rem 0;
    margin-bottom: -9.5rem;
  }
}

.p-annex-access__inner {
}

@media screen and (min-width: 769px) {
  .p-annex-access__inner {
    display: grid;
    grid-template-columns: auto 60rem;
    gap: 0 4rem;
  }
}

.p-annex-access__box {
}

.p-annex-access__detail {
  margin-top: -2.5rem;
}

.p-annex-access__detail dl {
  display: grid;
  grid-template-columns: 28.5% 1fr;
}

.p-annex-access__detail dt {
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333333;
  padding: 1.5rem 1rem 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-access__detail dt {
    font-size: 1.6rem;
    padding: 2rem 1rem 1.5rem;
  }
}

.p-annex-access__detail dd {
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #dddddd;
  padding: 1.5rem 1rem 1rem;
}

@media screen and (min-width: 769px) {
  .p-annex-access__detail dd {
    font-size: 1.6rem;
    padding: 2rem 1rem 1.5rem;
  }
}

.p-annex-access__detail-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 4rem;
}

.p-annex-access__map {
  aspect-ratio: 600 / 400;
  width: 100%;
  margin-top: 3rem;
}

.p-annex-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
}
