@font-face {
    font-family: 'MochiyPopOne';
    src: url('./fonts/mochiy-pop-one/MochiyPopOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }  

  body {
    margin: 0;
    font-family: 'MochiyPopOne', sans-serif;
    background-color: #ffffff;
    -webkit-text-stroke: 0.03vw #bfbfbf;
    overflow-x: hidden;

  }

  html, body {
    overflow-x: hidden;
  }
  
  
  
  .hero {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .hero img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1; /* 背面 */
}
  
  .text-overlay {
    position: absolute;  /* ← これが必要！ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  
  .text-summer {
    color: #ffa500;
  }
  
  .text-limited {
    color: #ff0000;
    text-decoration: underline;
  }
  
  .text-club {
    color: #99cc00;
  }
  
  .sub-visual img {
    position: relative;         /* ✅ 追加！ */
    z-index: 2;                 /* ✅ 有効化される */
    width: 120%;
    display: block;
    margin-top: -10vw;
    margin-left: -10vw;
  }
  
  .line1 {
    position: absolute;
    left: 2%;
    font-size: 5.5vw;
    margin-top: 55vw;
    font-weight: 900;
    text-align: left;
    color: white;
    -webkit-text-stroke: 1px #bfbfbf;
  }
  
  .line2 {
    position: absolute;
    right: 0;
    width: 100%;
    font-size: 6.5vw;
    margin-top: 75vw;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 1px #bfbfbf;
    text-align: right;
    padding-right: 2%;
  }
  
  .right-block {
    display: inline-block;
    text-align: right;
  }
  
  .indent {
    margin-right: 10vw;
  }
  
  .red {
    color: #ff3333;
  }
  
  
  .background-img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .banner-wrapper {
    position: relative;
    width: 120%;
    left:-10vw;
    top: -10vw;
  }
  
  .background-img {
    width: 100%;
    display: block;
  }
  
  .summer-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
    z-index: 1;
    -webkit-text-stroke: 0.5px #bfbfbf;
  }
  

  
  .summer-text h2 {
    font-size: 8vw;
    font-weight: 900;
    line-height: 1.5;
    text-align: left; /* ✅ これで左寄せ */
    margin-left: 20vw;
    width: 100%;       /* ✅ 左寄せを効かせるために必須 */
    padding-left: 1rem; /* 任意：左の余白調整 */
  }
  
  .summer-text h3 {
    font-size: 5vw;
    font-weight: 900;
    line-height: 1.5;
    text-align: left; /* ✅ これで左寄せ */
    margin-left: 20vw;
    width: 100%;       /* ✅ 左寄せを効かせるために必須 */
    padding-left: 1rem; /* 任意：左の余白調整 */
    color: #000;
  }  

  .summer-text .gray {
    color: #fff;
  }
  
  .summer-text .red {
    color: #ff4a4a;
  }
  
  .lead {
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    margin-left: 20vw;
    text-shadow: none;
    text-align: left;     /* ✅ 左寄せ */
    width: 100%;          /* ✅ 左寄せを有効にするため */
    padding-left: 1rem;   /* ✅ 左側に余白を持たせる（任意） */
  }
  
  .worries {
    list-style: none;
    padding-left: 0;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    margin: 0.5rem 0;
    text-shadow: none;
    text-align: left;     /* ✅ 左寄せ */
    width: 100%;          /* ✅ 左寄せを有効にするため */
    margin-left: 50vw;

  }
  
  .worries li {
    margin-bottom: 0.5rem;
  }
  
  .bold-center {
    font-weight: bold;
    font-size: 6vw;
    color: #000;
    margin-top: 1rem;
    text-shadow: none;
    text-align: left;     /* ✅ 左寄せ */
    width: 100%;          /* ✅ 左寄せを有効にするため */
    margin-left: 30vw;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  .notice-box {
    background-color: #ccf94b;
    padding: 3rem 1.5rem;
    text-align: center;
    transform: skewY(-2deg);
    margin: 35rem 0 3rem;  /* ✅ 上に余白追加 */
    -webkit-text-stroke: 0.05vw #bfbfbf;
  }
  
  @media screen and (max-width: 767px) {
    .notice-box {
      margin: 14rem 0 3rem;
    }
  }

  .notice-box * {
    transform: skewY(2deg);
  }
  
  
.headline {
  font-size: 5vw;
  font-weight: 900;
  text-align: center;     /* 中央寄せ */
  margin: 1rem auto;
}
  
  .subtext {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;     /* ✅ 左寄せ */
    width: 100%;          /* ✅ 左寄せを有効にするため */
  }
  
  .online-box {
    padding: 2rem 1rem;
    background: #fff;
  }
  
  .image-overlay-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .overlay-bg {
    width: 100%;
    display: block;
  }
  
  .overlay-text-1 {
    position: absolute;
    top: 0%;
    left: 0%;
    color: rgb(0, 0, 0);
    -webkit-text-stroke: 0.05vw #bfbfbf;
    width: 90%;
    z-index: 1;
  }

  .overlay-text-1 p{
    font-size: 2vw;
  }
  
  .overlay-text-1 h3 {
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 0.5rem;
  }
  
  .price {
    font-size: 4vw;
    color: #ff3333;
    font-weight: 900;
    margin: 0.5rem 0;
  }
  
  .notes {
    font-size: 1.5vw;
    list-style: none;
    padding-left: 0;
    line-height: 1.5;
    margin-top: 1rem;
  }
  
  .highlight {
    color: red;
    font-weight: bold;
  }
  
  .trainer-box {
    background-color: #fff;
    padding-top: 5vw;
  }
  
  .trainer-title {
    font-size: 5vw;
    font-weight: 900;
    margin-bottom: 0; /* 必ずゼロにしておく */
    text-align: center;
    -webkit-text-stroke: 0.05vw #bfbfbf;
  }
  
  .overlay-text-2 {
    position: absolute;
    top: 5%;
    right: 5%;               /* ← 左ではなく右に寄せる */
    text-align: left;        /* ← 段落は左揃えのまま */
    color: rgb(0, 0, 0);
    -webkit-text-stroke: 0.05vw #bfbfbf;
    width: 60%;              /* ← 右側に収まるよう幅調整 */
    z-index: 1;
  }

  .overlay-text-2 .subtitle {
    font-size: 3vw;
    font-weight: bold;
    margin: 0.2rem 0 0;       /* 上0.2rem 下0 */
    line-height: 1.2;         /* 行間を狭く */
    margin-left: 10vw;
  }
  
  .overlay-text-2 .price {
    font-size: 4vw;
    font-weight: 900;
    color: #ff3333;
    margin: 0.2rem 0 0;       /* 上0.2rem 下0 */
    line-height: 1.2;
    margin-left: 10vw;
  }
  
  .overlay-text-2 .notes {
    margin-left: 10vw;
    font-size: 1.5vw;
  }

  .overlay-text-2 .location {
    margin-left: 10vw;
    font-size: 2vw;
  }

  .overlay-text-2 h3 {
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 0.5rem;
  }
  
  .trainer-box {
    background-color: #fff;
  }
  
  .trainer-title {
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 0;        /* ← 下の余白を完全にゼロに */
    text-align: left;
    padding-left: 1rem;
  }
  
  .trainer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
    margin: 0 auto;
  }
  
  .trainer-text {
    flex: 1;
    line-height: 1.7;
    color: #000;
    margin-top: 0;           /* ← 念のため */
    padding-top: 0;
  }
  
  .furigana {
    font-size: 1.8vw!important;
    color: #444;
    letter-spacing: 0.05em;
    padding-left: 2vw;
    margin-bottom: -1vw;
  }
  
  .name {
    font-size: 4.5vw!important;
    font-weight: 900;
    margin: 0.3rem 0;
  }
  
  .role {
    font-size: 3vw!important;
    font-weight: normal;
    margin-left: 0.5rem;
  }
  
  .desc {
    margin-top: 1rem;
    font-size: 1.8vw!important;
  }
  
  .qual {
    margin-top: 1.5rem;
    font-size: 1.7vw!important;
    line-height: 1.6;
  }
  
  .highlight {
    color: #e60000;
    font-weight: bold;
  }
  
  .trainer-image {
    margin-left: auto; /* ← これで右端に寄せる */
  }
  
  
  .trainer-image img {
    width: 100%;
    height: auto;
  }
  
  .trainer-image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .trainer-image-bg {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .trainer-overlay {
    position: absolute;
    top: -2%;
    left: 5%;
    width: 90%;
    color: #000;
    -webkit-text-stroke: 0.03vw #bfbfbf;
  }
  
  .trainer {
    margin-left: 10vw; /* または 5vw など */
    margin-top: 0;    /* 不要な上余白をなくす */
    padding-top: 0;
    line-height: 1.2;
  }

  .shop-info {
    background: #fff;
    text-align: center;
  }
  
  .shop-title {
    font-size: 5vw;
    font-weight: 400;
  }
  
  .shop-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    text-align: center;

  }
  
  .shop-map {
    width: 80%;
    padding-top: 6.5vw;
    min-width: 380px;   /* スマホでもある程度の幅を確保 */
    margin-bottom: -8vw;  /* ←ここが重要！デフォルトの余白を消す */
}


  
  .google-map {
    width: 100%;
    height: 50vw;
    border: 1px solid #c7c7c7;
    border-radius: 1vw;
    min-height: 280px;
  }
  
  .shop-details {
    width: 80%;
    margin-left: 5vw;
  }
  
  .shop-name {
    font-size: 6vw;
    font-family: 'MochiyPopOne', sans-serif;
    margin-bottom: -2vw;
  }
  
  .shop-walk {
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
  
  .shop-address {
    font-style: normal;
    line-height: 1.6;
    font-weight: 500;
    font-size: 2.5vw;
  }
  
  .shop-tel {
    font-weight: bold;
    font-size: 2.5vw;
  }
  
  .contact-box {
    background-color: #fff;
    text-align: center;
    padding: 3rem 1.5rem;
  }
  
  .contact-title {
    font-size: 5vw;
    font-weight: 900;
    margin-bottom: 1rem;
  }
  
  .contact-text {
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  
  .contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  
  .btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 900;
    padding: 2rem 7rem;
    border: 2px solid #000;
    border-radius: 30vw;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
  }
  
  .btn img {
    height: 8vw;
    width: auto;
  }
  
  .line-btn {
    background-color: #00c300;
    color: #fff;
    border-color: #00c300;
    font-size: 3vw;
  }
  
  .google-btn {
    background-color: #fff;
    font-size: 1.5vw;
  }
  
  .footer {
    background-color: #ccf94b;
    padding: 1vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.5vw;
  }
  
  @media screen and (max-width: 767px) {
    .shop-map {
        margin-top: -100px;
    }

    .shop-details  {
    }

    .line-btn {
        font-size: 5vw;
      }
      
      .google-btn {
        font-size: 3vw;
      }

      .shop-title{
        margin-bottom: 20vw;
      }
  }