/* html{
  scroll-behavior: smooth;
} */

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top_nav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top_nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin: 40px 0;
  padding: 0;
}
.top_nav ul li a {
  text-decoration: none;
  display: block;
  color: #333;
  width: 186px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4b4b4;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.top_nav ul li a:hover {
  background-color: #707070;
  color: #fff;
  cursor: pointer;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: block;
}

.slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideFade 40s ease-in-out infinite both;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.slider img:nth-child(1) {
  animation-delay: 0s;
}
.slider img:nth-child(2) {
  animation-delay: 6.6667s;
}
.slider img:nth-child(3) {
  animation-delay: 13.3333s;
}
.slider img:nth-child(4) {
  animation-delay: 20s;
}
.slider img:nth-child(5) {
  animation-delay: 26.6667s;
}
.slider img:nth-child(6) {
  animation-delay: 33.3333s;
}

.slider img:first-child {
  opacity: 1;
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  6% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  28% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

/* アバウトaboutのスタイル*/
.about {
  background-image: url(https://img.travel.rakuten.co.jp/share/image_up/40960/LARGE/b52946e3839de8a23414fc8b68ae64fdb0e5c2c4.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
}

.about__inner {
  width: 100vw;
  height: 60vh;
  padding-top: 72px;
  display: flex;
  justify-content: center;
}

.about__container {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 56px;
}

.about__container h3 {
  font-size: 24px;
   font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3em;
}

.about__text {
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-size: 20px;
  line-height: 2.4;
}

.t_spa__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 96px;
}

.t_spa_image,
.t_spa__text_container {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.t_spa_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t_spa__text_container {
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.t_spa__title {
  font-size: 24px;
  width: 520px;
  align-self: stretch;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 88px;
}

.t_spa__text {
  width: 520px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.t_spa__btn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 64px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
}

.t_spa__btn,
.t_spa__btn:link,
.t_spa__btn:visited {
  color: #333;
  text-decoration: none;
}

.t_spa__btn:hover {
  background-color: #707070;
  color: #fff !important;
  cursor: pointer;
  transform: translateY(-2px);
}

.t_sauna {
  max-width: 1440px;
  background: #3b2e02;
  margin: 0 auto;
  margin-bottom: 104px;
}

.t_sauna__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 40px;
}

.t_sauna_image,
.t_sauna__text_container {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.t_spa_image {
  height: 100%;
  box-sizing: border-box;
}

.t_sauna_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t_sauna__text_container {
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.t_sauna__title {
  font-size: 24px;
  width: 520px;
  align-self: stretch;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 48px;
  color: #ffffff;
}

.t_sauna__text {
  width: 520px;
  line-height: 1.8;
  color: #ffffff;
}

.t_sauna__btn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 64px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
  margin-left: 64px;
}

.t_sauna__btn,
.t_sauna__btn:link,
.t_sauna__btn:visited {
  color: #333;
  text-decoration: none;
}

.t_sauna__btn:hover {
  background: #3b2e02;
  color: #fff !important;
  border: solid 1px #fff;
  cursor: pointer;
  transform: translateY(-2px);
}

.t_restaurant__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 96px;
}

.t_restaurant__image,
.t_restaurant__text_container {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.t_restaurant__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t_restaurant__text_container {
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.t_restaurant__title {
  font-size: 24px;
  width: 520px;
  align-self: stretch;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 88px;
}

.t_restaurant__text {
  width: 540px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.t_restaurant__btn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 64px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
}

.t_restaurant__btn,
.t_restaurant__btn:link,
.t_restaurant__btn:visited {
  color: #333;
  text-decoration: none;
}

.t_restaurant__btn:hover {
  background-color: #707070;
  color: #fff !important;
  cursor: pointer;
  transform: translateY(-2px);
}

.t_room__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 96px;
}

.t_room__image,
.t_room__text_container {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.t_room__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t_room__text_container {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.t_room__title {
  font-size: 24px;
  width: 540px;
  align-self: stretch;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 64px;
}

.t_room__text {
  width: 550px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.t_room__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 64px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
}

.t_room__btn,
.t_room__btn:link,
.t_room__btn:visited {
  color: #333;
  text-decoration: none !important;
}

.t_room__btn:hover {
  background-color: #707070;
  color: #fff !important;
  cursor: pointer;
  transform: translateY(-2px);
}

.t_bakery {
  max-width: 1440px;
  background: #3b2e02;
  margin: 0 auto;
  margin-bottom: 104px;
}

.t_bakery__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 40px;
}

.t_bakery_image,
.t_bakery__text_container {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.t_bakery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t_bakery__text_container {
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.t_bakery__title {
  font-size: 24px;
  width: 520px;
  align-self: stretch;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 48px;
  color: #ffffff;
}

.t_bakery__text {
  width: 520px;
  line-height: 1.8;
  color: #ffffff;
}

.t_bakery__btn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 64px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
}

.t_bakery__btn,
.t_bakery__btn:link,
.t_bakery__btn:visited {
  color: #333;
  text-decoration: none;
}

.t_bakery__btn:hover {
  background: #3b2e02;
  color: #fff !important;
  border: solid 1px #fff;
  cursor: pointer;
  transform: translateY(-2px);
}

/*------- 下層 温泉 --------*/
.fv__image {
  width: 100vw;
  height: 600px;
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spa_inner {
  width: 100%;
  max-width: 1440px;
  margin: 140px auto;
}

.spa_image_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 138px;
}

.spa_image {
  max-width: 1200px;
  width: 100%;
}

.spa_image.is-left {
  margin-right: auto;
}

.spa_image.is-right {
  margin-left: auto;
}

.spa_image img {
  width: 100%;
  height: auto;
  display: block;
}

.spec {
  background: #0b4f63;
  padding: 160px 0;
  color: #e9f0f2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 160px;
}

.spec__inner {
  max-width: 980px;
  margin: 0 auto;
}

.spec__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
}

.spec__label {
  font-size: 16px;
  letter-spacing: 0.12em;
  opacity: 0.9;
  padding-top: 6px;
}

.spec__list {
  margin: 0;
}

.spec__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  padding: 22px 0;
  background-image: repeating-linear-gradient(
    to right,
    rgba(233, 240, 242, 0.4),
    rgba(233, 240, 242, 0.4) 1px,
    transparent 1px,
    transparent 2px
  );
  background-size: 100% 1px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.spec__row:last-child {
  background-image: repeating-linear-gradient(
      to right,
      rgba(233, 240, 242, 0.4),
      rgba(233, 240, 242, 0.4) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      to right,
      rgba(233, 240, 242, 0.4),
      rgba(233, 240, 242, 0.4) 1px,
      transparent 1px,
      transparent 2px
    );
  background-size: 100% 1px, 100% 1px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}
.spec__term {
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.18em;
  opacity: 0.9;
  line-height: 2.1;
  white-space: nowrap;
}

.spec__desc {
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

.day {
  margin-bottom: 160px;
}

.day__inner {
  max-width: 980px;
  padding: 64px 20px;
  margin: 0 auto;
  border: solid 1px #707070;
  text-align: center;
}

.day__title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #707070;
}

.day__text {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 2;
  color: #707070;
}

.day__table {
  width: 100%;
  max-width: 664px;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 24px;
  color: #707070;
}

.day__header {
  font-weight: 400;
  width: 220px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 40px;
}

.day__data {
  text-align: left;
  vertical-align: top;
  padding-bottom: 40px;
}

.day__row:last-child .day__header,
.day__row:last-child .day__data {
  padding-bottom: 20px;
}

.facility-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #707070;
  margin-bottom: 160px;
}

.facility-info__inner {
  display: flex;
  border: 1px solid #707070;
  padding: 80px 0;
}

.facility-info__item {
  flex: 1;
}

.facility-info__item:nth-child(1) {
  padding: 0 30px 0 60px;
}

.facility-info__item:nth-child(2) {
  padding: 0 60px 0 60px;
  border-left: 1px solid #707070;
}

.facility-info__title {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.facility-info__lead {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 50px;
}

.facility-info__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 24px;
  line-height: 1.8;
}

.facility-info__table th {
  width: 130px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding-bottom: 24px;
  line-height: 2;
}

.facility-info__table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 24px;
  line-height: 2;
}

.facility-info__table th,
.facility-info__table td {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 2;
}

.facility-info__note {
  display: block;
  font-size: 24px;
}

.facility-info__notes-group {
  font-size: 24px;
  line-height: 2.2;
  margin-top: 30px;
}

.facility-info__notes-group p {
  margin-bottom: 40px;
}

/*------- 下層 サウナ --------*/
.sauna_image {
  width: 100%;
  max-width: 1200px;
  margin: 160px auto;
}

.sauna-spec {
  background: #0b4f63;
  padding: 160px 0;
  color: #e9f0f2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 160px;
}

.sauna-spec__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.sauna-spec__block {
  padding: 40px 0;
  border-top: 1px dotted rgba(233, 240, 242, 0.4);
}

.sauna-spec__block:last-child {
  border-bottom: 1px dotted rgba(233, 240, 242, 0.4);
}

.sauna-spec__grid {
  display: grid;
  grid-template-columns: 200px 580px;
  gap: 48px;
  align-items: start;
  justify-content: flex-end;
}

.sauna-spec__label {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 2.5;
  opacity: 0.9;
  text-align: center;
  padding-top: 6px;
}

.sauna-spec__list {
  margin: 0;
  width: 100%;
}

.sauna-spec__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 48px;
  padding: 10px 0;
}

.sauna-spec__term {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.22em;
  opacity: 0.85;
  line-height: 2.1;
  white-space: nowrap;
}

.sauna-spec__desc {
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.08em;
  opacity: 0.95;
  display: inline;
}

.sauna-spec__desc br {
  display: none;
}

/* ----下層　お部屋---- */

.room-types {
  padding: 120px 0;
  background-color: #fff;
  color: #707070;
}

.room-types__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 80px;
}

.room-types__title {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 120px;
}

.room-types__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-types__item {
  text-align: center;
}

.room-types__item a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  letter-spacing: 0.25em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s;
}

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

