/* 認証画面エンターボタン色*/

#entrance .more_btn a{
	background-color:#5e004e;
	color: #fff;
}

/* ヘッダー店名のテキスト色 */
#header .header_info .shop {
    color: #000000;
}

/* ヘッダー営業時間のテキスト色 */
#header .header_info .time {
    color: #000000;
}

/* ヘッダー電話番号のテキスト色 */
#header .header_info .tel {
    color: #000000;
}




/* ゴシック系 */
body {
  font-family: 'Noto Sans JP', sans-serif !important;
}




/* 背景透過無効 */
#wrap {
  background-color: #ffffff !important;
  opacity: 1 !important;
}


/* 認証ページ　白ブロック無効 */
body#op #main,
body#op #wrap,
body#op section,
body#op div,
body#op article {
	background: transparent !important;
	background-color: transparent !important;
}



