.page-id-12 {
  background-image: url('https://lilfairy.jp/wp-content/uploads/2025/05/haikei01.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
}
.page-id-12 table {
    width: 600px; 
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

.page-id-12 table,
.page-id-12 table th,
.page-id-12 table td {
    border: none;
}

.page-id-12 table th,
.page-id-12 table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(255, 128, 114, 0.3);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6);
}

.fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 105, 180, 0.9); 
  display: flex;
  justify-content: space-around;
  padding: 12px 0;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

.fixed-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 16px;
}

.horizontal-scroll .card {
  flex: 0 0 auto;
  min-width: 220px;
  background: #f3f4f6;
  padding: 16px;
  border-radius: 10px;
  scroll-snap-align: start;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 8px;
}

.card h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.card p {
  font-size: 14px;
  color: #777;
}