/* Base Styles (Mobile First) */
:root {
  --blue-50: #eff6ff;
  --blue-200: #bfdbfe;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;

  --green-50: #f0fdf4;
  --green-200: #bbf7d0;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #14532d;

  --red-600: #ff0000;

  --gray-50: #f9fafb;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
}

body {
  font-family: 'Noto sans Japanese', 'M PLUS 1p', 'Helvetica Neue', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'sans-serif';
  margin: 0;
  padding: 0;
  line-height: 1.5;


}
/*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ここまでコピー*/

/*ロケーションセクションここからコピー*/

.location-section {
  padding: 0 ;
  margin: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;
}

.map-container {
  background: white;
  border-radius: 0.5rem;
  /* rounded-lg */
  padding: 0.5rem;
  /* p-2 */
  margin-top: 2rem;
  /* mt-8 */
}

.map-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

iframe {
  border-radius: 0.375rem;
  /* rounded-md */
}
.location-content {
  padding: 1.5rem;
}

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

.address-text {
  font-size: 1rem;
  /* text-base */
  font-weight: 600;
  /* font-semibold */
  color: #1f2937;
}

.address {
  font-size: 1.125rem;
  font-weight: 600;
    color : #000000;
}
.address > span {
  font-size: 0.9rem;
    font-weight: 500;
}
.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%;
}
.phone-link {
  color : #000000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: color 0.3s;
}

.phone-link:hover {
  color: #dbeafe;
}

.hours {
  font-size: 1.125rem;
    opacity: 0.8;
    font-weight: 600;
     color: #000000;
 
}
.hours-badge {
  color: #000000;
 padding-left: 6%;
margin : 0 auto;
  font-size: 1.125rem;
  display: inline-block;
}
.hours-badge > span{
 font-weight: 600;
}
.access-section {
  background: #f9fafb;
  width: 100%;
  padding: 0.5rem 0;
  margin:0;
}
.access-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom:1.5rem;
}
.card-header-access {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.card-header-access h3 {
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.card-content-access {
  padding: 1.5rem;
}
.route-item {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid;
}

.route-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.badge-primary {
  background-color: #3b82f6;
}

.badge-secondary {
  background: #6b7280;
  color: white;
}
.route-steps {
  list-style: decimal;
  list-style-position: inside;
  font-size: 0.875rem;

}

.route-steps li {
  margin-bottom: 0.25rem;
}
.route-primary {
  border-left-color: #3b82f6;
}

.route-secondary {
  border-left-color: #10b981;
}

.route-tertiary {
  border-left-color: yellow;
}
.parking-info {
  background: #f0fdf4;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #166534;
}

.parking-info p {
  margin-bottom: 0.5rem;
}
.parking-bike {
  background: #eff6ff;
  color: #1e40af;
}
.bus-card {
  margin: 0 auto;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.route-list {
  list-style: none;
  line-height: 1.5;
}

.route-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  /* gap-2 */
  font-size: 0.875rem;
  /* text-sm */
  color: #374151;
  margin-bottom: 0.5rem;
  /* space-y-2 */
}

.route-list li i {
  font-size: 1rem;
  /* h-4 w-4 */
  flex-shrink: 0;
  margin-top: 0.25rem;
  /* mt-1 */
  color: #2563eb;
  /* text-blue-600 */
}
.route-badge {
  background-color: #e5e7eb;
  color: #374151;
  padding: 0.25rem 0.5rem;
  /* px-2 py-1 */
  border-radius: 0.25rem;
  /* rounded-md */
  font-size: 0.75rem;
  /* text-xs */
  font-weight: 500;
  /* font-medium */
  margin-right: 0.25rem;
  /* mr-1 */
}
/*ロケーションセクションここまでコピー*/
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section {
  margin-bottom: 3rem; /* mb-12 */
}
/* Typography */
.hero-section.grid-layout {
  display: flex;
  flex-direction: column; /* モバイルでは縦に並べる */
  height: auto; /* 高さはコンテンツに合わせる */
}

.hero-text-area {

  padding: 1.5rem; /* モバイル向けにパディングを小さめに */
  order: 2; /* モバイルではテキストを画像の下に配置 */
}

.hero-image-area {
  order: 1; /* モバイルでは画像をテキストの上に配置 */
}

.hero-image-area img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-title {
  font-size: 1.8rem; /* モバイル向けにフォントサイズを調整 */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #0000ff;
}
.hero-title > strong{
  color :#ff0000;
}
.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #000000;
}

.cta-button {
  display: inline-block;
  padding: 0.8rem 1.5rem; /* モバイル向けにボタンのサイズを調整 */
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.cta-button:hover {
  background-color: #0056b3;
}
.campaign-card-title {
    font-size: clamp(6px, 4vw, 24px);
    /* 以前の1.75remから縮小 (デフォルトのremサイズ程度に) */
    line-height: 1.5;
    color: #333333;
    /* 以前のvar(--color-primary-dark)から控えめな色に (薄いグレー) */
    margin-bottom: 0;
    margin-top: 1.5%;
    word-break: break-word;
    /* ★★★ 長い単語でも強制的に改行 ★★★ */
    text-align: center;
}
.card-description {
    font-size: clamp(8px, 7vw, 32px);
    /* 必要に応じて調整 */
    font-weight: 900;
    /* 以前の標準から太く (最も太く) */
    color: #ff0000;

    margin-top: 0.5rem;
    /* タイトルからの距離を少し確保 */
}

.card-description02 {
    font-size: clamp(8px, 5.4vw, 26px);
    /* 以前の1.05remから大きく (一番目立つように) */
    font-weight: 900;
    /* 以前の標準から太く (最も太く) */
    text-align: center;
    color: #ff0000;
    margin-top: 0.5rem;
    /* タイトルからの距離を少し確保 */
    margin-bottom: 0;
}

.benefit-card {
    padding: 1rem;
    /* パディングを増やす */
    /* より強い影を適用 */
    box-shadow: var(--shadow-lg);
    /* 非常に薄い水色の枠線を追加して、カードの境界を強調 */
    border: 5px solid var(--color-lighter);
    border-radius: 5%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    /* アイコン、タイトル、説明文を中央寄せ */
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    min-height: 300px;
    /* ★★★ 例: カードの最低高さを設定（値はコンテンツに合わせて調整） ★★★ */
    margin: 1.5% auto;
    background-color: var(--color-text-white);
    /* 背景色を追加 (例: ブルー系) */
    display: flex;
    /* アイコンを中央寄せするため */

}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1);
    border-color: #FBEAEE;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.campaign-section{
  margin:0;
}
/* --- 紹介キャンペーンセクション --- */
.referral-campaign-section {
    padding: 0 0 1% 0;
    margin-bottom:0;
    /* セクション全体の上下パディング */
    /*    background-color: var(--color-bg-light);*/
    /* 非常に明るい背景色 */
    text-align: center;
}

