
/* =========================
   全体　コンテンツ幅
   ========================= */

  .body {
    background-color: #FFF;
   }



/* メインコンテンツの白を消す */
.main,
.content,
.container,
.main-scroll {
  background: transparent !important;
}



/* =========================================================
   Font Awesome（全体フォントより優先）
   ========================================================= */
.fa,
.fas,
.far{
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; /* 細くしたければ 400 */
}
.fab{
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 500 !important;
}

.mobile-menu-buttons .menu-icon i,
.mobile-menu-buttons .menu-icon span {
  font-size: 22px !important;
}

.fa-instagram {
  font-size: 25px !important;
}



/* =========================
   全体　余白
   ========================= */

/*ヘッダーフッターまわりの調整*/
.breadcrumb,
.article-header,
.article-footer {
display: none;
}

/*セクションまわりの細々とした余白の調整（全ページ共通)*/
.main {
	border: none;
padding-bottom:0!important;
margin-bottom:0!important;
margin-left:0!important;
margin-right:0!important;
}

/*フルワイドと余白の調整*/
.wp-block-cover, .n2-section-smartslider {
margin-bottom:0!important;
margin-top:0!important;
padding-bottom:0!important;
bottom: 0;
}

.wp-block-columns {
margin-bottom:0!important;
}

.entry-content, .content {
padding-top:0!important;
padding-bottom:0!important;
margin-top:0!important;
margin-bottom:0!important;
}

.content-bottom {
margin:0;
}

.article {
padding-bottom:0px!important;
margin-bottom:0px!important;
}

/* TOPページのみ main の上余白を削除 */
.home .main{
  padding-top:0 !important;
}

/* 段落下の余白 */
.entry-content p, .wp-block-paragraph {
    margin-bottom: 10px !important;
}




/* =========================
   全体　基本設定
   ========================= */

/*SNSシェア非表示*/
.page .sns-share,
.page .sns-follow {
display: none ;
}

.veu_socialSet.veu_socialSet-position-after.veu_contentAddSection {
	display: none;
}

/*水平スクロールバー非表示*/
body {
overflow-x:clip;
}

/*フルワイド*/
.fullwide {
width: 100vw;
margin: 0 calc(50% - 50vw);
padding: 0 calc(50vw - 50%);
}



/* =========================
   全体　見出しリセット（全hタグ）
   ========================= */
h1, h2, h3, h4, h5, h6{
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: 5px 0px 0px 0px !important;
  margin: 0 0 1em !important;
  color: #69443D !important;
}

h2 {
  font-weight: 600 !important;
  font-size: 26px !important;
  letter-spacing: 0.2rem;
}

/* H2 下のアクセントライン */
.article h2 {
  position: relative;
  padding-bottom: 20px !important; /* ライン分の余白 */
  margin-bottom: 40px !important;
}

.article h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px; /* 下にしたい場合は -5px や -8px にする */
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: #8FBEC6;
}

/* h4の先頭に黄色い丸 */
.article h4 {
  position: relative;
  padding-left: 1.2em !important;
  font-size: 20px !important;
}

.article h4::before {
  content: "";
  position: absolute;

  left: 0;
  top: 55% !important;
  width: 14px;
  height: 14px;
  background: #F8B500;
  border-radius: 50%;
  transform: translateY(calc(-50% + 2px));
}


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


/* フォント指定 */
body,
h1, h3, h5, h6,
p, a, li {
  font-family: "Noto serif JP", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: #69443D !important;
}

/* テーブル内の文字サイズ */
.wp-block-flexible-table-block-table td,
.wp-block-flexible-table-block-table th,
.wp-block-table td,
.wp-block-table th {
  font-size: 14px !important;
  line-height: 1.7;
}





