@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Serif", "Noto Sans", Arial, serif;
  line-height: 2.2;
  margin: 0;
  padding: 0;
  background-image: url("images/texture/bg-light-beige.webp");
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}

:root {
  --font-scale: 1;
  font-size: calc(16px * var(--font-scale));
}

body {
  line-height: 2.2;
  font-family: "Noto Serif", "Noto Sans", Arial, serif;
}

.font-btn {
  padding: 0.15rem 0.3rem;
  border: 1px solid #777;
  margin-right: 0.5rem;
  line-height: 2.2 !important;
}

.font-btn:nth-of-type(1) {
  font-size: 14px !important;
}

.font-btn:nth-of-type(2) {
  font-size: 16px !important;
}

.font-btn:nth-of-type(3) {
  font-size: 18px !important;
}

.font-btn[aria-pressed=true] {
  background: #c8b478;
  color: #333333;
}

.anchor_position {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

a {
  color: #333333;
}

a:hover {
  color: #000;
  font-weight: 400;
}

a:visited {
  color: #333333;
}

@media screen and (min-width: 769px) {
  .only_mb {
    display: none;
  }
}
.section__link {
  margin-top: 50px;
  margin-bottom: 30px;
}

#tripla-chat-circle-icon,
.triplabot-icon-circle {
  width: 50px !important;
  height: 50px !important;
}

.text__caution {
  font-size: 1em;
  color: #c5281c;
  font-weight: 700;
}
.text__emphasis {
  font-size: 1em;
  font-weight: 700;
}
.text__gold {
  color: #a39360;
}
.text__S {
  font-size: 0.8em;
}
.text__L {
  font-size: 1.2em;
}
.text__XL {
  font-size: 1.4em;
}
.text__center {
  text-align: center;
}

.short_hr {
  width: 60px;
  max-width: 15%;
  color: #a39360;
}

.vertical_line:before {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100px;
  margin: 0 auto 50px;
  background-color: #a39360;
  opacity: 0.5;
  content: "";
}

.bg_white {
  background-color: #FFFFFF;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.parallax_bg {
  position: relative;
  height: 160vh; /* Adjust based on content */
  background-image: url("images/parallax_bg.webp"); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.parallax_bg__content {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5); /* Add overlay to enhance readability */
  color: #333;
  padding: 20px;
  text-align: center;
}

.top_concept_section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_concept_section h2 {
  font-weight: 400;
}
.top_concept_section p {
  margin-top: 50px;
  font-weight: 200;
}

.top_news h3 {
  font-weight: 400;
}
.top_news ul.top_news__list {
  padding-inline-start: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.top_news ul.top_news__list li.top_news__item {
  padding: 1em 0;
  display: block;
  list-style: none;
  border-bottom: 0.5px solid #444;
  width: 80%;
  margin-right: 0;
  margin-bottom: 15px;
}
.top_news ul.top_news__list li.top_news__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: right;
  padding-left: 10px;
  justify-content: space-between;
}
.top_news ul.top_news__list li.top_news__item a time {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .top_news ul.top_news__list li.top_news__item a {
    flex-direction: row;
  }
  .top_news ul.top_news__list li.top_news__item a time {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .top_news ul.top_news__list li.top_news__item {
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.top_news ul.top_news__list li:nth-of-type(1) {
  border-top: 0.5px solid #444;
}
@media screen and (min-width: 769px) {
  .top_news ul.top_news__list {
    width: 800px;
  }
}

.top_relax_section {
  text-align: center;
  padding: 150px 0 50px;
}
@media screen and (min-width: 769px) {
  .top_relax_section {
    padding: 150px 0;
  }
}

.top_relax_section h3 {
  width: 500px;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  animation: fadeIn 1.5s ease;
}

.scrollable-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  position: relative;
}

.top_relax_section__items {
  display: flex;
  gap: 40px;
  padding: 50px;
  flex-wrap: nowrap;
  width: 2240px;
  scroll-behavior: smooth;
  transition: transform 0.3s ease-in-out;
}

.relax-card {
  width: 320px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s;
  position: relative;
}
.relax-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.relax-card__time {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 3em;
  color: #FFF;
  font-weight: 400;
  font-family: serif;
}
.relax-card__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: -50px;
  font-size: 0.8em;
}

.relax-card:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top_room__heading {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("images/room_title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top_room__heading h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_room__heading h3 img {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 10;
}
.top_room__heading p {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-top: 30px;
}
.top_room__heading img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.top_room__contents {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.top_room__fuji img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .top_room__fuji {
    max-width: 80%;
    margin: 0 0 0 auto;
  }
}

.top_room__fuji__flex {
  display: flex;
  flex-direction: column-reverse;
}
.top_room__fuji__flex .top_room__text {
  width: 100%;
  padding: 50px 15px;
  background-color: #FFF;
  clip-path: url(#mask);
  position: relative;
  top: -50px;
  right: unset;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_room__fuji__flex .top_room__text p {
  margin-top: 30px;
}
.top_room__fuji__flex .top__room__fuji__image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_room__fuji__flex .top__room__fuji__image img {
  position: relative;
  left: unset;
  top: 20px;
  max-width: unset;
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .top_room__fuji__flex {
    margin-left: auto;
    flex-direction: row-reverse;
  }
  .top_room__fuji__flex .top_room__text {
    width: 50%;
    right: -10px;
  }
  .top_room__fuji__flex .top__room__fuji__image {
    width: 50%;
  }
  .top_room__fuji__flex .top__room__fuji__image img {
    position: relative;
    top: 50px;
    left: -50px;
    max-width: unset;
    width: 100%;
  }
}

.top_room__lake img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_room__lake {
    max-width: 80%;
  }
}

.top_room__lake__flex {
  display: flex;
  flex-direction: column-reverse;
}
.top_room__lake__flex .top_room__text {
  width: 100%;
  padding: 50px 15px;
  background-color: #FFF;
  clip-path: url(#mask);
  position: relative;
  top: -50px;
  left: unset;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_room__lake__flex .top_room__text p {
  margin-top: 30px;
  text-align: left;
}
.top_room__lake__flex .top__room__lake__image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_room__lake__flex .top__room__lake__image img {
  position: relative;
  left: unset;
  top: 20px;
  max-width: unset;
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .top_room__lake__flex {
    margin-left: auto;
    flex-direction: row;
  }
  .top_room__lake__flex .top_room__text {
    width: 50%;
    left: -10px;
  }
  .top_room__lake__flex .top__room__lake__image {
    width: 50%;
  }
  .top_room__lake__flex .top__room__lake__image img {
    position: relative;
    top: 50px;
    left: -50px;
    max-width: unset;
    width: 100%;
  }
}

.top_hotspring__section {
  background-image: url(images/hotspring_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-bottom: 50px;
}

.top_hotspring__heading {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("images/hotspring_title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top_hotspring__heading h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_hotspring__heading h3 img {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 10;
}
.top_hotspring__heading p {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-top: 30px;
}

.top_hotspring__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: 10;
}
.top_hotspring__slider img {
  width: 70%;
}

.top_hotspring__text {
  margin: 50px auto;
  text-align: center;
}
.top_hotspring__text .btn--arrow {
  margin-top: 50px;
}

.top_hotspring__list {
  display: flex;
  flex-direction: column;
  padding-inline-start: 0;
  width: 90%;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  .top_hotspring__list {
    flex-direction: row;
  }
}

.top_hotspring__item {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.top_hotspring__item > p {
  margin: 20px 0 0 20px;
}
@media screen and (min-width: 769px) {
  .top_hotspring__item {
    width: 40%;
  }
}

.top_hotspring__item:nth-of-type(1) {
  position: relative;
  top: -80px;
}

.top_hotspring__item:nth-of-type(3) {
  position: relative;
  top: 80px;
}

.label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; /* 背景を白 */
  height: 300px; /* 必要に応じて調整 */
  width: 20%; /* 必要に応じて調整 */
  position: relative;
  right: -5%;
  top: 250px;
  z-index: 100;
  margin-top: -250px;
  box-shadow: 3px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.right-label {
  right: -75%;
}
@media screen and (min-width: 769px) {
  .right-label {
    right: -5%;
  }
}

.vertical-text {
  writing-mode: vertical-rl; /* 縦書き */
  font-size: 1.4em; /* 必要に応じて調整 */
  line-height: 1;
  color: #333; /* 文字色 */
  position: relative;
  text-align: center;
  margin: unset !important;
}

.rotated-text {
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center center; /* 回転の基点を設定 */
  font-size: 13px; /* 必要に応じて調整 */
  color: #333; /* 文字色 */
  white-space: nowrap; /* 文字を折り返さない */
}

.top_cuisine__heading {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("images/cuisine_title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top_cuisine__heading h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_cuisine__heading h3 img {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 10;
}
.top_cuisine__heading p {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  text-align: center;
}

.top_cusine__contents {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .top_cusine__contents {
    flex-direction: row;
  }
}

.top_cusine__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_cusine__image {
    width: 55%;
    background-size: contain;
  }
}

.chef {
  padding: 5em 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .chef {
    width: 45%;
  }
}
.chef__message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 769px) {
  .chef__message {
    width: 100%;
  }
}
.chef__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .chef__image {
    width: 70%;
  }
}

.top_cuisine__list {
  display: flex;
  flex-direction: column;
  padding-inline-start: 0;
  width: 90%;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  .top_cuisine__list {
    flex-direction: row;
  }
}

.top_cuisine__item {
  list-style: none;
  width: 100%;
}
.top_cuisine__item > p {
  margin: 20px 0 0 20px;
}
@media screen and (min-width: 769px) {
  .top_cuisine__item {
    width: 40%;
  }
}

.top_cuisine__item:nth-of-type(1) {
  position: relative;
  top: -80px;
}
@media screen and (min-width: 769px) {
  .top_cuisine__item:nth-of-type(1) {
    top: -80px;
  }
}

.top_cuisine__item:nth-of-type(3) {
  position: relative;
  top: 80px;
}
@media screen and (min-width: 769px) {
  .top_cuisine__item:nth-of-type(3) {
    top: 80px;
  }
}

.top_service {
  margin: 150px auto;
  display: flex;
  flex-direction: column-reverse;
}
.top_service__text {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.top_service__text h4 {
  font-size: 2em;
}
.top_service__text p {
  margin-top: 30px;
}
.top_service__text .section__link {
  margin: 80px auto;
}
.top_service__text .section__link a {
  margin: 0;
}
.top_service img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_service {
    flex-direction: row;
  }
  .top_service__text {
    width: 40%;
    margin-left: 10%;
  }
  .top_service__text .section__link {
    margin: 30px auto 0 0;
  }
  .top_service img {
    width: 60%;
  }
}

.top_access__flex {
  display: flex;
  flex-direction: column-reverse;
}
.top_access__flex .google_map {
  margin-top: 30px;
  width: 100%;
}
.top_access__flex .google_map iframe {
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
}
.top_access__flex .top_access__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10%;
}
.top_access__flex .top_access__text h4 {
  font-size: 1.5em;
  line-height: 1;
}
.top_access__flex .top_access__text h5 {
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top_access__flex {
    flex-direction: row;
  }
  .top_access__flex .google_map {
    margin-top: 0;
    width: 70%;
  }
  .top_access__flex .google_map iframe {
    width: 100%;
    min-height: 600px;
  }
  .top_access__flex .top_access__text {
    justify-content: center;
    align-items: flex-end;
    width: 30%;
  }
  .top_access__flex .top_access__text h4 {
    font-size: 2em;
  }
  .top_access__flex .top_access__text h5 {
    font-size: 2em;
  }
}

.info_w_icon {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.info_w_icon img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.info_w_icon p {
  justify-content: center;
  align-items: center;
}

.tag--black {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
}

.tag--gray {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #888;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
}
.tag--gray a {
  text-decoration: none;
  color: #FFFFFF;
}

.tag--gold {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #a39360;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
}
.tag--gold a {
  text-decoration: none;
  color: #FFFFFF;
}

.top_access__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top_access__link .link_w_icon a {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1em;
  border: 0.5px solid #444;
  text-decoration: none;
  width: 300px;
  border-radius: 5px;
}
.top_access__link .link_w_icon a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_access__link .link_w_icon a:hover {
  outline: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .top_access__link {
    flex-direction: row;
    justify-content: space-around;
    margin: 50px auto;
  }
  .top_access__link .link_w_icon a {
    margin-top: 10px;
  }
}

.all_rooms__container h3 {
  width: 0;
  height: 0;
  visibility: hidden;
}
.all_rooms__container .rooms__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.all_rooms__container .rooms__list .rooms__item {
  width: 95%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .all_rooms__container .rooms__list .rooms__item {
    width: 27%;
  }
}
.all_rooms .accordion {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}
.all_rooms .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 10%;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
.all_rooms .accordion summary::-webkit-details-marker {
  display: none;
}
.all_rooms .accordion summary::before,
.all_rooms .accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #FFFFFF;
  content: "";
}
.all_rooms .accordion summary::before {
  position: absolute;
  right: 10%;
  rotate: 90deg;
}
.all_rooms .accordion summary::after {
  transition: rotate 0.3s;
}
.all_rooms .accordion[open] summary::after {
  rotate: 90deg;
}
.all_rooms .rooms__tag_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 1em 10%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.all_rooms .rooms__tag_filter__button {
  display: inline-block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0 1em;
  margin: 0.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #a39360;
  background-color: transparent;
  color: #FFFFFF;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.all_rooms .rooms__tag_filter__button:hover, .all_rooms .rooms__tag_filter__button[aria-pressed=true] {
  background-color: #a39360;
  color: #FFFFFF;
}
.all_rooms .rooms__tag_filter__button[aria-pressed=false] {
  background-color: transparent;
  color: #FFFFFF;
}

.accordion__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.accordion__flex img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .accordion__flex {
    flex-direction: row;
  }
  .accordion__flex img {
    width: 30%;
  }
  .accordion__flex p {
    width: 70%;
    display: flex;
    justify-content: center;
    align-self: center;
  }
}

.room_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.room_title__small {
  font-size: 1.2em;
  display: block;
  border-bottom: 1px solid #FFF;
}
.room_title__medium {
  margin-top: 20px;
  font-size: 1.2em;
  display: block;
}
.room_title__large {
  font-size: 3em;
  display: block;
}

.room_video {
  color: #FFF;
  z-index: 100;
  text-align: center;
  font-size: 0.7em;
}
.room_video:visited {
  color: #FFF;
}

.play_btn {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.youtube-modal {
  margin: auto; /* 画面の中央に配置 */
  width: 90%;
  padding: 20px;
}
.youtube-modal iframe {
  aspect-ratio: 9/16;
  max-height: 80vh;
}
.youtube-modal .modal-card__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 80px;
  right: 30px;
}
.youtube-modal .modal-card__close::before,
.youtube-modal .modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #999;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .youtube-modal {
    width: unset;
  }
}

.room_texts {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #FFF;
}

.room_features {
  width: 50%;
  margin: 0 auto 0;
}
.room_features ul {
  padding-left: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .room_features ul {
    flex-direction: row;
    align-items: center;
  }
}
.room_features ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 1.1em;
}
@media screen and (min-width: 769px) {
  .room_features ul li {
    justify-content: center;
  }
}
.room_features ul li img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}

