@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Noto+Serif+TC&display=swap");
.header,
.footer {
  min-width: 1100px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  /* リキッドレイアウト対応 */
  /* pcの電話番号発信対応 */
  /* ホバー */
  /* Remove default margin */
  /* A elements that don't have a class get default styles */
  /* Make images easier to work with */
  /* Natural flow and rhythm in articles by default */
  /* Inherit fonts for inputs and buttons */
  /* Blur images when they have no alt attribute */
}
.header *,
.footer * {
  box-sizing: border-box;
}
.header .u-desktop,
.footer .u-desktop {
  display: block;
}
.header .u-mobile,
.footer .u-mobile {
  display: none;
}
.header a,
.footer a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}
.header ul,
.header ol,
.footer ul,
.footer ol {
  padding: 0;
  list-style-type: none;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header p,
.header ul,
.header ol,
.header figure,
.header blockquote,
.header dl,
.header dd,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer ul,
.footer ol,
.footer figure,
.footer blockquote,
.footer dl,
.footer dd {
  margin: 0;
}
.header a:not([class]),
.footer a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.header article > * + *,
.footer article > * + * {
  margin-top: 1em;
}
.header input,
.header button,
.header textarea,
.header select,
.footer input,
.footer button,
.footer textarea,
.footer select {
  font: inherit;
}
.header img:not([alt]),
.footer img:not([alt]) {
  filter: blur(10px);
}

.button {
  align-items: center;
  border-bottom: solid 1px #333333;
  display: flex;
  height: 2.875rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 18rem;
  z-index: 1;
}

.button__text {
  font-size: 1.125rem;
  line-height: 2.2;
  position: relative;
  z-index: 3;
}

.button::before {
  background-color: #333333;
  content: "";
  height: 100%;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
}

.button:hover::before {
  transform: translateY(0%);
}

.button:hover .button__text {
  color: #ffffff;
}

.button--inside {
  align-items: center;
  border-bottom: 1px solid #231815;
  display: flex;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.5625rem 2.5rem;
  position: relative;
  z-index: 1;
}

.button__text--inside {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  position: relative;
  z-index: 3;
  text-align: center;
}

.button--inside::before {
  background-color: #333333;
  content: "";
  height: 100%;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
}

.button--inside:hover::before {
  transform: translateY(0%);
}

.button--inside:hover .button__text--inside {
  color: #ffffff;
}

.card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.08em;
}

.card__image {
  aspect-ratio: 520/336;
  width: 32.5rem;
}

.card__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 3rem;
}

.card__text {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 1rem;
}

.card__from {
  border-top: solid 1px #b3b3b3;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  width: 100%;
}

.card__link-button {
  margin-top: 5rem;
  width: 100%;
}

.cards {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5rem;
}

.cards--cuisine {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.25rem;
  max-width: 67.5rem;
}

.caution {
  color: #c1272d;
}

.floating {
  bottom: 0;
  font-family: "Noto Serif JP", serif;
  position: fixed;
  right: 0;
  width: 12rem;
  z-index: 999;
}

.footer {
  font-family: "Noto Serif JP", serif;
  padding: 6rem 0 5rem;
}

.footer__inner {
  grid-column-gap: 14.125em;
  -moz-column-gap: 14.125em;
  -moz-column-gap: 12.5em;
  column-gap: 14.125em;
  column-gap: 9.5em;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}

.footer__left-parts {
  grid-column: 1;
  grid-row: 1/span 2;
}

.footer__logo {
  aspect-ratio: 123/141;
  width: 123px;
}

.footer__logo picture {
  height: 100%;
  width: 100%;
}

.footer__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__about {
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 1.5rem;
  white-space: nowrap;
}

.footer__sns {
  margin-top: 2rem;
  text-align: left;
}

.footer__sns:hover {
  opacity: 0.6;
}

.footer__sns img {
  width: 1.4375rem;
}

.footer__right-parts {
  grid-column: 2;
  grid-row: 1;
}

.footer__nav {
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: grid;
  grid-template-columns: 2fr 0.75fr;
  line-height: 2.2;
}

.footer__copyright {
  grid-column: 2;
  grid-row: 2;
  margin-top: 6rem;
}

