Boad Game Cafe & Office SUNNY BIRD

Boad Game Cafe & Office SUNNY BIRD

長崎市 ボードゲームカフェ サニーバード
  • TEL: 095-848-0084
  • Online Shop | 年中無休
  • Cafe | 水金土日営業
  • MAP

ご来店予約

水・金

  • 15:30 – 22:00

一般 ¥700 / 学割 ¥500

土日祝

  • 13:00 – 17:30
  • 17:30 – 22:00

どちらかの時間帯
一般 ¥1,000 / 学割 ¥800
小学生は¥500(昼のみ)

1日料金
一般 ¥1,600 / 学割 ¥1,300

.is-sunday, .is-holiday { background: #fff0f5; } .is-saturday { background: #f0f8ff; } $.get('https://holidays-jp.github.io/api/v1/date.json', function(holidaysData) { $('#ui-datepicker-div').datepicker({ showOn: 'both', buttonImageOnly: true, beforeShowDay: function(date) { //祝日対応 if (date.getDay() == 0) { return [true, 'is-sunday', null]; } else if (date.getDay() == 6) { return [true, 'is-saturday', null]; } var holidays = Object.keys(holidaysData); for (var i = 0; i < holidays.length; i++) { var holiday = new Date(Date.parse(holidays[i])); if (holiday.getYear() == date.getYear() && holiday.getMonth() == date.getMonth() && holiday.getDate() == date.getDate()) { return [true, 'is-holiday', null]; } } return [true, 'is-weekday', null]; } }); });