.room_heading {
  text-align: center;
  font-size: 1.2em;
  max-width: 80%;
  margin: 80px auto;
}

.room_description {
  text-align: center;
  font-size: 1em;
  max-width: 80%;
  margin: 80px auto;
}

.room_spec {
  padding: 50px 0;
  background-color: #FFF;
}
.room_spec h3 {
  width: 100%;
}
.room_spec__flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.room_spec__flex .room_spec__left {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .room_spec__flex .room_spec__left {
    width: 40%;
  }
}
.room_spec__flex .room_spec__left .room_table tr {
  padding: 1em;
  font-size: 0.8em;
  display: flex;
  border-top: 0.5px solid #333333;
}
.room_spec__flex .room_spec__left .room_table tr:last-of-type {
  border-bottom: 0.5px solid #333333;
}
.room_spec__flex .room_spec__left .room_table th {
  width: 30%;
}
.room_spec__flex .room_spec__left .room_table td {
  text-align: center;
  width: 70%;
}
.room_spec__flex .room_spec__left .room_table .tal {
  text-align: left;
}
.room_spec__flex .roomplan {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.room_spec__flex .roomplan img {
  width: 100%;
  height: auto;
}
.room_spec__flex .roomplan p {
  font-size: 0.8em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .room_spec__flex .roomplan {
    width: 50%;
    margin-left: 10%;
  }
}

.room_facility_and_amenity {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .room_facility_and_amenity {
    width: 80%;
    max-width: 1000px;
  }
}
.room_facility_and_amenity li {
  font-weight: 700;
  font-size: 0.8em;
  list-style: none;
  margin-top: 30px;
}
.room_facility_and_amenity li ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.room_facility_and_amenity li ul li {
  margin-top: 10px;
  margin-right: 30px;
  font-weight: 500;
  list-style: disc;
  font-size: 1em;
  display: inline-block;
  margin: 0 1em 1em 1em;
  padding: 0.9em 0.9em 0.9em 0.9em;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  border: 1px solid #00003f;
  border-radius: 5px;
  background-color: rgba(0, 0, 63, 0.05);
}

.policy_summary {
  padding: 50px 0;
}
.policy_summary h5 {
  text-align: center;
}

.policy_summary .accordion {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.policy_summary .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

.policy_summary .accordion summary.caution {
  background-color: rgba(197, 40, 28, 0.2);
}

.policy_summary .accordion summary.attention {
  background-color: rgba(255, 255, 0, 0.2);
}

.policy_summary .accordion summary::-webkit-details-marker {
  display: none;
}

.policy_summary .accordion summary::before,
.policy_summary .accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.policy_summary .accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.policy_summary .accordion summary::after {
  transition: rotate 0.3s;
}

.policy_summary .accordion[open] summary::after {
  rotate: 90deg;
}

.policy_summary .accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.policy_summary .accordion[open] p {
  transform: none;
  opacity: 1;
  margin-top: 20px;
}

.related_rooms__list,
.rooms__list {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-inline-start: 0;
  width: 90%;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  .related_rooms__list,
  .rooms__list {
    flex-direction: row;
  }
}

.related_rooms__item,
.rooms__item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .related_rooms__item,
  .rooms__item {
    width: 25%;
  }
}

.related_rooms__img,
.rooms__img {
  width: 100%;
  position: relative;
  top: unset;
  right: unset;
}
@media screen and (min-width: 769px) {
  .related_rooms__img,
  .rooms__img {
    top: 15px;
    right: 15px;
  }
}
.related_rooms__img img,
.rooms__img img {
  width: 100%;
  height: auto;
}

.related_rooms__texts,
.rooms__texts {
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: relative;
  top: unset;
  right: unset;
  z-index: 10;
  box-shadow: 3px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .related_rooms__texts,
  .rooms__texts {
    top: -15px;
    right: -15px;
  }
}
.related_rooms__texts--heading,
.rooms__texts--heading {
  font-size: 1.1em;
  margin: 20px auto;
}
.related_rooms__texts--paragraph,
.rooms__texts--paragraph {
  margin-top: 20px;
}
.related_rooms__texts--info,
.rooms__texts--info {
  margin-top: 20px;
  font-size: 0.9em;
}

.access__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px;
  width: 100%;
}
.access__links .link_w_icon a {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1em;
  border: 0.5px solid #444;
  text-decoration: none;
  width: 300px;
  border-radius: 5px;
}
.access__links .link_w_icon a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.access__links .link_w_icon a:hover {
  outline: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .access__links {
    flex-direction: row;
    justify-content: space-around;
    margin: 50px auto;
  }
  .access__links .link_w_icon a {
    margin-top: 10px;
  }
}