.referral-title-icon {
    width: 100%;
    /* ★★★ SVGアイコンの幅 (調整してください) ★★★ */
    height: auto;
    /* 高さは自動調整 */
}

.referral-title-wrapper {
    display: flex;
    /* 横並びにする */
    align-items: center;
    /* 縦方向中央揃え */
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 2;

}

.referral-title-wrapper-left {
    margin-top: -5%;
    width: 20%;
}

.referral-title-wrapper-right {
    margin-top: -5%;
    width: 80%;
    text-align: left;
}


.referral-campaign-header {
    padding-top: 0;
    margin-bottom: 0;
}

.referral-campaign-title {

    font-size: clamp(16px, 6vw, 32px);
    /* 例: 16px～40pxの間で3vwに可変 */
    color: #ff0000;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

.referral-campaign-title>strong {
    color: #ff0000;
    font-size: clamp(8px, 8vw, 40px);
    /* 例: 16px～40pxの間で3vwに可変 */
}

.referral-campaign-subtitle {
    font-size: clamp(8px, 7vw, 40px);
    /* 例: 16px～40pxの間で3vwに可変 */
    color: #00bb00;
    font-weight: bold;
    margin: 2% 0 0 0;
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 3;
}

.referral-campaign-details {
    background-color: #ffffff;
    border: 5px double #0000aa;
    /* 線幅、線の種類、色 */
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin-top: -2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 1;
}

.referral-campaign-details p {
    font-size: clamp(8px, 2.7vw, 22px);
    color: #0000ff;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    text-align: left;

}

.referral-campaign-details>p>strong {
    font-size: clamp(8px, 4.3vw, 34px);
    color: #ff0000;
    font-weight: 700;
}

.referral-campaign-note {
    font-size: clamp(6px, 2vw, 16px);
    color: #0000aa;
    margin-top: 0px;
    text-align: left;
}
.hero-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    /* デフォルトは縦並び */
    align-items: center;
    text-align: center;
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 1;
}
.text-gray-600 {
    color: #6B7280;
    margin: 0px;
    padding: 0;
    font-size: clamp(6px, 2.7vw, 18px);
    /* 例: 16px～40pxの間で3vwに可変 */
    line-height: 1.3;
    /* 行の高さも調整して、複数行になったときに間隔を空ける */
    /* white-space: nowrap; は削除 */
    text-align: left;
}
.Free-trial-section {
    /*background-color: var(--color-primary-light);*/
    background-color: #ffffff;
    /* 非常に明るい背景色 */
}


