@charset "UTF-8";
body#renewal.room304 section {
  background: linear-gradient(135deg, #FE0000 0%, #000000 20%, #000000 80%, #FE0000 100%);
  color: #ffffff;
}
body#renewal.room304 .swiper-button-next,
body#renewal.room304 .swiper-button-prev {
  color: #ffffff;
}
body#renewal.room304 .swiper-pagination-bullet-active {
  background: #ffffff;
}
body#renewal.room304 .summary-item .label {
  background-color: #000000;
}
body#renewal.room304 .summary-item .label::after {
  background-color: #ffffff;
}
body#renewal.room304 .summary-item .best-price .price {
  color: #FE0000;
}
body#renewal.room304 .hover {
  color: #FE0000;
}
body#renewal.room304 .hover:hover {
  background-color: #FE0000;
  color: #ffffff;
}
body#renewal.room304 .room-next .label,
body#renewal.room304 .room-prev .label {
  color: #ffffff;
}
body#renewal.room304 .allRoom-select .button-05 a {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 400;
  border: solid 1px #ffffff;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
body#renewal.room304 .allRoom-select .button-05 a:hover {
  color: #333333;
  background: #ffffff;
  transition: all 0.3s;
}
body#renewal.room204 section {
  background: linear-gradient(135deg, #145ce2 0%, #ffffff 20%, #ffffff 80%, #145ce2 100%);
}
body#renewal.room204 .swiper-button-next,
body#renewal.room204 .swiper-button-prev {
  color: #ffffff;
}
body#renewal.room204 .swiper-pagination-bullet-active {
  background: #ffffff;
}
body#renewal.room204 .summary-item .best-price .price {
  color: #03C6FF;
}
body#renewal.room204 .hover {
  color: #03C6FF;
}
body#renewal.room204 .hover:hover {
  background-color: #03C6FF;
  color: #ffffff;
}
body#renewal.room204 .roomMove {
  border-top: solid 1px #03C6FF;
}

.renewalRoom-title {
  font-size: 0.75em;
}

/*---------------------------------------------------------------------------*/
/* ↓ 最安値
/*---------------------------------------------------------------------------*/
.price-grid-section {
  background: #fafafa;
  text-align: center;
  padding-bottom: 0;
}
.price-grid-section .price-note,
.price-grid-section .price-link-note {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 1.5em;
}
.price-grid-section .price-note strong,
.price-grid-section .price-link-note strong {
  color: #d33;
}
.price-grid-section .price-grid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}
.price-grid-section .price-grid .price {
  color: #a00000;
}
.price-grid-section .price-grid th,
.price-grid-section .price-grid td {
  padding: 0.8em 1em;
  border: 1px solid #ddd;
}
.price-grid-section .price-grid thead tr {
  background: #ccc;
}
.price-grid-section .price-grid td:first-child {
  font-weight: bold;
  background: #eee;
}

.table_box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table_box th,
.table_box td {
  vertical-align: middle;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.table_box th {
  background: #000;
}
.table_box th .note {
  display: block;
  font-size: 0.75em;
  color: #888;
  margin-top: 0.2em;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}

.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ccc;
  z-index: -1;
}

.memberscard {
  padding: 50px 0;
  background-color: #F5F5F5;
}
.memberscard h3 {
  line-height: 30px;
}
.memberscard h3 span {
  font-size: 0.6m;
}

.memberscard-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.memberscard-text {
  padding: 0 30px;
  text-align: left;
}
.memberscard-text ul {
  padding: 15px 0;
}
.memberscard-text ul b {
  color: #a00000;
  font-size: 1.4em;
}

@media (max-width: 768px) {
  .memberscard-container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .memberscard-text {
    padding: 0 1.5vw;
  }
}
/*---------------------------------------------------------------------------*/
/* ↑ 最安値
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* ↓ 360° view
/*---------------------------------------------------------------------------*/
#view iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 768px) {
  #view iframe {
    height: 80vw;
  }
}
/*---------------------------------------------------------------------------*/
/* ↑ 360° view
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* ↓ 部屋紹介
/*---------------------------------------------------------------------------*/
.rooms-contents {
  max-width: 1200px;
  margin: 0 auto;
}

.room-filter-mode {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
.room-filter-mode select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}

