.new2018 {
	color: #333;
}

.new2018 > section + section {
	margin-top: 100px;
}

.new2018 > section > .inner > h2 {
	font-size: 2em;
	text-align: center;
}

.new2018 > section > .inner > h2 + p {
	margin-top: 30px;
	text-align: center;
}

.new2018 .mv {
	padding: 70px 0;
	margin-top: 60px;
	background: url('../img/new2018/bg_hill.png') no-repeat bottom center, -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#fff));
	background: url('../img/new2018/bg_hill.png') no-repeat bottom center, -webkit-linear-gradient(#c4c4c4, #fff);
	background: url('../img/new2018/bg_hill.png') no-repeat bottom center, linear-gradient(#c4c4c4, #fff);
	background-size: contain;
}

.new2018 .mv h1 {
	font-size: 1.8em;
	font-family: "Sawarabi Mincho";
	text-align: center;
}

.new2018 .mv h1 span {
	width: 42%;
	padding-bottom: .6em;
}

.new2018 .mv h1 span img {
	-webkit-filter: brightness(30%);
	filter: brightness(30%);
}

.new2018 .mv ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

.new2018 .mv ul li {
	width: 32%;
}

.new2018 .mv ul li:nth-child(n + 2):nth-child(-n + 3) {
	position: absolute;
	bottom: -10%;
	width: 42%;
	z-index: 1;
}

.new2018 .mv ul li:nth-child(2) {
	left: 10%;
}

.new2018 .mv ul li:nth-child(3) {
	right: 10%;
}

.new2018 .banner {
	text-align: center;
}

.new2018 .banner a {
	display: inline-block;
	max-width: 800px;
}

.new2018 .about {
	text-align: center;
}

.new2018 .mailcampaign + .about {
	margin-top: 60px;
}

.new2018 .about h1 {
	font-size: 3em;
	font-weight: 500;
}

.new2018 .about p {
	margin-top: 1em;
}

.new2018 .about ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.new2018 .about ul li {
	width: 32%;
	padding: 2em 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.new2018 .about ul li h3 i {
	font-size: 3em;
}

.new2018 .about ul li h3 strong {
	display: block;
	margin-top: 1em;
}

.new2018 .about ul li p {
	text-align: left;
}

.new2018 .about ul li p + p {
	margin-top: 1em;
}

.new2018 .about .buy {
	margin-top: 50px;
}

.new2018 .lineup .swiper-container {
	width: 80%;
	margin: 1em auto 0;
}

.new2018 .lineup .swiper-slide:nth-child(-n + 6):before {
	content: '新色';
	position: absolute;
	top: 2em;
	right: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4.2em;
	height: 4.2em;
	color: #fff;
	font-size: 1.4em;
	background-color: #888;
	border-radius: 50%;
}

.new2018 .lineup .swiper-slide:nth-child(5):before,
.new2018 .lineup .swiper-slide:nth-child(6):before {
	content: '限定色';
	background-color: #ff6b6b;
}

.new2018 .lineup .swiper-slide h2 {
	font-size: 1.6em;
	text-align: center;
}

.new2018 .lineup .swiper-slide h2 small {
	color: #aaa;
	font-size: .6em;
}

.new2018 .lineup .swiper-slide h2 strong {
	font-size: 1.4em;
	font-weight: inherit;
	font-family: "Sawarabi Mincho";
}

.lineup .swiper-pagination {
	position: static;
	margin-top: 1em;
}

.lineup .swiper-pagination span {
	width: 30px;
	height: 30px;
	margin: .3em;
}

.lineup .swiper-pagination span button {
	width: 30px;
	height: 30px;
}

.lineup .swiper-pagination span {
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
}

.lineup .swiper-pagination span:nth-child(1) {
	background-color: #8f9193
}

.lineup .swiper-pagination span:nth-child(2) {
	background-color: #373a43
}

.lineup .swiper-pagination span:nth-child(3) {
	background-color: #334a86
}

.lineup .swiper-pagination span:nth-child(4) {
	background-color: #efe45e
}

.lineup .swiper-pagination span:nth-child(5) {
	background-color: #f0aabb
}

.lineup .swiper-pagination span:nth-child(6) {
	background-color: #333334
}

.lineup .swiper-pagination span:nth-child(7) {
	background-color: #ea404b
}

.lineup .swiper-pagination span:nth-child(8) {
	background-color: #60e2f5
}

.lineup .swiper-pagination span:nth-child(9) {
	background-color: #8ab5dc
}

.lineup .swiper-pagination span:nth-child(10) {
	background-color: #e2dbd5
}

.appurtenance {
	margin-top: 50px;
}

.appurtenance ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em;
	margin-top: 30px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.appurtenance ul li {
	margin: .4em 1em;
}

.appurtenance p {
	margin-top: 1em;
}

.notte_price {
	margin-top: 40px;
	text-align: center;
	font-size: 2em;
}

.notte_price strong {
	font-size: 2em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.new2018 .lowfuel {
	padding: 80px 0;
	background-color: #eee;
}

.new2018 .lowfuel h2 + p {
	text-align: center;
}

.new2018 .lowfuel .nenpi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.new2018 .lowfuel .nenpi li {
	text-align: center;
}

.new2018 .lowfuel .nenpi li:first-child {
	opacity: .4;
}

.new2018 .lowfuel .nenpi li + li {
	margin-left: 6%;
	color: #e84118;
}

.new2018 .lowfuel .nenpi li h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.new2018 .lowfuel .nenpi li p {
	font-size: 2em;
}

.new2018 .lowfuel .nenpi li p strong {
	font-size: 2em;
}

.new2018 .lowfuel .nenpi li p sup {
	top: -1em;
	font-size: .6em;
}

.new2018 .lowfuel .suptxt {
	margin-top: 30px;
	text-align: center;
}

.new2018 .lowfuel .simulation {
	margin-top: 100px;
}

.new2018 .lowfuel .simulation h3 {
	font-size: 1.6em;
	text-align: center;
}

.new2018 .lowfuel .simulation h3 + p {
	margin-top: 1em;
	font-size: 1.4em;
	text-align: center;
}

.new2018 .lowfuel .simulation h3 + p::before {
	display: inline-block;
	content: '\f007';
	font-weight: 900;
	font-family: "Font Awesome\ 5 Free";
	padding-right: .6em;
}

.new2018 .lowfuel .simulation dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70%;
	margin-top: 30px;
}

.new2018 .lowfuel .simulation dl > * {
	width: 25%;
}

.new2018 .lowfuel .simulation dl dt {
	text-align: right;
}

.new2018 .lowfuel .simulation dl dt::after {
	display: inline-block;
	content: ':';
	padding: 0 .4em;
}

.new2018 .lowfuel .simulation dl dd {}

.new2018 .lowfuel .simulation .route {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 50px;
}

.new2018 .lowfuel .simulation .route li {
	text-align: center;
}

.new2018 .lowfuel .simulation .route li:nth-child(even) {
	width: 100%;
}

.new2018 .lowfuel .simulation .route li:nth-child(odd)::before {
	display: block;
	font-weight: 900;
	font-family: "Font Awesome\ 5 Free";
	margin-bottom: 1rem;
	font-size: 5em;
}

.new2018 .lowfuel .simulation .route .home::before {
	content: '\f015';
}

.new2018 .lowfuel .simulation .route .work::before {
	content: '\f1ad';
}

.new2018 .lowfuel .simulation .route .bike {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s all;
	transition: .3s all;
	padding-bottom: .2em;
	margin: 0 4%;
	border-bottom: 2px solid #333;
}

.new2018 .lowfuel .simulation .route .bike:hover {}

.new2018 .lowfuel .simulation .route .bike i {
	color: #3d5fa3;
	font-size: 3em;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: slidein;
	animation-name: slidein;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slidein {
	from {
		margin-left: 0;
	}

	to {
		margin-left: 88%;
	}
}

@keyframes slidein {
	from {
		margin-left: 0;
	}

	to {
		margin-left: 88%;
	}
}

.new2018 .lowfuel .simulation .route .bike + p {
	margin-top: 1em;
}

.new2018 .lowfuel .simulation .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.new2018 .lowfuel .simulation .price li {
	width: 48%;
	padding: 30px 4% 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

.new2018 .lowfuel .simulation .price li + li {
	margin-left: 4%;
}

.new2018 .lowfuel .simulation .price li h4 {
	font-size: 2.4em;
}

.new2018 .lowfuel .simulation .price li h4 small {
	font-size: .6em;
	opacity: .6;
}

.new2018 .lowfuel .simulation .price li .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	font-size: 4em;
}

.new2018 .lowfuel .simulation .price li .icon .fa-chevron-circle-right {
	padding: 0 1em;
	font-size: .4em;
}

.new2018 .lowfuel .simulation .price li .icon + p {
	margin-top: 20px;
	opacity: .8;
}

.new2018 .spec .spec_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	font-family: "Sawarabi Mincho";
}

.new2018 .spec .spec_title span {
	display: inline-block;
	width: calc(100% / 3);
	font-weight: bold;
	text-align: center;
}

.new2018 .spec dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1em;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.new2018 .spec dl > * {
	padding: 1em;
	width: calc(100% / 3);
	text-align: center;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.new2018 .spec dl dt {
	color: #fff;
	background-color: #333;
}

.new2018 .spec dl dt:not(:last-of-type) {
	border-bottom-color: #fff;
}

.new2018 .spec dl dd strong {
	display: block;
	color: #e84118;
	background-color: rgba(230, 76, 60, .2);
}

.new2018 .spec dl dd strong:after {
	display: inline-block;
	content: '\f102';
	padding-left: .4em;
	font-family: 'FontAwesome';
}

.new2018 .spec .feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
}

.new2018 .spec .feature article {
	width: 47%;
}

.new2018 .spec .feature article:nth-child(n + 3) {
	margin-top: 40px;
}

.new2018 .spec .feature article h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 1.4em;
	background-color: #333;
}

.new2018 .spec .feature article h3 span {
	position: relative;
	padding: 0 1em;
	font-family: "Sawarabi Mincho";
	background-color: #b28146;
}

.new2018 .spec .feature article h3 span::before {
	position: absolute;
	right: -16px;
	top: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	color: #b28146;
	border-color: #b28146;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-width: 16px 8px;
	border-style: solid;
}

.new2018 .spec .feature article h3 strong {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: inherit;
	text-align: center;
}

.new2018 .spec .feature article figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1em;
}

.new2018 .spec .feature article figure .img {
	-webkit-box-ordinal-group: 21;
	-ms-flex-order: 20;
	order: 20;
	width: 40%;
}

.new2018 .spec .feature article figure figcaption {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	width: 58%;
	font-size: .9em;
	text-align: center;
}

.new2018 .spec .feature article figure figcaption strong {
	padding: .2em 0;
	color: #e84118;
	font-size: 1.8em;
	font-weight: bold;
}

.new2018 .spec .autolock {
	margin-top: 70px;
	padding-left: 40%;
	background: url('../img/new2018/autolock.jpg') no-repeat top left;
	background-size: contain;
}

.new2018 .spec .autolock h3 {
	display: inline-block;
	padding-bottom: .1em;
	font-size: 1.4em;
	border-bottom: 1px solid #b28146;
}

.new2018 .spec .autolock h3 span {
	padding-right: .4em;
	color: #b28146;
}

.new2018 .spec .autolock p {
	margin-top: 1em;
}

.new2018 .spec .autolock .unlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	margin-top: 30px;
	background-color: #eee;
}

