@media screen and (max-width: 767px) {


/* =========================
   全体　フォント関連
   ========================= */



/* プロフィール名前 */
.name {
    font-family: serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: 2px !important;
  margin-top: 5px !important;
}


/*ボタンの幅*/
  .cocoon-block-button__link,
  .btn {
    padding: 10px 20px !important; /* ←ここで高さ調整 */
    font-size: 14px; /* ついでに少し整えるとバランス◎ */
    font-weight: 500;
  }

  /* YouTube動画の下の余白を消す */
.wp-block-embed {
  margin-bottom: 0 !important;
}

/*上のロゴ非表示*/
.logo {
    display: none !important;
  }

/* スマホのみ：Q&A（アコーディオン）の文字サイズ */

  /* 質問 */
  .faq-question-content {
    font-size: 14px !important;
  }

  /* 回答 */
  .faq-question-content,
  .faq-answer-content,
  .faq-answer-content p,
  .faq-answer-content span,
  .faq-answer-content div {
    font-size: 14px !important;
  }




/*全体文字サイズ*/
  p {
    font-size: 14px;
}



/* =========================
   スライダー上の余白
   ========================= */

  .header-container-in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }


/* モバイルヘッダー背景色 */

  #header,
  .header-container,
  .mobile-header-menu-buttons {
    background-color: #faf7f0 !important;
  }



/* モバイルスライドインメニュー */
/* メニュー項目の区切り線 */
.mobile-menu-buttons .menu-content .menu-drawer > li {
  border-bottom: 1px solid rgba(217, 196, 169, 0.35);
}

/* 最後の線を消す */
.mobile-menu-buttons .menu-content .menu-drawer > li:last-child {
  border-bottom: none;
}

/* 項目の高さ */
.mobile-menu-buttons .menu-content .menu-drawer > li > a {
  position: relative;
  padding: 13px 0 13px 22px;
  line-height: 1.6;
}

/* 文頭の丸 */
.mobile-menu-buttons .menu-content .menu-drawer > li > a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(217, 196, 169, 0.7);
  transform: translateY(-50%);
}

/* Close */
.navi-menu-close-button .fa-times {
  display: none;
}

.navi-menu-close-button::before {
  content: "Close";
  color: #9F785F;
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* 子メニューだけハイフン表示 */
.mobile-menu-buttons .menu-content .sub-menu li > a {
  position: relative;
  padding-left: 28px;
}

/* 親メニューの丸を上書き */
.mobile-menu-buttons .menu-content .sub-menu li > a::before {
  content: "-";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: auto;
  height: auto;
  background: none;
  border-radius: 0;

  color: rgba(159,120,95,.7);
  font-size: 14px;
  font-weight: 400;
}





























}