.page-hotel {
}

.page-hotel .top-image {
  margin-bottom: 40px;
}

.page-hotel h1 {
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.page-hotel h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.page-hotel .image {
  margin-top: 60px;
  text-align: center;
}

.page-hotel .image > img {
  display: inline-block;
  margin-bottom: 50px;
}

.page-hotel .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #504946;
  margin-bottom: 30px;
  cursor: pointer;
}

.page-hotel .title h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
}

.page-hotel .title button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-hotel .title button span {
  font-size: 18px;
  line-height: 18px;
  color: #504946;
}

.page-hotel .title button img {
  padding-top: 7px;
  margin-right: 7px;
  transition: transform 0.3s ease, padding 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#room .thumbnail-slider {
  padding-bottom: 25px;
}

#room .accordion-content p {
  font-size: 14px;
  line-height: 32px;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
}

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

.caption p:first-child {
  margin-right: 20px;
}

.main-slider {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 40px;
  margin: auto;
  width: 40px;
}

.swiper-button-prev::after {
  background-image: url('../image/icon/icon-slider-allow-left.png');
}

.swiper-button-next::after {
  background-image: url('../image/icon/icon-slider-allow-right.png');
}

.thumbnail-slider {
  width: 100%;
  overflow: hidden;
}

.thumbnail-slider .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}

.thumbnail-slider .swiper-slide {
  width: 50px !important; /* サムネイル幅を固定 */
  height: 50px;
  flex-shrink: 0;
  cursor: pointer;
}

.thumbnail-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.thumbnail-slider .swiper-slide-thumb-active img {
  opacity: 1;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

table th {
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: 90px;
  font-weight: normal;
  color: #504946;
}

table td {
  padding: 0 0 24px 0;
  color: #504946;
}

table td p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 22px;
}

table .sns-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

table a.circle-button {
  font-size: 14px;
}

table .sns-links a {
  margin-right: 10px;
}

#restaurant .accordion-content img,
#shop .accordion-content img,
#breakfast .accordion-content img {
  margin-bottom: 35px;
}

#restaurant .circle-button,
#shop .circle-button {
  margin-top: 55px;
  margin-bottom: 30px;
}

.breakfast-table th {
  width: 120px;
}

.mai-reservation,
.yasoichi-reservation,
.une-reservation {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  width: 100%;
}

.une-reservation a {
  width: 100%;
  max-width: 600px;
  height: 45px;
  margin-bottom: 30px;
  border-radius: 22px;
  color: #504946;
  background-color: #fff;
  border: 1px solid #504946;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
  transition: all 0.3s ease-out !important;
}

.une-reservation a:hover {
  background-color: #eee9e6 !important;
  border: 1px solid #eee9e6 !important;
}

.une-reservation a span {
  font-size: 18px;
  line-height: 18px;
  color: #504946;
}

.une-reservation a img {
  padding: 6px 3px 0;
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.yasoichi-reservation > div,
.mai-reservation > div {
  width: 100%;
}

.reservation-circle-button button,
.yasoichi-reservation button {
  font-family: 'Ysabeau', serif !important;
  text-transform: none !important;
  width: 100% !important;
  max-width: 600px !important;
  height: 45px !important;
  border-radius: 22px !important;
  background-color: transparent !important;
  border: 1px solid #504946 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #504946 !important;
  padding: 0 !important;
  background-color: #fff !important;
  transition: all 0.3s ease-out !important;
}

.reservation-circle-button button:hover,
.yasoichi-reservation button:hover {
  background-color: #eee9e6 !important;
  border: 1px solid #eee9e6 !important;
}

@media screen and (max-width: 767px) {
  #about .text {
    margin: 0 35px;
  }

  .page-hotel .title {
    margin: 0 30px 30px;
  }

  .accordion-content {
    margin: 0 35px;
  }

  table td {
    width: 100%;
    padding-left: 10px;
  }

  table .sns-links {
    flex-wrap: wrap;
  }

  table .sns-links a {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .mai-reservation,
  .yasoichi-reservation {
    margin: 50px 0px;
  }

  .une-reservation a {
    width: 100%;
    max-width: 300px;
  }

  .yasoichi-reservation > div,
  .mai-reservation > div {
    width: 300px;
  }

  .reservation-circle-button button,
  .yasoichi-reservation button {
    max-width: 300px !important;
  }
}
