@charset "UTF-8";



.car-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
}
.car-menu,
.car-menu__body {
	position: relative;
}
.car-menu__fixed {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 7001;
}
.car-menu__inner {
	position: relative;
	width: 100%;
}
.car-menu__item > a {
	text-decoration: none;
}
.car-menu__ttl {
	color: #333333;
	position: absolute;
	text-decoration: none;
}
.car-menu__ttl .en {
	font-family: "RenaultFont";
	font-weight: bold;
}
.car-menu__checkbox {
	display: none;
}
.car-menu-sub__list {
	position: relative;
}
.car-menu-sub__item > a {
	background-color: #222222;
	border-top: 1px solid #444444;
	color: #f5f5f5;
	font-family: "RenaultFont";
}
/* SP */
@media (max-width: 767px) {
	.car-menu,
	.car-menu__fixed {
		height: 44px;
	}
	.car-menu__ttl {
		left: 16px;
		top: 10px;
	}
	.car-menu__ttl .en {
		font-size: 1.8rem;
	}
	.car-menu__ttl .jp {
		font-size: 1rem;
		margin-left: 8px;
	}
	.car-menu__icon {
		height: 44px;
		line-height: 44px;
		width: 50px;
	}
	.car-menu__body {
		top: 44px;
	}
	.car-menu__icon:after {
		font-size: 18px;
		top: 3px;
	}
	.car-menu__item > a {
		padding: 16px 30px 16px 10px;
	}
	.car-menu-sub__item > a {
		padding: 16px 30px 16px 20px;
	}
	.car-menu__item > a:after {
		top: 16px;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.car-menu__icon {
		cursor: pointer;
		color: #333333;
		position: absolute;
		text-align: center;
		right: 0;
	}
	.car-menu__icon:after {
		background-image: url(../../../common2016/img/arrows.svg);
		background-repeat: no-repeat;
		background-position: 0 -3em;
		-webkit-background-size: 2em 6em;
		background-size: 2em 6em;
		content: "";
		display: inline-block;
		height: 1em;
		position: relative;
		width: 1em;
	}
	.car-menu__icon.is_opened:after {
		background-position: -1em -3em;
	}
	.car-menu__checkbox:checked ~ .car-menu__body > .car-menu__list {
		right: 0;
	}
	.car-menu__body {
		position: relative;
		width: 100%;
	}
	.car-menu__list {
		border-bottom: 1px solid #555555;
		list-style-type: none;
		position: absolute;
		width: 100%;
		z-index: 7002;
		display: none;
	}
	.car-menu__item {
		font-size: 1.4rem;
	}
	.car-menu__item > a:after {
		background: url(../../../common2016/img/arrows.svg) no-repeat -1em -2em;
		background-size: 2em 6em;
		content: "";
		display: block;
		font-size: 16px;
		height: 1em;
		position: absolute;
		right: 6px;
		width: 1em;
	}
	.car-menu__item > a {
		background-color: #333333;
		border-top: 1px solid #555555;
		color: #f5f5f5;
		display: block;
		line-height: 1;
		overflow: hidden;
		position: relative;
	}
	.car-menu__item--features > a:after,
	.car-menu__item--features > a.is_opened:after {
		display: none;
	}
	.car-menu-sub__item.js_car_menu_sub {
		display: block;
	}
	.car-menu-sub__item > a {
		display: block;
		position: relative;
		text-decoration: none;
	}
	.car-menu-sub__item > a:after {
		background: url(../../../common2016/img/arrows.svg) no-repeat -1em -2em;
		background-size: 2em 6em;
		content: "";
		display: block;
		font-size: 16px;
		height: 1em;
		position: absolute;
		right: 6px;
		top: 20px;
		width: 1em;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.car-menu,
	.car-menu__fixed {
		height: 64px;
	}
	.car-menu__ttl {
		left: 32px;
		top: 10px;
	}
	.car-menu__ttl .en {
		font-size: 3.2rem;
	}
	.car-menu__ttl .jp {
		font-size: 1.2rem;
		margin-left: 8px;
	}
	.car-menu__icon {
		height: 64px;
		line-height: 64px;
		width: 96px;
	}
	.car-menu__body {
		top: 64px;
	}
	.car-menu__icon:after {
		font-size: 32px;
		top: 10px;
	}
	.car-menu__item > a {
		padding: 22px 30px 22px 10px;
	}
	.car-menu-sub__item > a {
		padding: 22px 30px 22px 20px;
	}
	.car-menu__item > a:after {
		top: 20px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.car-menu,
	.car-menu__fixed {
		height: 64px;
	}
	.car-menu__inner {
		padding-right: 16px;
		padding-left: 16px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		max-width: 1280px;
		width: 100%;
	}
	.car-menu__ttl {
		left: 16px;
		top: 16px;
	}
	.car-menu__ttl .en {
		font-size: 3.6rem;
		line-height: 1;
	}
	.car-menu__ttl .jp {
		font-size: 1.4rem;
		display: inline-block;
		line-height: 1;
		margin-left: 10px;
	}
	.car-menu__list {
		float: right;
		margin-right: 128px;
		padding-top: 14px;
	}
	.car-menu__item {
		float: left;
		font-size: 1.4rem;
		position: relative;
	}
	.car-menu__item > a {
		box-sizing: border-box;
		color: #333333;
		cursor: pointer;
		display: block;
		height: 50px;
		line-height: 50px;
		margin: 0 0 0 42px;
		text-decoration: none;
	}
	.car-menu__item > a:hover {
		border-bottom: 4px solid #ffcc33;
	}
	.car-menu__body {
		height: 100%;
		margin: 0 auto;
	}
	.car-menu__body .selected > a {
		font-weight: bold;
	}
	.car-menu__body .selected > a,
	.car-menu__body .selected > a:hover {
		border-bottom: 4px solid #ffcc33;
	}
	.car-menu__icon {
		display: none;
	}
	.car-menu-sub {
		display: none;
		position: absolute;
		left: 20px;
		overflow: hidden;
		width: 200px;
	}
	.car-menu-sub__item {
		width: 100%;
	}
	.car-menu-sub__item > a {
		box-sizing: border-box;
		display: block;
		padding: 10px;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.car-menu-sub__item > a:after {
		background: url(../../../common2016/img/arrows.svg) no-repeat -1em -2em;
		background-size: 2em 6em;
		content: "";
		display: block;
		height: 1em;
		font-size: 16px;
		position: absolute;
		right: 4px;
		top: 12px;
		width: 1em;
	}
	.car-menu__item--features > a:after {
		background: url(../../../common2016/img/arrows.svg) no-repeat 0 -6em;
	}
	.car-menu__item--features > a.is_opened:after {
		background: url(../../../common2016/img/arrows.svg) no-repeat -1em -6em;
	}
	.car-menu__item--features > a:after,
	.car-menu__item--features > a.is_opened:after {
		background-size: 2em 12em;
		content: "";
		font-size: 12px;
		height: 1em;
		margin-left: 6px;
		display: inline-block;
		position: relative;
		top: 2px;
		width: 1em;
	}
}