.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;
}

.free-trial-flow-section {
    background-color: var(--color-bg-lighter);
    /* 明るい背景 */
    overflow: hidden;
    margin: 0 auto;
    /* 泡がはみ出さないように */
    padding: 0;
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 1;

}

.Free-trial {
    width: 100%;
    max-width: 450px;
    padding: 0% 2% 0 2%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center
}

.free-trial-flow-subtitle {
    margin: 0;
    font-size: clamp(6px, 4.6vw, 26px);
    padding: 0 3% 2% 3%;
}


.free-trial-space {
    position: relative;
    background-color: var(--color-bg-lighter);
    /* 明るい背景 */
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 1;
}

.free-trial-description {
    margin-top: 0;
    margin-bottom: 3%;
    padding: 0 3%;
    font-size: clamp(6px, 4.2vw, 22px);
}

.icon-wrapper {
    height: 100%;
    width: 100%;
    max-width: 200px;
    background-color: #B3E5FC;
    /* 背景色を追加 (例: ブルー系) */
    border-radius: 50%;
    /* 円形にする (例) */
    display: flex;
    justify-content: center;
}
.icon-wrapper > img {
  width: 100%;
}
.icon-wrapper-image {
    border-radius: 50%;
}


.card-title {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700; /* font-bold */
  text-align: center;
}

.section-title {
  font-size: 1.875rem; /* text-3xl */
  font-weight: 700; /* font-bold */
  text-align: center;
  color: var(--gray-900);
  margin-bottom: 2rem; /* mb-8 */
}

.sub-heading {
  font-size: 1.25rem; /* text-xl */
  font-weight: 600; /* font-semibold */
  color: var(--gray-900);
  margin-bottom: 1rem; /* mb-4 */
  display: flex;
  align-items: center;
}

.text-content {
  font-size: 1rem; /* text-base */
  color: var(--gray-700);
}

.list-disc {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.125rem; /* text-lg */
  color: var(--gray-700);
  margin-top: 0.5rem;
}

.list-disc li {
  margin-bottom: 0.5rem; /* space-y-2 */
}

.highlight-red {
  color: var(--red-600);
  font-weight: 700;
}

.highlight-green {
  color: var(--green-600);
  font-weight: 700;
}

.large-text {
  font-size: 1.25rem; /* text-xl */
}

/* Buttons */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.25rem; /* py-2 px-4 */
  border-radius: 0.375rem; /* rounded-md */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
  cursor: pointer;
  border: none;
}

.primary-button {
  background-color: var(--blue-600);
}

.primary-button:hover {
  background-color: var(--blue-700);
}

.success-button {
  background-color: var(--green-600);
}

.success-button:hover {
  background-color: var(--green-700);
}

.large-button {
  padding: 0.75rem 2rem; /* py-3 px-8 */
  font-size: 1.25rem; /* text-xl */
}

/* Cards */
.card {
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-lg */
  overflow: hidden;
}

 .card-header {
  background-color: var(--green-50);
  color: var(--green-800);
}
.blue-card {
  border-color: var(--blue-200);
}

.blue-card  {
  background-color: var(--blue-50);
  color: var(--blue-800);
}

.card-header {
  font-size:1.5rem;
  padding: 1rem; /* p-6 */
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content {
  padding: 0rem 1.5rem; /* p-6 */
  background-color: white;
}
/* Campaign Section */
.campaign-period {
  text-align: center;
  font-size: 1.3rem; /* text-xl */
  font-weight: 600; /* font-semibold */
  color: var(--gray-800);
  padding : 1rem 0; /* mb-6 */
}

.grid-3-cols {
  display: grid;
  gap: 1.5rem; /* gap-6 */
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem; /* p-4 */
  background-color: white;
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
  border: 1px solid var(--gray-200);
  text-align: center;
}

.feature-item p {
  font-size: 1.125rem; /* text-lg */
  color: var(--gray-700);
  margin-top: 0.5rem; /* space-y-2 */
}

.button-wrapper {
  text-align: center;
  margin-top: 2rem; /* mt-8 */
}

/* Image Wrapper for Mac Card */
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mac-card-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
}