.new2018 .spec .autolock .unlock .img {
	-webkit-box-ordinal-group: 21;
	-ms-flex-order: 20;
	order: 20;
	width: 38%;
}

.new2018 .spec .autolock .unlock figcaption {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	width: 58%;
}

.new2018 .spec .autolock .unlock figcaption h4 {
	padding-bottom: .1em;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #525252;
}

.new2018 .spec .more {
	margin-top: 80px;
}

.new2018 .spec .more h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .6em;
	font-size: 1.4em;
	background-color: #eee;
}

.new2018 .spec .more h3::after {
	display: inline-block;
	content: '\f078';
	font-weight: 900;
	font-family: "Font Awesome\ 5 Free";
	margin-left: .6em;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.new2018 .spec .more h3.open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.new2018 .spec .more h3:hover {
	cursor: pointer;
}

.new2018 .spec .more h3 + div {
	display: none;
}

.new2018 .spec .more dl {
	margin-top: 40px;
	font-size: .9em;
}

.new2018 .spec .more dt {
	width: 23%;
	background-color: #444;
}

.new2018 .spec .more dd {
	width: 27%;
}

.new2018 .spec .more .manual {
	margin-top: 40px;
	text-align: center;
}

.new2018 .spec .more .manual a {
	display: inline-block;
	padding: 1em 3em;
	color: #fff;
	background-color: #333;
	border: 2px solid transparent;
	border-radius: 4px;
}

.new2018 .spec .more .manual a:hover {
	color: #333;
	background-color: transparent;
	border-color: #333;
}

.new2018 .gallery ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new2018 .gallery ul li {
	width: 30%;
	max-width: 400px;
	margin: 1em;
}

.new2018 .gallery ul li:hover {
	cursor: pointer;
}

.new2018 .gallery ul li img {
	-webkit-transition: .3s all;
	transition: .3s all;
}

.new2018 .gallery ul li:hover img {
	opacity: .8;
}

.new2018 .gallery .more {
	margin-top: 20px;
	text-align: center;
}

.new2018 .gallery .more a {
	display: block;
	padding: 1em;
	color: #fff;
	background-color: #666;
	border: 2px solid transparent;
	border-radius: 6px;
}

.new2018 .gallery .more a:hover {
	color: #666;
	background-color: transparent;
	border-color: #666;
}

.new2018 .images .swiper-container {
	margin-top: 30px;
}

.new2018 .images .swiper-slide img {
	opacity: .2;
	-webkit-transform: scale(.96);
	transform: scale(.96);
	-webkit-transition: 1.3s all;
	transition: 1.3s all;
}

.new2018 .images .swiper-slide-active img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.new2018 .reserve .inner > h2 + p strong {
	color: #e84118;
	font-size: 1.2em;
}

.new2018 .reserve table {
	width: 100%;
	margin-top: 30px;
}

.new2018 .reserve table thead tr > * {
	text-align: center;
}

.new2018 .reserve table tr td + td {
	text-align: center;
}

.new2018 .reserve table tr > td.soldout {
	color: #e84118;
	background-color: rgba(230, 76, 60, .2);
}

.new2018 .youtube {
	padding: 50px 0;
	background-color: #eee;
	margin-top: 0px;
}

.new2018 .youtube .swiper-container {
	margin-top: 30px;
}

.new2018 .youtube .swiper-slide img {
	opacity: .2;
	-webkit-transform: scale(.96);
	transform: scale(.96);
	-webkit-transition: 1.3s all;
	transition: 1.3s all;
}

.new2018 .youtube .swiper-slide-active img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.new2018 .youtube .swiper-pagination {
	position: static;
	margin-top: 1em;
}

.new2018 .buy {
	width: 80%;
	margin: 60px auto 0;
	text-align: center;
}

.new2018 .buy a {
	display: block;
	padding: .6em;
	color: #fff;
	font-size: 1.4em;
	background-color: #3d5fa3;
	border: 2px solid transparent;
}

.new2018 .buy a:hover {
	color: #3d5fa3;
	background-color: #fff;
	border-color: #3d5fa3;
	border-radius: 4px;
}

.new2018 .banner_camp {
	margin-top: 50px;
}

.new2018 .banner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}

