.raty img {
  width: 24px !important;
  height: 24px !important;
}

.homes-top {
  background-image: linear-gradient(
      rgba(255,255,255,0.5),
      rgba(255,255,255,0.5)
    ),
    url("/assets/top_bg-d3e4c360.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.homes-about {
  background-image: linear-gradient(
      rgba(255,255,255,0.5),
      rgba(255,255,255,0.5)
    ),
    url("/assets/about_bg-d1c845ef.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.homes-dashboard {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.spots-index {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.spots-show {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.spots-new {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.users-index {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.users-show {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.analytics-index {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/other_bg-c5a4a663.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.users-new {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/auth_bg-828106b6.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.sessions-new {
  background-image: linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("/assets/auth_bg-828106b6.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.chart-card {
  width: 550px;
  padding: 20px;
}

.chart-canvas {
  height: 350px !important;  /* ← ここが最重要 */
}

/* ⭐がボタンに被らないように */
#star-rating,
#star-wifi,
#star-power,
#star-quiet,
#star-work {
  display: inline-block;
  height: auto;
}

/* ボタンを前面に出す */
.text-center {
  position: relative;
  z-index: 9999;
}

input[type="submit"] {
  position: relative;
  z-index: 10000;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 50px;
  display: block;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.homes-top,
.homes-about {
  font-family: 'Poppins', sans-serif;
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}