/* Steps Section */
.step-card {
  text-align: center;
  padding: 1.5rem; /* p-6 */
  transition: box-shadow 0.3s ease-in-out; /* hover:shadow-lg transition-shadow duration-300 */
}

.step-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.step-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem; /* mb-4 */
}

.step-number {
  font-size: 3rem; /* text-5xl */
  font-weight: 800; /* font-extrabold */
  color: var(--blue-500);
}

/* FAQ Section */
.accordion-container {
  width: 100%;
  max-width: 48rem; /* max-w-3xl */
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  border-bottom: 1px solid var(--gray-200);
}

.accordion-trigger {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  font-size: 1.125rem; /* text-lg */
  font-weight: 500;
  color: var(--gray-900);
  background: none;
  border: none;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease-in-out;
}

.accordion-trigger:hover {
  color: var(--blue-600);
}

.accordion-trigger::after {
  content: "▼"; /* Down arrow */
  font-size: 0.8em;
  transition: transform 0.2s ease-in-out;
}

.accordion-trigger.active::after {
  transform: rotate(180deg); /* Up arrow */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-bottom: 0;
  font-size: 1rem; /* text-base */
  color: var(--gray-700);
}

.accordion-content.open {
  max-height: 200px; /* Adjust as needed for content height */
  padding-bottom: 1rem;
}

/* Contact Section */
.contact-section {
  text-align: center;
  margin-top: 3rem; /* mt-12 */
}

/* Icons (Simple text/emoji placeholders for Lucide React icons) */
/* You would replace these with actual SVG icons or an icon font for production */
.icon-award::before {
  content: "🏆";
  font-size: 2.5rem;
  color: var(--green-700);
  margin-bottom: 0.75rem;
  display: block;
}
.icon-dollar::before {
  content: "💰";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-swim::before {
  content: "🏊";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-hat::before {
  content: "🧢";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-briefcase::before {
  content: "💼";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-percent::before {
  content: "💲";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-play-circle::before {
  content: "▶️";
  font-size: 2.5rem;
  color: var(--green-600);
}
.icon-users::before {
  content: "👥";
  font-size: 2.5rem;
  color: var(--blue-700);
  margin-bottom: 0.75rem;
  display: block;
}
.icon-gift::before {
  content: "🎁";
  font-size: 1.75rem;
  color: var(--red-600);
  margin-right: 0.5rem;
}
.icon-clipboard-check::before {
  content: "✅";
  font-size: 1.75rem;
  color: var(--blue-600);
  margin-right: 0.5rem;
}
.icon-calendar-check::before {
  content: "🗓️";
  font-size: 3rem;
  color: var(--blue-500);
  margin-bottom: 0.5rem;
}

/* CTA Section */
.cta-section {
    padding: 3% 0 0 0;
    margin-bottom:0;
    background: #2563eb;
    color: white;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta-content>p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

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

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

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 64rem;
    margin: 0 auto;
}


.contact-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 2%;
    text-align: center;
}

.contact-card i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.contact-card h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.phone-number {
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.phone-number>a {
    color: inherit;
    text-decoration: none;

}
.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Medium screens (md) and up */
@media (min-width: 768px) {
  .container {
    padding-top: 3rem; /* md:py-12 */
    padding-bottom: 3rem; /* md:py-12 */
  }

  .card-title {
    font-size: 1.875rem; /* md:text-3xl */
  }

  .section-title {
    font-size: 2.25rem; /* md:text-4xl */
  }

  .accordion-trigger {
    font-size: 1.25rem; /* md:text-xl */
  }

  .accordion-content p {
    font-size: 1.125rem; /* md:text-lg */
  }

  .grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; /* gap-8 */
  }

  .grid-3-cols {
    grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
  }
  .hero-section.grid-layout {
    flex-direction: row; /* PCでは左右に並べる */
    height: 60vh; /* PC向けに高さを固定 */
    max-height: 500px;
  }

  .hero-text-area {
    flex: 1; /* 左右のカラムを均等にする */
    padding: 2rem; /* パディングを大きくする */
    order: unset; /* orderをリセット */
  }

  .hero-image-area {
    flex: 1;
    order: unset; /* orderをリセット */
  }

  .hero-image-area img {
    height: 100%;
    object-fit: cover;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}

/* Large screens (lg) and up */
@media (min-width: 1024px) {
  .grid-3-cols {
    grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
  }
}
