/* ======================
   768px以下のレスポンシブ
====================== */
@media screen and (max-width: 768px) {
.first-view{
  height: 300px;
}

.first-view span{
  font-size: 40px;
}
  /* コンテナ全体を縦並びに */
  .moto {
    flex-direction: column;
    gap: 30px;
    margin: 50px auto;
    padding: 30px;
  }

  /* 画像エリアを中央寄せ */
  .moto-img {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  /* 画像サイズを小さく */
  .moto-img img {
    width: 200px;
    height: 180px;
    padding: 12px;
  }

  /* タイトルサイズ調整 */
  .moto-text h1 {
    font-size: 22px;
    line-height: 1.4;
  }

  /* strong（見出しタグ）を中央寄せ */
  .moto-text strong {
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 12px;
    margin-left: 45px;
  }

  /* 本文を中央寄せ＆文字サイズ調整 */
  .moto-text p {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
  }

  /* 下線サイズも調整 */
  .moto-text h1::after {
    width: 100%;
    height: 3px;
  }


  /* メニューグリッド全体 */
  .menu-grid {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr); /* 2列表示 */
    gap: 8px;
  }

  /* グループボックスを縦に積む */
  .group-box {
    grid-column: span 2;
  }

  /* 中の3カードも縦に */
  .group-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* 単体枠 */
  .group-single {
    grid-column: span 2;
    padding: 15px;
  }

  /* 画像を小さく */
  .menu-card img {
    width: 50%;
    height: auto;
  }

  /* タイトル文字サイズ */
  .menu-title, .data-title {
    font-size: 16px;
  }

  /* 月代わり枠 */
  .group-single1 {
    grid-column: span 2;
    margin: 20px auto;
    padding: 15px 0;
  }

  /* 月代わりライン */
  .group-single1::before,
  .group-single1::after {
    width: 95vw;
  }

  /* ポップアップボタン */
  .open-popup {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }

  /* ポップアップ内画像 */
  #popup-img {
    width: 150px;
    height: auto;
  }

  /* ポップアップ文字サイズ */
  #popup-text {
    font-size: 12px;
    padding: 10px;
  }

  /* 左上ラベル */
  .group-label {
    font-size: 14px;
    top: -6px;
    left: 6px;
  }


  .gohan p{
    font-size: 13px;
  }
/* ドレッシング *//* ドレッシング *//* ドレッシング *//* ドレッシング */




  .dre {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .dore-com{
    font-size: 13px;
  }
  .dore-img-wrap,
  .dredre {
    width: 90%;
    font-size: 13px;
  }

  .dore-img {
    width: 100%;
    height: auto;
    cursor: pointer; /* ポップアップ用 */
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .dore-img:hover {
    transform: scale(1.03);
  }

  /* ドレッシングエンド */  /* ドレッシングエンド */  /* ドレッシングエンド */  /* ドレッシングエンド */


.saiz{
  font-size: 18px;
  height: 60px;
}


  /* サラダサイズ画像もポップアップ用 */
  .saiz-2 .saiz-img {
    width: 90%;
    height: auto;
    cursor: pointer;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .saiz-2 .saiz-img:hover {
    transform: scale(1.03);
  }



  /* サイドメニューグリッドを2列に */
  .s-grid ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* 列間・行間調整 */
    padding: 10px; /* 端に余白を作る */
  }

  /* 画像サイズもスマホに合わせて縮小 */
  .side-img {
    width: 100%; /* カード幅にフィット */
    height: auto;
  }

  /* タイトルと説明文の文字サイズ調整（必要に応じて） */
  .s-grid dt {
    font-size: 16px;
  }

  .s-grid dd {
    font-size: 13px;
  }


  
  .pp p{
    font-size: 15px;
  }
  .pp li{
    font-size: 13px;
  }

  .line2{
    font-size: 13px;
  }

  .line2 img{
    width: 200px;
    height: 200px;
  }

  .aaa{
    font-size: 14px;
  }
}