/*
 Theme Name:   WP-qolp-Mido-Child-mos
 Template:     wp-qolp-mido
 Version:      1.0.0
*/

/* 子テーマ用のスタイルはここに書く */
body.mos{
  background-color: rgb(241, 241, 241);
}
/* フッタに隙間があくための処理 */
.mos .post, .mos .page {
    margin: 0;
   
}

.breadcrumbs{
  display: none;
}

/*カスタムロゴ*/
.mos .custom-logo {

  width: 500px;

  left: 16px;
}

.mos footer img.custom-logo
{
margin-bottom: 20px;
}

footer img.custom-logo{
  filter: brightness(0) invert(1);
}

/* メインメニュー */
.mos #pc-menu {
  font-size: 16px;

}

/* ハンバーガーボタン */
.mos .menu-toggle {
 
  background: #109191;
  
}






@media screen and (max-width: 767px) { /* スクリーンサイズが767px以下の場合に適用 */

}