
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000;
  background-image: url('../images/ChatGPT Image 2025年4月5日 03_39_39.png');
  background-size: cover;
  background-position: center;
  color: white;
}
.wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 2rem 1rem;
}
h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #ec4899, #ef4444, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.room-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  position: relative;
  backdrop-filter: blur(6px);
}
.room-card h3 {
  margin: 0.5rem 0;
}
.room-card p {
  font-size: 0.9rem;
  color: #eee;
}
.carousel {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease;
}
.book {
  display: inline-block;
  margin-top: 0.6rem;
  background: linear-gradient(to right, #ec4899, #ef4444);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox.hidden {
  display: none;
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 1rem;
}


.section-title {
  font-size: 1.5rem;
  margin-top: 3rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: 5px solid hotpink;
}

.review-box p {
  margin: 0.2rem 0;
}

.map iframe {
  border: none;
  border-radius: 1rem;
}
