@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Noto+Sans+JP:wght@400;600;700&display=swap');

body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  margin: 0;
  background: #fdfdfc;
  color: #222;
  line-height: 1.75;
  font-size: 16px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1.2rem;
}

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

.logo img {
  height: 56px;
}

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  color: #007766;
  border-bottom: 2px solid #007766;
}

.hero-image,
.product-image,
.member-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.intro, .product, .member, .contact-form {
  margin-top: 2.5rem;
  text-align: center;
}

.cta-buttons {
  margin-top: 2rem;
}

.cta-buttons .btn {
  display: inline-block;
  background-color: #007766;
  color: #fff;
  padding: 0.6rem 1.4rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  margin: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #005d55;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #007766;
  color: #007766;
}

.btn-outline:hover {
  background-color: #007766;
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery-grid img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.02);
}

footer {
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
}

.contact-form label {
  display: block;
  margin: 1rem 0 0.3rem;
  text-align: left;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1.2rem;
  display: block;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .site-nav ul {
    flex-direction: column;
    gap: 1rem;
  }
  .container {
    padding: 1.5rem 1rem;
  }
}

.scroll-gallery {
  margin-top: 4rem;
}
.scroll-gallery h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.gallery-scroll {
  display: flex;
  
  gap: 1rem;
  padding: 1rem 0;
}
.gallery-item {
  min-width: 240px;
  flex: 0 0 auto;
  text-align: center;
}
.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.gallery-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}

.carousel-gallery {
  margin-top: 4rem;
}
.carousel-gallery h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.carousel-track {
  display: flex;
  
  
  gap: 1rem;
  padding-bottom: 1rem;
}
.carousel-item {
  flex: 0 0 300px;
  scroll-snap-align: center;
  text-align: center;
}
.carousel-item img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.carousel-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}

.carousel-gallery {
  margin-top: 4rem;
}
.carousel-gallery h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.carousel-container {
  display: flex;
  align-items: center;
  position: relative;
}
.carousel-track {
  display: flex;
  
  
  
  gap: 1rem;
  padding: 1rem 0;
  flex-grow: 1;
}
.carousel-item {
  flex: 0 0 280px;
  scroll-snap-align: center;
  text-align: center;
}
.carousel-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.carousel-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}
.carousel-btn {
  background-color: #007766;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
.carousel-btn:hover {
  background-color: #005d55;
}

.carousel-gallery {
  margin-top: 4rem;
}
.carousel-gallery h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.carousel-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.carousel-view {
  width: 320px;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  flex: 0 0 320px;
  text-align: center;
}
.carousel-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.carousel-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}
.carousel-btn {
  background-color: #007766;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
}
.carousel-btn:hover {
  background-color: #005d55;
}

.carousel-gallery {
  margin-top: 4rem;
}
.carousel-gallery h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.carousel-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.carousel-view {
  width: 320px;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  flex: 0 0 320px;
  text-align: center;
}
.carousel-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.carousel-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}
.carousel-btn {
  background-color: #007766;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
}
.carousel-btn:hover {
  background-color: #005d55;
}



/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}
#modalCaption {
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

html, body {
  overflow-x: hidden;
}



/* モーダル表示 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
}
.modal-content {
  margin: 5% auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}
#modalCaption {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.photo-grid-gallery {
  margin-top: 4rem;
}
.photo-grid-gallery h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.photo-cell {
  text-align: center;
}
.photo-cell img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.photo-cell p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #444;
}
.honeypot {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}