.access_section__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 400;
}
.access_section__title div {
  display: flex;
  flex-direction: row;
}
.access_section__title div img {
  width: 35px;
  height: auto;
  margin: 0 10px;
}

.access_section__paragraph {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 30px;
  padding: 30px 0;
}
.access_section__paragraph p {
  margin: 30px auto;
  text-align: center;
  max-width: 80%;
}

.access_route {
  width: 90%;
  max-width: 1300px;
  margin: 25px auto;
}

.access_route__heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.access_route__heading img {
  width: 20px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
}

.access_route__item {
  margin-bottom: 40px;
  overflow-x: scroll;
  width: 100%;
}

.access_route__img_wrapper--long {
  width: 300%;
}
.access_route__img_wrapper--short {
  width: 150%;
}
@media screen and (min-width: 769px) {
  .access_route__img_wrapper--long {
    width: 100%;
    height: auto;
  }
  .access_route__img_wrapper--short {
    width: 60%;
    height: auto;
    margin: auto;
  }
}

.access_route__img {
  width: 100%;
  height: auto;
}

.access_route__link {
  margin-bottom: 80px;
}
.access_route__link a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
}
.access_route__link a img {
  width: 20px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
}

.route__stepbar {
  background-color: #FFFFFF;
  margin: 0 auto 100px;
  padding: 2em 20%;
  width: 100%;
}

.route__stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.route__stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.route__stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.route__stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.route__stepbar .stepbarwrap .steptxt .txt {
  font-size: 1em;
}

.route__stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #333333;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: 0;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.sightseeing__wrapper .gold_ring_heading {
  font-size: 1.3em;
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0;
}

.sightseeing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 900px;
  margin: 5px auto;
}
.sightseeing__item {
  width: 48%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sightseeing__item {
    width: 23%;
  }
}
.sightseeing__item__name {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
}
.sightseeing__item__desc {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 0.9em;
}
.sightseeing__item__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
}

/* ===== 年間スケジュール（白背景＋3列／スマホは縦） ===== */
.sightseeing__events {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #e9e9e9 inset;
  padding: 2.5%;
  overflow-x: auto;
}
.sightseeing__events .gold_ring_heading {
  font-size: 1.3em;
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}

.event-table {
  width: 95%;
  max-width: 900px;
  border-collapse: collapse;
  font-size: 0.95em;
  margin: 0 auto;
}

.event-table thead th {
  background: #fafafa;
  color: #444;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
}

.event-table tbody tr:nth-child(odd) {
  background: #fff;
}

.event-table tbody tr:nth-child(even) {
  background: #fbfbfb;
}

.event-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #a39360;
  vertical-align: top;
}

.event-table .col-month {
  width: 6em;
  white-space: nowrap;
  font-weight: 700;
  color: #333;
}

.event-table .col-name,
.event-table .col-period {
  width: auto;
}

.event-table .event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-table .event-list li {
  line-height: 3;
  margin: 2px 0;
}

.event-table .event-list li + li {
  margin-top: 4px;
}