.room-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  padding: 20px;
  background: #fdf9f6;
  border-radius: 10px;
  border: 1px solid #e0d6cc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-group {
  flex: 1 1 300px;
}
.filter-group h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #800000;
  border-left: 4px solid #a0522d;
  padding-left: 8px;
}
.filter-group label {
  display: inline-flex;
  align-items: center;
  margin: 6px 12px 6px 0;
  font-size: 14px;
  cursor: pointer;
}
.filter-group label.renewal-text {
  background: linear-gradient(to right, #cb0000, rgb(0, 160.1785714286, 207));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.filter-group label input[type=checkbox] {
  margin-right: 6px;
  accent-color: #b22222;
  transform: scale(1.1);
}
.filter-group label:hover {
  opacity: 0.85;
}

.room-type {
  margin-bottom: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 0;
}

.type-name {
  font-size: 30px;
  margin-bottom: 5px;
}

.room-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.room-list li {
  display: block;
  opacity: 1;
  transform: none;
  transition: opacity 0.36s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.36s cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: opacity, transform;
  transition-delay: var(--stagger, 0ms);
}
.room-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.room-list li .number-name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #222;
}
.room-list li.is-enter {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
}
.room-list li.is-hiding {
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  pointer-events: none;
}
.room-list li.room-renewal {
  position: relative;
}
.room-list li.room-renewal .renewal-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.9019607843);
  padding: 3px 15px;
  border-radius: 10px 0 0 0;
  color: #ffffff;
  font-size: 21px;
}
.room-list li.room-renewal .renewal-text.room204 {
  text-shadow: 0 0 5px #03C6FF, 0 0 10px #03C6FF, 0 0 15px #03C6FF, 0 0 20px #03C6FF, 0 0 40px #03C6FF, 0 0 70px rgb(0, 179.9107142857, 232.5), 0 0 90px rgb(0, 179.9107142857, 232.5), 0 0 120px rgb(0, 179.9107142857, 232.5);
}
.room-list li.room-renewal .renewal-text.room304 {
  text-shadow: 0 0 5px #FE0000, 0 0 10px #FE0000, 0 0 15px #FE0000, 0 0 20px #FE0000, 0 0 40px #FE0000, 0 0 70px rgb(228.5, 0, 0), 0 0 90px rgb(228.5, 0, 0), 0 0 120px rgb(228.5, 0, 0);
}

@media (max-width: 1024px) {
  .room-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .room-list li.room-renewal .renewal-text {
    font-size: 2.3vw;
  }
}
@media (max-width: 1024px) and (max-width: 668px) {
  .room-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .room-list li.room-renewal .renewal-text {
    font-size: 4vw;
  }
}
/*---------------------------------------------------------------------------*/
/* ↑ 部屋紹介
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* ↓ アメニティ
/*---------------------------------------------------------------------------*/
.allRoom-fasility,
.special-fasility {
  text-align: center;
  padding: 30px 0 15px;
}

.amenity-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 15px;
  gap: 20px;
}
.amenity-list li {
  width: 75px;
  text-align: center;
}

figure {
  margin: 0;
}
figure img {
  width: 35px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}
figure figcaption {
  font-size: 10px;
}

.no-facility {
  opacity: 0.2;
}

/*---------------------------------------------------------------------------*/
/* ↑ アメニティ
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* ↓ 各部屋詳細ページ
/*---------------------------------------------------------------------------*/
.room-datails {
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.room-datails .room-text {
  font-size: 23px;
}
.room-datails .room-text span {
  font-size: 1.9em;
}
.room-datails .room-text span .data-time {
  font-size: 0.8em;
}
.room-datails .room-text.renewal {
  padding: 0 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.room-datails .room-text.renewal.room204 span {
  color: #ffffff;
  text-shadow: 0 0 5px #03C6FF, 0 0 10px #03C6FF, 0 0 15px #03C6FF, 0 0 20px #03C6FF, 0 0 40px #03C6FF, 0 0 70px rgb(0, 179.9107142857, 232.5), 0 0 90px rgb(0, 179.9107142857, 232.5), 0 0 120px rgb(0, 179.9107142857, 232.5);
}
.room-datails .room-text.renewal.room304 {
  color: #ffffff;
}
.room-datails .room-text.renewal.room304 span {
  text-shadow: 0 0 5px #FE0000, 0 0 10px #FE0000, 0 0 15px #FE0000, 0 0 20px #FE0000, 0 0 40px #FE0000, 0 0 70px rgb(228.5, 0, 0), 0 0 90px rgb(228.5, 0, 0), 0 0 120px rgb(228.5, 0, 0);
}

.room-container {
  display: flex;
  padding: 20px 10px;
}
.room-container > div:first-child {
  width: 70%;
}
.room-container > div:last-child {
  width: 30%;
}

.room-swiper {
  width: 100%;
  aspect-ratio: 16/9;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff0000;
}

.swiper-pagination-bullet-active {
  background: #ff0000;
}

.price-summary-table {
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 30px;
}

.summary-item {
  padding: 12px 15px;
  font-size: 20px;
}
.summary-item:last-child {
  border-bottom: none;
}
.summary-item .label::before {
  margin-right: 6px;
}
.summary-item[data-type=dayuse] .label::before {
  content: "⏰";
}
.summary-item[data-type=freetime] .label::before {
  content: "⏳";
}
.summary-item[data-type=stay] .label::before {
  content: "🛏️";
}
.summary-item .best-price {
  font-size: 1em;
}
.summary-item .best-price .time {
  font-size: 0.8em;
}
.summary-item .best-price .price {
  color: #ff0000;
  font-size: 1.2em;
}
.summary-item .label {
  position: relative;
  background-color: #ffffff;
  padding-right: 10px;
  z-index: 0;
}
.summary-item .label::after {
  content: "";
  height: 1px;
  width: 235px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.price span {
  font-size: 0.75em;
}

.price-detail-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.price-detail-table > #dayuse,
.price-detail-table > #freetime,
.price-detail-table > #stay {
  padding: 20px;
}
.price-detail-table > #dayuse h4.plan-name,
.price-detail-table > #freetime h4.plan-name,
.price-detail-table > #stay h4.plan-name {
  font-size: 18px;
  border-left: 4px solid #a0522d;
  padding-left: 10px;
  margin-bottom: 12px;
}
.price-detail-table > #dayuse table,
.price-detail-table > #freetime table,
.price-detail-table > #stay table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.price-detail-table > #dayuse table th,
.price-detail-table > #dayuse table td,
.price-detail-table > #freetime table th,
.price-detail-table > #freetime table td,
.price-detail-table > #stay table th,
.price-detail-table > #stay table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.price-detail-table > #stay {
  grid-column: span 2;
}

