/*
Theme Name: Blueberry Cafe Theme AOS
Description: AOSアニメーション付きトップページとナビを含むWordPressテーマ
Author: Your Name
Version: 1.0
*/

body {
  margin: 0;
  font-family: sans-serif;
  background-color: #fdfdfd;
  color: #333;
}

a {
  color: #2c3e50;
  text-decoration: none;
}

.site-header, .site-footer {
  background: #ffffff;
  padding: 1.5rem 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.site-footer {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-title {
  margin: 0;
  font-size: 2rem;
}

.tagline {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  color: #777;
}

.menu-list,
.footer-menu-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}

.menu-list li a,
.footer-menu-list li a {
  font-weight: bold;
  color: #2c3e50;
}

.menu-list li a:hover,
.footer-menu-list li a:hover {
  color: #5577aa;
}

.main-content {
  margin-top: 2rem;
}

.swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