/* ===== スマホ：月を独立行に、イベント名+時期をまとめて表示 ===== */
@media (max-width: 640px) {
  .event-table thead {
    display: none;
  }
  .event-table, .event-table tbody, .event-table tr, .event-table td {
    display: block;
    width: 100%;
  }
  .event-table tbody tr {
    padding: 12px;
    border-top: 1px solid #a39360;
    border-bottom: 1px solid #a39360;
    margin-bottom: 10px;
  }
  .event-table tbody td {
    border: none;
    padding: 0;
  }
  .event-table .col-month {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  /* 時期列は隠して、名前側のliに data-period を後置表示 */
  .event-table .col-period {
    display: none;
  }
  .event-table .col-name .event-list li::after {
    content: " ／ " attr(data-period);
    color: #666;
  }
}
.cuisine__container .cuisine__description {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .cuisine__container .cuisine__description {
    flex-direction: row;
  }
}
.cuisine__container .cuisine__description__item--text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10%;
  width: 100%;
  height: 50vh;
  background-image: url("images/texture/stone_bg.webp");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .cuisine__container .cuisine__description__item--text {
    width: 50%;
  }
}
.cuisine__container .cuisine__description__item--text h3 {
  font-size: 1.4em;
  color: #FFFFFF;
}
.cuisine__container .cuisine__description__item--text p {
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cuisine__container .cuisine__description__item--img {
  display: none;
  width: 100%;
  height: 50vh;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .cuisine__container .cuisine__description__item--img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cuisine__container .cuisine__description__item--img img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .cuisine__container .cuisine__description__item--img img {
    width: 60%;
  }
}

.cuisine__dinner,
.cuisine__buffet {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cuisine__dinner,
  .cuisine__buffet {
    margin-top: 50px;
  }
}
.cuisine__dinner .scroll_mask,
.cuisine__buffet .scroll_mask {
  width: 90%; /* 画面に見せたい幅だけ */
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .cuisine__dinner .scroll_mask,
  .cuisine__buffet .scroll_mask {
    height: 540px;
  }
}
.cuisine__dinner .scroll_mask img,
.cuisine__buffet .scroll_mask img {
  width: 1920px; /* 実際の画像幅 */
  height: 270px;
  max-width: unset;
  animation: slide 200s linear infinite;
  will-change: transform; /* パフォーマンス最適化 */
}
@media screen and (min-width: 769px) {
  .cuisine__dinner .scroll_mask img,
  .cuisine__buffet .scroll_mask img {
    width: 3840px;
    height: 540px;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  } /* 左端スタート */
  to {
    transform: translateX(-100%);
  } /* 1000px だけ残して左へ */
}
.cuisine__dinner .video_mask,
.cuisine__buffet .video_mask {
  width: 90%; /* 画面に見せたい幅だけ */
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .cuisine__dinner .video_mask,
  .cuisine__buffet .video_mask {
    height: 540px;
  }
}
.cuisine__dinner .video_mask video,
.cuisine__buffet .video_mask video {
  height: 270px;
  width: 960px;
}
@media screen and (min-width: 769px) {
  .cuisine__dinner .video_mask video,
  .cuisine__buffet .video_mask video {
    height: 540px;
    width: 1920px;
  }
}
.cuisine__dinner__text,
.cuisine__buffet__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding: 2em;
  background-color: #FFFFFF;
  clip-path: url(#mask);
  position: relative;
  top: -1em;
}
.cuisine__dinner__text span,
.cuisine__buffet__text span {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .cuisine__dinner__text,
  .cuisine__buffet__text {
    width: 50%;
    top: -2em;
    text-align: center;
  }
}

.cuisine_baby {
  margin-top: 80px;
}

.cuisine_baby__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 769px) {
  .cuisine_baby__heading {
    height: 350px;
  }
}
.cuisine_baby__heading--texts {
  width: 95%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #FFFFFF;
  clip-path: url(#mask);
}
.cuisine_baby__heading--texts p {
  text-align: center;
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .cuisine_baby__heading--texts {
    width: 50%;
  }
}
.cuisine_baby__heading__h {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cuisine_baby__heading__h img {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  top: -3px;
}
.cuisine_baby__heading__h h4 {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.cuisine_baby__inner {
  background-image: url("images/cuisine/baby/baby_bg.svg");
  background-size: auto;
  padding-top: 400px;
  margin-top: -400px;
}

/* Lists */
.cuisine_baby__large_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-inline-start: unset;
  width: 95%;
  max-width: 1100px;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .cuisine_baby__large_list {
    width: 80%;
    margin: -100px auto 30px;
  }
}

.cuisine_baby__small_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-inline-start: unset;
  width: 95%;
  max-width: 1100px;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .cuisine_baby__small_list {
    width: 80%;
  }
}

/* Items */
.baby_menu--large {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin: 30px auto;
  /* Image area */
  /* Texts area */
  /* Name row */
}
@media screen and (min-width: 769px) {
  .baby_menu--large {
    width: 100%;
    margin: 30px auto;
    flex-direction: row;
  }
}
.baby_menu--large .baby_menu__img {
  width: 100%;
}
.baby_menu--large .baby_menu__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .baby_menu--large .baby_menu__img {
    width: 30%;
  }
}
.baby_menu--large .baby_menu__texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #FFFFFF;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .baby_menu--large .baby_menu__texts {
    width: 70%;
    padding-left: 20px;
  }
}
.baby_menu--large .baby_menu__texts .baby_menu__tag {
  text-align: center;
  font-size: 0.9em;
  margin-left: none;
  border: 4px solid #ccc;
  padding: 2px 10px;
  background-color: #FFFFFF;
  border-image: linear-gradient(to right, rgba(240, 108, 255, 0.2705882353), rgba(255, 215, 94, 0.2705882353)) 1;
}
@media screen and (min-width: 769px) {
  .baby_menu--large .baby_menu__texts .baby_menu__tag {
    margin-left: 50px;
  }
}
.baby_menu--large .baby_menu__texts .baby_menu__price {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
.baby_menu--large .baby_menu__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: none;
}
.baby_menu--large .baby_menu__name img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 25px;
}
.baby_menu--large .baby_menu__name p {
  text-align: right;
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (min-width: 769px) {
  .baby_menu--large .baby_menu__name {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
  }
}
.baby_menu--large .baby_menu__description {
  margin-left: 10px;
  font-size: 0.9em;
}

.baby_menu--small {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 30px 1%;
  /* Image area */
  /* Texts area */
  /* Name row */
  /* Price / Description / Tag */
}
@media screen and (min-width: 769px) {
  .baby_menu--small {
    width: 26%;
    margin: 30px auto;
  }
}
.baby_menu--small .baby_menu__img {
  width: 100%;
}
.baby_menu--small .baby_menu__img img {
  width: 100%;
  height: auto;
}
.baby_menu--small .baby_menu__texts {
  background-color: #FFFFFF;
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.baby_menu--small .baby_menu__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.baby_menu--small .baby_menu__name img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.baby_menu--small .baby_menu__name p {
  text-align: left;
  font-weight: 500;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .baby_menu--small .baby_menu__name {
    align-items: center;
    flex-direction: row;
  }
}
.baby_menu--small .baby_menu__price {
  text-align: right;
  padding-right: 20px;
}
.baby_menu--small .baby_menu__tag {
  text-align: center;
  font-size: 0.9em;
  border: 4px solid #ccc;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border-image: linear-gradient(to right, rgba(240, 108, 255, 0.2705882353), rgba(255, 215, 94, 0.2705882353)) 1;
}
.baby_menu--small .baby_menu__description {
  margin-left: 10px;
  font-size: 0.9em;
}

.hotspring__container {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}

.hotspring__description {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hotspring__description p {
  margin-top: 30px;
  text-align: center;
}

.articles {
  width: 100%;
  padding: 50px 0;
  background-color: #FFFFFF;
}
.articles__wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.articles__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  border-top: 1px solid #333333;
}
.articles__item:last-of-type {
  border-bottom: 1px solid #333333;
}

.article .article__inner {
  width: 90%;
  max-width: 700px;
  margin: 100px auto;
}
.article .article__inner h1 {
  position: relative;
  padding: 8px 4px 8px 30px;
  font-weight: 400;
  color: #333333;
}
.article .article__inner h1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: solid 5px #c8b478;
  border-radius: 100%;
}
.article .article__inner time {
  font-weight: 400;
  color: #333333;
}
.article .article__inner img {
  clip-path: url(#mask);
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.article .article__inner h2, .article .article__inner h3, .article .article__inner h4 {
  padding: 4px 4px 4px 12px;
  border-left: 6px solid #c8b478;
  font-weight: 400;
  font-size: 1.2em;
  color: #333333;
  margin-bottom: 10px;
}
.article .article__inner p {
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}

.past_and_next {
  margin: 50px auto;
  width: 90%;
  max-width: 900px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 769px) {
  .past_and_next {
    height: 150px;
  }
}
.past_and_next .past_article,
.past_and_next .next_article {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  z-index: 0;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .past_and_next .past_article,
  .past_and_next .next_article {
    width: 45%;
    width: 200px;
    height: 150px;
  }
}
.past_and_next .past_article a,
.past_and_next .next_article a {
  position: absolute;
  z-index: 1;
  width: 150px;
  font-size: 1.2em;
  text-align: center;
  color: #CCC;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.past_and_next .past_article a:hover img,
.past_and_next .next_article a:hover img {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .past_and_next .past_article a,
  .past_and_next .next_article a {
    width: 200px;
    height: 150px;
  }
}
.past_and_next .past_article a span:nth-of-type(1),
.past_and_next .next_article a span:nth-of-type(1) {
  display: block;
  position: relative;
  font-size: 0.6rem;
  text-decoration: underline;
}
.past_and_next .past_article a span:nth-of-type(2),
.past_and_next .next_article a span:nth-of-type(2) {
  display: block;
  position: relative;
  font-size: 0.8rem;
  max-width: 90%;
  margin: 0 auto;
}
.past_and_next .past_article a img,
.past_and_next .next_article a img {
  position: absolute;
  display: block;
  z-index: -1;
  width: 150px;
  height: 100px;
  object-fit: cover;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .past_and_next .past_article a img,
  .past_and_next .next_article a img {
    width: 200px;
    height: 150px;
  }
}

.tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
}

a.tag {
  position: relative;
  display: inline-block;
  margin: 0 1em 1em 1em;
  padding: 0.6em 0.6em 0.6em 1.4em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #00003f;
}

a.tag:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "";
  border-width: 1.1em 1.1em 1.1em 0;
  border-style: solid;
  border-color: transparent #00003f transparent transparent;
}

a.tag:after {
  position: absolute;
  top: center;
  left: 0;
  content: " ●";
  color: #fff;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 0.5px;
  margin-top: 10px;
  border-radius: 9999px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .arrow {
    margin-top: 25px;
  }
}

.arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transform: rotate(45deg);
  transform-origin: 15px;
}

.arrow--reverse {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 0.5px;
  margin-top: 10px;
  border-radius: 9999px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .arrow--reverse {
    margin-top: 25px;
  }
}

.arrow--reverse::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -3px;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transform: rotate(-45deg);
  transform-origin: 15px;
}

.facilities__container .bg_white {
  padding: 100px 0;
}

