/********************************************************************************
 *
page-tablet.css

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

@media screen and (max-width:1272px) {
	.TopPickup__item {
		width: 30%;
	}
}

@media screen and (max-width:1020px) {
/*============================================================
 トップページ
*============================================================*/
/* common
---------------------------------------- */

/* MainVisual
---------------------------------------- */
	.Mv__link h2 {
		font-size: 1.8rem;
	}

/* New Model
---------------------------------------- */
	.NewModel {
		height: 418px;
	}
	.NewModel__detail {
		height: 418px;
	}
	.NewModel__logo {
		width: 88px;
		margin-right: 24px;
	}
	.NewModel__title {
		font-size: 3rem;
	}
	.NewModel__detail h3 {
		font-size: 3rem;
	}

/* Pick Up
---------------------------------------- */

/* News
---------------------------------------- */

/* Outer Link
---------------------------------------- */
	.OutLink__blog a {
		/* max-width: 336px; */
	}
	/* .OutLink__blog h3 {
		font-size: 4.8rem;
	} */
	/* .fb-wrap {
		width: 100%;
		max-width: 336px;
	} */


/* Banner
---------------------------------------- */

/*============================================================
 下層ページ
*============================================================*/
/* Common
---------------------------------------- */
	.PageHeader__title h1 {
		font-size: 3.2rem;
	}
	.titleLeading {
		font-size: 2.8rem;
	}

/* husqvarnaページ(archive-husqvarna.php)
---------------------------------------- */
	.husqvarna .Mv__bg {
		height: 260px;
	}
	.husqvarna .Mv__logo {
		width: 120px;
	}
	.HsqNav__item {
		height: 240px;
	}
	.HsqNav__item p {
		font-size: 1.8rem;
	}

/* gasgasページ(archive-gasgas.php)
---------------------------------------- */
	.gasgas .Mv__bg {
		height: 260px;
	}
	.gasgas .Mv__logo {
		width: 240px;
		right: 24px;
	}

/* 新車情報ページ（archive-new.php）
---------------------------------------- */
.post-type-archive-new .TabItem a{
	width: 124px;
}

.post-type-archive-new .NewTab .TabList {
    overflow-x: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
}
/* お知らせ詳細ページ （single-new.php）
---------------------------------------- */

/* 中古車情報ページ
---------------------------------------- */
	.UsedBnr__bg {
		display: block;
	}
	.UsedBnr__bg .wrap {
		margin-bottom: 24px;
		justify-content: center;
	}
	.UsedBnr__logo {
		width: 160px;
	}
	.UsedBnr__btn {
		margin: 0 auto;
	}
	.Modal__content {
		width: 92%;
		max-width: 768px;
		top: 40px;
		height: calc(100% - 60px);
	}
	.Modal__close {
		right: calc(50% - 384px);
		top: 40px;
	}

/* お問い合わせページ
---------------------------------------- */

/* お問い合わせ完了ページ
---------------------------------------- */

/* 個人情報保護方針ページ
---------------------------------------- */

/* 会社情報ページ
---------------------------------------- */

/* 修理メンテナンスページ
---------------------------------------- */

}

@media screen and (max-width:835px) {
	.Modal__close {
		right: 3.8vw;
	}
}