.footer__copyright small {
  letter-spacing: 0.08em;
}

.global-menu {
  -moz-column-gap: 2.25rem;
  align-items: center;
  color: #ffffff;
  column-gap: 2.25rem;
  display: flex;
  justify-content: flex-end;
}

.global-menu__item {
  cursor: pointer;
  text-align: center;
}

.global-menu__link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.global-menu__item:hover {
  opacity: 0.6;
}

.global-menu__item--resevation {
  background-color: #b3b3b3;
  color: #333333;
  height: 5rem;
  width: 11.5625rem;
}

.global-menu__item--resevation a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.global-menu__label {
  letter-spacing: 0.08em;
  line-height: 2.9;
}

.hamburger {
  z-index: 9999;
}

.hamburger span {
  background: #b3b3b3;
  display: block;
  height: 0.125rem;
  position: relative;
  transition: ease 0.3s;
  width: 1.875rem;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.header {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  justify-content: space-between;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  z-index: 99999;
}

.header__logo {
  aspect-ratio: 247/65;
  margin-left: 0.75rem;
  width: 15.4375rem;
}

.header__logo picture {
  height: 100%;
  width: 100%;
}

.header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header__language {
  display: none;
}

.header__right-contents {
  display: none;
}

.header__sp-menu {
  display: none;
  font-family: "Noto Serif JP", serif;
}
.header__sp-menu a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.header__sp-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.header__sp-menu ul li {
  width: 50%;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
}

.header__sp-menu ul li:nth-of-type(even) {
  border-left: 1px solid #231815;
}

.header__sp-menu ul li a {
  display: block;
  padding: 10px 5px;
}

.image_staggered {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.image-and-text {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 118.125rem;
}

.image-and-text--reverse {
  flex-direction: row-reverse;
}

.image-and-text:not(:first-child) {
  margin-top: 3.5rem;
}

.image-and-text__contents {
  width: 50%;
}

.image-and-text__contents-inner {
  margin-left: auto;
  padding-right: 4.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.image-and-text--reverse .image-and-text__contents-inner {
  margin-left: 0;
  margin-right: auto;
  padding-left: 4.5rem;
  padding-right: 0;
}

.image-and-text__title {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-bottom: 3.25rem;
}

.image-and-text__text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  text-align: left;
}

.image-and-text__contents--center .image-and-text__title,
.image-and-text__contents--center .image-and-text__text {
  text-align: center;
}

.image-and-text__image {
  aspect-ratio: 945/673;
  width: 50%;
}

.image-and-text__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-gallery {
  grid-gap: 1.25rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}

.image-gallery picture:nth-of-type(1) {
  grid-column: span 2;
}

.image-gallery picture {
  height: 100%;
  width: 100%;
}

.image-gallery img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}

.image-parallel {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.image-parallel picture {
  aspect-ratio: 945/617;
  height: 100%;
  width: 100%;
}

.image-parallel img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-triple {
  grid-gap: 1.25rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 216fr 100fr;
  grid-template-rows: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}

.image-triple picture:nth-of-type(1) {
  grid-row: span 2;
}

.image-triple picture {
  height: 100%;
  width: 100%;
}

.image-triple img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}

.key-visual {
  position: relative;
  z-index: 3;
}

.key-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background: url("../images/sub-key-visual_shadow.png") repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.key-visual__contents {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  z-index: 99;
}

.key-visual__logo {
  aspect-ratio: 200/230;
  margin-left: auto;
  margin-right: auto;
  width: 12.5rem;
}

.key-visual__logo picture {
  aspect-ratio: 128/146;
}

.key-visual__logo img {
  height: 100%;
  width: 100%;
}

.key-visual__text {
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 2rem;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}

.key-visual_swiper {
  height: 100svh;
  width: 100%;
}

.l-contents-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}

.l-contents-inner--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  min-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.language-footer {
  display: grid;
  grid-template-columns: 105px;
  grid-template-rows: repeat(4, 60px);
}

.language-footer__item {
  cursor: pointer;
}

.language-footer__item:hover {
  opacity: 0.6;
}

.language {
  color: #ffffff;
  position: relative;
}