.room-types__arrow {
  display: block;
  width: 14px;
  height: 8px;
  margin-top: 15px;
  position: relative;
}

.room-types__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23707070' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.yukihana {
}

.yukihana__inner {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.yukihana__image {
  margin-bottom: 104px;
}

.yukihana__read {
  line-height: 3;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 136px;
}

.room-detail {
  padding: 100px 0;
  color: #707070;
  background-color: #fff;
}

.room-detail__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.room-block {
  margin-bottom: 120px;
}

.room-block.is-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.room-block.is-row.is-reverse {
  flex-direction: row-reverse;
}

.room-block__image {
  flex: 0 0 60%;
}

.room-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.room-block__text {
  flex: 1;
}

.room-block__title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.room-block__capacity {
  font-size: 20px;
  margin-bottom: 64px;
}

.room-block__desc {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
  text-align-last: left;
}

.room-block__btn {
  display: inline-block;
  padding: 12px 56px;
  border: 1px solid #707070;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 16px;
  transition: all 0.3s;
}

.room-block__btn:hover {
  background-color: #707070;
  color: #fff !important;
  text-decoration: none !important;
}

.room-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.room-grid .room-block {
  margin-bottom: 0;
}

.room-grid .room-block__image {
  margin-bottom: 30px;
}

.room-grid .room-block__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px;
}

