@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP Regular";
  src: url("../fonts/LINESeedJP_TTF_Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP Bold";
  src: url("../fonts/LINESeedJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
}

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

html {
  font-size: 62.5%;
  color: #3e3b3a;
}

input:focus {
  outline: none;
}

input[type=checkbox] {
  appearance: auto;
}

input[type=radio] {
  appearance: auto;
  accent-color: #000000; /* 好きな色を設定 */
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #aeaeae; /* 任意の色 */
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 1rem;
  }
}

.footer {
  background-color: #323131;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.footer__left-side {
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__wrapper {
    flex-direction: column;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    font-size: 0.85rem;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__left-side {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__left-side {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left-side {
    flex-direction: column;
    text-align: left;
  }
}
.footer__left-side__figure {
  transform: translateY(-0.8rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__left-side__figure {
    height: 8rem;
    width: 30.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left-side__figure {
    height: 3.95rem;
    width: 13.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__left-side__img {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__left-side__img {
    width: 85%;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left-side__img {
    width: 100%;
  }
}
.footer__left-side__address {
  transform: translateY(-0.5rem);
  width: 38rem;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__left-side__address {
    transform: translateY(0);
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left-side__address {
    transform: translateY(0);
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer__left-side__address__br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer__left-side__address__br {
    display: block;
  }
}
.footer__right-side {
  text-align: center;
}
.footer__right-side__nav {
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__right-side__nav {
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__right-side__nav {
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
.footer__right-side__lists {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__right-side__lists {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__right-side__lists {
    justify-content: center;
  }
}
.footer__right-side__list:not(:first-child) {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer__right-side__list:not(:first-child) {
    margin-left: 0.5rem;
  }
}
.footer__right-side__copy-right {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer__right-side__copy-right {
    transform: translateX(0);
    margin-top: 1.8rem;
  }
}
.footer__right-side span {
  font-size: 3rem;
  display: inline-block;
  transform: translateY(0.5rem);
}
@media only screen and (max-width: 767px) {
  .footer__right-side span {
    font-size: 1.8rem;
    transform: translateY(0.3rem);
  }
}

.side-bar {
  position: fixed;
  top: 10%;
  right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 1000;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .side-bar {
    top: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar {
    width: auto;
    top: 2rem;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .side-bar__img {
    width: 2.15rem;
    height: 1.95rem;
  }
}
.side-bar__home {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .side-bar__home {
    padding: 0;
  }
}
.side-bar__home__img-cover {
  background-color: #c9c0a1;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  height: 7rem;
  width: 7rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .side-bar__home__img-cover {
    height: 3.5rem;
    width: 3.5rem;
    padding: 0.8rem 0;
  }
}
.side-bar__home__open {
  width: 0;
  height: 0;
  padding-top: 2.9rem;
  border-bottom-left-radius: 14px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .side-bar__home__open {
    padding-top: 1.45rem;
    border-bottom-left-radius: 7px;
  }
}
.side-bar__home__open__text {
  font-size: 2rem;
  color: #3e3b3a;
  display: block;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .side-bar__home__open__text {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.side-bar__home__open__text:not(:first-child) {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .side-bar__home__open__text:not(:first-child) {
    margin-top: 1.7rem;
  }
}
.side-bar__language {
  display: flex;
  margin-top: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .side-bar__language {
    display: none;
  }
}
.side-bar__language__button {
  width: 7rem;
  background-color: #c9c0a1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  padding: 2rem 1.5rem 1rem 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.side-bar__language__img {
  transform: translateX(-0.5rem) translateY(-1rem);
}
@media only screen and (max-width: 767px) {
  .side-bar__language__img {
    transform: translateX(0) translateY(0);
    height: 1.25rem;
    width: 1.25rem;
  }
}
.side-bar__language__open {
  width: 0;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 0 0.9rem;
  background-color: #c9c0a1;
}
.side-bar__language__open__content {
  background-color: #ffffff;
  height: 7rem;
  width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: bold;
  border-radius: 4px;
}
.side-bar__calendar {
  display: flex;
  margin-top: 2rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .side-bar__calendar {
    display: none;
  }
}
.side-bar__calendar__button {
  width: 7rem;
  height: 22rem;
  background-color: #c9c0a1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  padding: 2rem 1.5rem 1rem 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.side-bar__calendar__img {
  margin-bottom: 1rem;
  transform: translateX(-0.3rem);
}
.side-bar__calendar__total-wrapper {
  width: 0;
  display: none;
  overflow-y: scroll;
}
.side-bar__calendar__container {
  flex-direction: column;
  position: relative;
}
.side-bar__instagram {
  background-color: #e1e0dd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  margin-top: 2.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 7rem;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .side-bar__instagram {
    margin-top: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar__instagram__img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.side-bar__youtube {
  background-color: #e1e0dd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 7rem;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .side-bar__youtube {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar__youtube__img {
    width: 2.5rem;
    height: 1.8rem;
  }
}

.map {
  background-color: #f1eeea;
  padding-top: 11rem;
  padding-bottom: 15.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map {
    padding-bottom: 0;
    height: 120rem;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    padding-top: 3rem;
    padding-bottom: 0;
    height: 94rem;
    overflow: hidden;
    position: relative;
  }
}
.map__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-width: 37.5rem;
  }
}
.map__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.map__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .map__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__title {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__title {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.map__figure {
  margin-top: 6rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__figure {
    transform: translateY(-20rem);
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__figure {
    transform: translateY(-38rem);
    height: 44rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .map__img {
    width: 100%;
    height: 100%;
  }
}
.map__nav {
  display: flex;
  margin-top: 7.6rem;
  height: 100%;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .map__nav {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 3.6rem;
  }
}
.map__nav__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .map__nav__title {
    font-size: 1rem;
  }
}
.map__nav__title__shimogyou {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .map__nav__title__shimogyou {
    font-size: 1rem;
  }
}
.map__nav__title__kamigyou {
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding-top: 8.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__nav__title__kamigyou {
    transform: translateY(-4.7rem);
  }
}
@media only screen and (max-width: 767px) {
  .map__nav__title__kamigyou {
    font-size: 1rem;
    transform: translateY(-4.7rem);
  }
}
.map__nav__title::after {
  content: "";
  position: absolute;
  width: 30.7rem;
  height: 0.3rem;
  background-color: #c9c0a1;
  left: 0;
  bottom: -2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__nav__title::after {
    width: 100%;
    height: 0.1rem;
    bottom: -0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__nav__title::after {
    width: 100%;
    height: 0.1rem;
    bottom: -0.8rem;
  }
}
.map__lists {
  margin-top: 2.2rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 8.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__lists {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .map__lists {
    font-size: 1rem;
    margin-top: 0;
  }
}
.map__list {
  margin-top: 2.5rem;
  width: 29.9rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__list {
    width: 100%;
    margin-top: 1.1rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .map__list {
    width: 100%;
    margin-top: 1.1rem;
    white-space: nowrap;
  }
}
.map__list__minami:nth-child(even) {
  width: 22rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__list__minami:nth-child(even) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .map__list__minami:nth-child(even) {
    width: 100%;
  }
}
.map__list__higashiyama:not(:first-child) {
  margin-top: 2.7rem !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__list__higashiyama:not(:first-child) {
    margin-top: 1.1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .map__list__higashiyama:not(:first-child) {
    margin-top: 1.1rem !important;
  }
}
.map__list:nth-of-type(1) {
  margin-top: 1.8rem;
}
.map__list:nth-of-type(2) {
  margin-top: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__list:nth-of-type(2) {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__list:nth-of-type(2) {
    margin-top: 1rem;
  }
}
.map__list__kamigyou {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__list__kamigyou {
    transform: translateY(-5rem);
  }
}
@media only screen and (max-width: 767px) {
  .map__list__kamigyou {
    font-size: 1rem;
    transform: translateY(-5rem);
  }
}
.map__list__shimogyou {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .map__list__shimogyou {
    font-size: 1rem;
  }
}
.map__lists-wrapper {
  height: 35rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__lists-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .map__lists-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.map__lists-wrapper:nth-of-type(1) {
  width: 45%;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .map__lists-wrapper:nth-of-type(1) {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__lists-wrapper:nth-of-type(1) {
    grid-column: 1;
    grid-row: span 3;
    width: 91%;
  }
}
@media only screen and (max-width: 767px) {
  .map__lists-wrapper:nth-of-type(1) {
    grid-column: 1;
    grid-row: span 3;
    width: 91%;
  }
}
.map__lists-wrapper:nth-of-type(2) {
  width: 20%;
  margin-left: 5.8rem;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .map__lists-wrapper:nth-of-type(2) {
    margin-left: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__lists-wrapper:nth-of-type(2) {
    grid-column: 2; /* 右側の列 */
    grid-row: 1;
    width: 88%;
    margin-left: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__lists-wrapper:nth-of-type(2) {
    grid-column: 2; /* 右側の列 */
    grid-row: 1;
    width: 88%;
    margin-left: 1.8rem;
  }
}
.map__lists-wrapper:nth-of-type(3) {
  width: 20%;
  margin-left: 13.9rem;
  padding-top: 0.5rem;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .map__lists-wrapper:nth-of-type(3) {
    margin-left: 14rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__lists-wrapper:nth-of-type(3) {
    margin-left: 0;
    grid-column: 2; /* 右側の列 */
    grid-row: 2;
    width: 88%;
    margin-left: 1.8rem;
    transform: translateY(-10.6rem);
  }
}
@media only screen and (max-width: 767px) {
  .map__lists-wrapper:nth-of-type(3) {
    margin-left: 0;
    grid-column: 2; /* 右側の列 */
    grid-row: 2;
    width: 88%;
    margin-left: 1.8rem;
    transform: translateY(-20.6rem);
  }
}
.map__language {
  display: flex;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__language {
    position: absolute;
    bottom: 0;
    right: -1.3rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .map__language {
    position: absolute;
    bottom: 0;
    right: -1.3rem;
    font-size: 1rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.map__language__button {
  background-color: #c9c0a1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 6px;
  padding: 2rem 1.5rem 1rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: bold;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__language__button {
    display: flex;
    align-items: center;
    width: 11.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__language__button {
    display: flex;
    align-items: center;
    width: 11.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}
.map__language__img {
  transform: translateX(-0.5rem) translateY(-1rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map__language__img {
    transform: translateX(0) translateY(0);
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__language__img {
    transform: translateX(0) translateY(0);
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.5rem;
  }
}
.map__language__open {
  width: 0;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 0 0.9rem;
  background-color: #c9c0a1;
}
.map__language__open__content {
  background-color: #ffffff;
  height: 7rem;
  width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: bold;
  border-radius: 4px;
}

.num-people-open {
  position: absolute;
  left: 0;
  bottom: -2rem;
  transform: translateY(95%);
  width: 100%;
  z-index: 10000;
  background-color: #ffffff;
  border: solid 1px #3e3b3a;
  border-radius: 6px;
  padding: 2.7rem 2.3rem;
  opacity: 0;
}
@media (min-width: 1025px) {
  .num-people-open {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open {
    border-radius: 0;
    position: fixed;
    top: -100%;
    left: 0;
    bottom: auto;
    padding: 0;
    width: 100%;
    height: 0;
    padding-top: 4.2rem;
  }
}
.num-people-open__top-text-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .num-people-open__top-text-sp {
    display: flex;
    justify-content: space-between;
    padding-left: 3.5rem;
    padding-right: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__top-text-sp__user-number {
    font-size: 1.3rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__top-text-sp__close {
    height: 2.4rem;
    width: 2.4rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__top-text-sp__close__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.2rem;
    background-color: black;
  }
}
.num-people-open__top-text-sp__close__line:nth-of-type(1) {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.num-people-open__top-text-sp__close__line:nth-of-type(2) {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.num-people-open__content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content {
    padding-left: 3.5rem;
    padding-right: 4.2rem;
  }
}
.num-people-open__content:nth-of-type(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content:nth-of-type(2) {
    margin-top: 1rem;
  }
}
.num-people-open__content:nth-of-type(3) {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content:nth-of-type(3) {
    margin-top: 2.5rem;
  }
}
.num-people-open__content:nth-of-type(5) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content:nth-of-type(5) {
    margin-top: 1.5rem;
  }
}
.num-people-open__content:nth-of-type(6) {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content:nth-of-type(6) {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__option {
    display: flex;
  }
}
.num-people-open__content__option__text {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__option__text {
    font-size: 1.2rem;
  }
}
.num-people-open__content__option__text__warn-baby {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__option__text__warn-baby {
    font-size: 1.1rem;
  }
}
.num-people-open__content__option__text-baby {
  width: 100%;
}
.num-people-open__content__option__text-warn {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__option__text-warn {
    font-size: 0.9rem;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
.num-people-open__content__option-baby {
  width: 100%;
}
.num-people-open__content__count {
  margin-left: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .num-people-open__content__count {
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__count {
    width: 7.5rem;
  }
}
.num-people-open__content__count__num {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__count__num {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__count__minus {
    height: 1.8rem;
    width: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__count__plus {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.num-people-open__content__count-child {
  transform: translateY(-1.3rem);
}
@media only screen and (max-width: 767px) {
  .num-people-open__content__count-child {
    transform: translateY(0);
  }
}
.num-people-open__content-baby {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .num-people-open__content-baby {
    padding-left: 3.5rem;
    padding-right: 4.2rem;
  }
}
.num-people-open__sp-search {
  display: none;
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search__sum {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search__sum__left-side {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search__sum__right-side {
    display: flex;
    gap: 1em;
    width: 100%;
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search__button-cover {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .num-people-open__sp-search__button {
    width: 100%;
    background-color: #ed7262;
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 1.3rem;
    border-radius: 6px;
  }
}

.squeeze-open {
  position: fixed;
  width: 100%;
  background-color: rgba(83, 83, 83, 0.35);
  top: -200rem;
  z-index: 100;
  padding-bottom: 8rem;
  height: 0;
  opacity: 0;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open {
    background-color: #ffffff;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open {
    background-color: #ffffff;
    height: 100%;
  }
}
.squeeze-open__cover {
  position: relative;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__cover {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__cover {
    position: static;
  }
}
.squeeze-open__close {
  position: absolute;
  top: -7.5rem;
  right: -6rem;
  height: 8rem;
  width: 8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__close {
    display: none;
  }
}
.squeeze-open__close__line {
  width: 100%;
  height: 0.4rem;
  background-color: #3e3b3a;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.squeeze-open__close__line:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.squeeze-open__close__line:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.squeeze-open__day-of-week-sp {
  display: none;
}
.squeeze-open__close-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__close-sp {
    display: block;
    position: absolute;
    top: 1.8rem;
    right: 1.6rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__close-sp {
    display: block;
    position: absolute;
    top: 1.8rem;
    right: 1.6rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.squeeze-open__close-sp__line {
  width: 100%;
  height: 0.4rem;
  background-color: #3e3b3a;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__close-sp__line {
    height: 0.2rem;
  }
}
.squeeze-open__close-sp__line:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.squeeze-open__close-sp__line:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.squeeze-open__content-wrapper {
  width: 123.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  background-color: #ffffff;
  border-radius: 28px;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
  height: 100rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content-wrapper {
    height: 98rem;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content-wrapper {
    height: 68rem;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding-right: 0;
  }
}
.squeeze-open__content {
  width: 99.5rem;
  height: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    transform: translateX(0);
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    transform: translateX(0);
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.squeeze-open__content__space {
  overflow-y: scroll;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__space {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__space {
    overflow: visible;
  }
}
.squeeze-open__content__title {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__title {
    font-size: 1.4rem;
  }
}
.squeeze-open__content__budget__price {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__budget__price {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__budget__price {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
}
.squeeze-open__content__budget__figure {
  margin-top: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__budget__figure {
    text-align: center;
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__budget__figure {
    margin-top: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__budget__img {
    height: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__budget__img {
    height: 9.5rem;
  }
}
.squeeze-open__content__facility {
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__facility {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__facility {
    margin-top: 2.5rem;
  }
}
.squeeze-open__content__facility__button-cover {
  display: flex;
  gap: 2.7rem;
  margin-top: 3.5rem;
  transform: translateX(0.5rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__facility__button-cover {
    margin-top: 1.7rem;
    gap: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__facility__button-cover {
    margin-top: 1.7rem;
    gap: 1.3rem;
  }
}
.squeeze-open__content__facility__button {
  height: 4.9rem;
  width: 16.5rem;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__facility__button {
    height: 2.5rem;
    width: 8.3rem;
  }
}
.squeeze-open__content__facility__button:nth-of-type(1) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__facility__button:nth-of-type(1) {
    border: solid 1px #ed7262;
  }
}
.squeeze-open__content__facility__button:nth-of-type(2) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__facility__button:nth-of-type(2) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__button {
  text-align: center;
  border-radius: 24px;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__button {
    font-size: 1rem;
  }
}
.squeeze-open__content__bed {
  margin-top: 5.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__bed {
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed {
    margin-top: 3.3rem;
  }
}
.squeeze-open__content__bed__button-cover {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
  transform: translateX(0.5rem);
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__bed__button-cover {
    margin-top: 1.5rem;
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button-cover {
    margin-top: 1.5rem;
    gap: 1.2rem;
  }
}
.squeeze-open__content__bed__button {
  height: 4.9rem;
  width: auto;
  display: inline-block;
  padding: 1.6rem 3rem;
  align-self: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__bed__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button {
    height: 2.5rem;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.squeeze-open__content__bed__button:nth-of-type(1) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button:nth-of-type(1) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__bed__button:nth-of-type(2) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button:nth-of-type(2) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__bed__button:nth-of-type(3) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button:nth-of-type(3) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__bed__button:nth-of-type(4) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button:nth-of-type(4) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__bed__button:nth-of-type(5) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__bed__button:nth-of-type(5) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip {
  margin-top: 4.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__equip {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip {
    margin-top: 3.2rem;
  }
}
.squeeze-open__content__equip__button-cover {
  display: flex;
  gap: 2.7rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button-cover {
    margin-top: 2rem;
    gap: 1.2rem;
  }
}
.squeeze-open__content__equip__button {
  height: 4.9rem;
  width: auto;
  display: inline-block;
  padding: 1.6rem 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__equip__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
  }
}
.squeeze-open__content__equip__button:nth-of-type(1) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(1) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip__button:nth-of-type(2) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(2) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__equip__button:nth-of-type(3) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(3) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip__button:nth-of-type(4) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(4) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip__button:nth-of-type(5) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(5) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip__button:nth-of-type(6) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(6) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__equip__button:nth-of-type(7) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(7) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__equip__button:nth-of-type(8) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(8) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__equip__button:nth-of-type(9) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(9) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__equip__button:nth-of-type(10) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__equip__button:nth-of-type(10) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__grade {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__grade {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade {
    margin-top: 3.5rem;
  }
}
.squeeze-open__content__grade__button-cover {
  display: flex;
  gap: 2.7rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__content__grade__button-cover {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button-cover {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
.squeeze-open__content__grade__button {
  height: 4.9rem;
  width: auto;
  display: inline-block;
  padding: 1.6rem 3rem;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button {
    height: 2.5rem;
    padding: 1rem 1.9rem;
  }
}
.squeeze-open__content__grade__button img {
  transform: translateY(-1rem);
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button img {
    height: 1.5rem;
    transform: translateY(-0.8rem);
  }
}
.squeeze-open__content__grade__button:nth-of-type(1) {
  border: solid 3px #ed7262;
  color: #ed7262;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button:nth-of-type(1) {
    border: solid 2px #ed7262;
  }
}
.squeeze-open__content__grade__button:nth-of-type(2) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button:nth-of-type(2) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__content__grade__button:nth-of-type(3) {
  border: solid 2px #dbd8d8;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__content__grade__button:nth-of-type(3) {
    border: solid 1px #dbd8d8;
  }
}
.squeeze-open__button-cover {
  display: flex;
  padding-left: 11.9rem;
  padding-right: 11.9rem;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2); /* 上に影をつける */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__button-cover {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__button-cover {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.squeeze-open__button-cover__reset {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #9d9a99;
  border-bottom: solid 2px #9d9a99;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__button-cover__reset {
    border-bottom: solid 1px #9d9a99;
    padding-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__button-cover__reset {
    font-size: 1.1rem;
    border-bottom: solid 1px #9d9a99;
    padding-bottom: 0.2rem;
  }
}
.squeeze-open__button-cover__squeeze {
  display: flex;
  align-items: center;
}
.squeeze-open__button-cover__squeeze__result {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  margin-right: 3.5rem;
  transform: translateY(-1rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__button-cover__squeeze__result {
    transform: translateY(0);
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__button-cover__squeeze__result {
    font-size: 1rem;
    transform: translateY(0);
    margin-right: 1.5rem;
  }
}
.squeeze-open__button-cover__squeeze__result span {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .squeeze-open__button-cover__squeeze__result span {
    font-size: 1.8rem;
  }
}
.squeeze-open__button-cover__squeeze__button {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  width: 35rem;
  height: 8.1rem;
  background-color: #ed7262;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .squeeze-open__button-cover__squeeze__button {
    width: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .squeeze-open__button-cover__squeeze__button {
    width: 100%;
    font-size: 1.3rem;
    height: 4rem;
    width: 12.5rem;
  }
}

.date-slide-open {
  position: absolute;
  left: 0;
  bottom: -2rem;
  transform: translateY(95%);
  z-index: 10000;
  background-color: white;
  padding: 2.3rem 2rem 1.5rem 2rem;
  border: solid 1px #3e3b3a;
  border-radius: 6px;
  width: 68.1rem;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .date-slide-open {
    border-radius: 0;
    position: fixed;
    top: -500%;
    left: 0;
    bottom: auto;
    padding: 0;
    width: 100vw;
    height: 105vh;
    transform: translateY(0);
    opacity: 1;
  }
}
.date-slide-open__select-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__select-sp {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
.date-slide-open__select-sp__text {
  font-weight: bold;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__select-sp__text {
    font-size: 1.3rem;
  }
}
.date-slide-open__select-sp__close {
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  right: 1.3rem;
  top: 3rem;
}
.date-slide-open__select-sp__close__line {
  background-color: #3d3a39;
  position: absolute;
  right: 0.5rem;
}
.date-slide-open__select-sp__close__line:nth-of-type(1) {
  height: 0.2rem;
  width: 100%;
  transform: rotate(45deg);
}
.date-slide-open__select-sp__close__line:nth-of-type(2) {
  height: 0.2rem;
  width: 100%;
  transform: rotate(-45deg);
}
.date-slide-open__day-of-week-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__day-of-week-sp {
    display: block;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.date-slide-open__day-of-week-sp__text__start-day {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.date-slide-open__day-of-week-sp__text__start-day-of-week {
  color: #aaa7a6;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.date-slide-open__day-of-week-sp__text__end-day {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.date-slide-open__day-of-week-sp__text__end-day-of-week {
  color: #aaa7a6;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.date-slide-open__select {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__select {
    display: none;
  }
}
.date-slide-open__check-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  transform: translateX(0.5rem) translateY(-0.4rem);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__check-box {
    display: none;
    gap: 0;
  }
}
.date-slide-open__check-box__input {
  height: 1.8rem;
  width: 1.8rem;
}
.date-slide-open__button-cover {
  text-align: right;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__button-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 2rem;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
  }
}
.date-slide-open__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 6px;
  width: 15rem;
  height: 6.3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__button {
    width: 17rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.date-slide-open__check-box-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__check-box-sp {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.date-slide-open__check-box-sp__input {
  height: 1.8rem;
  width: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .date-slide-open__check-box-sp__input {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.calendar-total-wrapper {
  border-top: solid 1px #3e3b3a;
  border-bottom: solid 1px #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .calendar-total-wrapper {
    height: 73%;
    overflow-y: scroll;
    margin-top: 0.8rem;
    border-top: none;
    border-bottom: none;
  }
}

.calendar-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar-container {
    flex-direction: column;
    gap: 0;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.calendar-wrapper {
  width: 300px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .calendar-wrapper {
    width: 100%;
    font-size: 1.3rem;
    position: relative;
  }
}

.calendar {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .calendar {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__tr__current {
    position: absolute;
    top: -2rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    letter-spacing: 0.04em;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    border-top: solid 1px #3e3b3a;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__tr__next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__tbody {
    margin-left: 2.8rem;
    margin-right: 2.8em;
    display: block;
  }
}

.calendar th {
  padding: 0.8rem;
  text-align: center;
}
.calendar td {
  padding: 1.5rem 0.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .calendar td {
    padding: 1.5rem 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #current-month-title {
    margin-top: 1.2rem;
    padding-top: 2.2rem;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  #next-month-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
}

.saturday {
  color: #4290fb;
}

.sunday {
  color: #f04309;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .navigation {
    margin-bottom: 0;
  }
}

.month-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .month-wrapper {
    margin-bottom: 0;
  }
}

#next-month-facility-detail {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#prev-month-facility-detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#next-month {
  position: absolute;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  #next-month {
    display: none;
  }
}

#prev-month {
  position: absolute;
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  #prev-month {
    display: none;
  }
}

.future {
  color: #ccc;
}

.arrow {
  cursor: pointer;
  font-size: 20px;
  margin: 0 20px;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .arrow {
    display: none;
  }
}

.month-title {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .month-title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .date-slide-open__check-box__input {
    height: 1.2rem !important;
    width: 1.2rem !important;
  }
}

.disabled {
  color: #9d9a99;
}

.calendar-circle {
  margin-top: 0.5rem;
  display: inline-block;
}

.sort-open {
  border: solid 2px #d0c8af;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  opacity: 0;
  height: 0;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  transform: translateY(-5rem);
}
@media only screen and (max-width: 767px) {
  .sort-open {
    transform: translateY(0);
    opacity: 0;
    height: 0;
    top: -200%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}
.sort-open__sp__top-side {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sort-open__sp__top-side {
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
.sort-open__sp__top-side__title {
  display: flex;
  align-items: center;
}
.sort-open__sp__top-side__title__icon {
  height: 1.45rem;
  width: 1.2rem;
}
.sort-open__sp__top-side__title__text {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
.sort-open__sp__top-side__close {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
}
.sort-open__sp__top-side__close__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0.2rem;
  width: 100%;
  background-color: #3e3b3a;
}
.sort-open__sp__top-side__close__line:nth-of-type(1) {
  transform: rotate(45deg);
}
.sort-open__sp__top-side__close__line:nth-of-type(2) {
  transform: rotate(-45deg);
}
.sort-open__sp__button-cover {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sort-open__sp__button-cover {
    display: flex;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.4rem 1.7rem 1.4rem 1.7rem;
    justify-content: space-between;
    align-items: center;
  }
}
.sort-open__sp__reset {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #9d9a99;
}
.sort-open__sp__reset span {
  border-bottom: solid 1px #9d9a99;
}
.sort-open__sp__button {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed7262;
  padding: 1.5rem 3.1rem;
  border-radius: 5.5px;
}
.sort-open__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sort-open__content {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
.sort-open__content:not(:first-child) {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sort-open__content:not(:first-child) {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sort-open__content:nth-of-type(2) {
    margin-top: 3.4rem;
  }
}
.sort-open__content__circle {
  height: 2.1rem;
  width: 2.1rem;
  border-radius: 50%;
  border: solid 1px #3e3b3a;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sort-open__content__circle {
    border: solid 1px #ed7262;
    height: 1.3rem;
    width: 1.3rem;
  }
}
.sort-open__content__circle__2::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-color: #3e3b3a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sort-open__content__circle__2::after {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.sort-open__content__text {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  margin-left: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .sort-open__content__text {
    font-size: 1.25rem;
    margin-left: 0.7rem;
  }
}

.dropdown {
  position: relative;
  overflow: hidden;
}
.dropdown__btn__arrow {
  display: inline-block;
  margin-left: auto;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .dropdown__btn__arrow {
    height: 0.65rem;
    width: 1.2rem;
  }
}
.dropdown__list {
  overflow: scroll;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
  height: 0;
  left: 0;
}
.dropdown__item {
  padding: 1.6rem 1.6rem 1.8rem 1.6rem;
}

.watching-people-num {
  position: absolute;
  background-color: #ed7262;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 32.2rem;
  height: 9.6rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-left: 2.3rem;
  padding-right: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .watching-people-num {
    height: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .watching-people-num {
    width: 35%;
    height: 6rem;
    position: static;
    padding: 0.8rem 0.3rem;
    height: 3rem;
    border-top-left-radius: 3.5px;
    border-top-right-radius: 3.5px;
  }
}
@media only screen and (max-width: 767px) {
  .watching-people-num__img {
    width: 15%;
  }
}
.watching-people-num__text {
  font-size: 2rem;
  margin-left: 1rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .watching-people-num__text {
    font-size: 0.8rem;
    margin-left: 0.2rem;
    line-height: 1.5;
  }
}
.watching-people-num__text__num {
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .watching-people-num__text__num {
    font-size: 1.15rem;
  }
}

.none {
  display: none !important;
}

.open {
  display: block !important;
}

.open-flex {
  display: flex !important;
}

.position-static {
  position: static !important;
}

.slide-open-num-people {
  height: auto !important;
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.3s ease-in;
}

.slide-open-num-people-sp {
  height: 100vh !important;
  transform: translateY(100%);
  opacity: 1;
}

.slide-open-date {
  height: auto !important;
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.3s ease-in;
}

.slide-open-date-sp {
  height: 105vh !important;
  top: 0 !important;
  opacity: 1;
}

.slide-open-squeeze {
  top: 0 !important;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.sort-open-slide {
  opacity: 1;
  height: auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  transform: translateY(0);
  transition: all 0.3s ease-in;
}

.dropdown-change-letter {
  font-size: 1.8rem;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .dropdown-change-letter {
    font-size: 1.2rem;
  }
}

.sidebar-language-open {
  width: 16rem !important;
  height: 17.1rem !important;
}

.sidebar-home-open {
  width: 18.6rem !important;
  height: 26.1rem !important;
  border: solid 1px #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .sidebar-home-open {
    height: 13rem !important;
    width: 9.3rem !important;
  }
}

.reverse {
  transform: rotate(180deg);
}

.dropdown-open {
  height: auto;
  transition: all 0.3s ease-in;
}

.sort-open-slide-sp {
  opacity: 1;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-none {
  pointer-events: none;
}

.pointer-run {
  pointer-events: auto;
}

.access-tab {
  background-color: #c9c0a1 !important;
}

.book-now-tab {
  background-color: #c9c0a1 !important;
}

.detailQa {
  height: auto !important;
  transition: all 0.3s ease-in;
  margin-top: 5rem;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .detailQa {
    margin-top: 2rem;
  }
}

.detailQaMark {
  transform: translateY(-50%) !important;
  transition: all 0.3s ease-in;
}

.swiper-pagination-bullet {
  background-color: #767675;
  margin: 0 1rem 0 1rem !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    background-color: #babbbb;
    height: 0.8rem !important;
    width: 0.8rem !important;
  }
}

.book-now-open {
  height: auto !important;
  border-top: solid 1px #c9c0a1 !important;
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
  opacity: 1 !important;
  transition: all 0.1s ease-in;
}
@media only screen and (max-width: 767px) {
  .book-now-open {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.book-now-open-room {
  border-top: solid 1px #c9c0a1 !important;
  border-bottom: solid 1px #c9c0a1 !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  height: auto !important;
  opacity: 1 !important;
  transition: all 0.1s ease-in;
}
@media only screen and (max-width: 767px) {
  .book-now-open-room {
    border-top: solid 0.5px #c9c0a1 !important;
    border-bottom: solid 0.5px #c9c0a1 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.book-now-open-border-delete {
  border-bottom: none !important;
}

.book-now-img-reverse {
  transform: rotate(180deg);
}

.book-now-img-sp-reverse {
  transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem) rotate(180deg) !important;
}

.next-month-facility-detail {
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.prev-month-facility-detail {
  top: -5rem;
  left: 50% !important;
  transform: translateX(-50%);
}

.sidebar-calendar-open {
  height: 51rem;
  width: 35.1rem;
  background-color: #ffffff;
  border: solid 1px #c9c0a1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.reviewOpen {
  height: auto !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in;
}

.bottomBarLanguage {
  padding-bottom: 0.5rem;
  height: auto !important;
  opacity: 1 !important;
}

.watchingSticky {
  position: fixed;
  z-index: 100;
}

.sidebarFixed {
  position: fixed;
}

.z-index-0 {
  z-index: 0;
}

.contact__top {
  background-color: #f1eeea;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__top {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__top {
    padding: 1.25rem 0 1.3rem 1.9rem;
  }
}
.contact__top__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__top__text {
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__top__text {
    font-size: 1.5rem;
    max-width: 37.5rem;
  }
}
.contact__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.5rem;
  padding-bottom: 23.5rem;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__wrapper {
    max-width: 76.8rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .contact__wrapper {
    max-width: 37.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.contact__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .contact__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
.contact__note {
  text-align: center;
  font-size: 2rem;
  margin-top: 9rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact__note {
    font-size: 1rem;
    margin-top: 3.5rem;
  }
}
.contact__tell {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact__tell {
    gap: 0.5rem;
    align-items: center;
    margin-top: 2.3rem;
  }
}
.contact__tell__text {
  padding-top: 1rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact__tell__text {
    padding-top: 0.5rem;
  }
}
.contact__tell__text__num {
  font-size: 4.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contact__tell__text__num {
    font-size: 2rem;
    margin-top: 0;
  }
}
.contact__tell__text__time {
  font-size: 2rem;
  margin-top: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contact__tell__text__time {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__tell__img {
    width: 3.65rem;
    height: 2.65rem;
    transform: translateY(-0.8rem);
  }
}
.contact__form {
  margin-top: 12.5rem;
  padding-right: 9.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form {
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form {
    padding-right: 0;
    margin-top: 4.7rem;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__form__label-cover {
  width: 28rem;
}
.contact__form__cover {
  width: 100.6rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__cover {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__cover {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact__form__cover:not(:first-child) {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__form__cover:not(:first-child) {
    margin-top: 2.3rem;
  }
}
.contact__form__cover-contact {
  align-items: baseline;
}
.contact__form__label {
  font-size: 2rem;
  text-align: right;
  margin-right: 1rem;
  width: 16.7rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__label {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__label {
    width: 100%;
    font-size: 1rem;
    margin-right: 0;
  }
}
.contact__form__label__textarea {
  text-align: left;
  padding-left: 6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__label__textarea {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__label__textarea {
    margin-right: 5rem;
    padding-left: 0;
  }
}
.contact__form__label__tell-cover {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__label__tell-cover {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__label__tell-cover {
    margin-left: 0;
  }
}
.contact__form__label__tell {
  display: inline-block;
  width: 26.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__label__tell {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__label__tell {
    display: block;
  }
}
.contact__form__span {
  font-size: 1.6rem;
  background-color: #ed7262;
  color: #ffffff;
  padding: 0.6rem 0.9rem 0.7rem 0.9rem;
  margin-left: auto;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact__form__span {
    font-size: 0.8rem;
    padding: 0.4rem 0.45rem 0.35rem 0.45rem;
    margin-right: 5rem;
  }
}
.contact__form__textarea {
  height: 27.43rem;
  width: 73.6rem;
  border: 2px solid #babbbb;
  border-radius: 6px;
  margin-right: 0;
  margin-left: 12rem;
  display: inline-block;
  padding: 2.75rem 0 2.75rem 3.2rem;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #3e3b3a;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__textarea {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__textarea {
    width: 33.7rem;
    padding: 0.8rem 0rem 0.8rem 1rem;
    border: 1px solid #babbbb;
    margin-top: 1.3rem;
    height: 13.7rem;
    border-radius: 3px;
    font-size: 1rem;
    margin-left: 0;
  }
}
.contact__form__input {
  width: 73.6rem;
  border: 2px solid #babbbb;
  border-radius: 6px;
  margin-right: 0;
  margin-left: 3rem;
  display: inline-block;
  padding: 2rem 0 2rem 3.1rem;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #3e3b3a;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__input {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__input {
    width: 33.7rem;
    padding: 0.8rem 0rem 0.8rem 1rem;
    border: 1px solid #babbbb;
    margin-top: 1.3rem;
    border-radius: 3px;
    font-size: 1rem;
    margin-left: 0;
  }
}
.contact__form__input__tell {
  width: 20.4rem;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact__form__input__tell {
    width: 9.6rem;
  }
}
.contact__form__input__tell-bar {
  width: 3.3rem;
  height: 0.2rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  background-color: #babbbb;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__input__tell-bar {
    margin-top: 2rem;
    width: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__input__tell-bar {
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transform: translateY(0.5rem);
  }
}
.contact__form__button-cover {
  text-align: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .contact__form__button-cover {
    margin-top: 4.5rem;
  }
}
.contact__form__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 35px;
  padding: 2.4rem 9rem 2.2rem 8.8rem;
  font-weight: bold;
  transform: translateX(5.5rem);
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__form__button {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .contact__form__button {
    transform: translateX(0);
    font-size: 1.25rem;
    padding: 1.2rem 4.35rem 1.15rem 4.35rem;
  }
}

.contact-thanks {
  padding-bottom: 18rem;
}
.contact-thanks__top {
  background-color: #f1eeea;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-thanks__top {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thanks__top {
    padding: 1.25rem 0 1.3rem 1.9rem;
  }
}
.contact-thanks__top__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-thanks__top__text {
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thanks__top__text {
    font-size: 1.5rem;
    max-width: 37.5rem;
  }
}
.contact-thanks__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.5rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__wrapper {
    padding-top: 4.5rem;
  }
}
.contact-thanks__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-thanks__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thanks__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.contact-thanks__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
.contact-thanks__comp {
  text-align: center;
  font-size: 3.5rem;
  margin-top: 17rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__comp {
    font-size: 1.7rem;
    margin-top: 6rem;
  }
}
.contact-thanks__note {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 5rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__note {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.contact-thanks__button-cover {
  text-align: center;
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__button-cover {
    margin-top: 8rem;
  }
}
.contact-thanks__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 35px;
  padding: 2.4rem 6.2rem 2.2rem 6.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact-thanks__button {
    font-size: 1.25rem;
    padding: 1.15rem 3rem 1.15rem 3rem;
  }
}

.terms__top {
  background-color: #f1eeea;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .terms__top {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms__top {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .terms__top {
    padding: 1.25rem 0 1.3rem 1.9rem;
  }
}
.terms__top__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .terms__top__text {
    font-size: 1.5rem;
  }
}
.terms__wrapper {
  padding-top: 13.5rem;
  padding-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  .terms__wrapper {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }
}
.terms__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .terms__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.terms__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .terms__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
.terms__contents {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .terms__contents {
    margin-top: 4.5rem;
  }
}
.terms__content {
  width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms__content {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .terms__content {
    width: 90%;
  }
}
.terms__content:nth-of-type(2) {
  margin-top: 10.5rem;
}
@media only screen and (max-width: 767px) {
  .terms__content:nth-of-type(2) {
    margin-top: 4.5rem;
  }
}
.terms__content:nth-of-type(3) {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .terms__content:nth-of-type(3) {
    margin-top: 5rem;
  }
}
.terms__content:nth-of-type(4) {
  margin-top: 13rem;
}
@media only screen and (max-width: 767px) {
  .terms__content:nth-of-type(4) {
    margin-top: 4.5rem;
  }
}
.terms__content:nth-of-type(5) {
  margin-top: 15.5rem;
}
@media only screen and (max-width: 767px) {
  .terms__content:nth-of-type(5) {
    margin-top: 4.5rem;
  }
}
.terms__content__title {
  font-size: 3.1rem;
  font-weight: bold;
  padding-left: 4rem;
  letter-spacing: 0.04em;
  padding-bottom: 2rem;
  border-bottom: solid 2px #babbbb;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms__content__title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .terms__content__title {
    font-size: 1.25rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }
}
.terms__content__desc {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms__content__desc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .terms__content__desc {
    font-size: 1rem;
    padding-top: 0.8rem;
    line-height: 1.8;
    padding-right: 0;
    padding-left: 0;
  }
}
.terms__button-cover {
  text-align: center;
  margin-top: 33rem;
}
@media only screen and (max-width: 767px) {
  .terms__button-cover {
    margin-top: 7rem;
  }
}
.terms__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 35px;
  padding: 2.3rem 6.2rem 2.3rem 6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .terms__button {
    font-size: 1.25rem;
    padding: 1.1rem 3rem 1.1rem 3rem;
  }
}

.about-us__top {
  background-color: #f1eeea;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__top {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__top {
    padding: 1.25rem 0 1.3rem 1.9rem;
  }
}
.about-us__top__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__top__text {
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__top__text {
    font-size: 1.5rem;
    max-width: 37.5rem;
  }
}
.about-us__wrapper {
  margin-top: 13rem;
  padding-bottom: 14.5rem;
}
@media only screen and (max-width: 767px) {
  .about-us__wrapper {
    margin-top: 4.2rem;
    padding-bottom: 8rem;
  }
}
.about-us__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.about-us__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .about-us__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
.about-us__contents {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__contents {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__contents {
    width: 34rem;
    padding-top: 3.6rem;
  }
}
.about-us__content {
  font-size: 2.5rem;
  display: flex;
  letter-spacing: 0.04em;
  border-top: solid 2px #babbbb;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .about-us__content:not(:first-child) {
    padding-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__content {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    font-size: 1.25rem;
    border-top: 0;
  }
}
.about-us__content:last-child {
  border-bottom: solid 2px #babbbb;
}
@media only screen and (max-width: 767px) {
  .about-us__content:last-child {
    border-bottom: 0;
  }
}
.about-us__content__title {
  font-weight: bold;
  padding-left: 8rem;
  width: 18.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__content__title {
    width: 16rem;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__content__title {
    width: 100%;
    padding-left: 2rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #babbbb;
  }
}
.about-us__content__desc {
  padding-left: 18.5rem;
  flex-grow: 1;
  line-height: 2.4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__content__desc {
    padding-left: 4rem;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__content__desc {
    padding-left: 2rem;
    line-height: 2;
  }
}
.about-us__button-cover {
  text-align: center;
  margin-top: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .about-us__button-cover {
    margin-top: 5.5rem;
  }
}
.about-us__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 35px;
  padding: 2.4rem 6.3rem 2.3rem 6.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .about-us__button {
    font-size: 1.25rem;
    padding: 1.15rem 3.1rem 1.15rem 3rem;
  }
}

.top-fv__background {
  height: 74.4rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__background {
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__background {
    height: 40rem;
  }
}
.top-fv__background__swiper {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .top-fv__background__swiper {
    height: 100%;
  }
}
.top-fv__background__swiper__slide__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-fv__background__swiper__slide__source {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__background__swiper-pagination {
    bottom: 16rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__background__swiper-pagination {
    bottom: 16rem !important;
  }
}
.top-fv__background__swiper-pagination .swiper-pagination-bullet {
  background-color: #c9c9c9;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__background__swiper-pagination .swiper-pagination-bullet {
    height: 0.8rem !important;
    width: 0.8rem !important;
  }
}
.top-fv__background__contents {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}
.top-fv__top {
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__top {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__top {
    padding-top: 1rem;
  }
}
.top-fv__top__text {
  font-size: 4rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__top__text {
    font-size: 1.5rem;
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__top__text {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}
.top-fv__search {
  height: 8.8rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search {
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search {
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.top-fv__search__sp-cover {
  display: flex;
  gap: 1rem;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__sp-cover {
    width: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__sp-cover {
    width: 200%;
  }
}
.top-fv__search__wrapper {
  max-width: 128rem;
  max-width: 123.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 1.9rem;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(208, 200, 175, 0.6);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__wrapper {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    padding: 1.4rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__wrapper {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    padding: 1.4rem 2.6rem;
  }
}
.top-fv__search__button-date-slide {
  position: relative;
  overflow: hidden;
  width: 31.3rem;
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button-date-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__button-date-slide {
    width: 100%;
  }
}
.top-fv__search__button {
  display: flex;
  position: relative;
  background-color: #ffffff;
  border: solid 1px #4b4b4b;
  height: 5rem;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button {
    font-size: 1.1rem;
    height: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__button {
    font-size: 1.1rem;
    height: 3.2rem;
  }
}
.top-fv__search__button__keyword {
  width: 38%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__button__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button__keyword input::placeholder {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button__date {
    width: 100%;
    grid-column: 1/2; /* 1列目 */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__button__date {
    width: 100%;
    grid-column: 1/2; /* 1列目 */
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.top-fv__search__button__num-people {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .top-fv__search__button__num-people {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__button__num-people {
    width: 100%;
    grid-column: 2/3; /* 2列目 */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__button__num-people {
    width: 100%;
    grid-column: 2/3; /* 2列目 */
    margin-left: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.top-fv__search__keyword {
  margin-left: 6rem;
  width: 100%;
  height: 100%;
}
.top-fv__search__keyword::placeholder {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .top-fv__search__keyword::placeholder {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    margin-left: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    margin-left: 3.5rem;
  }
}
.top-fv__search__keyword ::placeholder {
  color: #3e3b3a; /* 透明にされている場合 */
  opacity: 1; /* 不透明度が0になっている場合 */
}
.top-fv__search__red-button {
  font-size: 1.7rem;
  background-color: #ed7262;
  letter-spacing: 0.5em;
  color: #ffffff;
  width: 10%;
  height: 5.2rem;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 1.5rem;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .top-fv__search__red-button {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__red-button {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    height: 3.3rem;
    font-size: 1.5rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__red-button {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    height: 3.3rem;
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.top-fv__search__img {
  position: absolute;
  left: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__img {
    width: 1.55rem;
    height: 1.55rem;
    left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__img {
    width: 1.55rem;
    height: 1.55rem;
    left: 0.8rem;
  }
}
.top-fv__search__span {
  margin-left: 6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__search__span {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__search__span {
    margin-left: 3rem;
  }
}
.top-fv__search__num-people-open__content__count {
  width: auto;
  gap: 1rem;
}
.top-fv__circles {
  position: absolute;
  display: flex;
  gap: 2.2rem;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__circles {
    gap: 0.7rem;
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__circles {
    gap: 0.7rem;
    bottom: 1.5rem;
  }
}
.top-fv__circle {
  height: 1.34rem;
  width: 1.34rem;
  background-color: #c9c9c9;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__circle {
    width: 0.575rem;
    height: 0.575rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__circle {
    width: 0.575rem;
    height: 0.575rem;
  }
}
.top-fv__circle:nth-of-type(2) {
  background-color: #8d8f8f;
}
.top-fv__detail {
  position: absolute;
  bottom: 3rem;
  right: 27.5rem;
  font-size: 2.3rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__detail {
    width: 0.575rem;
    height: 0.575rem;
    font-size: 1rem;
    right: 17rem;
    bottom: 16rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__detail {
    width: 0.575rem;
    height: 0.575rem;
    font-size: 1rem;
    right: 2.8rem;
    bottom: 15.5rem;
    white-space: nowrap;
    height: 1.3rem;
    width: 7.2rem;
    border-bottom: solid 1px #ffffff;
  }
}
.top-fv__squeeze {
  background-color: #f1eeea;
  padding-top: 3.5rem;
  padding-bottom: 13rem;
  position: relative;
  background-image: url("/img/top-squuze-back.jpg");
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze {
    position: static;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    height: 40rem;
    background-position: center -180px;
    background-image: url("/img/top-squeeze-sp-back.png");
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze {
    position: static;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    height: 30rem;
    background-image: url("/img/top-squeeze-sp-back.png");
    background-size: cover;
  }
}
.top-fv__squeeze__instruction {
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}
.top-fv__squeeze__instruction::before, .top-fv__squeeze__instruction::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 11rem;
  top: 70%;
  transform: translateY(-50%);
  background-color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__instruction::before, .top-fv__squeeze__instruction::after {
    height: 0.1rem;
    width: 5.5rem;
  }
}
.top-fv__squeeze__instruction::before {
  left: -13rem;
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__instruction::before {
    left: -6rem;
  }
}
.top-fv__squeeze__instruction::after {
  right: -13rem;
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__instruction::after {
    right: -6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__instruction {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__instruction {
    font-size: 1.5rem;
  }
}
.top-fv__squeeze__instruction__img {
  transform: translateY(1rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__instruction__img {
    height: 2.2rem;
    width: 1.55rem;
    transform: translateY(0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__instruction__img {
    height: 2.2rem;
    width: 1.55rem;
    transform: translateY(0.5rem);
  }
}
.top-fv__squeeze__contents {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__contents {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 1rem;
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__contents {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 1rem;
    padding-left: 0;
    margin-top: 3rem;
  }
}
.top-fv__squeeze__content {
  background-color: #ffffff;
  border-radius: 56.1px;
  width: 20rem;
  height: 8rem;
  display: flex;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  align-items: center;
  padding: 0.7rem 0.7rem 0.7rem 0.3rem;
  border: solid 3px #babbbb;
  transition: all 0.1s ease-in;
  text-align: center;
}
.top-fv__squeeze__content:hover {
  border: solid 3px #ed7262;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__content:hover {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__content:hover {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__content {
    flex-shrink: 0;
    width: 9.5rem;
    height: auto;
    border-radius: 0;
    font-size: 1.1rem;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__content {
    flex-shrink: 0;
    width: 9.5rem;
    height: auto;
    border-radius: 0;
    font-size: 1.1rem;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
.top-fv__squeeze__content__text {
  margin-left: 1rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__content__text {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__content__text {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-fv__squeeze__content__img {
    width: 8.5rem;
    height: 8.75rem;
    border: solid 2px #babbbb;
    border-radius: 50%;
  }
  .top-fv__squeeze__content__img:hover {
    border: solid 2px #ed7262;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv__squeeze__content__img {
    width: 8.5rem;
    height: 8.75rem;
    border: solid 2px #babbbb;
    border-radius: 50%;
  }
  .top-fv__squeeze__content__img:hover {
    border: solid 2px #ed7262;
  }
}

.top-introduction {
  position: relative;
  z-index: -3;
}
.top-introduction__wrapper-cover {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__wrapper-cover {
    max-width: 76.8rem;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__wrapper-cover {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-introduction__wrapper {
  background-color: #f1eeea;
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: -2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__wrapper {
    margin-top: 0;
    height: 87.65rem;
    overflow: hidden;
    background-color: #f1eeea;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__wrapper {
    margin-top: 0;
    height: 87.65rem;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-introduction__wrapper:nth-of-type(2) {
  margin-top: 14.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__wrapper:nth-of-type(2) {
    height: 62.65rem;
    margin-top: 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__wrapper:nth-of-type(2) {
    height: 62.65rem;
    margin-top: 6.1rem;
  }
}
.top-introduction__wrapper:nth-of-type(3) {
  margin-top: 15.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__wrapper:nth-of-type(3) {
    height: 62.05rem;
    margin-top: 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__wrapper:nth-of-type(3) {
    height: 62.05rem;
    margin-top: 6.1rem;
  }
}
.top-introduction__illust {
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 1;
  width: 43rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__illust {
    height: 16.45rem;
    width: 22.1rem;
    top: 5.5rem;
    left: auto;
    right: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__illust {
    height: 16.45rem;
    width: 22.1rem;
    top: 5.5rem;
    left: auto;
    right: -2.5rem;
  }
}
.top-introduction__illust__2 {
  left: 3rem;
  top: -2rem;
  width: 30rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__illust__2 {
    height: 14.9rem;
    width: 15.7rem;
    top: 6.5rem;
    right: 20rem;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__illust__2 {
    height: 14.9rem;
    width: 15.7rem;
    top: 6.5rem;
    right: 2rem;
    left: auto;
  }
}
.top-introduction__illust__3 {
  left: 3rem;
  top: -3rem;
  width: 28rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__illust__3 {
    height: 14.85rem;
    width: 15.05rem;
    top: 6.8rem;
    left: auto;
    right: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__illust__3 {
    height: 14.85rem;
    width: 15.05rem;
    top: 6.8rem;
    left: auto;
    right: 2rem;
  }
}
.top-introduction__title-wrapper {
  text-align: center;
  padding-top: 4.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title-wrapper {
    padding-top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title-wrapper {
    padding-top: 1.2rem;
  }
}
.top-introduction__title {
  font-size: 5.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  transform: translateX(10rem);
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title {
    font-size: 2rem;
    transform: translateX(-4.2rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title {
    font-size: 2rem;
    transform: translateX(-4.2rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title__2 {
    transform: translateX(-4rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title__2 {
    transform: translateX(-4rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title__3 {
    transform: translateX(-1.8rem) translateY(-0.2rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title__3 {
    transform: translateX(-1.8rem) translateY(-0.2rem);
  }
}
.top-introduction__title__span {
  font-size: 8.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title__span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title__span {
    font-size: 3.5rem;
  }
}
.top-introduction__title::after {
  content: "";
  position: absolute;
  background-color: #d7d0ba;
  height: 3.7rem;
  width: 110%;
  bottom: -1.5rem;
  left: -3.5rem;
  z-index: -1;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title::after {
    width: 110%;
    height: 1.5rem;
    left: -1rem;
    bottom: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title::after {
    width: 110%;
    height: 1.5rem;
    left: -1rem;
    bottom: -0.5rem;
  }
}
.top-introduction__contents {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__contents {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(7, 1fr);
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__contents {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(7, 1fr);
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
.top-introduction__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content:nth-child(odd) {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content:nth-child(odd) {
    margin-left: 3rem;
  }
}
.top-introduction__content__room {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room {
    width: 16.05rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room {
    width: 16.05rem;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room__img__2 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room__img__2 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room__img__3 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room__img__3 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room__img__4 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room__img__4 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room__img__5 {
    width: 14rem;
    height: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room__img__5 {
    width: 14rem;
    height: 17.5rem;
  }
}
.top-introduction__content__medal {
  position: absolute;
}
.top-introduction__content__medal img {
  width: 50%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal img {
    width: 100%;
  }
}
.top-introduction__content__medal__1 {
  left: 1.5rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal__1 {
    width: 3.8rem;
    height: 3.85rem;
    left: 1rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal__1 {
    width: 3.8rem;
    height: 3.85rem;
    left: 1rem;
    top: 1rem;
  }
}
.top-introduction__content__medal__2 {
  left: 1rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal__2 {
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal__2 {
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
.top-introduction__content__medal__3 {
  left: 1rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal__3 {
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal__3 {
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
.top-introduction__content__medal__4 {
  left: 1rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal__4 {
    width: 3rem;
    height: 3rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal__4 {
    width: 3rem;
    height: 3rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
.top-introduction__content__medal__5 {
  left: 1rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal__5 {
    width: 3rem;
    height: 3rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal__5 {
    width: 3rem;
    height: 3rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}
.top-introduction__content__room-name {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__room-name {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__room-name {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
.top-introduction__content__desc {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__desc {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__desc {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.top-introduction__content__medal-1 {
  grid-column: 1/2;
  grid-row: 1/span 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-1 {
    grid-column: 1/2; /* 左列 */
    grid-row: 1/3; /* 最初の4行分を占める */
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-1 {
    grid-column: 1/2; /* 左列 */
    grid-row: 1/3; /* 最初の4行分を占める */
  }
}
.top-introduction__content__medal-2 {
  grid-column: 2/3;
  grid-row: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-2 {
    grid-column: 2/3; /* 右列 */
    grid-row: 2/4; /* 1つ目の要素の半分くらいの位置から配置 */
    transform: translateY(2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-2 {
    grid-column: 2/3; /* 右列 */
    grid-row: 2/4; /* 1つ目の要素の半分くらいの位置から配置 */
    transform: translateY(2.5rem);
  }
}
.top-introduction__content__medal-3 {
  grid-column: 3/4;
  grid-row: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-3 {
    grid-column: 1/2; /* 左列 */
    grid-row: 3/5; /* 2つ目の要素の半分くらいの位置から配置 */
    margin-left: 0;
    transform: translateY(0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-3 {
    grid-column: 1/2; /* 左列 */
    grid-row: 3/5; /* 2つ目の要素の半分くらいの位置から配置 */
    margin-left: 0;
    transform: translateY(0.5rem);
  }
}
.top-introduction__content__medal-4 {
  grid-column: 2/3;
  grid-row: 2;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-4 {
    grid-column: 2/3; /* 右列 */
    grid-row: 4/6; /* 3つ目の要素の半分くらいの位置から配置 */
    transform: translateY(-2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-4 {
    grid-column: 2/3; /* 右列 */
    grid-row: 4/6; /* 3つ目の要素の半分くらいの位置から配置 */
    transform: translateY(-2.5rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-4__sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-4__sp {
    display: none;
  }
}
.top-introduction__content__medal-5 {
  grid-column: 3/4;
  grid-row: 2;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-5 {
    grid-column: 1/2; /* 左列 */
    grid-row: 5/7; /* 4つ目の要素の半分くらいの位置から配置 */
    margin-left: 0;
    transform: translateY(-5rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-5 {
    grid-column: 1/2; /* 左列 */
    grid-row: 5/7; /* 4つ目の要素の半分くらいの位置から配置 */
    margin-left: 0;
    transform: translateY(-5rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__content__medal-5__sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__content__medal-5__sp {
    display: none;
  }
}
.top-introduction__arrow-sp-cover {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__arrow-sp-cover {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__arrow-sp-cover {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__arrow-sp {
    height: 2.5rem;
    width: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__arrow-sp {
    height: 2.5rem;
    width: 5.9rem;
  }
}

.top-new-arrival {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/img/wave-pc.png");
  height: 110rem;
  margin-top: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival {
    background-image: url("/img/wave-pc.png");
    height: 61.3rem;
    background-size: cover;
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival {
    background-image: url("/img/wave-sp.png");
    height: 57.3rem;
    background-size: cover;
    margin-top: 7.5rem;
  }
}
.top-new-arrival__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 3.5rem;
  padding-top: 13rem;
  padding-bottom: 2.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.top-new-arrival__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__title {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__title {
    font-size: 1.8rem;
    padding-top: 5.5rem;
  }
}
.top-new-arrival__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
.top-new-arrival__swiper-cover {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-cover {
    width: 85%;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-cover {
    width: 100%;
    margin-top: 3rem;
    height: 35rem;
  }
}
.top-new-arrival__swiper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-slide__img {
    height: 15.8rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-slide__img {
    height: 15.8rem;
    width: 100%;
  }
}
.top-new-arrival__swiper-slide__date {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-slide__date {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-slide__date {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}
.top-new-arrival__swiper-slide__topic {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-color: #fe846c;
  display: inline-block;
  padding: 1.2rem 2.5rem 1.1rem;
  color: #ffffff;
  border-radius: 18px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-slide__topic {
    font-size: 1.1rem;
    padding: 0.5rem 1.15rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-slide__topic {
    font-size: 1.1rem;
    padding: 0.5rem 1.15rem;
    margin-top: 1rem;
  }
}
.top-new-arrival__swiper-slide__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 3rem;
  color: #3e3b3a;
  line-height: 1.8;
}
.top-new-arrival__swiper-slide__title span {
  border-bottom: solid 2px #3e3b3a;
  padding-bottom: 0.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-slide__title {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-slide__title {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.top-new-arrival__swiper-slide__desc {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-slide__desc {
    font-size: 1.1rem;
    width: 100%;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-slide__desc {
    font-size: 1.1rem;
    width: 100%;
    margin-top: 1rem;
  }
}
.top-new-arrival__swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-button-prev {
    width: 2.05rem;
    height: 5.9rem;
    left: 2rem;
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-button-prev {
    width: 2.05rem;
    height: 5.9rem;
    left: 2rem;
    top: 45%;
  }
}
.top-new-arrival__swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__swiper-button-next {
    width: 2.05rem;
    height: 5.9rem;
    right: 2rem;
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__swiper-button-next {
    width: 2.05rem;
    height: 5.9rem;
    right: 2rem;
    top: 45%;
  }
}
.top-new-arrival__button-cover {
  text-align: center;
}
.top-new-arrival__button {
  color: #fe846c;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 2px #ed7262;
  padding: 1.8rem 4.2rem 1.8rem 4.1rem;
  border-radius: 28px;
  margin-top: 5.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-new-arrival__button {
    font-size: 1.1rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-new-arrival__button {
    font-size: 1.1rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
}

.top-pick-up {
  padding-top: 8.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up {
    padding-top: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up {
    padding-top: 5rem;
  }
}
.top-pick-up__title {
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 3.5rem;
  padding-bottom: 2.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.top-pick-up__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 0.4rem;
  background-color: #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .top-pick-up__title::after {
    height: 0.2rem;
    width: 4.3rem;
  }
}
.top-pick-up__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__contents {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__contents {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.top-pick-up__content {
  border-top: solid 2px #9d9a99;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4.1rem;
  width: 100.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__content {
    border-top: solid 1px #9d9a99;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__content {
    border-top: solid 1px #9d9a99;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 3rem;
  }
}
.top-pick-up__content:first-child {
  margin-top: 7rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__content:first-child {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__content:first-child {
    margin-top: 3.5rem;
  }
}
.top-pick-up__content:last-child {
  border-bottom: solid 2px #9d9a99;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__content:last-child {
    border-bottom: solid 1px #9d9a99;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__content:last-child {
    border-bottom: solid 1px #9d9a99;
  }
}
.top-pick-up__content__date {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__content__date {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__content__date {
    font-size: 1rem;
  }
}
.top-pick-up__content__desc {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  margin-left: 18.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__content__desc {
    font-size: 1.1rem;
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__content__desc {
    font-size: 1.1rem;
    margin-left: 4rem;
  }
}
.top-pick-up__img-cover {
  display: flex;
  gap: 5.8rem;
  margin-top: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .top-pick-up__img-cover {
    display: none;
  }
}
.top-pick-up__img-cover-sp-wrapper {
  width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-pick-up__img-cover-sp-wrapper {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-pick-up__img-cover-sp-wrapper {
    display: block;
  }
}
.top-pick-up__img-cover-sp {
  width: 27.25rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
.top-pick-up__img-cover-sp__img {
  height: 20.3rem;
}
.top-pick-up__img-cover-sp__swiper-button-prev {
  height: 5.9rem;
  width: 2.05rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-pick-up__img-cover-sp__swiper-button-next {
  height: 5.9rem;
  width: 2.05rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-map {
  margin-top: 9.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-map {
    margin-top: 4rem;
    position: relative;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-map {
    margin-top: 4rem;
    position: relative;
  }
}
.top-map__language {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-map__language {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c9c0a1;
    font-size: 1rem;
    color: #ffffff;
    padding: 0 1.8rem 0.5rem 1.8rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    border-top-left-radius: 2.5px;
    border-bottom-left-radius: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .top-map__language {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c9c0a1;
    font-size: 1rem;
    color: #ffffff;
    padding: 0 1.8rem 0.5rem 1.8rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    border-top-left-radius: 2.5px;
    border-bottom-left-radius: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-map__language__img {
    transform: translateX(-0.6rem) translateY(0.7rem);
    height: 1.45rem;
    width: 1.45rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-map__language__img {
    transform: translateX(-0.6rem) translateY(0.7rem);
    height: 1.45rem;
    width: 1.45rem;
    margin-bottom: 0.5rem;
  }
}
.top-map__lists-wrapper {
  margin-top: 0.1rem;
}

.facility-list__top {
  background-color: #f1eeea;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__top {
    padding: 1.25rem 2rem 1.3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__top {
    padding: 1.25rem 0 1.3rem 1.9rem;
  }
}
.facility-list__top__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__top__text {
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__top__text {
    font-size: 1.5rem;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.facility-list__search {
  background-color: #d0c8af;
  height: 11.1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search {
    height: auto;
    width: 100%;
  }
}
.facility-list__search__button-cover {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button-cover {
    gap: 1rem;
    width: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button-cover {
    width: 200%;
    gap: 1rem;
  }
}
.facility-list__search__wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1.7rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__wrapper {
    width: 100%;
    background-color: #d0c8af;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    padding: 2rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__wrapper {
    width: 100%;
    background-color: #d0c8af;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    padding: 1.1rem 2.6rem;
    max-width: 37.5rem;
  }
}
.facility-list__search__button-date-slide {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.facility-list__search__button-date-slide__open {
  bottom: -1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button-date-slide__open {
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button-date-slide {
    position: static !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button-date-slide {
    position: static !important;
    width: 16.35rem;
  }
}
.facility-list__search__button {
  display: flex;
  position: relative;
  background-color: #ffffff;
  border: solid 1px #4b4b4b;
  height: 6.8rem;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button {
    height: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button {
    font-size: 1.1rem;
    height: 3.2rem;
  }
}
.facility-list__search__button__keyword {
  width: 52.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
  }
}
.facility-list__search__button__date {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button__date {
    width: 100%;
    grid-column: 1/2; /* 1列目 */
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button__date {
    width: 100%;
    grid-column: 1/2; /* 1列目 */
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.facility-list__search__button__num-people {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__button__num-people {
    width: 100%;
    grid-column: 2/3; /* 2列目 */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__button__num-people {
    width: 15.15rem;
    grid-column: 2/3; /* 2列目 */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.facility-list__search__button__num-people__open {
  bottom: -1rem;
}
.facility-list__search__keyword {
  margin-left: 7rem;
  height: 100%;
  width: 45%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    margin-left: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__keyword {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    margin-left: 3.5rem;
  }
}
.facility-list__search__keyword ::placeholder {
  color: #3e3b3a; /* 透明にされている場合 */
  opacity: 1; /* 不透明度が0になっている場合 */
}
.facility-list__search__red-button {
  font-size: 2.5rem;
  background-color: #ed7262;
  letter-spacing: 0.5em;
  color: #ffffff;
  padding: 2.2rem 0;
  border-radius: 6px;
  font-weight: bold;
  white-space: nowrap;
  width: 15%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__red-button {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    padding: 0;
    text-align: center;
    height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__red-button {
    width: 100%;
    grid-column: 1/-1; /* 1列目から最後の列まで */
    height: 3.3rem;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
  }
}
.facility-list__search__img {
  position: absolute;
  left: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__img {
    width: 1.55rem;
    height: 1.55rem;
    left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__img {
    width: 1.55rem;
    height: 1.55rem;
    left: 0.8rem;
  }
}
.facility-list__search__img__date {
  cursor: pointer;
}
.facility-list__search__img__num-people {
  cursor: pointer;
}
.facility-list__search__span {
  margin-left: 7rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__span__date {
    margin-left: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__span__date {
    margin-left: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__search__span__people {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__search__span__people {
    margin-left: 3rem;
  }
}
.facility-list__option {
  display: flex;
  justify-content: space-between;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  padding-left: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__option {
    max-width: 76.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__option {
    width: 100%;
    margin-top: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.5rem;
  }
}
.facility-list__option__red-button-cover {
  display: flex;
  gap: 1rem;
}
.facility-list__option__red-button {
  background-color: #ed7262;
  font-size: 2rem;
  border-radius: 2.8rem;
  padding: 1.1rem 2.1rem 2rem 2.1rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-list__option__red-button {
    font-size: 1rem;
    padding: 0.75rem;
    border-radius: 1.3rem;
    height: 2.65rem;
    display: flex;
    align-items: center;
  }
}
.facility-list__option__red-button__img {
  transform: translateY(0.4rem);
}
@media only screen and (max-width: 767px) {
  .facility-list__option__red-button__img {
    width: 1.35rem;
    height: 1.35rem;
    transform: translateY(0);
    margin-right: 0.5rem;
  }
}
.facility-list__option__sort {
  font-size: 1.9rem;
  background-color: #ffffff;
  width: 19.9rem;
  height: 5.5rem;
  border-radius: 8px;
  padding: 1.7rem 1.8rem 1.7rem 1.7rem;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-list__option__sort {
    border: solid 1px #d0c8af;
    width: 100%;
    height: 2.6rem;
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__option__sort__img {
    width: 1.05rem;
    height: 1.25rem;
  }
}
.facility-list__option__sort__cover {
  border: solid 2px #d0c8af;
  border-radius: 8px;
  position: relative;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
  .facility-list__option__sort__cover {
    border: none;
    overflow: hidden;
  }
}
.facility-list__option__sort__text {
  margin-left: 1rem;
}
.facility-list__option__sort__img-arrow {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-list__option__sort__img-arrow {
    display: none;
  }
}
.facility-list__cards {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6.5rem 6rem;
  padding-bottom: 7.6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__cards {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.5rem;
    gap: 4.2rem;
    padding-bottom: 3.5rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__cards {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.5rem;
    gap: 4.2rem;
    padding-bottom: 3.5rem;
    max-width: 37.5rem;
  }
}
.facility-list__card {
  width: 60rem;
  height: 68.5rem;
  border: solid 2px #babbbb;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card {
    width: 100%;
    height: 68rem;
    border: solid 1px #babbbb;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card {
    width: 100%;
    height: 42.9rem;
    border: solid 1px #babbbb;
  }
}
.facility-list__card__wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2.1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 1rem;
  }
}
.facility-list__card__contain {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__img {
    height: 37rem;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__img {
    height: 20.35rem;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
}
.facility-list__card__title {
  font-size: 3.3rem;
  font-weight: bold;
  width: 90%;
  letter-spacing: 0.04em;
  color: #4b4b4b;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__title {
    width: 100%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__title {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.5;
  }
}
.facility-list__card__title__img {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__title__img {
    transform: translateY(0.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__title__img {
    height: 1.6rem;
    width: 1.8rem;
  }
}
.facility-list__card__left-side__location {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #4b4b4b;
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__location {
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__location {
    font-size: 1rem;
    margin-top: 0.2rem;
  }
}
.facility-list__card__left-side__location__address {
  border-bottom: solid 2px #4b4b4b;
  padding-bottom: 0.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__location__address {
    border-bottom: solid 1px #4b4b4b;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__location__address {
    border-bottom: solid 1px #4b4b4b;
  }
}
.facility-list__card__left-side__location__distance {
  margin-left: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__location__distance {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__location__distance {
    margin-left: 1rem;
  }
}
.facility-list__card__left-side__type {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__type {
    margin-top: 0.8rem;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__type {
    margin-top: 0.8rem;
    gap: 0.5rem;
  }
}
.facility-list__card__left-side__type__text {
  font-size: 1.6rem;
  padding: 1.1rem;
  border: solid 2px #bcb18d;
  color: #4b4b4b;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__type__text {
    padding: 0.4rem;
    border: solid 1px #bcb18d;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__type__text {
    font-size: 1rem;
    padding: 0.4rem;
    border: solid 1px #bcb18d;
  }
}
.facility-list__card__left-side__review {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  background-color: #bcb18d;
  color: #ffffff;
  padding: 1.5rem 1.8rem;
  border-radius: 22px;
  margin-top: 2.5rem;
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__left-side__review {
    position: static;
    padding: 0.7rem 1.2rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__left-side__review {
    font-size: 1.1rem;
    position: static;
    padding: 0.7rem 1.2rem;
    margin-top: 1.5rem;
  }
}
.facility-list__card__right-side {
  text-align: right;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__right-side {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__right-side {
    position: static;
  }
}
.facility-list__card__right-side__amount {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__right-side__amount {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__right-side__amount {
    font-size: 1rem;
    margin-top: 4.5rem;
  }
}
.facility-list__card__right-side__price {
  font-size: 4.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-list__card__right-side__price {
    font-size: 2.2rem;
  }
}
.facility-list__card__right-side__button {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-color: #ed7262;
  color: #ffffff;
  padding: 1.5rem 3.8rem;
  border-radius: 24px;
  display: inline-block;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-list__card__right-side__button {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .facility-list__card__right-side__button {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.facility-map {
  background-color: #f1eeea;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv {
    position: relative;
  }
}
.facility-details-fv__figure {
  height: 60rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__figure {
    height: 100vh;
    position: relative;
  }
}
.facility-details-fv__img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__img {
    height: 100%;
    object-fit: cover;
  }
}
.facility-details-fv__side-bar {
  top: 10%;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__side-bar {
    position: absolute;
    top: 2rem;
    right: 0;
  }
}
.facility-details-fv__bottom-bar-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp {
    display: flex;
    position: absolute;
    align-items: flex-end;
    bottom: 0;
    padding-left: 2rem;
    z-index: 100000;
    font-size: 1rem;
    letter-spacing: 0.04em;
    width: 100%;
    gap: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content {
    background-color: #c9c0a1;
    color: #ffffff;
    font-weight: bold;
    width: 29%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: static;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__calendar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(157, 154, 153, 0.7);
  z-index: 100;
  color: #3e3b3a;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__calendar {
    top: 0;
    background: none;
    height: 100vh;
    overflow: scroll;
    display: none;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__title-cover {
  display: flex;
  margin-top: 5.5rem;
  border: solid 1px #c9c0a1;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__title-cover {
    margin-top: 1rem;
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 50%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__title {
    padding: 1.2rem;
    font-size: 0.9rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__contents {
  margin-top: 1.8rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__contents {
    margin-top: 1.2rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content {
  position: relative;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room {
  border: solid 1px #c9c0a1;
  background-color: #ffffff;
  padding: 2.2rem 3.3rem 0 3.3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room {
    border: solid 0.5px #c9c0a1;
    padding: 0.8rem 0.6rem;
    border-radius: 4.5px;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room:not(:first-child) {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info-sp {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info-sp {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__img {
    height: 11.8rem;
    width: 100%;
    border-radius: 3px;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__right-side {
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__right-side {
    margin-left: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-cover {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-cover {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room {
    font-size: 1.3rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__condition {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 3px;
  letter-spacing: 0.04em;
  margin-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__condition {
    margin-left: 1rem;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-type-cover {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-type-cover {
    margin-top: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-type {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-type {
    font-size: 0.85rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__room-type__img {
    width: 15%;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement {
  display: flex;
  margin-top: 3.5rem;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement {
    gap: 0.8rem;
    margin-top: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement__text {
    font-size: 0.85rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__room-info__complement__text__line {
    width: 0.05rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee-cover {
  overflow: hidden;
  margin-top: 2rem;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee {
  display: flex;
  border-top: solid 1px #c9c0a1;
  border-bottom: solid 1px #c9c0a1;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__other {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  opacity: 0;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee:not(:first-child) {
  border-bottom: solid 1px #c9c0a1;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__title {
    font-size: 1.2rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__complement {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__complement {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check {
    margin-top: 1.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__num {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__num {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__tax {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__tax {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__charge {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__charge {
    font-size: 1.75rem;
    margin-right: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__button {
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed7262;
  text-align: center;
  border-radius: 6px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 22rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__fee__check__button {
    width: 10rem;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 3px;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__more {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__more {
    padding-top: 0.5rem;
    padding-bottom: 0;
    width: 100%;
    font-size: 0.85rem;
    padding-left: 1.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__room__more__text {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__more__text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__room__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan {
  border: solid 1px #c9c0a1;
  background-color: #ffffff;
  padding: 2.2rem 3.3rem 0 3.3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan {
    padding: 1.8rem 0.6rem 1rem 0.6rem;
    border-radius: 4.5px;
    border: solid 0.5px #c9c0a1;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan:not(:first-child) {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement {
    gap: 0.8rem;
    margin-top: 0.8rem;
    padding-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__title__complement__text__line {
    width: 0.05rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room-cover {
  overflow: hidden;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room {
  display: flex;
  border-top: solid 1px #c9c0a1;
  border-bottom: solid 1px #c9c0a1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room {
    border-top: solid 0.5px #c9c0a1;
    border-bottom: solid 0.5px #c9c0a1;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__first {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__first {
    margin-top: 1.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__other {
  border-top: none;
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__img {
    height: 11.7rem;
    width: 100%;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side {
  display: flex;
  width: 65%;
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0.5rem;
    margin-top: 1.3rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info-cover {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info-cover {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__name {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__name {
    font-size: 1.2rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__name__alert {
  font-size: 1.6rem;
  background-color: #ed7262;
  color: #ffffff;
  padding: 1rem;
  margin-left: 1rem;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__name__alert {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
    margin-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__type {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__type__img {
    width: 15%;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__type__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__type__text {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__complement {
  display: flex;
  margin-top: 3.5rem;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__complement {
    margin-top: 0;
    gap: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__room-info__complement__line {
  width: 0.1rem;
  background-color: #babbbb;
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee {
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info {
    margin-top: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__num {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__num {
    font-size: 1rem;
    padding-top: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__tax {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__tax {
    font-size: 1rem;
    padding-top: 0;
    margin-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__fee {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__info__fee {
    font-size: 1.65rem;
    margin-left: 0.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__button {
  background-color: #ed7262;
  border-radius: 6px;
  width: 100%;
  color: #ffffff;
  height: 7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__room__right-side__fee__button {
    width: auto;
    font-size: 1rem;
    margin-top: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    height: 2.7rem;
    border-radius: 3px;
    margin-left: 1rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__more {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__more {
    padding-top: 0.5rem;
    padding-bottom: 0;
    width: 100%;
    font-size: 0.85rem;
    padding-left: 1.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__accordion__content__plan__more__text {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__more__text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__accordion__content__plan__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__arrow-left {
  top: 0;
  left: 0 !important;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__arrow-left {
    display: none;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__arrow-right {
  bottom: 0;
  top: 0;
  right: 0 !important;
  left: auto !important;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__arrow-right {
    display: none;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__sp {
    display: block;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 1.5rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side__choice {
  text-align: center;
  color: #4b4b4b;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  padding-top: 2rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side__date {
  padding-top: 3rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side__date__month-day {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side__date__day-of-week {
  letter-spacing: 0.04em;
  color: #a4a1a0;
  font-size: 0.9rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__sp__top-side__date__line {
  font-size: 0.9rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__total-wrapper {
  border: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__total-wrapper {
    margin-top: 0;
    height: 100%;
    overflow: visible;
    background-color: #ffffff;
    height: 100%;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__container {
  display: block;
  background-color: #ffffff;
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 10rem;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__container {
    width: 100%;
    margin-top: 0;
    padding-top: 10rem;
    max-width: 37.5rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__month-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__month-title {
    font-size: 1.2rem;
    font-weight: normal !important;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__month-wrapper {
  position: relative;
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check {
  border-top: solid 1px #3e3b3a;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__final-check {
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-left: auto;
    border: none;
    width: 100%;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__check {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding-left: 2rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__date {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__final-check__date {
    display: none;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__date__month {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__date__day-of-week {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #9d9a99;
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__date__line {
  font-size: 1.6rem;
}
.facility-details-fv__bottom-bar-sp__content__calendar__final-check__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  width: 20rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__final-check__button {
    font-size: 1.2rem;
    width: 16rem;
    margin-right: 2rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__close {
  position: absolute;
  top: -7rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__calendar__close {
    height: 2.5rem;
    width: 2.5rem;
    right: 1rem;
    top: 1rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__calendar__close__line {
  position: absolute;
  background-color: #404040;
  height: 0.1rem;
  width: 100%;
  top: 50%;
}
.facility-details-fv__bottom-bar-sp__content__calendar__close__line__1 {
  transform: rotate(45deg) translateY(-50%);
}
.facility-details-fv__bottom-bar-sp__content__calendar__close__line__2 {
  transform: rotate(-45deg) translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__bottom-bar-sp__content__button {
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__button {
    display: flex;
    align-items: center;
  }
}
.facility-details-fv__bottom-bar-sp__content__img {
  transform: scale(0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__bottom-bar-sp__content__img {
    transform: scale(0.5) translateX(0.5rem);
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__img {
    transform: scale(0.5) translateX(0.5rem);
    height: 3rem;
  }
}
.facility-details-fv__bottom-bar-sp__content__open {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__bottom-bar-sp__content__open {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 0.5rem 0;
    height: 0;
    opacity: 0;
  }
}
.facility-details-fv__bottom-bar-sp__content__open__language {
  background-color: #ffffff;
  color: #3e3b3a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
}
.facility-details-fv__month-wrapper {
  position: static;
}
.facility-details-fv__calendar-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.facility-details-fv__content-wrapper {
  background: rgba(255, 255, 255, 0.65);
  margin-top: 8rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10.1rem 12.3rem 9.6rem 12.3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content-wrapper {
    margin-top: 5rem;
    padding: 4rem 1rem;
    max-width: 37.5rem;
  }
}
.facility-details-fv__content {
  background-image: url("../img/facility-details-background.png");
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 6.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content {
    position: static;
    padding-top: 5.5rem;
    padding-bottom: 1rem;
    background-image: url("../img/facility-details-background-sp.png");
    background-position: center;
    background-size: cover;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.facility-details-fv__content__title {
  font-size: 5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content__title {
    font-size: 2rem;
  }
}
.facility-details-fv__content__title::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  background-color: #c9c0a1;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content__title::after {
    width: 55%;
    height: 0.3rem;
    bottom: -1rem;
  }
}
.facility-details-fv__content__sub-title {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content__sub-title {
    font-size: 1.5rem;
  }
}
.facility-details-fv__content__desc {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 3;
  margin-top: 6rem;
}
.facility-details-fv__content__desc__br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content__desc__br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__content__desc {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 2.2rem;
    line-height: 3.8;
  }
}
.facility-details-fv__rooms {
  background-color: #f1eeea;
  position: relative;
}
.facility-details-fv__rooms__watching-people-num {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__rooms__watching-people-num {
    display: none;
  }
}
.facility-details-fv__rooms__swiper-sp {
  position: fixed;
  z-index: 100000;
  background: rgba(40, 39, 40, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.facility-details-fv__rooms__swiper-sp__cover {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms__swiper-sp__cover {
    max-width: 76.8rem;
  }
}
.facility-details-fv__rooms__swiper-sp__close-mark {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: scale(0.5);
}
.facility-details-fv__rooms__swiper-sp__content {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms__swiper-sp__content {
    width: 60%;
  }
}
.facility-details-fv__rooms__swiper-sp__swiper-pagination {
  bottom: 15rem !important;
}
.facility-details-fv__rooms__swiper-sp__swiper-button-prev {
  position: absolute;
  left: 1rem;
  bottom: 10rem;
  transform: scale(0.3);
  cursor: pointer;
}
.facility-details-fv__rooms__swiper-sp__swiper-button-next {
  position: absolute;
  right: 1rem;
  bottom: 10rem;
  transform: scale(0.3);
  cursor: pointer;
}
.facility-details-fv__rooms__swiper {
  position: fixed;
  z-index: 100000;
  background: rgba(40, 39, 40, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.facility-details-fv__rooms__swiper__cover {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms__swiper__cover {
    max-width: 76.8rem;
  }
}
.facility-details-fv__rooms__swiper__close-mark {
  position: absolute;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
}
.facility-details-fv__rooms__swiper__content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.facility-details-fv__rooms__swiper__swiper-pagination {
  height: 30px;
  width: 30px;
}
.facility-details-fv__rooms__swiper__swiper-button-prev {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.facility-details-fv__rooms__swiper__swiper-button-next {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.facility-details-fv__rooms-wrapper {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.1rem 4.5rem;
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms-wrapper {
    max-width: 98rem;
    gap: 2rem;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__rooms-wrapper {
    display: none;
  }
}
.facility-details-fv__rooms-sp-wrapper {
  padding-top: 5rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms-sp-wrapper {
    display: block;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__rooms-sp-wrapper {
    display: block;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.facility-details-fv__rooms-sp {
  display: flex;
  gap: 0.5rem 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
}
.facility-details-fv__rooms-sp:not(:first-child) {
  margin-top: 1.5rem;
}
.facility-details-fv__rooms-sp__big-side {
  flex: 0 0 70%;
}
.facility-details-fv__rooms-sp__small-side {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__rooms-sp__img {
    width: 100%;
  }
}
.facility-details-fv__rooms-sp__img__half {
  height: 50%;
}
.facility-details-fv__room {
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-fv__room {
    width: 100%;
  }
}
.facility-details-fv__room__img {
  cursor: pointer;
  height: 100%;
}
.facility-details-fv__room__2 {
  display: flex;
  gap: 4rem;
  width: 55%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__2 {
    gap: 1rem;
  }
}
.facility-details-fv__room__2__right-side {
  width: 70%;
}
.facility-details-fv__room__2__left-side {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__2__left-side {
    gap: 1rem;
  }
}
.facility-details-fv__room__3 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__3 {
    gap: 1rem;
    overflow: hidden;
  }
}
.facility-details-fv__room__3__upper-side {
  display: flex;
  gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__3__upper-side {
    gap: 1rem;
  }
}
.facility-details-fv__room__4 {
  display: flex;
  gap: 4rem;
  width: 55%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__4 {
    gap: 1rem;
  }
}
.facility-details-fv__room__4__left-side {
  width: 70%;
}
.facility-details-fv__room__4__right-side {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-fv__room__4__right-side {
    gap: 1rem;
  }
}

.facility-details-intro {
  background-color: #f1eeea;
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.facility-details-intro__contents {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__contents {
    max-width: 76.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__contents {
    max-width: 37.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.facility-details-intro__content {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__4 {
    margin-top: 6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__4 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__5 {
    margin-top: 6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__5 {
    margin-top: 3rem !important;
  }
}
.facility-details-intro__content:not(:first-child) {
  margin-top: 25rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content:not(:first-child) {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content:not(:first-child) {
    margin-top: 4rem;
  }
}
.facility-details-intro__content__img__4 {
  width: 80%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__img__4 {
    width: 65%;
  }
}
.facility-details-intro__content__img__5 {
  width: 80%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__img__5 {
    width: 65%;
  }
}
.facility-details-intro__content__figure-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__figure-sp {
    display: block;
    margin-top: 4rem;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure-sp {
    display: block;
    margin-top: 4rem;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure {
    transform: translateY(-2rem);
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure {
    transform: translateY(-2rem);
    width: 85%;
  }
}
.facility-details-intro__content__figure__odd {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__figure__odd {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure__odd {
    position: static;
  }
}
.facility-details-intro__content__figure__even {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__figure__even {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure__even {
    position: static;
  }
}
.facility-details-intro__content__figure__4 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__figure__4 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure__4 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__figure__5 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__figure__5 {
    display: none;
  }
}
.facility-details-intro__content__text-wrapper {
  position: relative;
  background-color: #ffffff;
  width: 45rem;
  transform: translateY(15rem);
  padding: 5rem 3rem;
  border-radius: 7px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text-wrapper {
    width: 90%;
    position: static;
    padding: 2.5rem 2rem;
    transform: translateY(0);
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text-wrapper {
    width: 90%;
    position: static;
    padding: 2.5rem 2rem;
    transform: translateY(0);
    margin-left: auto;
    margin-right: 0;
  }
}
.facility-details-intro__content__text-wrapper__4 {
  transform: translateY(0);
  background-color: transparent;
  width: 65rem;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text-wrapper__4 {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text-wrapper__4 {
    width: 100%;
    padding: 0;
  }
}
.facility-details-intro__content__text-wrapper__5 {
  transform: translateY(0);
  background-color: transparent;
  width: 65rem;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text-wrapper__5 {
    width: 100%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text-wrapper__5 {
    width: 100%;
    padding: 2rem 0;
  }
}
.facility-details-intro__content__text-wrapper__odd {
  margin-left: auto;
  margin-right: 0;
}
.facility-details-intro__content__text__title {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title {
    font-size: 1.3rem;
  }
}
.facility-details-intro__content__text__title::before, .facility-details-intro__content__text__title::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #b3aa8a;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title::before, .facility-details-intro__content__text__title::after {
    height: 0.1rem;
  }
}
.facility-details-intro__content__text__title::before {
  bottom: -4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title::before {
    bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title::before {
    bottom: -1rem;
  }
}
.facility-details-intro__content__text__title::after {
  bottom: -5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title::after {
    bottom: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title::after {
    bottom: -1.5rem;
  }
}
.facility-details-intro__content__text__title__big {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__big {
    font-size: 2rem;
  }
}
.facility-details-intro__content__text__title__small {
  font-size: 2.4rem;
  margin-left: 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__small {
    font-size: 1.3rem;
    margin-left: 0.3rem;
  }
}
.facility-details-intro__content__text__title__4 {
  text-align: left;
}
.facility-details-intro__content__text__title__4::before {
  bottom: -2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title__4::before {
    bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__4::before {
    bottom: -1rem;
  }
}
.facility-details-intro__content__text__title__4::after {
  bottom: -3.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title__4::after {
    bottom: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__4::after {
    bottom: -2rem;
  }
}
.facility-details-intro__content__text__title__5 {
  text-align: left;
}
.facility-details-intro__content__text__title__5::before {
  bottom: -2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title__5::before {
    bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__5::before {
    bottom: -1rem;
  }
}
.facility-details-intro__content__text__title__5::after {
  bottom: -3.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__title__5::after {
    bottom: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__title__5::after {
    bottom: -2rem;
  }
}
.facility-details-intro__content__text__desc {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: 7rem;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__desc {
    margin-top: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__desc {
    font-size: 1.1rem;
    margin-top: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.facility-details-intro__content__text__desc__4 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__desc__4 {
    margin-top: 1.5rem;
    line-height: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__desc__4 {
    margin-top: 1.5rem;
    line-height: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.facility-details-intro__content__text__desc__5 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__desc__5 {
    margin-top: 1.5rem;
    line-height: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__desc__5 {
    margin-top: 1.5rem;
    line-height: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.facility-details-intro__content__text__desc__detail {
  display: inline-block;
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__text__desc__detail {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__text__desc__detail {
    width: 33%;
  }
}
.facility-details-intro__content__point {
  position: absolute;
  left: -5rem;
  top: -5rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #c9c0a1;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-intro__content__point {
    left: -3.5rem;
    top: -4rem;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__point {
    left: -3.5rem;
    top: -4rem;
    padding: 1.5rem;
  }
}
.facility-details-intro__content__point__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__point__text {
    font-size: 1rem;
  }
}
.facility-details-intro__content__point__num {
  font-size: 4.5rem;
  font-weight: bold;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-intro__content__point__num {
    font-size: 3rem;
  }
}

.facility-details-conclusion {
  background-color: #f1eeea;
  background-image: url("../img/detail-background.png");
  padding-top: 14.5rem;
  padding-bottom: 22.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion {
    padding-top: 2.5rem;
    padding-bottom: 15rem;
  }
}
.facility-details-conclusion__access {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.5rem;
  }
}
.facility-details-conclusion__access__content-wrapper {
  position: relative;
  height: 105.1rem;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  border: solid 2px #b8b095;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__content-wrapper {
    height: 55rem;
    border-radius: 0;
    width: 100%;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
    border-top: solid 1px #b8b095;
    border-right: solid 1px #b8b095;
    border-bottom: solid 1px #b8b095;
    border-left: none;
  }
}
.facility-details-conclusion__access__content {
  display: none;
}
.facility-details-conclusion__access__content__hotel-near {
  height: 105.1rem;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__content__hotel-near {
    height: 55rem;
    border-radius: 0;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
  }
}
.facility-details-conclusion__access__content__kankuu {
  height: 105.1rem;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__content__kankuu {
    height: 55rem;
    border-radius: 0;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
  }
}
.facility-details-conclusion__access__content__map {
  height: 105.1rem;
  padding: 13rem 3rem 3rem 3rem;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__content__map {
    flex-direction: column;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__content__map {
    height: 55rem;
    flex-direction: column;
    padding: 0.7rem;
    border-radius: 0;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
  }
}
.facility-details-conclusion__access__time {
  font-size: 8rem;
  color: #ffffff;
  -webkit-text-stroke: 3px #857d61;
}
.facility-details-conclusion__access__circle {
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 50%;
  border: solid 4px #c9c0a1;
  width: 18rem;
  height: 18rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle {
    width: 8rem;
    height: 8rem;
    border: solid 2.5px #c9c0a1;
    font-size: 1.25rem;
  }
}
.facility-details-conclusion__access__circle img {
  transform: scale(0.8);
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle img {
    width: 30%;
  }
}
.facility-details-conclusion__access__circle__img {
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__img {
    margin-right: 0;
  }
}
.facility-details-conclusion__access__circle__shimizu {
  left: 5rem;
  top: 8rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__shimizu {
    left: 0.5rem;
    top: 6.5rem;
  }
}
.facility-details-conclusion__access__circle__kyoto {
  left: 50rem;
  top: 8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__kyoto {
    left: auto;
    right: 20rem;
    top: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__kyoto {
    left: 14rem;
    top: 14.5rem;
  }
}
.facility-details-conclusion__access__circle__kujo {
  left: 12rem;
  top: 35rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__kujo {
    left: auto;
    right: 5rem;
    top: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__kujo {
    left: auto;
    right: 0.5rem;
    top: 30.5rem;
  }
}
.facility-details-conclusion__access__circle__omotenashi {
  left: 50rem;
  bottom: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  border: solid 4px #ed7262;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__omotenashi {
    bottom: 3rem;
    left: auto;
    right: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__omotenashi {
    bottom: 3rem;
    left: auto;
    right: 7rem;
    border: solid 2.5px #ed7262;
    font-size: 0.7rem;
  }
}
.facility-details-conclusion__access__circle__omotenashi img {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__omotenashi img {
    width: 60%;
  }
}
.facility-details-conclusion__access__circle__omotenashi span {
  margin-top: 0.5rem;
}
.facility-details-conclusion__access__circle__toji {
  right: 35rem;
  top: 8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__toji {
    right: auto;
    top: 40rem;
    left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__toji {
    right: auto;
    top: 19.5rem;
    left: 0.5rem;
  }
}
.facility-details-conclusion__access__circle__juujo {
  right: 8rem;
  top: 8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__juujo {
    right: 35rem;
    top: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__juujo {
    right: auto;
    left: 6.5rem;
    top: 30rem;
  }
}
.facility-details-conclusion__access__circle__machizukitei {
  right: 20rem;
  bottom: 25rem;
  border: solid 4px #ed7262;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__circle__machizukitei {
    right: auto;
    bottom: 3rem;
    left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__circle__machizukitei {
    right: auto;
    bottom: 3rem;
    left: 0.5rem;
    border: solid 2.5px #ed7262;
  }
}
.facility-details-conclusion__access__time-sp {
  display: none;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp {
    display: block;
  }
}
.facility-details-conclusion__access__time-sp img {
  transform: scale(0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp img {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__4 {
    left: 47rem;
    top: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__4 {
    left: 10rem;
    top: 24rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__16 {
    left: 23rem;
    top: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__16 {
    left: 6rem;
    top: 11.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__3 {
    left: auto;
    right: 32rem;
    top: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__3 {
    left: auto;
    right: 3rem;
    top: 24rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__6 {
    left: auto;
    top: auto;
    right: 14rem;
    bottom: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__6 {
    left: auto;
    top: auto;
    right: 3.5rem;
    bottom: 11.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__10 {
    right: 23rem;
    bottom: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__10 {
    right: 6rem;
    bottom: 17.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__7 {
    right: 39.5rem;
    bottom: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__7 {
    right: 13.5rem;
    bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__12 {
    bottom: 32rem;
    left: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__12 {
    bottom: 18rem;
    left: -2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time-sp__8 {
    bottom: 23rem;
    left: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time-sp__8 {
    bottom: 11.5rem;
    left: 4rem;
  }
}
.facility-details-conclusion__access__time {
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__time {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time {
    display: none;
  }
}
.facility-details-conclusion__access__time__15 {
  left: 26.5rem;
  top: 12rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time__15 {
    left: 4rem;
    top: 10rem;
  }
}
.facility-details-conclusion__access__time__3 {
  left: 35rem;
  top: 27rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time__3 {
    left: auto;
    right: 2rem;
    top: 22.5rem;
  }
}
.facility-details-conclusion__access__time__6 {
  left: 35rem;
  top: 52rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time__6 {
    left: auto;
    top: auto;
    right: 2rem;
    bottom: 10.5rem;
  }
}
.facility-details-conclusion__access__time__10 {
  left: 53rem;
  top: 38rem;
  z-index: 2;
}
.facility-details-conclusion__access__time__7 {
  right: 43rem;
  bottom: 30rem;
  z-index: 2;
}
.facility-details-conclusion__access__time__12 {
  right: 30rem;
  top: 38rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time__12 {
    top: auto;
    right: auto;
    bottom: 16rem;
    left: -4.5rem;
  }
}
.facility-details-conclusion__access__time__8 {
  right: 14rem;
  top: 38rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__time__8 {
    top: auto;
    bottom: 10rem;
    right: auto;
    left: 2.8rem;
  }
}
.facility-details-conclusion__access__line {
  position: absolute;
  height: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line {
    height: 0.25rem;
  }
}
.facility-details-conclusion__access__line__green {
  background-color: #5c9b60;
  left: 23rem;
  top: 17rem;
  width: 27rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__green {
    width: 16.5rem;
    left: 20.5rem;
    top: 25rem;
    transform: rotate(40deg);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__green {
    width: 8rem;
    left: 7.5rem;
    top: 14rem;
    transform: rotate(30deg);
  }
}
.facility-details-conclusion__access__line__blue-sp {
  display: none;
  background-color: #5e93d5;
  left: 25.5rem;
  top: 20rem;
  transform: rotate(-40deg);
  width: 29rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__blue-sp {
    display: block;
    width: 16rem;
    left: auto;
    right: 28.5rem;
    top: 48.5rem;
    transform: rotate(-60deg);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__blue-sp {
    display: block;
    width: 9.5rem;
    left: 9.8rem;
    top: 26.2rem;
    transform: rotate(-65deg);
  }
}
.facility-details-conclusion__access__line__blue {
  background-color: #5e93d5;
  left: 25.5rem;
  top: 30rem;
  transform: rotate(-40deg);
  width: 29rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__blue {
    width: 16rem;
    left: auto;
    right: 14rem;
    top: 49rem;
    transform: rotate(68deg);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__blue {
    width: 9.5rem;
    left: auto;
    right: 3.5rem;
    top: 26.5rem;
    transform: rotate(68deg);
  }
}
.facility-details-conclusion__access__line__yellow {
  background-color: #edce50;
  left: 41rem;
  top: 43.5rem;
  width: 36.5rem;
  transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__yellow {
    width: 41rem;
    top: 63rem;
    left: auto;
    right: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__yellow {
    width: 21.5rem;
    top: 33rem;
    left: 7.5rem;
  }
}
.facility-details-conclusion__access__line__red {
  background-color: #ed7262;
}
.facility-details-conclusion__access__line__red__1 {
  left: 25.5rem;
  bottom: 47.2rem;
  width: 29rem;
  transform: rotate(40deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__red__1 {
    width: 26rem;
    transform: rotate(90deg);
    left: 0.5rem;
    bottom: 33.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__red__1 {
    width: 16.5rem;
    transform: rotate(90deg);
    left: -4rem;
    bottom: 19rem;
  }
}
.facility-details-conclusion__access__line__red__2 {
  right: 19rem;
  top: 44rem;
  width: 38.5rem;
  transform: rotate(75deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__red__2 {
    width: 14.6rem;
    transform: rotate(115deg);
    top: auto;
    right: auto;
    left: 13.5rem;
    bottom: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__red__2 {
    width: 7.5rem;
    transform: rotate(115deg);
    top: auto;
    right: auto;
    left: 4.2rem;
    bottom: 13.5rem;
  }
}
.facility-details-conclusion__access__line__red__3 {
  right: 2rem;
  top: 44rem;
  width: 38rem;
  transform: rotate(100deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__red__3 {
    width: 11.5rem;
    transform: rotate(0);
    top: auto;
    bottom: 11rem;
    right: auto;
    left: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__red__3 {
    width: 6rem;
    transform: rotate(0);
    top: auto;
    bottom: 7rem;
    right: auto;
    left: 8.5rem;
  }
}
.facility-details-conclusion__access__line__red__4 {
  right: 38rem;
  bottom: 33rem;
  width: 22rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__line__red__4 {
    width: 15rem;
    bottom: 25.5rem;
    right: 13rem;
    transform: rotate(113deg);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__line__red__4 {
    width: 7rem;
    bottom: 13.5rem;
    right: 4rem;
    transform: rotate(113deg);
  }
}
.facility-details-conclusion__access__methods {
  position: absolute;
  left: 8rem;
  bottom: 8rem;
  display: flex;
  gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__methods {
    bottom: auto;
    top: 4rem;
    left: 4rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__methods {
    bottom: auto;
    top: 2rem;
    left: 1rem;
    gap: 1rem;
  }
}
.facility-details-conclusion__access__method {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 12rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__method {
    width: 6rem;
  }
}
.facility-details-conclusion__access__method__line {
  height: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__method__line {
    height: 0.2rem;
  }
}
.facility-details-conclusion__access__method__line__red {
  background-color: #ed7262;
}
.facility-details-conclusion__access__method__line__blue {
  background-color: #5e93d5;
}
.facility-details-conclusion__access__method__line__green {
  background-color: #5c9b60;
}
.facility-details-conclusion__access__method__line__yellow {
  background-color: #edce50;
}
.facility-details-conclusion__access__method__text {
  font-size: 2rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__method__text {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__method__text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.facility-details-conclusion__access__method__text__red {
  color: #ed7262;
}
.facility-details-conclusion__access__method__text__blue {
  color: #5e93d5;
}
.facility-details-conclusion__access__method__text__green {
  color: #5c9b60;
}
.facility-details-conclusion__access__method__text__yellow {
  color: #edce50;
}
.facility-details-conclusion__access__station {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #f1eeea;
  border: solid 2px #c9c0a1;
  border-radius: 9px;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__station {
    font-size: 1.3rem;
    border-radius: 3px;
    border: solid 1px #c9c0a1;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.facility-details-conclusion__access__station__kankuu {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__station__kankuu {
    top: 3rem;
  }
}
.facility-details-conclusion__access__station__osaka {
  top: 35rem;
  width: 45%;
  left: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__station__osaka {
    top: 17rem;
    left: 1.5rem;
  }
}
.facility-details-conclusion__access__station__kyoto {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__station__kyoto {
    bottom: 19rem;
  }
}
.facility-details-conclusion__access__transportation {
  color: #e16756;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: absolute;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__img {
    transform: scale(0.4);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation {
    font-size: 1.1rem;
  }
}
.facility-details-conclusion__access__transportation::before, .facility-details-conclusion__access__transportation::after {
  content: "";
  position: absolute;
  background-color: #a3a19f;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation::before, .facility-details-conclusion__access__transportation::after {
    height: 0.1rem;
  }
}
.facility-details-conclusion__access__transportation__text {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__text {
    margin-left: -0.5rem;
  }
}
.facility-details-conclusion__access__transportation__bus {
  right: 20rem;
  top: 38rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__transportation__bus {
    right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__bus {
    right: 3rem;
    top: 17rem;
  }
}
.facility-details-conclusion__access__transportation__bus::before {
  width: 18rem;
  top: -10rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__bus::before {
    top: -4.7rem;
    width: 10.7rem;
  }
}
.facility-details-conclusion__access__transportation__bus::after {
  width: 18rem;
  bottom: -10.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__bus::after {
    bottom: -5.2rem;
    width: 11.2rem;
  }
}
.facility-details-conclusion__access__transportation__kankuu {
  left: 20rem;
  top: 25rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__transportation__kankuu {
    left: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kankuu {
    left: 3rem;
    top: 10rem;
  }
}
.facility-details-conclusion__access__transportation__kankuu::before {
  width: 5rem;
  top: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kankuu::before {
    top: -1.2rem;
    width: 3.8rem;
  }
}
.facility-details-conclusion__access__transportation__kankuu::after {
  width: 5.5rem;
  bottom: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kankuu::after {
    bottom: -1.4rem;
    width: 3.8rem;
  }
}
.facility-details-conclusion__access__transportation__kyoto {
  left: 25rem;
  top: 52rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__transportation__kyoto {
    left: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kyoto {
    left: 3.5rem;
    top: 24.5rem;
  }
}
.facility-details-conclusion__access__transportation__kyoto::before {
  width: 5rem;
  top: -3.5rem;
  left: 7rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kyoto::before {
    left: 4.2rem;
    top: -1.5rem;
    width: 4rem;
  }
}
.facility-details-conclusion__access__transportation__kyoto::after {
  width: 4.5rem;
  bottom: -3.5rem;
  left: 7rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__kyoto::after {
    left: 4.2rem;
    bottom: -1.5rem;
    width: 3.5rem;
  }
}
.facility-details-conclusion__access__transportation__other {
  left: 45rem;
  bottom: 23rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__transportation__other {
    left: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__other {
    left: 7rem;
    bottom: 12.5rem;
    font-size: 1rem;
  }
}
.facility-details-conclusion__access__transportation__other::before {
  width: 5rem;
  top: -3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__other::before {
    top: -1.2rem;
    width: 3rem;
  }
}
.facility-details-conclusion__access__transportation__other::after {
  width: 5rem;
  bottom: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__transportation__other::after {
    bottom: -1.8rem;
    width: 4rem;
  }
}
.facility-details-conclusion__access__omotenashi {
  text-align: center;
  border: solid 2px #e16756;
  border-radius: 9px;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  letter-spacing: 0.04em;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__omotenashi {
    height: 3.85rem;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    border: solid 1px #e16756;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__omotenashi__logo {
    height: 90%;
  }
}
.facility-details-conclusion__access__left-side__img {
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__left-side__img {
    width: 100%;
    height: 48.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__left-side__img {
    width: 100%;
    height: 28.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__right-side {
    padding-top: 1.5rem;
  }
}
.facility-details-conclusion__access__right-side__title {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__right-side__title {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__right-side__title {
    font-size: 1.3rem;
  }
}
.facility-details-conclusion__access__right-side__img {
  position: relative;
  margin-top: 2.5rem;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__right-side__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__right-side__img {
    width: 100%;
    height: 9rem;
    overflow: hidden;
    margin-top: 1.5rem;
    border-radius: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__right-side__img__sp-delete {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__right-side__img__sp-delete {
    display: none;
  }
}
.facility-details-conclusion__access__right-side__img__text {
  position: absolute;
  width: 100%;
  background: rgba(36, 34, 33, 0.47);
  color: #ffffff;
  font-weight: bold;
  height: 5rem;
  padding-top: 1.5rem;
  padding-left: 3rem;
  bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__right-side__img__text {
    font-size: 1.1rem;
    height: 2.5rem;
    padding-top: 0.8rem;
    padding-left: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__right-side__img img {
    width: 100%;
    height: 20rem;
  }
}
.facility-details-conclusion__access__accordion-title-wrapper {
  display: flex;
  justify-content: space-between;
  border: solid 2px #c9c0a1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__accordion-title-wrapper {
    flex-direction: column;
    align-items: stretch;
    border-top-left-radius: 3.5px;
    border-top-right-radius: 3.5px;
    border: solid 1px #c9c0a1;
  }
}
.facility-details-conclusion__access__title {
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.facility-details-conclusion__access__title::before {
  position: absolute;
  content: "";
  background-color: #b3aa8a;
  top: -1rem;
  height: 150%;
  width: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__title::before {
    width: 0.2rem;
    top: -0.5rem;
  }
}
.facility-details-conclusion__access__title__big {
  font-size: 6rem;
  font-weight: bold;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__title__big {
    font-size: 2.4rem;
    padding-left: 1.3rem;
  }
}
.facility-details-conclusion__access__title__small {
  font-size: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__title__small {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__access__accordion-title {
  letter-spacing: 0.04em;
  font-size: 3rem;
  font-weight: bold;
  width: 33.33%;
  text-align: center;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__accordion-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__accordion-title {
    width: 3.75rem;
    font-size: 1.3rem;
    writing-mode: vertical-lr;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex: 1;
  }
}
.facility-details-conclusion__access__accordion-title:not(:first-child) {
  border-left: solid 2px #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__accordion-title:not(:first-child) {
    border-left: none;
    border-top: solid 1px #c9c0a1;
  }
}
.facility-details-conclusion__access__contents {
  background-color: #ffffff;
  margin-top: 7.1rem;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__access__contents {
    max-width: 94rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__access__contents {
    display: flex;
    margin-top: 2rem;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
    max-width: 33.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.facility-details-conclusion__reviews {
  padding-top: 36.5rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews {
    padding-top: 6.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews {
    padding-top: 6.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.5rem;
  }
}
.facility-details-conclusion__reviews__title-wrapper {
  display: flex;
  justify-content: space-between;
  border: solid 2px #c9c0a1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.facility-details-conclusion__reviews__title {
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.facility-details-conclusion__reviews__title::before {
  position: absolute;
  content: "";
  background-color: #b3aa8a;
  top: -1rem;
  height: 150%;
  width: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__title::before {
    width: 0.2rem;
    top: -0.5rem;
  }
}
.facility-details-conclusion__reviews__title__big {
  font-size: 6rem;
  font-weight: bold;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__title__big {
    font-size: 2.4rem;
    padding-left: 1.3rem;
  }
}
.facility-details-conclusion__reviews__title__small {
  font-size: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__title__small {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__reviews__more {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__more {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.facility-details-conclusion__reviews__more__button {
  border: solid 1.5px #fe846c;
  color: #fe846c;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0.8rem 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.facility-details-conclusion__reviews__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 8.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews__contents {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__contents {
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content-sp-delete {
    height: 0;
    opacity: 0;
  }
}
.facility-details-conclusion__reviews__content {
  width: 30%;
  background-color: #ffffff;
  padding: 1.8rem 2.2rem;
  border: solid 2px #c9c0a1;
  border-radius: 9px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews__content {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content {
    width: 48%;
    padding: 0.5rem 0.8rem;
    border: solid 1px #c9c0a1;
    border-radius: 4.5px;
  }
}
.facility-details-conclusion__reviews__content__img-cover {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews__content__img-cover {
    align-items: center;
  }
}
.facility-details-conclusion__reviews__content__img {
  transform: scale(0.8);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews__content__img {
    transform: scale(1);
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__img {
    width: 38%;
    transform: scale(1);
  }
}
.facility-details-conclusion__reviews__content__short-comment {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 3rem;
  position: relative;
  height: auto;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__short-comment {
    font-size: 1rem;
    padding: 0.5rem;
    margin-top: 1rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__reviews__content__short-comment::before, .facility-details-conclusion__reviews__content__short-comment::after {
  position: absolute;
  content: "";
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__short-comment::before, .facility-details-conclusion__reviews__content__short-comment::after {
    height: 1rem;
    width: 1rem;
  }
}
.facility-details-conclusion__reviews__content__short-comment::before {
  top: 0;
  left: 0;
  border-top: solid 3px #c9c0a1;
  border-left: solid 3px #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__short-comment::before {
    border-top: solid 1.5px #c9c0a1;
    border-left: solid 1.5px #c9c0a1;
  }
}
.facility-details-conclusion__reviews__content__short-comment::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 3px #c9c0a1;
  border-right: solid 3px #c9c0a1;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__short-comment::after {
    border-bottom: solid 1.5px #c9c0a1;
    border-right: solid 1.5px #c9c0a1;
  }
}
.facility-details-conclusion__reviews__content__info-cover {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__reviews__content__info-cover {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__info-cover {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.facility-details-conclusion__reviews__content__info {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 0.8rem 1.2rem 0.7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__info {
    font-size: 0.7rem;
    padding: 0.5rem;
    border-radius: 2.5px;
  }
}
.facility-details-conclusion__reviews__content__comment {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__reviews__content__comment {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    line-height: 1.8;
  }
}
.facility-details-conclusion__qa {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__qa {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.5rem;
  }
}
.facility-details-conclusion__qa__title {
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.facility-details-conclusion__qa__title::before {
  position: absolute;
  content: "";
  background-color: #b3aa8a;
  top: -1rem;
  height: 150%;
  width: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__title::before {
    width: 0.2rem;
    top: -0.5rem;
  }
}
.facility-details-conclusion__qa__title__big {
  font-size: 6rem;
  font-weight: bold;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__title__big {
    font-size: 2.4rem;
    padding-left: 1.3rem;
  }
}
.facility-details-conclusion__qa__title__small {
  font-size: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__title__small {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__qa__contents {
  margin-top: 10.7rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__contents {
    margin-top: 3rem;
  }
}
.facility-details-conclusion__qa__content {
  background-color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem 5.2rem;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__qa__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content {
    padding: 1.3rem;
    width: 100%;
  }
}
.facility-details-conclusion__qa__content:not(:first-child) {
  margin-top: 2.5rem;
}
.facility-details-conclusion__qa__content__question {
  display: flex;
  align-items: center;
}
.facility-details-conclusion__qa__content__question__mark {
  color: #5e5c5b;
  font-size: 4.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__question__mark {
    font-size: 2rem;
  }
}
.facility-details-conclusion__qa__content__question__text {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-left: 5.5rem;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__question__text {
    font-size: 1rem;
    margin-left: 1rem;
  }
}
.facility-details-conclusion__qa__content__question__open-close {
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__question__open-close {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.facility-details-conclusion__qa__content__question__open-close__line {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #c9c0a1;
  height: 0.4rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__question__open-close__line {
    height: 0.2rem;
  }
}
.facility-details-conclusion__qa__content__question__open-close__line__1 {
  transform: translateY(-50%);
}
.facility-details-conclusion__qa__content__question__open-close__line__2 {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in;
}
.facility-details-conclusion__qa__content__answer {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.facility-details-conclusion__qa__content__answer__mark {
  color: #ed7261;
  font-size: 4.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__answer__mark {
    font-size: 2rem;
  }
}
.facility-details-conclusion__qa__content__answer__text {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-left: 5.5rem;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__qa__content__answer__text {
    margin-left: 1rem;
    font-size: 1rem;
  }
}
.facility-details-conclusion__book-now {
  position: relative;
}
.facility-details-conclusion__book-now__cover {
  padding-top: 19.5rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__cover {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__cover {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.5rem;
  }
}
.facility-details-conclusion__book-now__title {
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.facility-details-conclusion__book-now__title::before {
  position: absolute;
  content: "";
  background-color: #b3aa8a;
  top: -1rem;
  height: 150%;
  width: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__title::before {
    width: 0.2rem;
    top: -0.5rem;
  }
}
.facility-details-conclusion__book-now__title__big {
  font-size: 6rem;
  font-weight: bold;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__title__big {
    font-size: 2.4rem;
    padding-left: 1.3rem;
  }
}
.facility-details-conclusion__book-now__title__small {
  font-size: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__title__small {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__calendar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(157, 154, 153, 0.7);
  display: none;
  z-index: 10000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__calendar {
    position: fixed;
    top: 0;
    background: none;
    height: 100vh;
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__calendar {
    position: fixed;
    top: 0;
    background: none;
    height: 100vh;
    overflow: scroll;
  }
}
.facility-details-conclusion__book-now__accordion__title-cover {
  display: flex;
  margin-top: 5.5rem;
  border: solid 1px #c9c0a1;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__title-cover {
    margin-top: 1rem;
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__title-cover {
    margin-top: 1rem;
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px;
  }
}
.facility-details-conclusion__book-now__accordion__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 50%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__title {
    padding: 1.2rem;
    font-size: 0.9rem;
  }
}
.facility-details-conclusion__book-now__accordion__contents {
  margin-top: 1.8rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__contents {
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__contents {
    margin-top: 1.2rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room {
  border: solid 1px #c9c0a1;
  background-color: #ffffff;
  padding: 2.2rem 3.3rem 0 3.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room {
    border: solid 0.5px #c9c0a1;
    padding: 0.8rem 0.6rem;
    border-radius: 4.5px;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room {
    border: solid 0.5px #c9c0a1;
    padding: 0.8rem 0.6rem;
    border-radius: 4.5px;
  }
}
.facility-details-conclusion__book-now__accordion__content__room:not(:first-child) {
  margin-top: 2.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room:not(:first-child) {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info-sp {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info-sp {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__img {
    height: 25.8rem;
    width: 100%;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__img {
    height: 11.8rem;
    width: 100%;
    border-radius: 3px;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__right-side {
  margin-left: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__right-side {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__right-side {
    margin-left: 0;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__room-cover {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-cover {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-cover {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__room {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room {
    font-size: 1.3rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__condition {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 3px;
  letter-spacing: 0.04em;
  margin-left: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__condition {
    margin-left: 1rem;
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__condition {
    margin-left: 1rem;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__room-type-cover {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type-cover {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type-cover {
    margin-top: 0;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__room-type {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type {
    font-size: 0.85rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type__img {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__room-type__img {
    width: 15%;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__complement {
  display: flex;
  margin-top: 3.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__complement {
    gap: 0.8rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__complement {
    gap: 0.8rem;
    margin-top: 0;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__complement__text {
    font-size: 0.85rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__room-info__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__complement__text__line {
    width: 0.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__room-info__complement__text__line {
    width: 0.05rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee-cover {
  overflow: hidden;
  margin-top: 2rem;
}
.facility-details-conclusion__book-now__accordion__content__room__fee {
  display: flex;
  border-top: solid 1px #c9c0a1;
  border-bottom: solid 1px #c9c0a1;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__other {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  opacity: 0;
}
.facility-details-conclusion__book-now__accordion__content__room__fee:not(:first-child) {
  border-bottom: solid 1px #c9c0a1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__title-cover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__title {
    font-size: 1.2rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__complement {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__complement {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__complement {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
.facility-details-conclusion__book-now__accordion__content__room__fee__check {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check {
    margin-top: 1.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__check__num {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check__num {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__check__tax {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check__tax {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__check__charge {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check__charge {
    font-size: 1.75rem;
    margin-right: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__fee__check__button {
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed7262;
  text-align: center;
  border-radius: 6px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 22rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check__button {
    width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__fee__check__button {
    width: 10rem;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 3px;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__more {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__more {
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__more {
    padding-top: 0.5rem;
    padding-bottom: 0;
    width: 100%;
    font-size: 0.85rem;
    padding-left: 1.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__room__more__text {
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__more__text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__more__text {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__room__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__room__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
.facility-details-conclusion__book-now__accordion__content__plan {
  border: solid 1px #c9c0a1;
  background-color: #ffffff;
  padding: 2.2rem 3.3rem 0 3.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan {
    padding: 1.8rem 0.6rem 1rem 0.6rem;
    border-radius: 4.5px;
    border: solid 0.5px #c9c0a1;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan {
    padding: 1.8rem 0.6rem 1rem 0.6rem;
    border-radius: 4.5px;
    border: solid 0.5px #c9c0a1;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title-cover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title {
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__title__complement {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title__complement {
    gap: 0.8rem;
    margin-top: 0.8rem;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title__complement {
    gap: 0.8rem;
    margin-top: 0.8rem;
    padding-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__title__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__title__complement__text__line {
  width: 0.1rem;
  background-color: #babbbb;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title__complement__text__line {
    width: 0.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__title__complement__text__line {
    width: 0.05rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room-cover {
  overflow: hidden;
}
.facility-details-conclusion__book-now__accordion__content__plan__room {
  display: flex;
  border-top: solid 1px #c9c0a1;
  border-bottom: solid 1px #c9c0a1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room {
    border-top: solid 0.5px #c9c0a1;
    border-bottom: solid 0.5px #c9c0a1;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room {
    border-top: solid 0.5px #c9c0a1;
    border-bottom: solid 0.5px #c9c0a1;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__first {
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__first {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__first {
    margin-top: 1.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__other {
  border-top: none;
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__img {
    height: 25.8rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__img {
    height: 11.7rem;
    width: 100%;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side {
  display: flex;
  width: 65%;
  margin-left: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0.5rem;
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0.5rem;
    margin-top: 1.3rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info-cover {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info-cover {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info-cover {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__name {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__name {
    font-size: 1.2rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__name__alert {
  font-size: 1.6rem;
  background-color: #ed7262;
  color: #ffffff;
  padding: 1rem;
  margin-left: 1rem;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__name__alert {
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__name__alert {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 1.5px;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type__img {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type__img {
    width: 15%;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type__text {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__type__text {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement {
  display: flex;
  margin-top: 3.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement {
    margin-top: 0;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement {
    margin-top: 0;
    gap: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement__text {
  font-size: 1.6rem;
  color: #888483;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement__text {
    font-size: 0.8rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__room-info__complement__line {
  width: 0.1rem;
  background-color: #babbbb;
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee {
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee {
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info {
    margin-top: 0;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__num {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__num {
    font-size: 1rem;
    padding-top: 0;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__tax {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__tax {
    font-size: 1rem;
    padding-top: 0;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__fee {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__info__fee {
    font-size: 1.65rem;
    margin-left: 0.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__button {
  background-color: #ed7262;
  border-radius: 6px;
  width: 100%;
  color: #ffffff;
  height: 7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__button {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__button {
    width: auto;
    margin-top: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    height: 2.7rem;
    border-radius: 3px;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__room__right-side__fee__button {
    width: auto;
    font-size: 1rem;
    margin-top: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    height: 2.7rem;
    border-radius: 3px;
    margin-left: 1rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__more {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    width: 100%;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more {
    padding-top: 0.5rem;
    padding-bottom: 0;
    width: 100%;
    font-size: 0.85rem;
    padding-left: 1.5rem;
  }
}
.facility-details-conclusion__book-now__accordion__content__plan__more__text {
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more__text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more__text {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__accordion__content__plan__more__img {
    transform: scale(0.4) translateX(-1.5rem) translateY(0.1rem);
  }
}
.facility-details-conclusion__book-now__search {
  background-color: #e3dcd6;
  border-radius: 8px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 2.2rem;
  gap: 1.5rem;
  margin-top: 9rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search {
    margin-top: 2rem;
    padding: 0.8rem 0.7rem;
    background-color: #e2dad3;
    border-radius: 3px;
    width: 100%;
    gap: 0.7rem;
  }
}
.facility-details-conclusion__book-now__search__date {
  font-size: 2rem;
  background-color: #ffffff;
  padding: 1.6rem 2.1rem;
  border-radius: 6px;
  border: solid 1px #4b4b4b;
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__date {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__date {
    font-size: 1rem;
    padding: 0.8rem;
    border-radius: 3px;
    border: solid 0.5px #4b4b4b;
    width: 50%;
  }
}
.facility-details-conclusion__book-now__search__date__img-cover {
  display: flex;
  align-items: center;
}
.facility-details-conclusion__book-now__search__date__text {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__date__text {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__date__img {
    width: 13%;
  }
}
.facility-details-conclusion__book-now__search__people {
  font-size: 2rem;
  background-color: #ffffff;
  padding: 1.6rem 2.1rem;
  border-radius: 6px;
  border: solid 1px #4b4b4b;
  width: 40%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__people {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__people {
    font-size: 1rem;
    padding: 0.8rem;
    border-radius: 3px;
    border: solid 0.5px #4b4b4b;
    width: 50%;
  }
}
.facility-details-conclusion__book-now__search__people__button {
  display: flex;
  align-items: center;
}
.facility-details-conclusion__book-now__search__people__text {
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__people__text {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__people__text {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__people__img {
    width: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__people__img {
    width: 13%;
  }
}
.facility-details-conclusion__book-now__search__button {
  background-color: #ed7262;
  color: #ffffff;
  width: 16.3rem;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0.04em;
  font-size: 2.5rem;
  width: 20%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__button {
    display: none;
  }
}
.facility-details-conclusion__book-now__search__calendar {
  left: 2.2rem;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__search__calendar {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__search__calendar {
    left: 0;
  }
}
.facility-details-conclusion__book-now__calendar-wrapper-cover {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar-wrapper-cover {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar-wrapper-cover {
    flex-direction: column;
  }
}
.facility-details-conclusion__book-now__calendar__arrow-left {
  top: 0;
  left: 0 !important;
  transform: translateX(0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__arrow-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__arrow-left {
    display: none;
  }
}
.facility-details-conclusion__book-now__calendar__arrow-right {
  bottom: 0;
  top: 0;
  right: 0 !important;
  left: auto !important;
  transform: translateX(0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__arrow-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__arrow-right {
    display: none;
  }
}
.facility-details-conclusion__book-now__calendar__sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__sp {
    display: block;
  }
}
.facility-details-conclusion__book-now__calendar__sp__top-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 1.5rem;
}
.facility-details-conclusion__book-now__calendar__sp__top-side__choice {
  text-align: center;
  color: #4b4b4b;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  padding-top: 2rem;
}
.facility-details-conclusion__book-now__calendar__sp__top-side__date {
  padding-top: 3rem;
}
.facility-details-conclusion__book-now__calendar__sp__top-side__date__month-day {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
.facility-details-conclusion__book-now__calendar__sp__top-side__date__day-of-week {
  letter-spacing: 0.04em;
  color: #a4a1a0;
  font-size: 0.9rem;
}
.facility-details-conclusion__book-now__calendar__sp__top-side__date__line {
  font-size: 0.9rem;
}
.facility-details-conclusion__book-now__calendar__total-wrapper {
  border: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__total-wrapper {
    margin-top: 0;
    height: 100%;
    overflow: visible;
    background-color: #ffffff;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__total-wrapper {
    margin-top: 0;
    height: 100%;
    overflow: visible;
    background-color: #ffffff;
    height: auto;
  }
}
.facility-details-conclusion__book-now__calendar__container {
  display: block;
  background-color: #ffffff;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 10rem;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__container {
    width: 100%;
    margin-top: 0;
    padding-top: 10rem;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__container {
    width: 100%;
    margin-top: 0;
    padding-top: 10rem;
    max-width: 37.5rem;
  }
}
.facility-details-conclusion__book-now__calendar__month-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__month-title {
    font-size: 1.2rem;
    font-weight: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__month-title {
    font-size: 1.2rem;
    font-weight: normal !important;
  }
}
.facility-details-conclusion__book-now__calendar__month-wrapper {
  position: relative;
}
.facility-details-conclusion__book-now__calendar__final-check {
  border-top: solid 1px #3e3b3a;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__final-check {
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-left: auto;
    border: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__final-check {
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-left: auto;
    border: none;
    width: 100%;
  }
}
.facility-details-conclusion__book-now__calendar__final-check__check {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding-left: 2rem;
}
.facility-details-conclusion__book-now__calendar__final-check__date {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__final-check__date {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__final-check__date {
    display: none;
  }
}
.facility-details-conclusion__book-now__calendar__final-check__date__month {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
.facility-details-conclusion__book-now__calendar__final-check__date__day-of-week {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #9d9a99;
}
.facility-details-conclusion__book-now__calendar__final-check__date__line {
  font-size: 1.6rem;
}
.facility-details-conclusion__book-now__calendar__final-check__button {
  background-color: #ed7262;
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  width: 20rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__final-check__button {
    font-size: 1.2rem;
    width: 16rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__final-check__button {
    font-size: 1.2rem;
    width: 16rem;
    margin-right: 2rem;
  }
}
.facility-details-conclusion__book-now__calendar__close {
  position: absolute;
  top: -7rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar__close {
    height: 2.5rem;
    width: 2.5rem;
    right: 1rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar__close {
    height: 2.5rem;
    width: 2.5rem;
    right: 1rem;
    top: 1rem;
  }
}
.facility-details-conclusion__book-now__calendar__close__line {
  position: absolute;
  background-color: #404040;
  height: 0.1rem;
  width: 100%;
  top: 50%;
}
.facility-details-conclusion__book-now__calendar__close__line__1 {
  transform: rotate(45deg) translateY(-50%);
}
.facility-details-conclusion__book-now__calendar__close__line__2 {
  transform: rotate(-45deg) translateY(-50%);
}
.facility-details-conclusion__book-now__calendar-wrapper {
  width: 50rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility-details-conclusion__book-now__calendar-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility-details-conclusion__book-now__calendar-wrapper {
    width: 100%;
  }
}

.reserve-input {
  display: flex;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input {
    display: block;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input {
    display: block;
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.reserve-input__left-side {
  width: 62.5%;
  padding-top: 5.5rem;
  padding-bottom: 31.7rem;
  padding-left: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input__left-side {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 3.8rem;
  }
}
.reserve-input__left-side__progress {
  display: flex;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input__left-side__progress {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress {
    flex-direction: column;
  }
}
.reserve-input__left-side__progress__logo {
  font-size: 2.8rem;
  color: #404040;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress__logo {
    font-size: 1.4rem;
  }
}
.reserve-input__left-side__progress__marks {
  display: flex;
  align-items: center;
  margin-left: 17rem;
  transform: translateY(-1rem);
  gap: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input__left-side__progress__marks {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress__marks {
    margin-top: 2.5rem;
    margin-left: 8.5rem;
    gap: 0.5rem;
  }
}
.reserve-input__left-side__progress__bar {
  background-color: #c9c9c9;
  height: 0.1rem;
  width: 7.6rem;
  transform: translateY(-1rem);
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress__bar {
    width: 4rem;
    transform: translateY(-0.5rem);
  }
}
.reserve-input__left-side__progress__mark__num {
  color: #aeaeae;
  border: solid 1px #aeaeae;
  font-size: 1.8rem;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserve-input__left-side__progress__mark__num__1 {
  background-color: #ed7262;
  color: #ffffff;
  border: none;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress__mark__num {
    font-size: 1rem;
    height: 2.1rem;
    width: 2.1rem;
  }
}
.reserve-input__left-side__progress__mark__text {
  color: #aeaeae;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__progress__mark__text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.reserve-input__left-side__progress__mark__text__1 {
  color: #ed7262;
}
.reserve-input__left-side__log-in-sign-up {
  display: flex;
  font-size: 1.8rem;
  margin-left: 14rem;
  gap: 7rem;
  margin-top: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input__left-side__log-in-sign-up {
    margin-left: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__log-in-sign-up {
    margin-left: 1.2rem;
    margin-top: 1.7rem;
    font-size: 1rem;
    gap: 3.4rem;
    justify-content: start;
  }
}
.reserve-input__left-side__log-in-sign-up__log-in {
  background-color: #ed7262;
  border-radius: 6px;
  width: 27.3rem;
  height: 5.5rem;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__log-in-sign-up__log-in {
    width: 13.65rem;
    height: 2.75rem;
    border-radius: 3px;
  }
}
.reserve-input__left-side__log-in-sign-up__sign-up {
  width: 27.3rem;
  height: 5.5rem;
  border: solid 2px #ed7262;
  text-align: center;
  color: #ed7262;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__log-in-sign-up__sign-up {
    width: 13.65rem;
    height: 2.75rem;
    border: solid 1px #ed7262;
    border-radius: 3px;
  }
}
.reserve-input__left-side__form {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form {
    margin-top: 3.5rem;
  }
}
.reserve-input__left-side__form__reserve-info {
  padding-bottom: 6rem;
}
.reserve-input__left-side__form__reserve-info__title {
  font-size: 3rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__title {
    font-size: 1.5rem;
  }
}
.reserve-input__left-side__form__reserve-info__content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content {
    margin-top: 2.1rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(3) {
  margin-top: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(3) {
    margin-top: 3.3rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(4) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(4) {
    margin-top: 2.2rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(5) {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(5) {
    margin-top: 2.5rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(6) {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(6) {
    margin-top: 2.3rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(7) {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(7) {
    margin-top: 3.1rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(8) {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(8) {
    margin-top: 1.6rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(9) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(9) {
    margin-top: 2rem;
  }
}
.reserve-input__left-side__form__reserve-info__content:nth-of-type(10) {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content:nth-of-type(10) {
    margin-top: 1.8rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__label {
  display: flex;
}
.reserve-input__left-side__form__reserve-info__content__label__arbitrary {
  font-size: 1.4rem;
  background-color: #929191;
  width: 4.3rem;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__label__arbitrary {
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    width: 2.1rem;
    border-radius: 2px;
  }
}
.reserve-input__left-side__form__reserve-info__content__label__required {
  font-size: 1.4rem;
  background-color: #dd1717;
  width: 4.3rem;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__label__required {
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    width: 2.1rem;
    border-radius: 2px;
  }
}
.reserve-input__left-side__form__reserve-info__content__label__text {
  font-size: 2rem;
  font-weight: 600;
  color: #404040;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__label__text {
    font-size: 1.1rem;
    margin-left: 0.5rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__dropdown {
  width: 22rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__dropdown {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__dropdown__list {
  font-size: 2rem;
  color: #404040;
  height: 49rem;
  border: solid 1px #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__dropdown__list {
    font-size: 1rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__dropdown__item {
  border: solid 1px #c9c9c9;
}
.reserve-input__left-side__form__reserve-info__content__input-cover {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input-cover {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input::placeholder {
    font-size: 1rem !important;
  }
}
.reserve-input__left-side__form__reserve-info__content__input {
  height: 5.5rem;
  border: solid 2px #c9c9c9;
  border-radius: 6px;
  padding-left: 1.9rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input {
    height: 3.65rem;
    border: solid 1px #c9c9c9;
    margin-top: 0.6rem;
    padding-left: 1.2rem;
    border-radius: 3px;
    padding-top: 0;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__name {
  width: 35rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__name {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__name:nth-of-type(2) {
  margin-left: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__name:nth-of-type(2) {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__address {
  width: 22rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__address {
    width: 14rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__prefectures {
  width: 22rem;
  font-size: 1.8rem;
  color: #aba9a9;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__prefectures {
    width: 100%;
    font-size: 1.2rem;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__street-address {
  width: 56.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__street-address {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__apartment {
  width: 56.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__apartment {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__tell {
  width: 37rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__tell {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__mail {
  width: 37rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__mail {
    width: 100%;
  }
}
.reserve-input__left-side__form__reserve-info__content__input__password {
  width: 37rem;
  align-items: center;
  background-image: url("/img/password-icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__reserve-info__content__input__password {
    width: 100%;
    background-size: 1.45rem 1.05rem;
    background-position: calc(100% - 5px) center;
  }
}
.reserve-input__left-side__form__stay-info__title {
  padding-top: 6.5rem;
  border-top: solid 1px #c9c9c9;
  width: 73.6rem;
  font-size: 3rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__title {
    width: 100%;
    font-size: 1.5rem;
    border-top: 0;
    padding-top: 0;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__label {
  font-size: 2rem;
  color: #404040;
  font-weight: 600;
  margin-top: 4rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__label {
    font-size: 1.1rem;
    margin-top: 2.2rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__num {
  font-size: 1.8rem;
  color: #404040;
  font-size: 300;
  display: flex;
  margin-top: 4rem;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__num {
    font-size: 1.15rem;
    margin-top: 2rem;
    gap: 0.3rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__dropdown {
  width: 10.3rem;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__dropdown {
    margin-left: 1rem;
    width: 12.15rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__dropdown__list {
  font-size: 2rem;
  color: #404040;
  height: auto;
  border: solid 1px #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__dropdown__list {
    font-size: 1.15rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__select {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__select {
    margin-top: 1.3rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__select__label {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__select__label {
    font-size: 1.15rem;
  }
}
.reserve-input__left-side__form__stay-info__num-guest__select__label__woman {
  margin-left: 2rem;
}
.reserve-input__left-side__form__stay-info__num-guest__select__button {
  border: solid 2px #c9c9c9;
  width: 10.3rem;
  height: 5.7rem;
  border-radius: 6px;
  padding-left: 1rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__num-guest__select__button {
    height: 3.3rem;
    font-size: 1.2rem;
    width: 12.15rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time {
  margin-top: 5.2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time {
    margin-top: 3.5rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__list {
  font-size: 2rem;
  color: #404040;
  height: 27.5rem;
  border: solid 1px #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__list {
    font-size: 1.2rem;
    height: 22.5rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__button {
  display: flex;
  align-items: center;
  height: 100%;
}
.reserve-input__left-side__form__stay-info__schedule-time__item {
  padding: 1.3rem !important;
}
.reserve-input__left-side__form__stay-info__schedule-time__label {
  font-size: 2rem;
  color: #404040;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__label {
    font-size: 1.1rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__select {
  height: 5.5rem;
  border: solid 1px #aeaeae;
  width: 14.8rem;
  font-size: 1.8rem;
  font-weight: 300;
  padding-left: 1.2rem;
  border-radius: 6px;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__select {
    width: 12.1rem;
    font-size: 1.2rem;
    margin-top: 1.3rem;
    height: 3.3rem;
    padding-left: 0.8rem;
    border-radius: 3px;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__question {
  margin-top: 5.2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__question {
    margin-top: 3.7rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__question__label {
  font-size: 2rem;
  color: #404040;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__question__label {
    font-size: 1.1rem;
  }
}
.reserve-input__left-side__form__stay-info__schedule-time__question__list {
  font-size: 1.8rem;
  color: #404040;
  height: 49rem;
  border: solid 1px #c9c9c9;
}
.reserve-input__left-side__form__stay-info__schedule-time__question__textarea {
  width: 73.6rem;
  margin-top: 3rem;
  height: 20.3rem;
  padding-left: 2.3rem;
  padding-top: 2.5rem;
  border: solid 2px #c9c9c9;
  font-size: 2rem;
  border-radius: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__question__textarea {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 0.55rem;
    border: solid 1px #c9c9c9;
    padding-left: 1.1rem;
    padding-top: 1.5rem;
    height: 15.65rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__stay-info__schedule-time__question__textarea::placeholder {
    font-size: 1rem !important;
  }
}
.reserve-input__left-side__form__pay-method {
  margin-top: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method {
    margin-top: 4rem;
  }
}
.reserve-input__left-side__form__pay-method__title {
  font-size: 3rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__title {
    font-size: 1.5rem;
  }
}
.reserve-input__left-side__form__pay-method__content {
  margin-top: 5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content {
    margin-top: 2.5rem;
  }
}
.reserve-input__left-side__form__pay-method__content:nth-of-type(2) {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}
.reserve-input__left-side__form__pay-method__content__input {
  height: 2.7rem;
  width: 2.7rem;
  font-size: 1.8rem;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__input {
    width: 1.4rem;
    height: 1.35rem;
  }
}
.reserve-input__left-side__form__pay-method__content__label {
  font-size: 2rem;
  color: #404040;
  margin-left: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__label {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }
}
.reserve-input__left-side__form__pay-method__content__figure {
  margin-left: 5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__figure {
    margin-left: 1.5rem;
    gap: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__img__1 {
    height: 1.7rem;
    width: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__img__2 {
    height: 1.1rem;
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__pay-method__content__img__3 {
    height: 1.35rem;
    width: 2.2rem;
  }
}
.reserve-input__left-side__form__button-cover {
  font-size: 2rem;
  display: flex;
  margin-top: 14rem;
  gap: 8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__button-cover {
    gap: 1.2rem;
    flex-direction: column;
    font-size: 1.2rem;
    margin-top: 8rem;
  }
}
.reserve-input__left-side__form__button {
  width: 37.9rem;
  height: 6.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reserve-input__left-side__form__button {
    width: 21.3rem;
    height: 3.65rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
.reserve-input__left-side__form__button:nth-of-type(1) {
  border: solid 2px #ed7262;
  color: #ed7262;
}
.reserve-input__left-side__form__button:nth-of-type(2) {
  background-color: #ed7262;
  color: #ffffff;
}
.reserve-input__right-side {
  width: 37.5%;
  padding-bottom: 31.7rem;
  background-color: #f5f5f5;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-input__right-side {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-input__right-side {
    display: none;
  }
}
.reserve-input__right-side__cover {
  width: 43rem;
  margin-top: 13rem;
  background-color: #ffffff;
  padding-bottom: 4rem;
}
.reserve-input__right-side__img {
  background-image: url("../../img/reserve-room.png");
  height: 25.5rem;
  position: relative;
}
.reserve-input__right-side__img__text {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.reserve-input__right-side__title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #404040;
  padding-left: 1.6rem;
  padding-top: 3.3rem;
  padding-bottom: 2.8rem;
}
.reserve-input__right-side__contents {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding-left: 1.6rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.reserve-input__right-side__content:not(:first-child) {
  margin-top: 4rem;
}
.reserve-input__right-side__content__title {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 600;
}
.reserve-input__right-side__content__desc {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 300;
  margin-top: 1.8rem;
}
.reserve-input__right-side__charge-cover {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 3rem;
}
.reserve-input__right-side__charge {
  display: flex;
  justify-content: space-between;
}
.reserve-input__right-side__charge:nth-of-type(2) {
  margin-top: 3rem;
}
.reserve-input__right-side__charge:nth-of-type(3) {
  margin-top: 4rem;
}
.reserve-input__right-side__charge__title {
  font-size: 1.8rem;
  color: #404040;
  font-weight: bold;
}
.reserve-input__right-side__charge__desc {
  font-size: 1.5rem;
}
.reserve-input__right-side__charge__desc span {
  font-size: 2.1rem;
  color: #404040;
  font-weight: bold;
}

.reserve-check {
  display: flex;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check {
    flex-direction: column;
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check {
    flex-direction: column;
    max-width: 37.5rem;
  }
}
.reserve-check__left-side {
  width: 62.5%;
  padding-top: 5.5rem;
  padding-bottom: 36rem;
  padding-left: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side {
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 1.5rem;
    padding-bottom: 2.8rem;
  }
}
.reserve-check__left-side__progress {
  display: flex;
  align-items: start;
  padding-left: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__progress {
    flex-direction: column;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress {
    flex-direction: column;
    padding-left: 0;
  }
}
.reserve-check__left-side__progress__logo {
  font-size: 2.8rem;
  color: #404040;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress__logo {
    font-size: 1.4rem;
  }
}
.reserve-check__left-side__progress__marks {
  display: flex;
  align-items: center;
  margin-left: 20rem;
  gap: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress__marks {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 0.7rem;
    margin-top: 1.8rem;
  }
}
.reserve-check__left-side__progress__bar {
  background-color: #c9c9c9;
  height: 0.1rem;
  width: 7.6rem;
  transform: translateY(-1rem);
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress__bar {
    width: 3.8rem;
    transform: translateY(-0.5rem);
  }
}
.reserve-check__left-side__progress__mark__num {
  color: #aeaeae;
  border: solid 1px #aeaeae;
  font-size: 1.8rem;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress__mark__num {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.9rem;
  }
}
.reserve-check__left-side__progress__mark__num__2 {
  border: none;
  background-color: #ed7262;
  color: #ffffff;
}
.reserve-check__left-side__progress__mark__text {
  color: #aeaeae;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
}
.reserve-check__left-side__progress__mark__text__2 {
  color: #ed7262;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__progress__mark__text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.reserve-check__left-side__warn-cover {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__warn-cover {
    margin-top: 2.3rem;
  }
}
.reserve-check__left-side__warn {
  font-size: 2rem;
  color: #ed7262;
  border: solid 1px #ed7262;
  width: 34.9rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  text-align: center;
  margin-left: 18rem;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__warn {
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
    width: 17.4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.5px #ed7262;
  }
}
.reserve-check__left-side__reserve-info {
  width: 72rem;
  border-top: solid 1px #c9c9c9;
  margin-top: 4.5rem;
  padding-top: 3.8rem;
  padding-bottom: 3.6rem;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__reserve-info {
    flex-direction: column;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info {
    width: 100%;
    margin-top: 0;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.reserve-check__left-side__reserve-info__title {
  font-size: 2rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__title {
    font-size: 1.2rem;
  }
}
.reserve-check__left-side__reserve-info__contents {
  margin-left: 9.2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__reserve-info__contents {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__contents {
    margin-left: 0;
  }
}
.reserve-check__left-side__reserve-info__content {
  display: flex;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__reserve-info__content:first-child {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__content:first-child {
    margin-top: 2rem;
  }
}
.reserve-check__left-side__reserve-info__content:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__content:not(:first-child) {
    margin-top: 1.4rem;
  }
}
.reserve-check__left-side__reserve-info__content__name-title {
  font-size: 1.8rem;
  font-weight: 600;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__reserve-info__content__name-title {
    width: 15rem;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__content__name-title {
    font-size: 1rem;
    width: 10rem;
    flex-grow: 0;
  }
}
.reserve-check__left-side__reserve-info__content__name-desc {
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 6rem;
  width: 20rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__reserve-info__content__name-desc {
    font-size: 1rem;
    width: 10rem;
    width: auto;
    transform: translateY(-0.5rem);
    margin-left: 2.2rem;
    flex-grow: 1;
  }
}
.reserve-check__left-side__stay-info {
  width: 72rem;
  border-top: solid 1px #c9c9c9;
  display: flex;
  padding-top: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__stay-info {
    width: 100%;
    flex-direction: column;
    padding-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info {
    width: 100%;
    flex-direction: column;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
.reserve-check__left-side__stay-info__title {
  font-size: 2rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__title {
    font-size: 1.2rem;
  }
}
.reserve-check__left-side__stay-info__contents {
  margin-left: 11.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__stay-info__contents {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__contents {
    margin-left: 0;
  }
}
.reserve-check__left-side__stay-info__content {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__stay-info__content:first-child {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__content:first-child {
    margin-top: 2rem;
  }
}
.reserve-check__left-side__stay-info__content:nth-of-type(2) {
  margin-top: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__content:nth-of-type(2) {
    margin-top: 1rem;
  }
}
.reserve-check__left-side__stay-info__content__title {
  font-size: 1.8rem;
  font-weight: 600;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__stay-info__content__title {
    width: 18rem;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__content__title {
    font-size: 1rem;
    width: 10rem;
    flex-grow: 0;
  }
}
.reserve-check__left-side__stay-info__content__desc {
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 3.2rem;
  width: 20rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__stay-info__content__desc {
    font-size: 1rem;
    margin-left: 2rem;
    flex-grow: 1;
  }
}
.reserve-check__left-side__pay-method {
  width: 72rem;
  display: flex;
  padding-top: 6.5rem;
  padding-bottom: 3.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__pay-method {
    flex-direction: column;
    border-top: solid 1px #c9c9c9;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method {
    width: 100%;
    flex-direction: column;
    border-top: solid 1px #c9c9c9;
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }
}
.reserve-check__left-side__pay-method__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__title {
    font-size: 1.2rem;
  }
}
.reserve-check__left-side__pay-method__contents {
  margin-left: 10.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__pay-method__contents {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__contents {
    margin-left: 0;
  }
}
.reserve-check__left-side__pay-method__content {
  font-size: 1.8rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content {
    font-size: 1rem;
  }
}
.reserve-check__left-side__pay-method__content__title__font-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__title__font-2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__pay-method__content:first-child {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content:first-child {
    margin-top: 2rem;
  }
}
.reserve-check__left-side__pay-method__content:not(:first-child) {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.reserve-check__left-side__pay-method__content__choice {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__choice {
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__choice__img-1 {
    height: 1.6rem;
    width: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__choice__img-2 {
    height: 1.05rem;
    width: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__choice__img-3 {
    height: 1.3rem;
    width: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__input::placeholder {
    font-size: 1rem !important;
  }
}
.reserve-check__left-side__pay-method__content__input {
  height: 5.2rem;
  width: 47.1rem;
  border-radius: 6px;
  border: solid 1px #c9c9c9;
  padding: 1.8rem;
  margin-top: 1rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__input {
    width: 100%;
    height: 3.25rem;
    padding: 1.2rem 0.8rem;
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
.reserve-check__left-side__pay-method__content__input-short {
  font-size: 2rem;
  height: 5.2rem;
  width: 12.3rem;
  border-radius: 6px;
  border: solid 1px #c9c9c9;
  padding: 1.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__pay-method__content__input-short {
    width: 8.4rem;
    height: 3.25rem;
    margin-top: 0.5rem;
    border-radius: 3px;
    padding: 1.2rem 0.95rem;
    font-size: 1rem;
  }
}
.reserve-check__left-side__final-confirmation {
  width: 72rem;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__left-side__final-confirmation {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation {
    width: 100%;
    padding-top: 2.3rem;
    padding-bottom: 1.6rem;
  }
}
.reserve-check__left-side__final-confirmation__title {
  font-size: 2rem;
  font-weight: 600;
  color: #404040;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__title {
    font-size: 1.2rem;
  }
}
.reserve-check__left-side__final-confirmation__title-cover {
  display: flex;
}
.reserve-check__left-side__final-confirmation__warn {
  font-size: 1.6rem;
  color: #404040;
  margin-left: 2.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__warn {
    font-size: 0.8rem;
    transform: translateY(-0.5rem);
  }
}
.reserve-check__left-side__final-confirmation__content {
  display: flex;
  margin-left: 1rem;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content {
    margin-left: 0.5rem;
    margin-top: 2rem;
  }
}
.reserve-check__left-side__final-confirmation__content__check[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5rem;
  height: 3.5rem;
  border: 2px solid #a8a6a6;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content__check[type=checkbox] {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 3rem;
    border: 0.5px solid #a8a6a6;
    border-radius: 2.5px;
  }
}
.reserve-check__left-side__final-confirmation__content__check[type=checkbox]:checked {
  background-color: #ed7262;
  background-image: url("/img/check-mark.png");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.reserve-check__left-side__final-confirmation__content__label-cover {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content__label-cover {
    margin-left: 0.8rem;
  }
}
.reserve-check__left-side__final-confirmation__content__label {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content__label {
    font-size: 1rem;
  }
}
.reserve-check__left-side__final-confirmation__content__label__desc {
  font-weight: 300;
  font-size: 1.8rem;
  color: #404040;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__final-confirmation__content__label__desc {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 2;
  }
}
.reserve-check__left-side__button-cover {
  display: flex;
  margin-top: 13rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__button-cover {
    display: block;
    text-align: center;
    margin-top: 2.8rem;
  }
}
.reserve-check__left-side__button {
  font-size: 2rem;
  height: 6.5rem;
  width: 35.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 0.4rem;
}
.reserve-check__left-side__button:nth-of-type(1) {
  border: solid 2px #ed7262;
  color: #ed7262;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__button:nth-of-type(1) {
    border: solid 1px #ed7262;
    color: #ed7262;
  }
}
.reserve-check__left-side__button:nth-of-type(2) {
  margin-left: 3rem;
  background-color: #ed7262;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__button:nth-of-type(2) {
    margin-left: 0;
    margin-top: 1rem;
    background-color: #ed7262;
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__left-side__button {
    font-size: 1.2rem;
    width: 21.3rem;
    height: 3.65rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 2px;
  }
}
.reserve-check__right-side {
  width: 37.5%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}
.reserve-check__right-side__cover {
  width: 43rem;
  margin-top: 13rem;
  background-color: #ffffff;
  padding-bottom: 4rem;
  height: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side__cover {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side__cover {
    width: 100%;
  }
}
.reserve-check__right-side__img {
  background-image: url("../../img/reserve-room.png");
  height: 25.5rem;
  position: relative;
}
.reserve-check__right-side__img__text {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.reserve-check__right-side__title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #404040;
  padding-left: 1.6rem;
  padding-top: 3.3rem;
  padding-bottom: 2.8rem;
}
.reserve-check__right-side__contents {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding-left: 1.6rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.reserve-check__right-side__content:not(:first-child) {
  margin-top: 4rem;
}
.reserve-check__right-side__content__title {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 600;
}
.reserve-check__right-side__content__desc {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 300;
  margin-top: 1.8rem;
}
.reserve-check__right-side__charge-cover {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 3rem;
}
.reserve-check__right-side__charge {
  display: flex;
  justify-content: space-between;
}
.reserve-check__right-side__charge:nth-of-type(2) {
  margin-top: 3rem;
}
.reserve-check__right-side__charge:nth-of-type(3) {
  margin-top: 4rem;
}
.reserve-check__right-side__charge__title {
  font-size: 1.8rem;
  color: #404040;
  font-weight: bold;
}
.reserve-check__right-side__charge__desc {
  font-size: 1.5rem;
}
.reserve-check__right-side__charge__desc span {
  font-size: 2.1rem;
  color: #404040;
  font-weight: bold;
}
.reserve-check__right-side-sp {
  width: 37.5%;
  background-color: #f5f5f5;
  padding-right: 12.4rem;
  padding-left: 15rem;
  padding-bottom: 36rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side-sp {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    padding-bottom: 0;
  }
}
.reserve-check__right-side-sp__cover {
  width: 43rem;
  margin-top: 13rem;
  background-color: #ffffff;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side-sp__cover {
    width: 100%;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__cover {
    width: 100%;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
.reserve-check__right-side-sp__img {
  background-image: url("../../img/reserve-room.png");
  height: 25.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side-sp__img {
    height: 40rem;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__img {
    width: auto;
    height: 19.5rem;
    background-position: center;
    background-size: cover;
  }
}
.reserve-check__right-side-sp__img__text {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__img__text {
    font-size: 1.2rem;
    left: 1.3rem;
    bottom: 1.3rem;
  }
}
.reserve-check__right-side-sp__title {
  font-size: 3rem;
  font-weight: 600;
  color: #404040;
  padding-left: 1.6rem;
  padding-top: 3.3rem;
  padding-bottom: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__title {
    padding-left: 0;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.reserve-check__right-side-sp__contents {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding-left: 1.6rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side-sp__contents {
    border-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__contents {
    padding-left: 0;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 2rem;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-check__right-side-sp__content:first-child {
    margin-top: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__content:first-child {
    margin-top: 1.7rem;
  }
}
.reserve-check__right-side-sp__content:not(:first-child) {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__content:not(:first-child) {
    margin-top: 1.9rem;
  }
}
.reserve-check__right-side-sp__content__title {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__content__title {
    font-size: 1.1rem;
  }
}
.reserve-check__right-side-sp__content__desc {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 300;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .reserve-check__right-side-sp__content__desc {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
}

.reserve-thanks {
  padding-top: 8rem;
  padding-bottom: 28rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.4rem;
    padding-bottom: 20rem;
    max-width: 37.5rem;
  }
}
.reserve-thanks__progress {
  display: flex;
  align-items: start;
  padding-left: 4.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks__progress {
    flex-direction: column;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress {
    flex-direction: column;
    padding-left: 0;
  }
}
.reserve-thanks__progress__logo {
  font-size: 2.8rem;
  color: #404040;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__logo {
    font-size: 1.4rem;
  }
}
.reserve-thanks__progress__marks {
  display: flex;
  align-items: center;
  margin-left: 33rem;
  transform: translateY(-1rem);
  gap: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks__progress__marks {
    margin-left: 19rem;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__marks {
    margin-top: auto;
    margin-left: 8rem;
    gap: 0.6rem;
    margin-top: 2.5rem;
  }
}
.reserve-thanks__progress__bar {
  background-color: #c9c9c9;
  height: 0.1rem;
  width: 7.6rem;
  transform: translateY(-1rem);
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__bar {
    width: 4rem;
    transform: translateY(-0.5rem);
  }
}
.reserve-thanks__progress__mark__num {
  color: #aeaeae;
  border: solid 1px #aeaeae;
  font-size: 1.8rem;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__mark__num {
    font-size: 0.9rem;
    height: 2.1rem;
    width: 2.1rem;
  }
}
.reserve-thanks__progress__mark__num__3 {
  background-color: #ed7262;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks__progress__mark__num__3 {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__mark__num__3 {
    border: none;
  }
}
.reserve-thanks__progress__mark__text {
  color: #aeaeae;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
}
.reserve-thanks__progress__mark__text__3 {
  color: #ed7262;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__progress__mark__text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.reserve-thanks__content {
  text-align: center;
  margin-top: 19.5rem;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content {
    margin-top: 6.5rem;
  }
}
.reserve-thanks__content__message {
  font-size: 3.5rem;
  color: #ed7262;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__message {
    font-size: 1.5rem;
  }
}
.reserve-thanks__content__desc {
  color: #404040;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__desc {
    font-size: 1rem;
    margin-top: 3.2rem;
  }
}
.reserve-thanks__content__desc__br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks__content__desc__br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__desc__br {
    display: block;
  }
}
.reserve-thanks__content__button-cover {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-top: 15.5rem;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__button-cover {
    font-size: 1.2rem;
    margin-top: 12.5rem;
    gap: 1rem;
  }
}
.reserve-thanks__content__button {
  width: 33.6rem;
  height: 5.8rem;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__button {
    width: 21.3rem;
    height: 3.65rem;
  }
}
.reserve-thanks__content__button:nth-of-type(1) {
  background-color: #ed7262;
  color: #ffffff;
}
.reserve-thanks__content__button:nth-of-type(2) {
  border: solid 2px #ed7262;
  color: #ed7262;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reserve-thanks__content__button:nth-of-type(2) {
    border: solid 1px #ed7262;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-thanks__content__button:nth-of-type(2) {
    border: solid 1px #ed7262;
  }
}

/*# sourceMappingURL=style.css.map */