.language__item {
  -moz-column-gap: 0.5625rem;
  align-items: center;
  column-gap: 0.5625rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.language__text {
  letter-spacing: 0.08em;
}

.language__contents--sp-menu .language__item {
  justify-content: flex-start;
}

.language__icon img {
  vertical-align: middle;
}

.header__language.is-open .language__contents {
  display: block;
}

.lower-headding {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  margin-top: 6.5625rem;
}

.lower-headding__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.lower-headding__lead {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 5.5rem;
  text-align: center;
}

.lower-headding__lead_sub1 {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 2.25rem;
  text-align: center;
}

.lower-headding__lead_sub2 {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 2.625rem;
  text-align: center;
}

.lower-headding__nav {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.625rem;
  max-width: 70rem;
}

.lower-headding--hotspring .lower-headding__nav {
  max-width: 67.5rem;
}

.lower-headding__nav-menu {
  -moz-column-gap: 3.5rem;
  align-items: center;
  column-gap: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3.75rem;
}

.lower-headding__image-and-text {
  margin-top: 6.5625rem;
}

.main-scroll {
  bottom: 0;
  color: #fff;
  height: 80px;
  left: calc(50% - 8px);
  line-height: 1;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1em;
  z-index: 10;
}

.main-scroll a {
  color: #fff;
}

.main-scroll__bar {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: inline-block;
  height: 120px;
  left: 50%;
  margin: 10px auto 0;
  overflow: hidden;
  position: absolute;
  vertical-align: baseline;
  width: 1px;
}

.main-scroll__bar:after {
  animation: promptAnimation 3s infinite;
  background: #fff;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 1px;
}

.map {
  position: relative;
}

.map__container {
  height: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 0.625rem;
}

.map__image {
  aspect-ratio: 1900/1976;
  left: -1317px;
  position: absolute;
  top: -920px;
  z-index: -1;
}

.map__point-img {
  aspect-ratio: 722/407;
  left: -345px;
  position: absolute;
  top: 100px;
  width: 722px;
}

.map__point-img img {
  height: 100%;
  width: 100%;
}

.nav-footer {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 205px);
  grid-template-rows: repeat(4, 60px);
}

.nav-footer__item:hover {
  opacity: 0.6;
}

