style.css
body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: #f7f4ef;
    color: #4a4a4a;
    line-height: 1.8;
}

.container {
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding: 50px 0;
}

header {
    background-color: #8fae9d;
    color: white;
    text-align: center;
    padding: 40px 0;
}

.subtitle {
    font-size: 1.0rem;
}

.main-visual img {
    width: 100%;
    height: auto;
    display: block;
}

h2 {
    color: #6e8f80;
}

.equipment-img {
    width: 200px;
    border-radius: 50%;
    margin: 20px 0;
}

.services {
    list-style: none;
    padding: 0;
}

.services li {
    background-color: #ffffff;
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
}

.blog-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #6e8f80;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}
.access {
  margin: 50px auto;
  max-width: 1000px;
  padding: 20px;
}

.access iframe {
  border-radius: 20px;
}
footer {
    background-color: #5f7a6e;
    color: white;
    text-align: center;
    padding: 20px 0;
}
.schedule {
  max-width: 1000px;
  margin: 60px auto;
  padding: 30px;
}

.schedule h2 {
  text-align: center;
  margin-bottom: 30px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.schedule-table th {
  background-color: #F6C177;
  color: white;
}

.note {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
.site-header {
  text-align: center;
  padding: 30px 20px;
}

.logo {
  width: 200px;
  margin-bottom: 15px;
}

.site-header h1 {
  margin: 0;
}
.equipment {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

.equipment h2 {
  text-align: center;
  margin-bottom: 30px;
}
.equipment-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.equipment-item {
  width: 300px;
  flex-shrink: 0;
}

.image-box {
  position: relative;
}

.image-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4CAF50;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
}

.equipment-item figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.cta-button {
  display: block;
  background: #f59e0b;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  margin: 20px auto;
  max-width: 300px;
  font-weight: bold;
  font-size: 16px;
}

.cta-button:hover {
  opacity: 0.9;
}
.hero {
  position: relative;
  text-align: center;
}

.hero-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.price {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}

.price-img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  cursor: pointer;
}

.price-note {
  font-size: 14px;
  margin-top: 10px;
  color: #777;
}
.denture-page img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}
.denture-page h3 {
  text-align: center;
  margin-top: 30px;
}
.site-header a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb {
  font-size: 14px;
  color: #666;
  margin: 10px 0 20px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
.denture-page .site-header {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}.denture-page .logo {
  width: 180px;
  height: auto;
}
@media (max-width: 600px) {

  h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  h2 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .container {
    padding: 30px 0;
  }

}
