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

  .body {
    background-color: #FAFAFA;;
   }

.container,
.wrap,
.entry-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* メインコンテンツの白を消す */
.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;
}

.header-container-in {
padding-top: 10px;
padding-bottom: 10px;
}

/*セクションまわりの細々とした余白の調整（全ページ共通)*/
.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;
}

p.index {
  margin-top: 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;
font-size: 12px;
}

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



/* =========================
   全体　見出しリセット（全hタグ）
   ========================= */
h1, h2, h3, 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: inherit !important;
}

/* h2だけの設定 */
h2 {
  font-family: serif !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  letter-spacing: 2px !important;
  color: #4A4A4A !important;
}

h2.serif {
  font-family: serif !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  line-height: 1.5 !important;
  letter-spacing: 1px !important;
  color: #4A4A4A !important;
}



/* h4だけの設定 */
h4 {
  font-family: serif !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  position: relative;
  padding-left: 22px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-right: 0px !important;
  letter-spacing: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 8px !important;
}

h4::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #7da493 30%, rgba(125,164,147,0.4) 60%, transparent 80%);
  filter: blur(2px);
}


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

   p {
    font-size: 16px;
}


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

body,
h1, h3, h4, h5, h6 {
  color: #322924 !important;
}

/* 見出しの英字（上） */
p.index {
    font-size: 18px;
    letter-spacing: 0.15em;
  color: #B5C5C4;
  text-align: center;
  margin-bottom: 6px !important;
  font-weight: 500;
}

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

/* =========================
   TOPページ　youtube
   ========================= */


/* YouTube動画を中央寄せ */
.wp-block-embed-youtube .wp-block-embed__wrapper .video-container,
.wp-block-embed-youtube .wp-block-embed__wrapper .video{
  margin-left: auto !important;
  margin-right: auto !important;
}

/* iframeも中央基準に */
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}

/* YouTube全体をコンテンツ幅いっぱいに */
.wp-block-embed-youtube {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* wrapperも全幅 */
.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
}

/* ここが重要：video-container の固定幅と中央マージンを解除 */
.wp-block-embed-youtube .wp-block-embed__wrapper .video-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* iframeを親いっぱいに */
.wp-block-embed-youtube iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
}


/* =========================
   TOPページ　NEWS
   ========================= */

/* NEWS欄全体の余白調整 */
.info-list {
  padding: 0 !important;
}

/* タイトルの余白 */
.info-list-item-content {
    margin-bottom: 0;
}

.info-list-item {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.5;
}


/* =========================
   TOPページ　クラス説明のデザイン
   ========================= */

/* ラベル風 */
.classlabel {
  display: inline-block;
  background: #B5C5C4;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.entry-content p.classlabel {
  margin-bottom: 0 !important;
}



/* instagramフィード調整*/
#sb_instagram .sbi_follow_btn a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0px;
}

#sb_instagram .sbi_follow_btn svg.fa-instagram {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  vertical-align: middle !important;
}