.nav-footer__label {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.notes-wrapper {
  margin-top: 7.5rem;
}

.notes {
  border-top: 1px solid transparent;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 70.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

.notes__title {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 2.5rem;
}

.notes__contents {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 2.5rem;
}

.reservations {
  text-align: center;
}

.reservations__head {
  background-color: #5b5b5b;
  border-top: 1px solid transparent;
  color: #ffffff;
  padding: 0.375rem 0 1.5rem;
  position: relative;
  cursor: pointer;
}

.reservations__head::after {
  content: "";
  display: block;
  background: url("../images/reservations__head_angle.png");
  background-size: 100%;
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 7px);
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
}

.reservations__head.open::after {
  transform: rotate(180deg);
}

.reservations__star {
  aspect-ratio: 67/17;
  margin-left: auto;
  margin-right: auto;
  width: 4.1875rem;
}

.reservations__star img {
  height: 100%;
  width: 100%;
}

.reservations__catch {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}

.reservations__lead {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}

.reservations__inner {
  display: none;
}

.reservations__button {
  background-color: #b3b3b3;
  color: #333333;
  display: block;
  padding: 0.25rem 0 0.625rem;
}

.reservations__button:hover {
  opacity: 0.6;
}

.reservations__button-label {
  font-size: 1.3125rem;
  letter-spacing: 0.06em;
}

.reservations__reservations-icon {
  aspect-ratio: 73/53;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  width: 5rem;
}

.reservations__reservations-icon img {
  height: 100%;
  width: 100%;
}

.reservations__foot {
  background-color: #5b5b5b;
  color: #ffffff;
  padding: 0.625rem 0.5rem 1rem;
}

.reservations__announce {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.reservations__arrow {
  line-height: 1;
  margin-top: 0.25rem;
}

.reservations__arrow img {
  height: auto;
  width: 0.9375rem;
}

.reservations__link {
  border-bottom: solid 1px #ffffff;
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  margin-top: 0.25rem;
  padding-bottom: 0.125rem;
}

.reservations__link:hover {
  opacity: 0.6;
}

.reservations__mail {
  border-bottom: solid 1px #ffffff;
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  margin-top: 0.375rem;
  padding-bottom: 0.125rem;
}

.reservations__mail:hover {
  opacity: 0.6;
}

.room-table {
  text-align: left;
}

.room-table_item {
  align-items: flex-start;
  border-top: solid #b3b3b3 1px;
  display: flex;
  font-size: 1.125rem;
  justify-content: flex-start;
  line-height: 2.2;
  padding-left: 2.5rem;
  padding-top: 1.5rem;
}

.room-table_item:last-child {
  border-bottom: solid #b3b3b3 1px;
  padding-bottom: 1.5rem;
}

.room-table_item:not(:first-child) {
  margin-top: 1.125rem;
}

.room-table_title {
  width: 19.25rem;
}

.room-table_data {
  flex-grow: 1;
  width: calc(100% - 19.25rem);
}

.room-table_data a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.room-table_data a:hover {
  opacity: 0.5;
}

.section-about {
  margin-bottom: 38.25rem;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
}

.section-about__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.section-about__lead {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 3.5rem;
}

.section-about__lead-sub {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 2.5rem;
}

.section-group-point {
  margin-top: 7.5rem;
}

.section-reservation {
  background-image: url("../images/top/bg-reservation.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  margin-top: 7.5rem;
  min-width: 80rem;
  padding: 11.875rem 0 10.5rem;
}

.section-reservation__button {
  align-items: center;
  border: solid 1px #ffffff;
  cursor: pointer;
  display: flex;
  height: 5rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 28.4375rem;
  z-index: 1;
}

.section-reservation__button-text {
  color: #ffffff;
  font-size: 1.25rem;
  position: relative;
  z-index: 3;
}

.section-reservation__button::before {
  background-color: #ffffff;
  content: "";
  height: 100%;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
}

.section-reservation__button:hover::before {
  transform: translateY(0%);
}

.section-reservation__button:hover .section-reservation__button-text {
  color: #333333;
}

.section {
  margin-top: 6.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.section__title-main {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.section__title-main em {
  color: #FFF;
  background-color: #C1272D;
  font-style: normal;
  padding: 0 10px;
  font-size: 0.5em;
  display: inline-block;
  line-height: 2em;
  margin: 0 10px;
}

.section__contents {
  margin-top: 3.25rem;
}

.section__contents--point {
  margin-top: 2.5rem;
}

.section__text-block {
  margin-top: 3rem;
}

.section__image-gallery {
  margin-top: 4rem;
}

.section__cards {
  margin-top: 4rem;
}

.title-mark {
  background-color: #231815;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  margin-left: 2.5rem;
  padding: 0.125rem 0.6875rem;
}

.room-menu__title {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.room-menu__lead {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-top: 3.25rem;
  text-align: center;
}

.room-menu__contents {
  margin-top: 3.375rem;
}

.menu-photo {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.menu-photo__item {
  aspect-ratio: 198/264;
  cursor: pointer;
  width: 12.375rem;
  transition: opacity 0.3s ease;
}

.menu-photo__item:hover {
  opacity: 0.5;
}

.menu-photo__item picture {
  display: block;
  height: 100%;
  width: 100%;
}

.menu-photo__item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.menu-photo__caption {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-top: 1.3125rem;
  text-align: center;
}

.sub-key-visual {
  position: relative;
  align-items: center;
  aspect-ratio: 2000/480;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 1100px;
}

.sub-key-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/sub-key-visual_shadow.png") repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.sub-key-visual picture {
  height: 100%;
  width: 100%;
}

.sub-key-visual img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.text-block-room {
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
  text-align: center;
}

.text-block-room__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75;
}

.text-block-room__lead {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 3.25rem;
}

.text-block-room__table {
  margin-top: 4.25rem;
}

.text-block-room__footer {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.text-block-room__footer:has(.text-block-room__link-button:nth-child(1):nth-last-child(1)) {
  justify-content: flex-end;
}

.text-block-room__contents {
  margin-top: 4rem;
  text-align: left;
}

.text-block-room__point-title {
  font-size: 1.5rem;
}

.text-block-room__point-text {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 1.75rem;
}

.text-block-room__link-button {
  margin-top: 4rem;
}

.text-block {
  letter-spacing: 0.08em;
  text-align: center;
}

.text-block__title-sub {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75;
  white-space: pre-line;
}

.text-block__lead {
  font-size: 1.125rem;
  line-height: 2.25;
  margin-top: 2.5rem;
  white-space: pre-line;
}

.text-block__link-button {
  margin-top: 3.25rem;
}

.title-main {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

.title-point {
  color: #999999;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.c-to-top {
  border: 1px solid;
  border-radius: 50%;
  bottom: 0.625rem;
  overflow: hidden;
  position: fixed;
  right: 0.625rem;
}

.c-to-top a {
  background-color: #fff;
  display: block;
  height: 3.125rem;
  position: relative;
  width: 3.125rem;
}

.c-to-top a span {
  background-color: transparent;
  border-right: 2px solid;
  border-top: 2px solid;
  height: 1.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
  width: 1.25rem;
}

.wrapper {
  overflow: hidden;
}

.swiper-slide {
  aspect-ratio: 2028/1352;
}

.swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.key-visual .key-visual_swiper .swiper-pagination {
  bottom: 15%;
}

.key-visual .key-visual_swiper .swiper-pagination-bullet {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 2px #ffffff;
  height: 10px;
  margin: 0 15px;
  width: 10px;
}

.key-visual .key-visual_swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  height: 10px;
  width: 10px;
}

.text-block-room__table_2col {
  display: flex;
  justify-content: flex-start;
  column-gap: 3rem;
  flex-wrap: wrap;
}

.text-block-room__table_2col .room-table:nth-of-type(n+3) .room-table_item {
  border-top: none;
}

.facility_content .cards {
  margin-top: 5rem;
}

.list_3col {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list_3col li {
  width: calc((100% - 3rem) / 3);
}

.list_3col li .image img {
  width: 100%;
  vertical-align: bottom;
}

.list_3col li .text {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.global-menu__language {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header {
    overflow-x: auto;
  }
}
@media (max-width: 1320px) {
  .header {
    font-size: 15px;
  }
  .footer {
    font-size: 15px;
  }
  .global-menu {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (max-width: 1279px) {
  .section-about {
    margin-bottom: 30.5rem;
    margin-top: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .nav-footer {
    grid-template-columns: repeat(2, 155px);
  }
  .global-menu {
    column-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .u-desktop,
  .footer .u-desktop {
    display: none;
  }
  .header .u-mobile,
  .footer .u-mobile {
    display: block;
  }
  .header a[href^="tel:"],
  .footer a[href^="tel:"] {
    pointer-events: none;
  }
  .button {
    width: 16.25rem;
  }
  .button__text {
    font-size: 1rem;
  }
  .button--inside {
    padding: 0.3125rem 1.25rem;
  }
  .button__text--inside {
    font-size: 0.875rem;
  }
  .card__image {
    aspect-ratio: 327/168;
    width: 100%;
  }
  .card__title {
    font-size: 1.375rem;
    margin-top: 1rem;
  }
  .card__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .card__from {
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .card__link-button {
    margin-top: 2rem;
  }
  .cards {
    grid-template-columns: 1fr;
    row-gap: 2.375rem;
  }
  .cards--sightseeing {
    row-gap: 4.5rem;
  }
  .cards--cuisine {
    margin-top: 1.75rem;
    max-width: 37.5rem;
  }
  .floating {
    width: 11rem;
  }
  .footer {
    min-width: auto;
    padding: 3rem 0;
  }
  .footer__inner {
    display: block;
    width: 100%;
  }
  .footer__left-parts {
    padding-left: 7vw;
  }
  .footer__logo {
    aspect-ratio: 107/123;
    width: 6.6875rem;
  }
  .footer__about {
    font-size: 14px;
    margin-top: 1.25rem;
    white-space: wrap;
  }
  .footer__sns {
    line-height: 1;
    margin-top: 1.1875rem;
  }
  .footer__sns img {
    width: 1.25rem;
  }
  .footer__copyright {
    margin-top: 1.125rem;
    text-align: center;
  }
  .footer__copyright small {
    font-size: 0.875rem;
  }
  .global-menu {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .global-menu__item {
    border-bottom: solid 1px #ffffff;
    height: 3.75rem;
    width: 14rem;
  }
  .global-menu__item--resevation {
    border: none;
    height: 3.25rem;
    margin-top: 2.5rem;
  }
  .global-menu__label {
    font-size: 1rem;
  }
  .global-menu__language {
    width: 100%;
    font-size: 1.125rem;
    margin-top: 48px;
    display: block;
  }
  .language__contents--sp-menu {
    display: none;
  }
  .global-menu__language .language__title {
    padding-bottom: 10px;
    cursor: pointer;
    display: block !important;
  }
  .global-menu__language .language__icon {
    display: inline-block;
    margin-right: 12px;
  }
  .global-menu__language .language__item--sp-menu a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .header {
    height: 3.125rem;
    min-width: auto;
    padding-right: 0.625rem;
  }
  .header__logo {
    width: 10.25rem;
  }
  .header__global-menu {
    background-color: rgba(51, 51, 51, 0.9);
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding: 13.3vw 20vw 30vw;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .header__global-menu.is-open {
    display: block;
  }
  .header__language {
    display: block;
  }
  .header__right-contents {
    align-items: center;
    display: flex;
    gap: 0.875rem;
    justify-content: flex-end;
  }
  .header__sp-menu {
    display: block;
  }
  .image_staggered {
    flex-direction: column;
    gap: 0.25rem;
  }
  .image_staggered picture {
    aspect-ratio: 375/244;
    height: 100%;
    width: 100%;
  }
  .image_staggered img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .image-and-text {
    flex-direction: column-reverse;
    max-width: 37.5rem;
  }
  .image-and-text--reverse {
    flex-direction: column-reverse;
  }
  .image-and-text:not(:first-child) {
    margin-top: 2rem;
  }
  .image-and-text__contents {
    width: 100%;
  }
  .image-and-text__contents-inner {
    padding-right: 0;
    width: 100%;
  }
  .image-and-text--reverse .image-and-text__contents-inner {
    padding-left: 0;
  }
  .image-and-text__title {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
  .image-and-text__text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .image-and-text__contents {
    margin-top: 1.5rem;
  }
  .image-and-text__contents .image-and-text__text {
    margin-top: 0;
  }
  .image-and-text__image {
    width: 100%;
  }
  .image-gallery {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .image-gallery picture:nth-of-type(1) {
    aspect-ratio: 654/326;
    grid-column: span 2;
    grid-row: span 1;
  }
  .image-parallel {
    flex-direction: column;
    gap: 0.25rem;
  }
  .image-parallel picture {
    aspect-ratio: 375/244;
  }
  .image-triple {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }
  .image-triple picture:nth-of-type(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .key-visual__logo {
    width: 6.75rem;
  }
  .key-visual__logo picture {
    aspect-ratio: 330/273;
  }
  .key-visual__text {
    font-size: 1.75rem;
    line-height: 1.6;
    margin-top: 1.25rem;
  }
  .key-visual_swiper {
    aspect-ratio: 375/600;
  }
  .l-contents-inner {
    max-width: 37.5rem;
  }
  .l-contents-inner--small {
    max-width: 37.5rem;
  }
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .language__title {
    border-bottom: solid 1px #ffffff;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding: 0 0.25rem 0.25rem;
  }
  .header__language .language__title {
    display: block;
    border-bottom: none;
  }
  .header__language .language__title::-webkit-details-marker {
    display: none;
  }
  .header__language .language__contents {
    display: block;
    margin-top: 0.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .header__language .language__item {
    background-color: rgba(51, 51, 51, 0.9);
    border-bottom: solid 1px #ffffff;
    padding: 0.25rem 0;
  }
  .header__language .language__label {
    padding-left: 0.625rem;
    vertical-align: middle;
  }
  .header__global-menu.is-open .language__contents--sp-menu {
    grid-row-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 1rem;
    row-gap: 1rem;
  }
  .header__global-menu.is-open .language__item--sp-menu:nth-of-type(even) {
    text-align: right;
  }
  .header__global-menu.is-open .language__label {
    padding-left: 0.5rem;
    vertical-align: middle;
  }
  .lower-headding {
    margin-top: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lower-headding__title {
    font-size: 1.75rem;
  }
  .lower-headding__lead {
    font-size: 1.25rem;
    margin-top: 1.75rem;
  }
  .lower-headding__lead_sub1 {
    font-size: 0.875rem;
    margin-top: 1.75rem;
  }
  .lower-headding__lead_sub2 {
    font-size: 0.875rem;
    margin-top: 1.75rem;
  }
  .lower-headding__nav {
    margin-top: 3.875rem;
  }
  .lower-headding__nav-menu {
    -moz-column-gap: normal;
    column-gap: normal;
    flex-direction: column;
    row-gap: 0;
  }
  .lower-headding__nav-menu .button--inside {
    padding: 0.5rem 1.25rem;
  }
  .lower-headding__item {
    width: 100%;
  }
  .lower-headding__image-and-text {
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .map__image {
    left: -644px;
    top: -434px;
    width: 950px;
  }
  .map__image img {
    height: auto;
    width: 100%;
  }
  .map__point-img {
    aspect-ratio: 690/450;
    left: -147px;
    margin-top: 4.5rem;
    top: -8px;
    width: 345px;
  }
  .nav-footer {
    row-gap: 1.25rem;
  }
  .notes-wrapper {
    margin-top: 0;
  }
  .notes {
    margin-top: 4rem;
    max-width: 40rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .notes__title {
    font-size: 1.375rem;
    font-weight: 500;
    margin-top: 0;
  }
  .notes__contents {
    font-size: 0.875rem;
    margin-top: 2rem;
    text-align: left;
  }
  .reservations__star {
    aspect-ratio: 34/9;
    line-height: 0;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    width: 2.09375rem;
  }
  .reservations__catch {
    font-size: 1rem;
  }
  .reservations__lead {
    font-size: 0.7rem;
    letter-spacing: 0;
    margin-top: 0;
  }
  .reservations__button {
    padding: 0.125rem 0 0.125rem;
  }
  .reservations__button-label {
    font-size: 0.8rem;
  }
  .reservations__reservations-icon {
    margin-top: 0.25rem;
    width: 2.5rem;
  }
  .reservations__foot {
    padding: 0.375rem 0.25rem 0.375rem;
  }
  .reservations__announce {
    font-size: 0.7rem;
  }
  .reservations__arrow {
    aspect-ratio: auto;
    line-height: 0;
    margin-top: 0;
    vertical-align: top;
  }
  .reservations__arrow img {
    width: 0.5rem;
  }
  .reservations__link {
    font-size: 0.7rem;
    margin-top: 0.25rem;
  }
  .reservations__mail {
    font-size: 0.7rem;
    margin-top: 0.25rem;
  }
  .room-table_item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding-bottom: 0.9375rem;
    padding-left: 0;
  }
  .room-table_item:not(:first-child) {
    margin-top: 0.875rem;
  }
  .room-table_title {
    font-weight: 500;
    width: 100%;
  }
  .room-table_data {
    width: 100%;
  }
  .section-about {
    margin-bottom: 22.5rem;
    margin-top: 4rem;
  }
  .section-about__title {
    font-size: 1.75rem;
  }
  .section-about__lead {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .section-about__lead-sub {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .section-group-point section:nth-of-type(1) {
    margin-top: 2.5rem;
  }
  .section-group-point .section {
    padding-left: 0;
    padding-right: 0;
  }
  .section-reservation {
    margin-top: 5rem;
    min-width: auto;
    padding: 5.75rem 0;
  }
  .section-reservation__button {
    height: 4.5rem;
    width: 15rem;
  }
  .section-reservation__button-text {
    font-size: 1.125rem;
  }
  .section {
    margin-top: 3.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .section__contents {
    margin-top: 2.5rem;
  }
  .section__contents--point {
    margin-top: 1.5rem;
  }
  .section__text-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 37.5rem;
  }
  .section__text-block--point {
    margin-top: 3rem;
  }
  .section__image-gallery {
    margin-top: 1rem;
  }
  .section__cards {
    margin-top: 2.5rem;
  }
  .title-mark {
    font-size: 0.75rem;
    margin-left: 1.25rem;
    padding: 0.125rem 0.3125rem;
    letter-spacing: 0;
  }
  .room-menu__title {
    font-size: 1.5rem;
  }
  .room-menu__lead {
    line-height: 1.75;
    margin-top: 2rem;
  }
  .room-menu__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 37.5rem;
  }
  .menu-photo {
    grid-row-gap: 1.125rem;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    row-gap: 1.125rem;
    width: 100%;
  }
  .menu-photo__item {
    height: auto;
    width: 100%;
  }
  .menu-photo__caption {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .sub-key-visual {
    min-width: 0;
    aspect-ratio: 750/500;
  }
  .text-block-room {
    margin-top: 2rem;
  }
  .text-block-room__title {
    font-size: 1.375rem;
    font-weight: 500;
  }
  .text-block-room__lead {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .text-block-room__table {
    margin-top: 2.5rem;
  }
  .text-block-room__footer {
    flex-direction: column;
  }
  .text-block-room__contents {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
  .text-block-room__point-title {
    font-size: 1rem;
    font-weight: bold;
  }
  .text-block-room__point-text {
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .text-block-room__link-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .text-block__title-sub {
    font-size: 1.375rem;
  }
  .text-block__lead {
    font-size: 1rem;
    line-height: 2.2;
    margin-top: 1.75rem;
  }
  .text-block__link-button {
    margin-top: 2.25rem;
  }
  .title-main {
    font-size: 1.375rem;
  }
  .title-point {
    font-size: 1.125rem;
  }
  .video-container {
    height: auto !important;
    width: 87% !important;
  }
  .video-container {
    aspect-ratio: 654/344;
    margin-top: 4.5rem;
    padding: 0;
  }
  .wrapper {
    min-width: auto;
  }
  .swiper-slide {
    aspect-ratio: 75/120;
  }
  .key-visual .key-visual_swiper .swiper-pagination {
    bottom: 19%;
  }
  .key-visual .key-visual_swiper .swiper-pagination-bullet {
    margin: 0 14px;
  }
  .facility_content .lead_image img {
    width: 100%;
  }
  .facility_content .lead {
    font-size: 1rem;
    margin-top: 1.75rem;
    text-align: left;
  }
  #spa_menu {
    margin-top: 1.5rem;
  }
  .spa_section h3 {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
  .spa_section h4 {
    font-size: 1.2rem;
  }
  .spa_section .description {
    font-size: 1rem;
    text-align: left;
  }
  .list_3col {
    column-gap: 0;
    row-gap: 2rem;
  }
  .list_3col li {
    width: 100%;
  }
  .list_3col li .text {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
  .gallery_list {
    column-gap: 3px;
    row-gap: 3px;
  }
  .gallery_list li {
    width: calc((100% - 6px) / 3);
  }
  .gmap iframe {
    height: 90vw;
  }
  .access_content .lead {
    font-size: 1.2rem;
  }
  .access_content .route table th,
  .access_content .route table td {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
  }
  .access_content .route table th {
    font-size: 1.2rem;
  }
  .access_content .route table td {
    font-size: 1rem;
  }
  .text-block-room__table_2col {
    column-gap: 0;
    display: block;
  }
  .text-block-room__table_2col .room-table .room-table_item {
    border-top: none;
  }
}
@keyframes promptAnimation {
  0% {
    top: -100%;
  }
  40% {
    top: 0;
  }
  60% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* ---------------------------------------------------
		zh-tw
------------------------------------------------------ */
.header.zh-tw {
  font-size: 18px;
  font-family: "Noto Serif TC", serif;
}

.footer.zh-tw {
  font-family: "Noto Serif TC", serif;
}
.footer.zh-tw .footer__nav {
  grid-template-columns: 2fr 1fr;
}
.footer.zh-tw .nav-footer {
  grid-template-columns: repeat(2, 145px);
  font-size: 18px;
}

@media (max-width: 1200px) {
  .nav-footer {
    grid-template-columns: repeat(2, 155px);
  }
  .footer.zh-tw .nav-footer {
    grid-template-columns: repeat(2, 120px);
  }
  .footer.zh-tw .language-footer {
    grid-template-columns: 80px;
  }
  .global-menu {
    column-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer.zh-tw .footer__about {
    font-size: 16px;
  }
}