/* Validation message area -------------------------------- */
#cfMsg {
  margin-top: 1rem;
  font-size: 0.95rem;
}

/* Honeypot (spam trap) ---------------------------------- */
[name=website] {
  position: absolute !important;
  left: -9999px !important;
}

/* Small helper classes ---------------------------------- */
.text-danger {
  color: #d93025;
}

.mb-3 {
  margin-bottom: 1.25rem !important;
}

/* ===== Theme tokens ===== */
:root {
  --bg: #f7f4ef; /* 温かいベージュ系の下地 */
  --paper: #ffffff; /* フォーム面 */
  --ink: #2f2a25; /* 文字色（やや濃い茶） */
  --muted: #6e6258; /* 補助文字 */
  --line: #e4e0da; /* 1pxの薄い罫線 */
  --danger: #c7423a; /* 必須マークなど */
  --shadow: 0 10px 20px rgba(0,0,0,.04);
}

/* ===== Layout ===== */
.l-contact {
  padding: 48px 16px;
  color: var(--ink);
  line-height: 1.8;
}
.l-contact p {
  text-align: center;
  margin: -50px 0 80px;
}

.l-contact form {
  max-width: 760px;
  width: 95%;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 28px 22px 30px;
}

/* ===== Typography ===== */
.l-contact label,
.l-contact legend {
  display: block;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 18px 0 8px;
}

.l-contact .contact_required {
  color: var(--danger);
  font-weight: 700;
  margin-left: 0.25em;
}

.l-contact small,
.l-contact .note {
  color: var(--muted);
  font-size: 0.92rem;
}

/* ===== Controls ===== */
.l-contact input[type=text],
.l-contact input[type=email],
.l-contact input[type=tel],
.l-contact select,
.l-contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-contact textarea {
  min-height: 140px;
  resize: vertical;
}

/* Select arrow (SVG data URI, 現代ブラウザ用) */
.l-contact select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><path fill='%238c6b4f' d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

/* Focus */
.l-contact input:focus,
.l-contact select:focus,
.l-contact textarea:focus {
  outline: 0;
  border-color: #a39360;
  box-shadow: 0 0 0 3px rgba(140, 107, 79, 0.14);
}

/* Placeholder */
.l-contact ::placeholder {
  color: #9a8f86;
}

/* ===== Fieldset (名前・ふりがな等) ===== */
.l-contact fieldset {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 12px 16px;
  margin-top: 20px;
}

.l-contact fieldset legend {
  color: var(--muted);
  font-weight: 700;
  padding: 0 6px;
}

.l-contact fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.l-contact fieldset input {
  margin-top: 0;
}

@media (max-width: 640px) {
  .l-contact fieldset {
    grid-template-columns: 1fr;
  }
}
/* ===== Group spacing ===== */
.l-contact label + select,
.l-contact label + input,
.l-contact label + textarea {
  margin-top: 6px;
}

.l-contact select + label,
.l-contact textarea + label,
.l-contact input + label {
  margin-top: 18px;
}

/* ===== Submit button ===== */
.l-contact button[type=submit] {
  width: 50%;
  margin-top: 26px;
  padding: 14px 18px;
  background: #a39360;
  color: #fff;
  border: none;
  border-radius: 999px; /* pill-like */
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.06s ease;
}

.l-contact button[type=submit]:hover {
  filter: brightness(0.96);
}

.l-contact button[type=submit]:active {
  transform: translateY(1px);
}

/* ===== Alerts / helper ===== */
#cfMsg[role=alert] {
  margin-top: 14px;
  font-size: 0.95rem;
  color: var(--muted);
}

/* エラーステート（バリデーションJSで .is-error を付与想定） */
.l-contact .is-error {
  border-color: var(--danger) !important;
  background: #fff7f7;
}

.l-contact .is-error-msg {
  color: var(--danger);
  font-size: 0.92rem;
  margin-top: 6px;
}

/* ===== Minor polish ===== */
.l-contact optgroup {
  color: var(--muted);
  font-weight: 700;
  margin-top: 6px;
  padding-top: 4px;
  border-top: 1px dashed var(--line);
}

.l-contact a {
  color: #a39360;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.l-contact a:hover {
  text-decoration-thickness: 2px;
}

/* honeypot 非表示（アクセシビリティ配慮） */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 送信ボタン中央寄せ（ご要望対応） */
#contactForm button[type=submit] {
  display: block;
  margin: 24px auto 0;
}

/* エラー表現 */
#contactForm .field-error {
  color: #c00;
  font-size: 0.9rem;
  margin: 0.25rem 0 0;
}

#contactForm input.is-invalid,
#contactForm select.is-invalid,
#contactForm textarea.is-invalid {
  border-color: #c00;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12);
}

#cfMsg.cf-success {
  color: #0a7;
}

#cfMsg.cf-error {
  color: #c00;
  white-space: pre-line;
}

.qa__inner h2 {
  margin-top: 40px;
}

.notfound {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notfound img {
  width: 700px;
  max-width: 90%;
}

.company__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5% 2.5%;
}
.company__inner .route__stepbar {
  padding: 2em 5%;
  font-size: 0.9em;
}
.company__inner .route__stepbar .stepbarwrap {
  margin: 0.5em 0;
}
.company__inner .route__stepbar .stepbarwrap .stepcircle {
  background-color: #a39360;
}
@media screen and (min-width: 769px) {
  .company__inner {
    display: flex;
    flex-direction: row;
  }
  .company__inner .table {
    width: 65%;
  }
  .company__inner .route__stepbar {
    width: 30%;
    margin-left: 5%;
    padding: 0;
  }
}

.recruit_paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.recruit_paragraph h4 {
  font-weight: 400;
  font-weight: 700;
  font-size: 1.4em;
  color: #a39360;
}
.recruit_paragraph p {
  margin-top: 30px;
  text-align: center;
  max-width: 90%;
}

.recruit__link {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruit__link {
    flex-direction: row;
  }
}
.recruit__link__item--text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10%;
  width: 100%;
  height: 30vh;
  background-image: url("images/texture/stone_bg.webp");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .recruit__link__item--text {
    width: 50%;
  }
}
.recruit__link__item--text h4 {
  font-size: 1.2em;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .recruit__link__item--text h4 {
    font-size: 1.4em;
  }
}
.recruit__link__item--text p {
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  width: 90%;
  margin-bottom: 20px;
}
.recruit__link__item--link {
  width: 100%;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .recruit__link__item--link {
    width: 50%;
  }
}

.about__section {
  margin: 150px auto;
}
.about__section__video {
  display: flex;
  justify-content: center;
}
.about__section__video video {
  width: 162px;
  height: 288px;
}
@media screen and (min-width: 769px) {
  .about__section__video video {
    width: 216px;
    height: 384px;
    clip-path: url(#mask);
  }
}
.about__section__heading {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 1.2em;
  color: #333333;
}
.about__section__paragraph {
  margin: 80px auto 0;
  text-align: center;
  width: 90%;
  max-width: 550px;
  color: #333333;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .header {
    height: 64px;
  }
}
.header .header__logo {
  position: relative;
  min-width: 100px;
  margin: 10px 20px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  z-index: 1000;
}
.header .header__logo a img {
  width: 80px;
  height: auto;
  max-height: 50px;
}
@media screen and (min-width: 769px) {
  .header .header__logo {
    width: 100px;
  }
}

.global_nav {
  display: none;
}

.menu_btn {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  z-index: 1002;
}
.menu_btn .hamburger {
  font-size: 1em;
  margin-right: 0.2em;
}
@media screen and (min-width: 769px) {
  .menu_btn {
    display: none !important;
  }
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none; /* Initially hidden */
  z-index: 1002; /* Ensure it's above the overlay */
}

.menu_btn,
.close_btn {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: #FFF;
  font-size: 1.2em;
  background: none;
}

.mb_nav {
  display: none;
}

.mb_nav.active .close_btn {
  display: block; /* Show close btn when overlay is active */
}

.mb_nav.active {
  display: flex;
  position: absolute;
  background: #00003f;
  opacity: 0.95;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  min-height: 100vh;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mb_nav__list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mb_nav__list .mb_nav__list__item:active {
  border: 2px dotted #FFFFFF;
}

.mb_nav__list__item {
  margin-top: 20px;
  width: 90%;
  position: relative;
}
.mb_nav__list__item a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1em;
}
.mb_nav__list__item::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #FFFFFF;
}
.mb_nav__list__item::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00003f;
  border-right: 3px solid #00003f;
  transform: rotate(45deg);
}

