@charset "utf-8";

/*********************
* ISKイオンモール土岐店
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
/*********************
* トップページ
*********************/
#top .s5_box{
	background: #27cfdc url(../images/top/bg_movie_toki.png) no-repeat center bottom;
	background-size: 100% auto;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_toki.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_toki.png) no-repeat center bottom;
	background-size: 100% auto;
}
/*********************
* コーススケジュール
*********************/
#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar {
	background-color: #ff630b;
}

#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: #ffe0bc !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: #ffe6bf !important;
}
/*********************
* ジュニアカートスクール
*********************/
#jks .s5_box .item{
	width: calc(100% / 2 - 10px);
	min-height: 593px;
}
#jks .s5_box .item.item1 {
    background-image: url(../images/junior_kart_school/img08_toki.jpg);
}
#jks .s5_box .item.item2 {
    background-image: url(../images/junior_kart_school/img09_toki.jpg);
}
#jks .s5_box .item .text{
	width: 64%;
	margin-left: 36%;
}
#jks .s5_box .item .text dl dd{
	width: 100%;
}
#jks .s6_box dl.item1{
	background-image: url(../images/junior_kart_school/img11_toki.jpg);
}
#jks .s6_box dl.item2{
	background-image: url(../images/junior_kart_school/img12_toki.jpg);
}
#jks .s6_box dl.item3{
	background-image: url(../images/junior_kart_school/img13_toki.jpg);
}
#jks .s6_box dl dt div span:first-of-type,
#jks .s6_box dl dt div span:nth-of-type(1){
	display: block !important;
	font-size: 2.143em;
    font-weight: 700;
    letter-spacing: .1em;
}
#jks .s6_box dl dt span:last-of-type,
#jks .s6_box dl dt div span:nth-of-type(2){
	display: none !important;
	color: unset;
    background-color: unset;
    border-radius: unset;
    margin-left: 0;
    padding: 3px 0;
}

} /* @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_toki.png) no-repeat center bottom;
	background-size: contain;
}
/*********************
* 店舗紹介・アクセス
*********************/
#shop_access .page_header {
	background-image: url(../images/shop_access/main_sp_toki.jpg);
}
#shop_access .s2_box{
	background: #27cfdc url(../images/shop_access/bg_shop_access_sp_toki.png) no-repeat center bottom;
	background-size: contain;
}
/*********************
* コーススケジュール
*********************/
#course_schedule .fc-widget-header {
	background-color: #ffe0bc !important;
}
/*********************
* ジュニアカートスクール
*********************/
#jks .s5_box .item{
	height: 100vw;
	padding: 10vw 5vw;
}
#jks .s5_box .item.item1 {
    background-image: url(../images/junior_kart_school/img08_toki.jpg);
}
#jks .s5_box .item.item2 {
    background-image: url(../images/junior_kart_school/img09_toki.jpg);
}
#jks .s5_box .item .text dl dd{
	width: 100%;
}
#jks .s6_box dl dt div span:first-of-type,
#jks .s6_box dl dt div span:nth-of-type(1){
	display: block !important;
    font-size: 1.385em;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 1vw;
}
#jks .s6_box dl dt span:last-of-type,
#jks .s6_box dl dt div span:nth-of-type(2){
	display: none !important;
	color: unset;
    background-color: unset;
    border-radius: unset;
    margin-left: 0;
    padding: 3px 0;
}

} /* @media screen and (max-width: 1000px) */