/*　シエンタ JUNO Page-Style　Ver.1.0.0 */

:root {
	--mainColor: rgba(179, 164, 125, 1.0);
}


/*=================================
ページ全体設定
=================================*/
.main-image {
	background-color: var(--mainColor);
}
#sienta-juno main h2 {
	padding: 80px 20px;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
#sienta-juno main h3 {
	font-size: 40px;
	margin-bottom: 100px;
	text-align: center;
	color: rgba(115, 99, 87, 1.0);
}
.juno-sec h4 {
	margin-bottom: 30px;
	padding: 0.5em;
	font-size: 26px;
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: var(--mainColor);
	border: 2px solid rgb(255, 255, 255);
}
#interior .juno-sec h4 {
	color: rgb(255, 255, 255);
	background-color: var(--mainColor);
}
.w640p0 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.r50 {
	border-radius: 50px;
	overflow: hidden;
}
.r30 {
	border-radius: 30px;
	overflow: hidden;
}
.juno-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.juno-box:not(:first-child) {
	margin-top: 80px;
}
.juno-sec p {
	margin-top: 7px;
}
.ph-alt dt {
	padding: 20px 0 5px;
	font-size: 18px;
	color: rgba(115, 99, 87, 1.0);
}
.ph-alt dd {
	font-size: 13px;
}

.juno-2colm {
	width: 48%;
	margin-top: 40px;
}

#mod {
	background-color: rgba(179, 164, 125, 0.3);
}
.modules-wrap {
	padding: 0 15px;
}
.mod-txt {
	width: 65%;
}
.mod-ph {
	width: 33%;
	margin-top: 20px;
	padding: 15px 0 0;
	background-color: rgba(255, 255, 255, 1.0);
}
.mod-ph p {
	padding: 0 12px;
}
.mod-alert {
	border-top: 1px solid var(--mainColor);
	margin-top: 50px;
	padding-top: 10px;
}
.mod-alert p {
	color: rgba(115, 99, 87, 1.0);
}

#interior {
	background-color: rgba(165, 198, 175, 1.0);
}
#interior .juno-sec h4 {
	background-color: rgba(0, 104, 55, 1.0);
}
#sienta-juno #interior h3 {
	color: rgb(255, 255, 255);
}

.newcar-reg-alert {
	margin-top: 120px;
}
#newcar-reg-alert2 {
	padding-top: 20px;
}

/*タブ切替設定*/
.int-color-info {
	display: none;
	padding-top: 100px;
}
.int-color > label {
	display: block;
	width: 33%;
	padding: 10px 3px;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.35);
}
#tab-1.int-color > label {
	position: absolute;
	top: 0;
	left: 0;
}
#tab-2.int-color > label {
	position: absolute;
	top: 0;
	left: 33%;
}
#tab-3.int-color > label {
	position: absolute;
	top: 0;
	left: 66%;
}
.int-color > label:has(:checked) {
	color: rgba(255, 255, 255, 1.0);
	border-bottom: 4px solid rgba(255, 255, 255, 1.0);
}
input[type="radio"] {
	display: none;
}
label:has(:checked) + div {
	display: block;
}



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

	

}



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

	.main-image-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#sienta-juno main h2 {
		padding: 80px 20px 0;
		font-size: 26px;
	}
	#sienta-juno main h3 {
		font-size: 24px;
		font-weight: bold;
	}
	.juno-sec h4 {
		margin-bottom: 20px;
		font-size: 17px;
	}
	.r50 {
		border-radius: 25px;
		overflow: hidden;
	}
	.r30 {
		border-radius: 15px;
		overflow: hidden;
	}
	.juno-2colm {
		margin-top: 15px;
	}

	.mod-txt,
	.mod-ph {
		width: 100%;
	}
	#mod .juno-2colm, 
	#interior .juno-2colm {
		width: 100%;
	}
	#mod .juno-2colm:not(:first-child) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px dotted var(--mainColor);
	}

	.int-color > label {
		padding: 0 3px 10px;
		font-size: 13px;
	}
	.int-color-info {
		padding-top: 60px;
	}

}
