/*臨時休業のお知らせの枠


.notice{
    background:#f8f5ef;
    border:1px solid #d8d0c4;
    padding:10px 10px;
    margin:20px 0;
    line-height:1.8;
 font-size:14px;   
}
.notice strong{
    color:#111111;
    font-size:14px;
  font-weight: normal;
}
*/