.room-grid .room-block__capacity {
  margin-bottom: 0;
}

.room-grid .room-block__footer {
  text-align: right;
}

.room-block.is-row.is-reverse .room-block__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.room-block.is-row.is-reverse .room-block__desc {
  max-width: 367px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.stay-info {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #707070;
  margin-bottom: 240px;
}

.stay-info__inner {
  margin-bottom: 120px;
}

.stay-info__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.stay-info__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

.stay-info__table tr {
  border-bottom: 1px solid #ccc;
}

.stay-info__table th {
  width: 300px;
  text-align: left;
  vertical-align: top;
  padding: 40px 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.stay-info__table td {
  padding: 40px 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.stay-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #707070;
}

.stay-info__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.stay-info__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

.stay-info__table tr {
  border-bottom: 1px solid #ccc;
}

.stay-info__table th {
  width: 300px;
  text-align: left;
  vertical-align: top;
  padding: 40px 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.stay-info__table td {
  padding: 40px 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.stay-rooms {
  padding: 100px 0;
  color: #707070;
  background-color: #f8f8f8;
}

.stay-rooms__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.stay-rooms__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 60px;
}

.stay-room {
  display: flex;
  flex-direction: column;
}

.stay-room__media {
  margin-bottom: 30px;
  width: 100%;
}

.stay-room__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.stay-room__title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.stay-room__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  min-height: 4em;
}

.stay-room__meta {
  margin: 0 0 40px 0;
  border-top: 1px solid #e0e0e0;
}

.stay-room__meta-row {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
}

.stay-room__meta-row dt {
  width: 80px;
  flex-shrink: 0;
  font-weight: 400;
}

.stay-room__meta-row dd {
  margin: 0;
  flex: 1;
}

.stay-room__btn {
  align-self: flex-end;
  display: inline-block;
  padding: 12px 56px;
  border: 1px solid #707070;
  text-decoration: none;
  color: #333 !important;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: auto;
}

.stay-room__btn:hover {
  background-color: #707070;
  color: #fff !important;
  text-decoration: none !important;
}

.stay-info-simple {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #707070;
}

.stay-info-simple__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.stay-info-simple__table {
  width: 100%;
  border-collapse: collapse;
}

.stay-info-simple__table tr {
  border-top: 1px solid #ccc;
}

.stay-info-simple__table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.stay-info-simple__table th {
  width: 330px;
  text-align: left;
  vertical-align: top;
  padding: 35px 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.stay-info-simple__table td {
  padding: 35px 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ----下層 食事---- */
.dining__message {
  color: #707070;
}

.dining__message__inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 96px;
  font-family: "Noto Sans JP", sans-serif;
}

.dining__title {
  line-height: 2.4;
  font-size: 24px;
  margin-bottom: 96px;
}

.dining__text {
  font-size: 20px;
  line-height: 4;
}

.dining__leading {
  margin-bottom: 30px;
}

.hinna {
  width: 100%;
  background-color: #fff;
  color: #707070;
  padding: 100px 0;
}

.hinna__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hinna__logo {
  text-align: center;
  margin-bottom: 60px;
}

.hinna__logo img {
  width: 240px;
  height: auto;
}

.hinna__main-visual {
  margin-bottom: 80px;
}

.hinna__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.hinna__intro {
  margin-bottom: 120px;
}

.hinna__intro-sub {
  font-size: 18px;
  margin-bottom: 10px;
}

.hinna__intro-title-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
}

.hinna__intro-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.hinna__intro-badge {
  background-color: #d9d9d9;
  font-size: 16px;
  padding: 4px 16px;
  letter-spacing: 0.1em;
}

.hinna__intro-text {
  font-size: 16px;
  line-height: 2.2;
}

.hinna__intro-text p {
  margin-bottom: 10px;
}

.hinna-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.hinna-row.is-reverse {
  flex-direction: row-reverse;
}

.hinna-row__image {
  flex: 0 0 55%;
}

.hinna-row__image img {
  width: 100%;
  height: auto;
  display: block;
}

.hinna-row__text {
  flex: 1;
}

.hinna-row__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.hinna-row__desc {
  font-size: 16px;
  line-height: 2;
}

.inankur {
  width: 100%;
  background: #f7f7f7;
  color: #707070;
  padding: 100px 0;
}

.inankur__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inankur__logo {
  text-align: center;
  margin-bottom: 60px;
}

.inankur__logo img {
  width: 800px;
  height: auto;
}

.inankur__main-visual {
  margin-bottom: 80px;
}

.inankur__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.inankur__intro {
  margin-bottom: 120px;
}

.inankur__intro-sub {
  font-size: 18px;
  margin-bottom: 10px;
}

.inankur__intro-title-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
}

.inankur__intro-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.inankur__intro-badge {
  background-color: #eee;
  font-size: 16px;
  padding: 4px 16px;
}

.inankur__intro-text {
  font-size: 18px;
  line-height: 2.2;
}

.inankur__intro-text p {
  margin-bottom: 20px;
}

.inankur__row {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 140px;
}

.inankur__row-image {
  flex: 0 0 50%;
}

.inankur__row-image img {
  width: 100%;
  height: auto;
  display: block;
}

.inankur__row-text {
  flex: 1;
}

.inankur__row-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.inankur__row-desc {
  font-size: 18px;
  line-height: 2.2;
}

.inankur__centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
}