.new2018 .banner_wrap li {
	width: 48%;
}

.new2018 .banner_wrap li:only-child {
	width: 100%;
	text-align: center;
}

.new2018 .banner_wrap li a {
	display: inline-block;
}

.new2018 .mail {
	text-align: center;
}

.new2018 .mail form {
	margin-top: 50px;
}

.new2018 .mail form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new2018 .mail form dl > *:not(:first-of-type) {
	margin-top: 2em;
}

.new2018 .mail form dl dt {
	width: 36%;
}

.new2018 .mail form dl dd {
	width: 60%;
}

.new2018 .mail input {
	width: 100%;
	padding: .4em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.new2018 .mail .regist {
	margin-top: 40px;
}

.new2018 .mail .regist button {
	padding: .6em 3em;
	color: #fff;
	background-color: #aaa;
	border: 2px solid transparent;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.new2018 .mail .regist button:hover {
	color: #3d5fa3;
	background-color: #fff;
	border-color: #3d5fa3;
	border-radius: 4px;
}

.new2018 footer {
	margin-top: 0px;
}

.new2018 .caution {
	margin-top: 30px;
	text-align: center;
	opacity: .8;
}

.side_campaignbanner {
	position: fixed;
	top: calc(50% - 100px);
	right: 0;
	z-index: 1;
}

.side_campaignbanner li + li {
	margin-top: 1em;
}

.side_campaignbanner li a {
	display: block;
}

.side_campaignbanner li a img {
	-webkit-transition: .3s all;
	transition: .3s all;
}

.side_campaignbanner li a:hover img {
	opacity: .7;
}

.new2018 .table01 {
	width: 100%;
	border-right: #ccc solid 1px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.new2018 .table01 thead th {
	padding: 10px 15px;
	color: #333;
	background: #d7e2e3;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

.new2018 .table01 thead th:last-child {
	border-right: #ccc solid 1px;
}

.new2018 .table01 tbody th {
	color: #333;
	padding: 0px 0px 0 2.5em;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	vertical-align: middle;
	text-align: left;
}

.new2018 .table01 tbody th span.limitedcolor {
	font-size: 90%;
}

.new2018 .table01 tbody tr:first-child th {
	background: url('../img/new2018/zaiko_table/variation_01.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(2) th {
	background: url('../img/new2018/zaiko_table/variation_02.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(3) th {
	background: url('../img/new2018/zaiko_table/variation_03.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(4) th {
	background: url('../img/new2018/zaiko_table/variation_04.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(5) th {
	background: url('../img/new2018/zaiko_table/variation_05.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(6) th {
	background: url('../img/new2018/zaiko_table/variation_06.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(7) th {
	background: url('../img/new2018/zaiko_table/variation_07.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(8) th {
	background: url('../img/new2018/zaiko_table/variation_08.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:nth-child(9) th {
	background: url('../img/new2018/zaiko_table/variation_09.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody tr:last-child th {
	border-bottom: #ccc solid 1px;
	background: url('../img/new2018/zaiko_table/variation_10.png') no-repeat 1em 50%;
}

.new2018 .table01 tbody td {
	background: #FFF;
	padding: 10px 15px;
	border-left: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	vertical-align: middle;
	text-align: center;
}

.new2018 .table01 tbody td.nyuka p span,
.new2018 .table01 tbody td p.addnyuka span {
	font-size: 80%;
}

.new2018 .table01 tbody td.limitedcolor {
	padding: 0px;
}

.new2018 .reserve table tr > td.limitedcolor strong {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.8em 0;
}

.new2018 .table01 tbody td p.zaikoari {
	background: #f9fbe0;
	font-weight: bold;
}

.new2018 .table01 tbody td p.zaikoari::before {
	content: '在庫有 残り';
	padding-right: .4em;
}

.new2018 .table01 tbody td p.zaikoari::after {
	content: '台';
	padding-left: .4em;
}

.new2018 .allcolor {
	margin-top: 40px;
}

.new2018 .allcolor h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.new2018 .allcolor ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

.new2018 .allcolor ul li {
	width: 33.333%;
	padding: 2em 1em;
	text-align: center;
}

.new2018 .allcolor ul li span {
	display: block;
}

.new2018 .allcolor p {
	margin-top: 30px;
	text-align: center;
}

.new2018 .reserve table.areatable tbody td {
	width: 25%;
	text-align: left;
	line-height: 160%;
	vertical-align: top;
}

.new2018 .reserve table.areatable tbody td:last-child,
.new2018 .reserve table.areatable tbody td:first-child {
	text-align: center;
}

.new2018 > section > .inner > h2.area {
	padding-top: 1.5em;
}

@media screen and (max-width: 1024px) {
	.new2018 .spec .feature article h3 span::before {
		border-width: 13px 8px;
	}
}

@media screen and (max-width: 768px) {
	.new2018 .mv {
		padding-bottom: 20px;
	}

	.new2018 > .about > .inner > h2 {
		font-size: 1.6em;
	}

	.new2018 .about ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
	}

	.new2018 .about ul li {
		width: auto;
		border: none;
		border-top: 1px solid #ccc;
		border-radius: 0;
	}

	.new2018 .lowfuel .nenpi {
		display: block;
	}

	.new2018 .lowfuel .nenpi li {
		width: 100%;
	}

	.new2018 .lowfuel .nenpi li + li {
		margin-top: 40px;
		margin-left: 0;
	}

	.new2018 .lowfuel .simulation dl {
		width: auto;
		font-size: .8em;
	}

	.new2018 .lowfuel .simulation .route li:nth-child(odd)::before {
		font-size: 4em;
	}

	.new2018 .lowfuel .simulation .price {
		display: block;
	}

	.new2018 .lowfuel .simulation .price li {
		width: auto;
	}

	.new2018 .lowfuel .simulation .price li + li {
		margin-top: 40px;
		margin-left: 0;
	}

	.new2018 .spec .inner > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	.new2018 .spec .inner > ul li {
		width: 100%;
		padding: 0 4%;
	}

	.new2018 .spec .inner > ul li + li {
		margin-top: 60px;
	}

	.new2018 .spec .more dt {
		width: 46%;
	}

	.new2018 .spec .more dd {
		width: 54%;
	}

	.new2018 .spec .feature article {
		width: 100%;
	}

	.new2018 .spec .feature article + article {
		margin-top: 50px;
	}

	.new2018 .spec .autolock {
		padding-left: 0;
		margin-top: 50px;
		background: none;
	}

	.new2018 .spec .autolock h3 {
		display: inherit;
		text-align: center;
	}

	.new2018 .gallery ul li {
		margin: 1%;
	}

	.new2018 .lineup .swiper-container {
		width: auto;
	}

	.new2018 .lineup .swiper-slide h2 {
		font-size: 1.2em;
	}

	.new2018 .allcolor ul li {
		padding: 1em .4em;
		font-size: .8em;
	}

	.new2018 .reserve table {
		border: none;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.new2018 .reserve table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.new2018 .reserve table tr > * {
		width: 100%;
		text-align: center;
		border: none;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.new2018 .reserve table tr > *:first-child {
		font-weight: bold;
		background-color: #eee;
		border-bottom-style: dashed;
	}

	.side_campaignbanner {
		display: none;
	}
	.new2018 .table01 thead {
		display: none;
	}

	.new2018 .table01 tbody th {
		display: block;
		background: none;
	}

	.new2018 .table01 tbody th span.limitedcolor {
		font-size: 100%;
	}

	.new2018 .table01 tbody td {
		display: block;
	}

	.new2018 .table01 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}

	.new2018 .reserve table.areatable tbody td::before {
		content: attr(label);
		display: block;
		width: 100%;
		text-align: center;
	}

	.new2018 .reserve .inner table.table01 tr tbody td p {
		padding: 0 0 0 6em !important;
		text-align: center !important;
	}

	.new2018 .reserve table.table01 tbody td.nyuka p br {
		display: none;
	}

	.new2018 .reserve table.areatable tbody td {
		width: 100%;
	}

	.new2018 .reserve table.areatable tr > *:first-child {
		font-weight: normal;
		background-color: #fff;
		border-bottom-style: inset;
	}
}

@media screen and (max-width: 320px) {
	.new2018 .lowfuel .simulation dl {
		font-size: inherit;
	}

	.new2018 .lowfuel .simulation dl > * {
		width: 50%;
	}
}