@charset "utf-8";

/*********************
* ISK奈良阪奈店
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
/*********************
* トップページ
*********************/
#top .s5_box{
	background: #27cfdc url(../images/top/bg_movie_hanna.png) no-repeat center bottom;
	background-size: 100% auto;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_hanna.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_hanna.png) no-repeat center bottom;
	background-size: 100% auto;
}
#shop_access .s2_bottom_box .item{
	width: 48%;
}
#shop_access .s4 .item.item4 {
  width: 58.34%;
	margin-top: -60px;
}
/*********************
* コーススケジュール
*********************/
#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar {
	background-color: #086ad9;
}

#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: #a3cdff !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: #d9e9ff !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_hanna.png) no-repeat center bottom;
	background-size: contain;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_sp_hanna.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_sp_hanna.png) no-repeat center bottom;
	background-size: contain;
}
#shop_access .s4 .item.item3 {
	order: 2;
}
#shop_access .s4 .item.item4 {
	order: 1;
	margin-top: 3vw;
}
/*********************
* コーススケジュール
*********************/
#course_schedule .fc-widget-header {
	background-color: #a3cdff !important;
}

} /* @media screen and (max-width: 1000px) */