* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}
/*headerメニューここからコピー*/
.nav-menu {
    display: none;
    /* Hidden by default for mobile (controlled by JS for hamburger) */
    flex-direction: column;
    position: absolute;
    top: 4rem;
    /* Header height */
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    gap: 0;
    z-index: 1000;
}

.nav-menu.active {
    display: flex;
}

.nav-menu .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.nav-menu .nav-link:last-child {
    border-bottom: none;
}

.logo-image {
    width: 50%;
    height: auto;
}


.nav {
    display: none;
    gap: 1.5rem;
}
.mobile-menu-btn {
    display: flex;
    /* Visible by default for mobile */
    flex-direction: column;
    gap: 0.25rem;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 1.5rem;
    height: 2px;
    background: #374151;
    transition: all 0.3s;
}

.header {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e5e7eb;
    top: 0;
}
.header-container {
  padding:0 1rem 1rem 1rem;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

.facility-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.facility-header i {
    color: #2563eb;
    font-size: 1.5rem;
}

.facility-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-size: clamp(8px, 5vw, 38px);
    color: #1e3a8a;
}
.logo-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    background: #2563eb;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text > div {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.logo-text p {
    font-size: 0.875rem;
    color: #6b7280;
}

/*headerメニューここまでコピー*/

/* Footerここからコピー */
.footer {
    padding: 1rem 0;
}


.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.875rem;
}
/*footerここまでコピー*/

/*フリートライアルセクションここから*/

.Free-trial-section {
    /*background-color: var(--color-primary-light);*/
    background-color: #ffffff;
    line-height: 1.3;
    padding:1rem 0.5rem;
    text-align: center;
    /* 非常に明るい背景色 */
}


.free-trial-small-top {
    font-size: clamp(6px, 5vw, 24px);
    color: #000055;
    margin: 0;
    padding-bottom: 0.5%;
}

.free-trial-small-bottom {
    font-size: clamp(6px, 5vw, 24px);
    color: #000055;
    margin: 0;
    padding-top: 0.5%;
}

.free-trial-flow-container {

    /* 左右のパディングを0に変更 */
    font-size: 1.5rem;
}
.hero-buttons {
    
    align-items: center;
    /* ラッパー自身がコンテンツの幅に合わせるようにする */
    /* 必要に応じて、このラッパー全体の margin や position を調整して配置 */
    margin-top: 0px;
    /* 例: 上に吹き出しが出るスペースを確保するため */
    margin-left: 0px;
    /* 例: 全体的な位置調整 */


}
/* --- ボタン --- */
.btn {
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 3rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    /* transform追加 */
    font-weight: 700;
}

.btn-primary {
       -webkit-text-stroke: 0.7px #0000aa; /* 縁取りの太さと色 */
      font-weight: 900;
font-family: 'M PLUS Rounded 1c';
    background-color: #ff9500;
    color: #fff;
    border: 1px solid transparent;
  
    font-weight: 900;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* シャドウ追加 */
}

.btn-primary:hover {
    background-color: #F7A8B8;
    transform: translateY(-2px);
    /* ホバーで少し浮き上がる */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.btn-lg {
    text-align: left;
    padding: 4% 10% ;
    /* ボタンを大きく */
    font-size: 2rem;
}

.red-arrow{
  color:#ff0000;
}
/*フリートライアルセクションここまで*/

/*ロケーションここから*/

.location-section {
  padding: 1rem 0;
}

.location-card {
  max-width: 32rem;
  margin: 0 auto;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.location-card h2 {
  text-align: center;
  padding-top:1.5rem;
  margin-bottom:0;
}
.location-content {
  padding: 1.5rem;
}

.address-info {
  display: flex;
  align-items: flex-start;
  gap: 1%;
  margin-bottom: 1rem;
}

.address {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}
.address > span {
  font-size: 0.9rem;
    font-weight: 400;
}

.landmark {
   padding-left: 6%;
  color: #000000;
  margin-top: 0.5rem;
}

.landmark-info {
  background: #eff6ff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #1e40af;
}
.contact-item {
  padding-left: 6%;
  display: flex;
  align-items: center;
  gap: 1%;
}
.contact-item02 {
  padding-left: 6%;
  display: flex;
  align-items:flex-start;
  gap: 1%;
}
/*ロケーションここまで*/
.page-container {
  min-height: 100vh;
  background: linear-gradient(to bottom, #dbeafe, #ffffff);
}

/* Hero Section */
.hero-section {
  position: relative;
  background: linear-gradient(to right, #2563eb, #1e40af);
  color: white;
  padding: 2rem 1rem;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-animation {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-12deg);
  animation: pulse 2s infinite;
}

.hero-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
  color: #a7f3d0;
  animation: fadeInRight 1s ease-out 0.5s both;
}

.hero-description {
        text-align: left;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  animation: fadeInUp 1s ease-out 0.7s both;
}

.hero-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, #dbeafe, transparent);
}

/* Buttons */
.btn02 {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}


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

.btn-outline:hover {
  background: white;
  color: #2563eb;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: white;
  color: #2563eb;
}

.btn-secondary:hover {
  background: #dbeafe;
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta {
  background: white;
  color: #2563eb;
  font-size: 1.25rem;
  padding: 1rem 3rem;
  font-weight: bold;
  animation: pulse 2s infinite;
}

.btn-cta:hover {
  background: #dbeafe;
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Benefits Sections */
.benefits-section {
  padding: 4rem 1rem;
}

.children-section {
  background: white;
}

.adult-section {
  background: #f9fafb;
}

.section-header {
text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

.counter-number {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0.5rem;
  color: #2563eb;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.3s ease;
}

.adult-counter {
  color: #059669;
}

.section-description {
    text-align: left;
  font-size: 1rem;
  color: #222222;
  max-width: 768px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  gap: 1rem;
}

/* Benefit Cards */
.benefit-card {
  background: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #2563eb;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(1rem);
}

.benefit-card.adult {
  border-left-color: #059669;
}

.benefit-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card.hover-active {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
  border-left-color: #1d4ed8;
}

.benefit-card.adult.hover-active {
  border-left-color: #047857;
}

.benefit-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.benefit-icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
  transition: all 0.3s ease;
}

.benefit-icon.rotate-active {
  transform: scale(1.25) rotate(12deg);
}

.benefit-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.benefit-icon.blue svg {
  color: #2563eb;
}

.benefit-icon.green svg {
  color: #059669;
}

.benefit-title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #111111;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.benefit-title.color-active {
  color: #2563eb;
}

.benefit-title.adult.color-active {
  color: #059669;
}

.benefit-description {
  color: #111111;
  line-height: 1.6;
}

/* CTA Section */
.cta-section {
  position: relative;
  background: linear-gradient(to right, #2563eb, #06b6d4);
  color: white;
  padding: 1.5rem 1rem;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: pulse 3s infinite;
}

.cta-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  animation: fadeInDown 1s ease-out;
}

.cta-cards {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.cta-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.5s ease;
  text-align: left;
}

.cta-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.cta-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cta-card p {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.card-button {
text-align: center;
}
.cta-main {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: all 0.5s ease;
}

.cta-main:hover {
  background: rgba(255, 255, 255, 0.2);
}

.cta-main h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta-main p {
  color: #bfdbfe;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.cta-note {
  font-size: 0.875rem;
  color: #bfdbfe;
  margin-top: 1rem;
}

/* Responsive Design */
@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }

  .hero-title {
    font-size: 3.75rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .counter-number {
    font-size: 3.75rem;
  }
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