.inankur__centered-images {
  max-width: 700px;
  width: 100%;
  margin-bottom: 60px;
}

.inankur__centered-images img {
  width: 100%;
  height: auto;
  display: block;
}

.inankur__centered-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.inankur__centered-sub {
  font-size: 18px;
  margin-bottom: 40px;
}

.inankur__centered-desc {
  font-size: 18px;
  line-height: 2.2;
}

.course {
  padding-top: 80px;
  border-top: 1px solid #eee;
}

.course__header {
  text-align: center;
  margin-bottom: 80px;
}

.course__title {
  position: relative;
  display: inline-block;
   font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.4em;
  padding-bottom: 20px;
  writing-mode: vertical-rl;
}

.course__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 1px;
  background: #8ba48b;
}

.course__intro {
  text-align: center;
  margin-bottom: 100px;
}

.course__intro-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.course__intro-text {
  font-size: 16px;
  line-height: 2.2;
}

.course-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.course-item__image {
  flex: 0 0 55%;
}

.course-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

.course-item__text {
  flex: 1;
}

.course-item__name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.course-item__desc {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 35px;
}

.course-item__btn {
  background: #fff;
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #707070;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  transition: 0.3s;
}

.course-item__btn:hover {
  background-color: #707070;
  color: #fff !important;
  text-decoration: none !important;
}