.small-text {
  font-size: 0.8em;
}

.hover {
  font-size: 1.15em;
  transition: all 0.3s;
  color: #a00000;
  font-weight: bold;
}
.hover:hover {
  background-color: rgba(160, 0, 0, 0.5);
  color: #ffffff;
}

.roomMove {
  padding-top: 60px;
  border-top: solid 1px #ff0000;
}

.room-select.edge-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px;
}
.room-select.edge-layout a {
  text-decoration: none;
  font-weight: bold;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.room-select.edge-layout a img {
  width: 400px;
  height: 150px;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.room-select.edge-layout a .label {
  margin-top: 10px;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333333;
}
.room-select.edge-layout a .label i {
  font-size: 1.2em;
}

.room-prev {
  align-items: flex-start;
}

.room-next {
  align-items: end;
}

.allRoom-select .button-05 a {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.allRoom-select .button-05 a:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .room-select.edge-layout a img {
    width: 250px;
    height: 135px;
  }
}
@media (max-width: 768px) {
  .room-datails .room-text {
    font-size: 3.5vw;
  }
  .room-datails .room-text span {
    display: flex;
    flex-direction: column;
  }
  .room-select.edge-layout a img {
    border-radius: 8px;
    width: 80%;
    height: 23vw;
  }
  .room-select.edge-layout a .label {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .room-datails .room-text span {
    line-height: 10vw;
  }
  .room-datails .room-text.renewal {
    gap: 3vw;
  }
  body#renewal .allRoom-select .button-05 a {
    font-size: 12px;
    color: #ffffff;
    border: solid 1px #ffffff;
    max-width: 200px;
    padding: 15px 0px;
    margin: 24px auto;
  }
  body#renewal .allRoom-select .button-05 a:hover {
    color: #333333;
    background: #ffffff;
  }
  .room-select.edge-layout a .label {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
  .allRoom-select .button-05 a {
    font-size: 12px;
    color: #333333;
    border: solid 1px #333333;
    max-width: 200px;
    padding: 15px 0px;
    margin: 24px auto;
  }
  .allRoom-select .button-05 a:hover {
    color: #ffffff;
    background: #333333;
  }
}
@media (max-width: 1024px) {
  .price-detail-table {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .price-detail-table > #stay {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  body#renewal.room304 section {
    background: linear-gradient(225deg, #FE0000 0%, #000000 20%, #000000 80%, #FE0000 100%);
  }
  body#renewal.room204 section {
    background: linear-gradient(225deg, #03C6FF 0%, #ffffff 20%, #ffffff 80%, #03C6FF 100%);
  }
  .label::after {
    width: 55vw;
  }
  .room-container {
    flex-direction: column;
  }
  .room-container > div:first-child {
    width: 100%;
  }
  .room-container > div:last-child {
    width: 100%;
  }
  .price-summary-table {
    max-width: auto;
    margin: 0;
  }
  .price-detail-table {
    padding: 5px;
  }
  .price-detail-table > #dayuse,
  .price-detail-table > #freetime,
  .price-detail-table > #stay {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .summary-item {
    font-size: 4.5vw;
    padding: 2.5vw 2vw;
  }
  .label::after {
    width: 75vw;
  }
  .small-text {
    font-size: 2.5vw;
  }
  .hover {
    font-size: 3.5vw;
  }
}
/*---------------------------------------------------------------------------*/
/* ↑ 各部屋詳細ページ
/*---------------------------------------------------------------------------*/