.mb_nav__language .selectlink {
  margin: 0 auto;
  padding: 15px 3em;
  border: 2px #ddd solid;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.mb_nav__language .selectlink:hover {
  border: 2px #333 solid;
  background-color: #eee;
}

.mb_nav__language,
.mb_nav__font-size,
.mb_nav__best_rate {
  margin: 20px auto 0px;
}

.mb_nav__best_rate {
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.1);
}
.mb_nav__best_rate a {
  padding: 0.5em 2em;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mb_nav__best_rate a img {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}

@media screen and (min-width: 769px) {
  .mb_nav,
  .menu_btn,
  .close_btn,
  .lang-close,
  #lang-list {
    display: none;
  }
  .global_nav {
    width: 100%;
    margin: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .global_nav__list {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    list-style: none;
    padding-left: 0;
  }
  .global_nav__list__item a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    list-style: none;
    margin-right: 30px;
  }
  .sub_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sub_nav__language {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    position: relative;
    list-style: none;
    margin: 0 50px;
    justify-content: center;
  }
  #lang-list.active {
    display: block;
    position: absolute;
    top: 40px; /* ボタンの下に表示 */
    background-color: #FFF;
    padding-left: 0;
  }
  #lang-list.active li {
    width: 9em;
    text-align: center;
    list-style: none;
    margin: 20px;
  }
  #lang-list.active li a {
    color: #444;
    text-decoration: none;
  }
  #lang-list.active li a:hover {
    text-decoration: underline;
    color: #000;
  }
  .lang-open,
  .lang-close {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: #FFF;
    font-size: 1em;
    background: none;
    cursor: pointer;
  }
  .lang-close {
    text-decoration: underline;
  }
}
.above_the_fold {
  height: 100vh;
  background: #333;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.above_the_fold h2 {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  z-index: 10;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.above_the_fold h2 img {
  margin: 20px auto;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .above_the_fold h2 img {
    width: 100%;
  }
}

.above_the_fold--half {
  height: 50vh;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.above_the_fold--half .text_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.above_the_fold--half .text_title__small {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #333333;
  color: #333333;
}
.above_the_fold--half .text_title__medium {
  font-size: 1.8em;
  font-weight: 400;
  display: block;
  color: #333333;
}
.above_the_fold--half .text_title__large {
  font-size: 2.4em;
  font-weight: 400;
  display: block;
  color: #333333;
}
.above_the_fold--half .image_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.above_the_fold--half .image_title__small {
  font-size: 0.8em;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: block;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.above_the_fold--half .image_title__large {
  font-size: 2.4em;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: block;
  color: #FFFFFF;
}

.facilities__container .above_the_fold--half,
.access__container .above_the_fold--half {
  background-image: url(images/texture/gold_bg.webp);
}

.about__container .above_the_fold--half {
  background-image: url(images/photos/robby/2.webp);
  background-size: cover;
  background-position: 50% 50%;
}
.about__container .above_the_fold--half .text_title .text_title__small,
.about__container .above_the_fold--half .text_title .text_title__medium {
  color: #FFFFFF;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%; /* 高さを調整 */
  overflow: hidden;
  background-color: transparent;
  z-index: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 12s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 4s;
}

.slide:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.above_the_fold .best_rate,
.above_the_fold--half .best_rate {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 85%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.4);
}
.above_the_fold .best_rate a,
.above_the_fold--half .best_rate a {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.above_the_fold .best_rate a img,
.above_the_fold--half .best_rate a img {
  width: 10%;
  height: auto;
  margin-right: 10%;
}
@media screen and (min-width: 769px) {
  .above_the_fold .best_rate,
  .above_the_fold--half .best_rate {
    position: fixed;
    bottom: 50px;
    left: 50px;
    right: unset;
  }
  .above_the_fold .best_rate a,
  .above_the_fold--half .best_rate a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .above_the_fold .best_rate a img,
  .above_the_fold--half .best_rate a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

.footer_blog {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
}
.footer_blog h4 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 auto;
}
.footer_blog__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_blog__flex .blog__item {
  width: 40%;
  margin: 30px auto 20px;
}
@media screen and (min-width: 769px) {
  .footer_blog__flex .blog__item {
    width: 30%;
  }
}
.footer_blog__flex .blog__item a {
  text-decoration: none;
}
.footer_blog__flex .blog__thumbnail img {
  clip-path: url(#mask);
  height: 100%;
  width: 100%;
}
.footer_blog__flex .blog__thumbnail img:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.footer_blog__flex .blog__summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.footer_blog__flex .blog__summary time {
  font-size: 0.7em;
  margin-right: 15px;
}
.footer_blog__flex .blog__summary p {
  font-size: 0.7em;
}
.footer_blog__flex .blog__summary h5 {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  margin: 5px auto 0;
}

.footer_reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding: 150px 0 180px;
  background-color: #FFF;
}
.footer_reservation h5 {
  font-size: 1.3em;
  font-weight: 400;
}
.footer_reservation p {
  text-align: center;
}

.footer_banners {
  width: 90%;
  padding: 0 0 30px;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer_banners__item {
  width: 45%;
  max-width: 250px;
  max-height: 71px;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer_banners__item {
    width: 20%;
  }
}
.footer_banners__item:nth-child(1), .footer_banners__item:nth-child(2), .footer_banners__item:nth-child(3) {
  width: 90%;
  max-width: 500px;
  max-height: 142px;
}
@media screen and (min-width: 769px) {
  .footer_banners__item:nth-child(1), .footer_banners__item:nth-child(2), .footer_banners__item:nth-child(3) {
    width: 32%;
  }
}

.footer {
  background-color: #00003f;
  background-image: url("images/texture/stripe2.webp");
  margin: 0 2% 0 2%;
  padding: 2%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer {
    flex-direction: row;
  }
}
.footer__logo {
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__logo img {
  max-width: 60%;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 30%;
    height: unset;
  }
  .footer__logo img {
    max-width: 250px;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin-left: 20px;
}
.footer_nav--large {
  margin-bottom: 30px;
}
.footer_nav--large li {
  list-style: none;
}
.footer_nav--large li a {
  color: #fff;
  display: block;
  margin-top: 15px;
  text-decoration: none;
}
.footer_nav--small {
  margin-bottom: 20px;
}
.footer_nav--small li {
  list-style: none;
}
.footer_nav--small li a {
  font-size: 0.8em;
  color: #fff;
  display: block;
  margin-top: 12px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer_nav {
    width: 35%;
  }
}
.footer_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin-left: 30px;
  text-align: left;
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .footer_info {
    margin-top: 0px;
  }
}
.footer_info .phone a {
  font-size: 2em;
  text-decoration: none;
}
.footer_info .phone p {
  font-size: 1em;
}
.footer_info p {
  color: #FFF;
  margin-bottom: 30px;
}
.footer_info p a {
  color: #FFF;
}
.footer_info .sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer_info .sns__item {
  margin: 0 30px 0 0;
}
.footer_info .sns__item img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .footer_info {
    width: 35%;
  }
}

.footer_info__banners {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.footer_info__banners__item {
  width: 60%;
  height: auto;
  margin-right: 20px;
}

.footer_sub_nav ul {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
  justify-content: space-around;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .footer_sub_nav ul {
    flex-direction: row;
    width: 50%;
  }
}
.footer_sub_nav ul li a {
  font-size: 0.9em;
  color: #00003f;
}
.footer_sub_nav ul li a:hover {
  text-decoration: none;
}

.copyright {
  width: 100%;
  text-align: center;
}

/* モーダル用スタイル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 80%;
}

/* バナー用スタイル */
#translate-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  color: #333;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}

#translate-banner button {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}

.accordion {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  background-color: rgba(200, 180, 120, 0.2);
}

.accordion summary.caution {
  background-color: rgba(197, 40, 28, 0.2);
}

.accordion summary.attention {
  background-color: rgba(255, 255, 0, 0.2);
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate 0.3s;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
  margin-top: 20px;
}

.btn--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 360px;
  max-width: 90%;
  margin: 15px auto;
  height: 3em;
  border: 1px solid #474747;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1em;
}
.btn--arrow a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3em;
  color: #474747;
  margin-left: -10px;
}

.btn--arrow::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: 0.5em;
  background-color: #474747;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

.btn--arrow:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.btn--arrow--long {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 520px;
  max-width: 70%;
  margin: 15px auto;
  height: 3em;
  border: 1px solid #474747;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1em;
}
.btn--arrow--long a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3em;
  color: #474747;
  margin-left: -10px;
}

.btn--arrow--long::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: 0.5em;
  background-color: #474747;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