.course-item__note {
  font-size: 14px;
}

.kikyouan {
  width: 100%;
  background-color: #fff;
  color: #707070;
  padding: 100px 0;
}

.kikyouan__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kikyouan__logo {
  text-align: center;
  margin-bottom: 60px;
}

.kikyouan__logo img {
  width: 280px;
  height: auto;
}

.kikyouan__main-visual {
  margin-bottom: 80px;
}

.kikyouan__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.kikyouan__intro {
  margin-bottom: 120px;
}

.kikyouan__intro-sub {
  font-size: 18px;
  margin-bottom: 10px;
}

.kikyouan__intro-title-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
}

.kikyouan__intro-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.kikyouan__intro-badge {
  background-color: #eee;
  font-size: 16px;
  padding: 4px 16px;
}

.kikyouan__intro-text {
  font-size: 18px;
  line-height: 2.2;
}

.kikyouan__intro-text p {
  margin-bottom: 20px;
}

.kikyouan__featured {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 140px;
}

.kikyouan__featured-image {
  flex: 0 0 55%;
}

.kikyouan__featured-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.kikyouan__featured-caption {
  font-size: 14px;
  text-align: right;
}

.kikyouan__featured-text {
  flex: 1;
  padding-top: 40px;
}

.kikyouan__featured-sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.kikyouan__featured-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.kikyouan__featured-desc {
  font-size: 18px;
  line-height: 2.2;
}
.kikyouan__featured-desc-text {
  font-size: 18px;
  line-height: 2.2;
}

.kikyouan__note {
  font-size: 16px;
  margin-top: 20px;
}

.kikyouan__breakfast-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.kikyouan__breakfast-item {
  text-align: center;
}

.kikyouan__breakfast-image {
  margin-bottom: 30px;
}

.kikyouan__breakfast-image img {
  width: 100%;
  height: auto;
  display: block;
}

.kikyouan__breakfast-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.kikyouan__breakfast-desc {
  font-size: 14px;
  line-height: 1.8;
}

