/*　ヤリス特別仕様車 Z URBANO Page-Style　Ver.1.0.0 */

:root {
	--mainColor: rgba(0, 0, 0, 1.0);
	--subColor: rgba(99, 72, 54, 1.0);
}


/*=================================
ページ全体設定
=================================*/
.main-image {
	padding-bottom: 80px;
	background-color: var(--mainColor);
}
.se-name {
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
	position: absolute;
	bottom: -30px;
	left: 40px;
	z-index: 2;
}
.se-name span {
	font-size: 48px;
	display: block;
}
#catch-copy {
	margin-bottom: 120px;
	font-size: 30px;
	text-align: center;
}
.read {
	font-size: 28px;
}
.sec {
	padding-top: 120px;
}
.sec:last-child {
	padding-bottom: 120px;
}
.newcar-reg-btn a, 
.newcar-reg-btn a:visited {
	background-color: var(--subColor);
	border: 2px solid var(--subColor);
}
.newcar-reg-btn a:hover {
	color: var(--subColor);
	background-color: rgba(120, 84, 66, 0.3);
}
/*
#contents {
	font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}
*/
#contents h3.category-name {
	font-size: 36px;
	padding: 0 0 0 12px;
}
.bg-c-sec {
	padding-top: 120px;
	padding-bottom: 120px;
}
.bg-c-box {
	padding-top: 100px;
}
#contents p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.conte-box {
	margin: 0 0 60px;
}

#equip {
	padding-top: 200px;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--mainColor);
}
h3#equip-title {
	font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	width: 100%;
	font-size: 90px;
	font-weight: 800;
	line-height: 1.1;
	color: rgba(99, 72, 54, 0.8);
	text-align: center;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.2); */
	position: absolute;
	top: 170px;
}
#equip h4 {
	margin: 0 0 30px;
	padding: 4px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--subColor);
}
.ext-img {
	padding-top: 60px;
}
.equip-ph img {
	padding: 2px;
	border: 1px solid var(--subColor);
}

#color .body-color-img {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#color #body-color-text {
	min-height: 60px;
	text-align: center;
}
#color .body-color-thumb {
	margin-top: 10px;
	text-align: center;
}
#color .body-color-thumb li {
	width: 40px;
	padding: 0 5px;
	display: inline-block;
}
.int-img {
	width: 49.5%;
	margin-top: 30px;
}

#price table th {
	width: 30%;
}
.basecar-btn a, 
.basecar-btn a:visited { /*newcar.cssを上書き設定*/
	font-size: 1.25rem;
}
.newcar-reg-alert {
	margin-top: 120px;
}
#newcar-reg-alert2 {
	padding-top: 20px;
}



/*=========================================
==========================================
タブレット用（768〜1024px）設定
==========================================
=========================================*/
@media screen and (max-width:1024px) {

	.se-name {
		bottom: -30px;
	}
	#equip {
		padding-top: 150px;
	}
	h3#equip-title {
		font-size: 50px;
		top: 120px;
	}

}



/*=========================================
==========================================
スマホ用（ブレイクポイント〜767px）設定
==========================================
=========================================*/
@media screen and (max-width:767px) {

	.se-name {
		font-size: 20px;
		font-weight: normal;
		bottom: -20px;
		left: 20px;
	}
	.se-name span {
		font-size: 28px;
		font-weight: bold;
	}
	.bg-c-sec {
		padding-bottom: 60px;
	}
	.bg-c-box {
		padding-top: 60px;
	}
	#equip {
		padding-top: 100px;
	}
	h3#equip-title {
		font-size: 30px;
		top: 85px;
	}
	#contents h3.category-name {
		font-size: 30px;
	}
	#thumbBtn {
		padding: 64% 0 0 0;
	}
	.int {
		padding-left: 0;
		padding-right: 0;
	}
	#price table th, 
	#price table td {
		font-size: 13px;
	}
	#price table th:nth-child(2) {
		width: 18%;
	}
	.basecar-btn a, 
	.basecar-btn a:visited {
		font-size: 15px;
	}

}
