/********************************************************************************
 * 
common-tablet.css

********************************************************************************/

@media screen and (max-width:1020px) {
/*============================================================
 import
*============================================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap'); */

/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */

/*============================================================
 format
*============================================================*/
	#content {
		padding-top: 68px;
	}
	
/* form
---------------------------------------- */

/* checkbox 装飾 (for mwform)
---------------------------------------- */

/* radiobutton 装飾 (for mwform)
---------------------------------------- */

/* submit 装飾 (for mwform)
---------------------------------------- */

/*============================================================
 header
*============================================================*/
	.header {
		display: none;
	}
	.sp-header {
		display: block;
	}
	
/* header-bar
---------------------------------------- */
	.header-bar {
		display: none;
	}

/* logo
---------------------------------------- */
	.sp-header .sp-logo {
		display: block;
		padding: 14px 8px!important;
	}
	
/* toggle
---------------------------------------- */
	#toggle {
		display: block;
	}
	
/*============================================================
 main 下層共通
*============================================================*/
/* タイトル部
---------------------------------------- */

/*============================================================
 main 第2階層用
*============================================================*/

	
/*============================================================
 パンくずリスト
*============================================================*/

	
/*============================================================
 ページナビ
*============================================================*/

/*============================================================
 footer
*============================================================*/

/* footer-info
---------------------------------------- */

/* footer-nav
---------------------------------------- */


/* copyright
---------------------------------------- */

/*============================================================
 ページナビ
*============================================================*/

/*============================================================
 parts　common
*============================================================*/
/* ボックス
---------------------------------------- */

/* button
---------------------------------------- */


/* 共通部品（車種リスト）
---------------------------------------- */
	.CarItem {
		width: 31%;
		margin-right: 24px;
		margin-bottom: 32px;
	}
	
/* 共通部品（お知らせリスト）
---------------------------------------- */
	.NewsItem {
		width: 31%;
		margin-right: 16px;
	}

/* 共通部品（タブ）
---------------------------------------- */
	.TabItem a {
		width: 124px;
	}
	
/* 共通部品（新車情報）
---------------------------------------- */
	.NewItem {
		width: 31%;
		margin-right: 24px;
	}
	
/* 共通部品（ブロック）
---------------------------------------- */

	
}