.kikyouan__bottom-note {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

/* ----下層　ベーカリー---- */
.bakery {
  width: 100%;
  background-color: #0e0f0f;
  color: #fff;
  padding: 100px 0 240px 0;
  text-align: center;
  margin-top: 96px;
}

.bakery__inner {
  max-width: 1200px;
  margin: 0 auto;

  padding: 0 20px;
}

.bakery__logo {
  margin-bottom: 120px;
}

.bakery__logo img {
  width: 400px;
  height: auto;
}

.bakery__main-visual {
  margin-bottom: 60px;
}

.bakery__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.bakery__content {
  margin-bottom: 80px;
}

.bakery__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.bakery__badge {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 10px 24px;
  font-size: 16px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.bakery__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.05em;
}

.bakery__text--desc {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

.bakery__text p {
  margin-bottom: 30px;
}

.bakery__grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.bakery__grid-item {
  flex: 1;
}

.bakery__grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.coffee {
  width: 100%;
  background-color: #2d1e0a;
  color: #fff;
  padding: 100px 0 160px 0;
  text-align: center;
}

.coffee__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.coffee__logo {
  margin-bottom: 120px;
}

.coffee__logo img {
  width: 400px;
  height: auto;
}

.coffee__image {
  max-width: 500px;
  margin: 0 auto 60px;
}

.coffee__image img {
  width: 100%;
  height: auto;
  display: block;
}
.coffee__text {
  font-weight: 300;
}

.coffee__text--desc {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 10px;
  padding-bottom: 32px;
}

.breads {
  width: 100%;
  background-color: #111;
  color: #fff;
  padding: 100px 0 240px 0;
  text-align: center;
}

.breads__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.breads__logo {
  margin-bottom: 120px;
}

.breads__logo img {
  width: 400px;
  height: auto;
}

.breads__image {
  max-width: 600px;
  margin: 0 auto 60px;
}

.breads__image img {
  width: 100%;
  height: auto;
  display: block;
}

.breads__text {
  margin-bottom: 120px;
}

.breads__text--lead,
.breads__text--desc,
.breads__text--list,
.breads__text--end {
  font-weight: 300;
  font-size: 15px;
  line-height: 3.2;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
}

.breads__text--end {
  margin-bottom: 0;
}

.breads__info {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.breads__info--name {
  font-family: serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.breads__info--list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.breads__info--row {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.breads__info--row dt {
  width: 200px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.breads__info--row dd {
  margin: 0;
  flex: 1;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* ----下層　施設----- */
.facility {
  width: 100%;
  padding: 100px 0;
  color: #707070;
  background-color: #fff;
}

.facility__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.facility__intro {
  text-align: center;
  margin-bottom: 120px;
  font-family: "Noto Sans JP", sans-serif;
}

.facility__intro--lead {
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.facility__intro--lead p {
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.facility__intro--lead :last-child {
  margin-bottom: 72px;
}

.facility__intro--desc p {
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.05em;
}

.facility__row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.facility__image {
  flex: 0 0 50%;
}

.facility__image img {
  width: 100%;
  height: auto;
  display: block;
}

.facility__body {
  flex: 1;
}

.facility__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.facility__title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.facility__badge {
  background-color: #e0e0e0;
  font-size: 14px;
  padding: 4px 12px;
  letter-spacing: 0.05em;
}

.facility__text {
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 20px;
  text-align: justify;
}

.facility__note {
  font-size: 13px;
  text-align: right;
  margin-top: 20px;
}

.bakery-shop {
  width: 100%;
  padding: 100px 0 40px 0;
  background-color: #fff;
  color: #707070;
  text-align: center;
}

.bakery-shop__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.bakery-shop__image {
  margin-bottom: 60px;
}

.bakery-shop__image img {
  width: 100%;
  height: auto;
  display: block;
}

.bakery-shop__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  color: #707070;
}

.bakery-shop__description {
  margin-bottom: 60px;
}

.bakery-shop__text {
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}

.bakery-shop__text:last-child {
  margin-bottom: 0;
}

.bakery-shop__btn {
  display: inline-block;
  padding: 20px 60px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #888;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.bakery-shop__btn:hover {
  background-color: #707070;
  color: #fff !important;
}

.other-facilities {
  padding: 100px 0;
  background-color: #fff;
  color: #707070;
}

.other-facilities__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.other-facilities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 60px;
}

.other-facilities__item {
  display: flex;
  flex-direction: column;
}

.other-facilities__image {
  width: 100%;
  margin-bottom: 20px;
}

.other-facilities__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.other-facilities__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.other-facilities__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.other-facilities__badge {
  background-color: #eee;
  font-size: 14px;
  padding: 4px 12px;
  white-space: nowrap;
  margin-left: 15px;
}

.other-facilities__text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  flex-grow: 1;
}

.other-facilities__meta {
  text-align: right;
  font-size: 14px;
  line-height: 1.8;
}

.other-facilities__small {
  font-size: 12px;
}

.room-anniversary {
  width: 100%;
  padding: 100px 0;
  background-color: #ffffff !important;
  color: #707070 !important;
  text-align: center;
}

.room-anniversary__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.room-anniversary__title {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 20px;
  color: #707070;
}

.room-anniversary__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background-color: #8ba48b;
}

.room-anniversary__image {
  max-width: 800px;
  margin: 0 auto 60px;
}

.room-anniversary__image img {
  width: 100%;
  height: auto;
  display: block;
}

.room-anniversary__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #707070;
}

.anniversary-spec {
  margin-top: 100px;
}

.anniversary-spec__title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  color: #999;
}

.anniversary-spec__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #eee;
  background-color: transparent;
}

.anniversary-spec__row {
  border-bottom: 1px solid #eee;
}

.anniversary-spec__header {
  width: 350px;
  padding: 40px 0;
  font-weight: 400;
  font-size: 15px;
  vertical-align: top;
  color: #888;
}

.anniversary-spec__data {
  padding: 40px 0;
  font-size: 15px;
  line-height: 2;
  vertical-align: top;
  color: #707070;
}