.btn--arrow--long:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.btn--crossed {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border-top: 1px solid #444444;
  border-right: none;
  border-bottom: 1px solid #444444;
  border-left: none;
  background-color: transparent;
  color: #444444;
  font-size: 1em;
  text-decoration: none;
  transition: 0.5s;
}

.btn--crossed:hover,
.btn--crossed:active {
  color: #a39360;
  border-top: 1px solid #a39360;
  border-bottom: 1px solid #a39360;
}
.btn--crossed:hover::before, .btn--crossed:hover::after,
.btn--crossed:active::before,
.btn--crossed:active::after {
  background-color: #a39360;
}

.btn--crossed::before,
.btn--crossed::after {
  position: absolute;
  width: 1px;
  height: 140%;
  background-color: #444444;
  content: "";
}

.btn--crossed::before {
  left: calc(0.62em - 1px);
}

.btn--crossed::after {
  right: calc(0.62em - 1px);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.4em 2em;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn a {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.btn:hover {
  border: none;
  background-color: #fff;
  border: 1px solid #fff;
  color: #444444;
}
.btn:hover a {
  color: #444444;
}

.booking-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0px;
  padding: 0.5em 3em;
  border: 1px solid #fff;
  background-color: transparent;
}
.booking-btn a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .booking-btn {
    padding: 0 1.5em;
    margin: 0 auto;
  }
  .booking-btn a {
    font-size: 1em;
  }
}

.booking-btn:hover {
  border: none;
  background-color: #c8b478;
  border: 1px solid #c8b478;
  color: #FFFFFF;
}
.booking-btn:hover a {
  color: #FFFFFF;
}

.room_booking_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin: 50px auto;
  padding: 1em 1em;
  border: 1px solid #00003f;
  background-color: transparent;
  font-size: 1.1em;
}
.room_booking_btn span {
  font-size: 0.8em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .room_booking_btn {
    padding: 1em 3em;
    max-width: 50%;
  }
}

.room_booking_btn:hover {
  border: none;
  background-color: #00003f;
  border: 1px solid #00003f;
  color: #FFF;
}

.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal__inner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 30px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal-card {
  width: 300px;
  max-width: 90%;
  min-height: 290px;
  max-height: 90vh;
  overflow-y: scroll;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .modal-card {
    width: 400px;
  }
}
.modal-card video {
  width: 162px;
  height: 288px;
}
@media screen and (min-width: 769px) {
  .modal-card video {
    width: 216px;
    height: 384px;
    clip-path: url(#mask);
  }
}

.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}

.modal-card__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #444;
}

.modal-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.modal-card__close {
  border: 1px solid #333333;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  font-size: 0.8em;
}

.underlined_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.underlined_heading span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.underlined_heading span:before,
.underlined_heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.underlined_heading span:before {
  left: 0;
}

.underlined_heading span:after {
  right: 0;
}

.cross_heading {
  width: 90%;
  margin: 0 0 10px auto;
  padding-left: 2em;
  position: relative;
  border-left: solid 2px #c8b478;
  box-shadow: -4px 0px #FFFFFF, -6px 0px #c8b478, -10px 0px #FFFFFF, -12px 0px #c8b478;
  padding-bottom: 10px;
}

.cross_heading:before {
  content: "";
  position: absolute;
  left: -25px;
  right: 0;
  bottom: 12px;
  border-bottom: 2px solid #a39360;
  box-shadow: 0px 6px #a39360;
}

.smokefree {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 30px auto;
  border: 2px solid #ccc;
  background-color: rgba(204, 204, 204, 0.05);
}
.smokefree__icon {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smokefree__icon img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.smokefree__text {
  font-size: 0.9em;
  width: 70%;
  display: flex;
  align-items: center;
  text-align: left;
}

.babyfriendly {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto;
  padding: 20px;
  border: 6px solid #ccc;
  background-color: #FFFFFF;
  border-image: linear-gradient(to right, rgba(240, 108, 255, 0.2705882353), rgba(255, 215, 94, 0.2705882353)) 1;
}

.babyfriendly__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .babyfriendly__flex {
    flex-direction: row;
  }
}

.babyfriendly__icon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.babyfriendly__icon img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .babyfriendly__icon {
    width: 30%;
  }
}

.babyfriendly__text {
  font-size: 1.1em;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .babyfriendly__text {
    width: 68%;
    margin-left: 2%;
  }
}

.babyfriendly__text__flex {
  display: flex;
  flex-direction: column;
}
.babyfriendly__text__flex .room_facility_and_amenity {
  width: 100%;
  padding-inline-start: 0px;
}
.babyfriendly__text__flex .room_facility_and_amenity li ul {
  padding-inline-start: 0px;
}

.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  box-sizing: border-box;
  display: block;
  color: #c8b478;
  text-decoration: none;
  text-align: center;
  background: #FFFFFF;
  border-radius: 50%;
  min-width: 2.4em;
  transition: all 0.2s;
  margin: 0 0.4em 0 0;
  padding: 0.7em;
}
.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
  color: #FFFFFF;
  background: #c8b478;
}

.pagination {
  background: #FFFFFF;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 1.6em;
  margin: 50px auto 0;
  padding: 0.4em 1em;
}
.pagination__list {
  display: none;
}
.pagination__pos {
  order: 2;
  color: #c8b478;
  margin: 0 1em;
}
.pagination__btn--prev {
  order: 1;
}
.pagination__btn--next {
  order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__item {
    margin: 0;
  }
  .pagination__item--current {
    background: #c8b478;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0.4em 0 0;
  }
  .pagination__pos {
    display: none;
  }
}
@media (min-width: 960px) {
  .pagination .pagination__list {
    order: 3;
  }
  .pagination .pagination__btn--prev {
    order: 2;
  }
  .pagination .pagination__btn--next {
    order: 4;
  }
  .pagination .pagination__btn--first {
    order: 1;
    display: block;
    width: 2.4em;
    padding-left: 0;
    padding-right: 0;
  }
  .pagination .pagination__btn--last {
    order: 5;
    display: block;
    width: 2.4em;
    padding-left: 0;
    padding-right: 0;
  }
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  z-index: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 12s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 4s;
}

