/*ヘッダーの電話番号、ハンバーガーメニューなどの色変更*/
#header .header_info .shop, #header .header_info .time {
  color: #000;
}

@media screen and (max-width: 768px) {
  #btn_menu_sp:not(.open) span {
    background: #000000;
  }
}

/*求人情報 カスタム*/

#recruit #wrap section {
  margin: 0 0 50px;
}


#recruit #wrap article section h3{
margin-bottom:0;
background:#EDE4D3;
padding:1.5% 0;
color:#472E24;
}

#recruit .msgRec {
padding:2% 0;
color:#472E24;
text-align:center;
}

#recruit .msgRec .msgL{
font-size:3rem
}

#recruit .msgRec .msgM{
font-size:1.8rem
}


#recruit section .narrow{
width:80%;
margin:auto;}

@media screen and (max-width: 768px) {

#recruit .ntxt {
text-align:left;
}

#recruit .msgRec {
padding:3% 0;
}

#recruit .msgRec .msgL{
font-size:2rem
}

#recruit .msgRec .msgM{
font-size:1.2rem
}
}

/*パンくず非表示*/
ol.breadcrumb li {
    display: none;
}












