@charset "utf-8";

/*********************
* ISK大阪舞洲店
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
/*********************
* トップページ
*********************/
#top .s5_box{
	background: #27cfdc url(../images/top/bg_movie_maishima.png) no-repeat center bottom;
	background-size: 100% auto;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_maishima.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_maishima.png) no-repeat center bottom;
	background-size: 100% auto;
}
/*********************
* コーススケジュール
*********************/
#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar {
	background-color: #425744;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar .fc-center h2 {
	color: #fff;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-view-container .fc-view.fc-month-view.fc-basic-view table thead.fc-head tr td.fc-widget-header div.fc-row.fc-widget-header table thead tr th.fc-day-header.fc-widget-header {
	background-color: #e1efcc !important;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-view-container div.fc-view.fc-month-view.fc-basic-view table tbody.fc-body tr td.fc-widget-content .fc-day-grid-container div.fc-day-grid .fc-row.fc-week.fc-widget-content.fc-rigid .fc-content-skeleton table tbody tr  td.fc-event-container a.fc-event {
	background-color: #e0f2cc !important;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
/*********************
* トップページ
*********************/
#top .s5_box{
	background: #27cfdc url(../images/top/bg_movie_sp_maishima.png) no-repeat center bottom;
	background-size: contain;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_sp_maishima.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_sp_maishima.png) no-repeat center bottom;
	background-size: contain;
}
/*********************
* コーススケジュール
*********************/
#course_schedule .fc-widget-header {
	background-color: #e1efcc !important;
}

} /* @media screen and (max-width: 1000px) */