.slide:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.small_slideshow {
  position: relative;
  width: 100%;
  height: auto; /* 高さを調整 */
  overflow: hidden;
  background-color: transparent;
  z-index: 0;
}
.small_slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 12s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small_slideshow .slide:nth-child(1) {
  animation-delay: 0s;
}
.small_slideshow .slide:nth-child(2) {
  animation-delay: 4s;
}
.small_slideshow .slide:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.summary--left {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
}
.summary--left .summary__text {
  padding: 1em 3em;
}
.summary--left .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--left .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--left {
    width: 80%;
    flex-direction: row;
  }
}
.summary--left--gold {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
  background-image: url("images/texture/gold_tile.webp");
}
.summary--left--gold .summary__text {
  padding: 1em 3em;
}
.summary--left--gold .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--left--gold .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left--gold .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left--gold .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--left--gold {
    width: 80%;
    flex-direction: row;
  }
}
.summary--left--pink {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
  background-image: url("images/texture/stripe_pink.webp");
  background-blend-mode: lighten;
}
.summary--left--pink .summary__text {
  padding: 1em 3em;
}
.summary--left--pink .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--left--pink .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left--pink .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--left--pink .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--left--pink {
    width: 80%;
    flex-direction: row;
  }
}
.summary--left--pink .summary__text .summary__title {
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.summary--right {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
}
.summary--right .summary__text {
  padding: 1em 3em;
}
.summary--right .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--right .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--right {
    width: 80%;
    flex-direction: row;
  }
}
.summary--right .summary__img {
  order: 1;
}
.summary--right .summary__text {
  order: 2;
}
@media screen and (min-width: 769px) {
  .summary--right .summary__img {
    order: 2;
    left: 50px;
  }
  .summary--right .summary__text {
    order: 1;
  }
}
.summary--right--gold {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
  background-image: url("images/texture/gold_tile.webp");
}
.summary--right--gold .summary__text {
  padding: 1em 3em;
}
.summary--right--gold .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--right--gold .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right--gold .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right--gold .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--right--gold {
    width: 80%;
    flex-direction: row;
  }
}
.summary--right--gold .summary__img {
  order: 1;
}
.summary--right--gold .summary__text {
  order: 2;
}
@media screen and (min-width: 769px) {
  .summary--right--gold .summary__img {
    order: 2;
    left: 50px;
  }
  .summary--right--gold .summary__text {
    order: 1;
  }
}
.summary--right--pink {
  background-image: url("images/texture/egg-shell.webp");
  background-repeat: repeat;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 200px auto 100px;
  background-image: url("images/texture/stripe_pink.webp");
  background-blend-mode: lighten;
}
.summary--right--pink .summary__text {
  padding: 1em 3em;
}
.summary--right--pink .summary__text .summary__title {
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
.summary--right--pink .summary__text .summary__paragraph {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right--pink .summary__text .summary__info {
  margin-top: 1em;
  font-size: 0.9em;
}
.summary--right--pink .summary__text .summary__caution {
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5281c;
}
@media screen and (min-width: 769px) {
  .summary--right--pink {
    width: 80%;
    flex-direction: row;
  }
}
.summary--right--pink .summary__img {
  order: 1;
}
.summary--right--pink .summary__text {
  order: 2;
}
@media screen and (min-width: 769px) {
  .summary--right--pink .summary__img {
    order: 2;
    left: 50px;
  }
  .summary--right--pink .summary__text {
    order: 1;
  }
}
.summary--right--pink .summary__text .summary__title {
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.summary__img {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .summary__img {
    width: 60%;
    position: relative;
    top: -100px;
    right: 50px;
  }
}
.summary__img .small_slideshow {
  aspect-ratio: 3/2;
}

.summary__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .summary__text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.table {
  border-collapse: collapse;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.table th, .table td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}

.table th:nth-of-type(1), .table td:nth-of-type(1) {
  border-top: 2px solid #c1c7c6;
}

.table th {
  border-bottom: 2px solid #c8b478;
  font-weight: bold;
  text-align: center;
  width: 35%;
  min-width: 4em;
}

.table th:nth-of-type(1) {
  border-top: 2px solid #c8b478;
}

.square_gallery {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
.square_gallery p {
  text-align: center;
}

.square_gallery .lightbox__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.square_gallery .lightbox__wrapper a {
  width: 45%;
  aspect-ratio: 1/1;
  margin: 30px 2.5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.square_gallery .lightbox__wrapper a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .square_gallery .lightbox__wrapper a {
    width: 23%;
    aspect-ratio: 1/1;
    margin: 30px 1%;
  }
}
.square_gallery .accordion {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.square_gallery .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-size: 0.8em;
  font-weight: 600;
  cursor: pointer;
}

.square_gallery .accordion summary::-webkit-details-marker {
  display: none;
}

.square_gallery .accordion summary::before,
.square_gallery .accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.square_gallery .accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.square_gallery .accordion summary::after {
  transition: rotate 0.3s;
}

.square_gallery .accordion[open] summary::after {
  rotate: 90deg;
}

.square_gallery .accordion div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.square_gallery .accordion[open] div {
  transform: none;
  opacity: 1;
  justify-content: center;
}

.square_gallery .lightbox_text__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.square_gallery .accordion .special_menu {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

/* 置換：幅と余白の指定は a ではなく .item に移動 */
.square_gallery .lightbox_text__wrapper .item {
  width: 45%;
  margin: 30px 2.5% 0;
}

@media screen and (min-width: 1000px) {
  .square_gallery .lightbox_text__wrapper .item {
    width: 31%;
    margin: 30px 1% 0;
  }
}
/* 正方形サムネは a の中で作る */
.square_gallery .lightbox_text__wrapper .item a {
  display: block;
  width: 100%;
  aspect-ratio: 217/137;
  overflow: hidden;
}

.square_gallery .lightbox_text__wrapper .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* キャプション */
.square_gallery .lightbox_text__wrapper .item figcaption {
  margin-top: 8px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

/* 既存の「a に幅/マージン/フレックス」指定は無効化（不要） */
.square_gallery .lightbox_text__wrapper a {
  display: block; /* 必要なら */
  justify-content: unset;
  align-items: unset;
  margin: 0; /* 幅・余白は .item 側で管理 */
  width: auto;
}

.policy_summary {
  padding: 50px 0;
}
.policy_summary h5 {
  text-align: center;
}

.policy_summary .accordion {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}

.policy_summary .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

.policy_summary .accordion summary.caution {
  background-color: rgba(197, 40, 28, 0.2);
}

.policy_summary .accordion summary.attention {
  background-color: rgba(255, 255, 0, 0.2);
}

.policy_summary .accordion summary::-webkit-details-marker {
  display: none;
}

.policy_summary .accordion summary::before,
.policy_summary .accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.policy_summary .accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.policy_summary .accordion summary::after {
  transition: rotate 0.3s;
}

.policy_summary .accordion[open] summary::after {
  rotate: 90deg;
}

.policy_summary .accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.policy_summary .accordion[open] p {
  transform: none;
  opacity: 1;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: 60px;
  writing-mode: vertical-rl;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #c8b478;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.marquee {
  display: none;
}

@media screen and (min-width: 769px) {
  :root {
    /* ← ここ調整 */
    --marquee-speed: 200s; /* 1周にかかる時間 */
    --carousel-height: 200px; /* 高さ（例: 300px, 45vh など） */
    --gap: 0; /* 画像間の余白 */
  }
  .marquee {
    display: block;
    width: 100vw;
    overflow: hidden;
    position: relative;
    top: -275px;
    z-index: 0;
  }
  .marquee__track {
    display: flex;
    width: max-content;
    gap: var(--gap);
    will-change: transform;
    animation: scroll var(--marquee-speed) linear infinite;
  }
  .marquee__group {
    display: flex;
    gap: var(--gap);
  }
  .marquee__item {
    flex: 0 0 auto;
    height: var(--carousel-height);
    aspect-ratio: 4/3; /* 画像サイズがまちまちでも安定 */
    display: block;
  }
  .marquee__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* 右→左へ半分分だけ流す（2セットあるので継ぎ目なし） */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media screen and (min-width: 769px) and (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }
}
/* ===== ベース ===== */
.parallax {
  position: relative;
  overflow: hidden;
  background: none;
  color: #fff;
}

.parallax::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15%;
  bottom: -15%; /* 余白で上下の動きに耐える */
  background: var(--bgimg) center/cover no-repeat;
  transform: translate3d(0, var(--shift, 0), 0);
  will-change: transform;
  z-index: -1;
}

.parallax__inner {
  /* 中身の余白（必要に応じて調整） */
  display: grid;
  place-items: center;
  height: 100%;
  padding: 2rem;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.parallax__heading {
  font-size: 2em;
  color: #FFF;
}

/* ===== 高さプリセット（S/M/L の3パターン） ===== */
/* S: 小さめヒーロー */
.parallax--S {
  height: 42vh;
  min-height: 300px;
}

@media (min-width: 768px) {
  .parallax--S {
    height: 48vh;
    min-height: 360px;
  }
}
/* M: 標準セクション */
.parallax--M {
  height: 60vh;
  min-height: 380px;
}

@media (min-width: 768px) {
  .parallax--M {
    height: 68vh;
    min-height: 460px;
  }
}
/* L: 大きめビジュアル（ほぼ全画面） */
.parallax--L {
  height: 75vh;
  min-height: 440px;
}

@media screen and (min-width: 769px) {
  .parallax--L {
    height: 92vh;
    min-height: 560px;
  }
}
/* C: お料理ページ　料亭街用 */
.parallax--C {
  height: 270px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .parallax--C {
    height: 540px;
  }
}
/* アニメを控えるユーザーに配慮 */
@media (prefers-reduced-motion: reduce) {
  .parallax::before {
    transform: none !important;
  }
}
.parallax_bg_footspa {
  position: relative;
  height: 60vh; /* Adjust based on content */
  background-image: url("images/photos/foot-onsen/1.webp");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_bg_footspa h3 {
  font-size: 2em;
  color: #FFF;
}

.parallax_bg_daiyokujo {
  background-image: url("images/photos/onsen/men/2.webp");
  position: relative;
  height: 60vh; /* Adjust based on content */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_bg_daiyokujo h3 {
  font-size: 2em;
  color: #FFF;
}

.parallax_bg_kashikiri {
  background-image: url("images/photos/private-onsen/4.webp");
  position: relative;
  height: 60vh; /* Adjust based on content */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_bg_kashikiri h3 {
  font-size: 2em;
  color: #FFF;
}

.parallax_bg_ashiyu {
  background-image: url("images/photos/foot-onsen/4.webp");
  position: relative;
  height: 60vh; /* Adjust based on content */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_bg_ashiyu h3 {
  font-size: 2em;
  color: #FFF;
}

.gold_ring_heading {
  position: relative;
  padding: 8px 4px 8px 30px;
  font-weight: 400;
  color: #333333;
}

.gold_ring_heading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: solid 5px #c8b478;
  border-radius: 100%;
}

html {
  margin-top: unset !important;
}
html div#wpadminbar {
  bottom: 0 !important;
  top: unset;
}
