/*
Theme Name: Nursing Care Theme
Author: あなたの名前
Version: 1.0
*/

body {
  margin: 0;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: 1.6;
  background: #f7fafc;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

header.site-header {
  background: linear-gradient(135deg, #6ec6ff, #4db6ac);
  color: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

header .branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .site-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

header .site-tagline {
  font-size: 1rem;
  margin: 0;
  color: #e0f7fa;
}

.site-nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.site-nav ul li {
  margin-left: 1.2rem;
}

.site-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
}

.site-nav ul li a:hover {
  background: rgba(255,255,255,0.2);
}

main.site-main {
  padding: 2.5rem 0;
  background: #fff;
  min-height: 400px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 1.5rem;
}

main h1, main h2 {
  color: #00695c;
}

footer.site-footer {
  background: #004d40;
  color: #cfd8dc;
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 3rem;
}

footer .footer-menu {
  margin: 0.5rem 0 1rem;
}

footer .footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

footer .footer-menu li {
  margin: 0 1rem;
}

footer .footer-menu a {
  color: #cfd8dc;
  text-decoration: none;
  transition: color 0.3s;
}

footer .footer-menu a:hover {
  color: #ffffff;
}
.hero {
  text-align: center;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #a7dff7, #d1f7e2);
  border-radius: 12px;
  margin-bottom: 2rem;
}

.hero h1 {
  font-size: 2rem;
  color: #004d40;
}

.hero p {
  margin: 0.5rem 0 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #4db6ac;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn:hover {
  background: #009688;
}

.services {
  padding: 2rem 0;
}

.service-items {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.service {
  flex: 1;
  min-width: 250px;
  background: #f0fdfd;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.flow {
  background: #e8f5e9;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 0;
}

.flow ol {
  margin: 0;
  padding-left: 1.5rem;
}

.staff {
  text-align: center;
  padding: 2rem 0;
}

.staff-photo {
  border-radius: 50%;
  margin-top: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.contact {
  text-align: center;
  background: #fff8e1;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
}
