/**ロゴサイズ変更**/
.site-header-logo img {
  max-height: 100px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 60px;
  }
}

/**インスタタイトル消去**/
#sb_instagram .sb_instagram_header a {
  display:none;
}

.small {
 margin-top:-30px;
}

.page-header {
  display:none;
}

/**ページトップタイトルヘッダー消去**/
.page-header {
  display:none;
}
/**aboutus背景写真上移動**/
.site-body {
  margin-top:-55px;
}


h2 {
 border:none;
}


.right_txtbox {
  margin-top:750px;
}

.ltg-slide-item-img {
  margin-bottom:70px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
width: 100%;
}
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/**レッスンページサブタイトル**/
.lesson_title:before {
		position: relative;
  top: 40px;
  margin: 0 20px 0 0px;
  content: url('https://office-jj2.com/la_fleur_unique/wp-content/uploads/2023/11/point.png');
}

#pgc-286-1-0.panel-grid-cell {
  margin-top:-100px;
}