@charset "UTF-8";
/* ################################################################################ */
/*                                                                                  */
/* 表題: アクロスカー トレーラー ラインナップCSS                                       */
/* 作成日: 2020-08-13                                                               */
/* 最終更新日: 2023-04-20                                                           */
/*                                                                                  */
/* ################################################################################ */

h1 {
	color: #FFFFFF;
	position: relative;
	top: 12rem;
	background: rgba(0,0,0,.6);
	padding: .75rem .5rem;
}
h1 span {
	font-family: 'EB Garamond', serif;
}
.jumbotron {
	min-height: 45rem;
	background: url(../../css/overlays/01.png) repeat;
}
.outlineArea span{
	color: #FFF;
	font-weight: bold;
	padding: .25rem 1rem .1rem;
	border-radius: .25rem;
	font-size: 1rem;
}
.outlineArea h2 span {
	color: #333;
}
.outlineArea span.remark {
	background: #063;
}
.outlineArea span.licenceRemark {
	background: #EC990F;
	margin-left: 1.5rem;
}
.outlineArea span.licenceRemark.red {
	background: #D90000;
}
.outlineArea .priceArea span {
	color: #444;
	border: none;
	padding: 0;
	font-size: 1.1rem;
}
.outlineArea .priceArea dd:nth-of-type(2) span {
	font-weight:normal;
	font-size: 1rem;
}
h3 {
	margin-bottom: 2rem;
}
.outlineArea h3 span {
	display: block;
	font-size: 1rem;
	color: #583b1a;
	font-family: 'EB Garamond', serif;
	margin-top: .75rem;
	padding-left: 0;
}

.outlineArea .priceArea dt {
	font-size: 1.2rem;
	float: left;
	padding-top: 1.5rem;
}

.outlineArea .priceArea dd {
	color: #D80000;
	font-weight: bold;
	font-size: 2.75rem;
	margin-bottom: 0;
	padding-left: 8rem;
}
.outlineArea .priceArea dt:nth-of-type(2) {
	padding-top: .5rem;
	font-size: 1rem;
	font-weight:normal;
}
.outlineArea .priceArea dd:nth-of-type(2) {
	color:#444;
	font-size: 1.5rem;
	font-weight:normal;
	padding-left: 5rem;
}
.layoutArea p {
	padding-bottom: .75rem;
	margin-bottom: 0;
	font-weight: bold;
}
.layoutArea img {
	border: 1px solid #DEE2E6;
}

.relevant {
	background: #EC990F;
}
.table-responsive {
	height: 350px;
}
.table-responsive::-webkit-scrollbar {
	width:10px;
	height: 10px;
}
.table-responsive::-webkit-scrollbar-track {
	border-radius: 5px;
	background: rgba(208, 252, 108, 0.8);
}
.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #507403;
}
.table-responsive {
	scrollbar-color:#507403 rgba(208, 252, 108, 0.8);
	padding: 0;
}
table.table-bordered {
	font-size: .9rem;
}
table.table-bordered tr:nth-of-type(1) th, 
table.table-bordered td {
	text-align:center;
}
table.table-bordered tr:nth-of-type(1) th {
	position: sticky;
	top: 0;
	background: #333;
	color: #FFF;
	border-top: #333;
}
table.table-bordered tr:nth-of-type(1) th:before {
	position: absolute;
	content:"";
	top:-1px;
	left:-1px;
	width:100%;
	height:100%;
}
table.table-bordered td {
	font-size: 1.1rem;
}
table.table-bordered tr th {
	vertical-align: middle!important;
}
.specificationLink a {
	text-decoration:underline;
}
.specificationLink a:hover {
	text-decoration: none;
}

.virtualTourArea #container {
	width: 100%;
	height: 30rem;
}
.virtualTourRemarkArea p:nth-of-type(2) br {
	display: none;
}
.virtualTourRemarkArea p:nth-of-type(2) b:nth-of-type(2) {
	margin-left: 2rem;
}
.equipmentArea li {
	display: inline-block;
	position: relative;
	padding-left: .8rem;
	line-height: 2;
	margin-right: 1.5rem;
}
.equipmentArea li:before {
	content: "";
	position: absolute;
	top: .75rem;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #8b6b4e;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.jEditionArea img {
	width: 100%;
	height: auto;
	margin-bottom: .5rem
}
.jEditionArea .img-thumbnail p {
	font-size: .9rem;
	margin-bottom: .25rem;
}
.img-thumbnail {
	margin-bottom: .75rem;
}
.interiorColorArea p span {
	display: block;
	margin: 2rem 0 0 1rem;
	text-indent: -1rem;
}
.slickGallery {
	padding-left: 0;
	text-align: center;
	cursor: grab;
}
.slickGallery li, 
.slick-slide {
	outline: none;
}
.slickGallery li img {
	height: auto;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.slickGallery li span {
	display:block;
	margin-top: -.9rem;
	font-size: .9rem;
}

.slickGalleryNav {
	padding-left: 1rem;
}

.slickGalleryNav li {
	height: auto;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	padding: 5px 0;
}
.slickGalleryNav img {
	width: auto;
	max-height: 60px;
	margin: 0 auto;
}
.slick-active,
.slickGalleryNav .slick-slide {
	opacity: .35;
}
.slick-active:hover {
	opacity: .75;
}
.slick-active.slick-current {
	opacity: 1;
}

.slick-prev, .slick-next {
	width: 2rem!important;
	height: 2rem!important;
	padding-top: .1rem!important;
}
.slick-prev::before, .slick-next::before {
	color: #333!important;
	font-size: 2rem!important;
}
/* contact Btn */
.contactBtn {
	background: #EF8A2D;
	border: 1px solid #EB8528;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 70%;
	margin: 0 auto;
	font-size: 1.5rem;
	transition: background-color 0.6s ease, transform 0.3s ease;
	margin-bottom: 2rem;
	clear: both;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}
.contactBtn:hover {
	background: #EF722E;
	border: 1px solid #D26F13;
	transform: scale(1.05,1.05);
}
.contactBtn a {
	padding: .5rem 0 0.75rem;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.contactBtn p {
	margin-bottom: 0;
	font-size:1.5rem;
}
.contactBtn p br {
	display: none;
}
.matterport-showcase iframe{
	min-height: 240px;
	margin: 16px 0;
	width: 100%;
}
@media screen and (min-width: 992px) and (max-width:1199px) {
}
@media screen and (min-width: 992px) {
	.matterport-showcase iframe {
	height: 600px;
	max-width: 1068px;
	margin: 0 auto 15px;
	}
}


@media screen and (max-width:992px) {
	h1 br {
		display: none;
	}
	.equipmentArea ul {
		padding-left: 0;
	}
	table.table-bordered caption {
		display: none;
	}
	.virtualTourRemarkArea p:nth-of-type(1) br {
		display: none;
	}
	.virtualTourRemarkArea p:nth-of-type(1) span {
		display: block;
	}
	.virtualTourRemarkArea p:nth-of-type(2) br {
		display: inherit;
	}
	.virtualTourRemarkArea p:nth-of-type(2) b:nth-of-type(2) {
		margin-left: inherit;
	}
	.table td, .table th {
		font-size: .95rem;
		padding: .25rem;
	}
	.jEditionArea br {
		display: none;
	}
	.interiorColorArea img {
		margin-bottom: 1rem;
	}
	.slickGallery img {
		width: 100%;
		height: auto;
	}
	.contactBtn p {
		font-size: 1rem;
	}
	.contactBtn p br {
		display: inherit;
	}
}
@media (max-width: 768px) {
	h1 {
		top: 4rem;
	}
	.h1Area {
		margin-top: 4rem;
	}
	.jumbotron {
		min-height: 22rem;
	}
	.table td, .table th {
		padding: .75rem;
	}
	.virtualTourRemarkArea {
		display: none;
	}
	.interiorColorArea p span {
		margin-top: 1rem;
	}
	.slickGalleryNav {
		width: 96%;
	}
}
@media screen and (min-width: 768px) {
	.matterport-showcase iframe {
		min-height: 360px;
	}
}
@media (max-width: 576px) {
	.slick-prev {
		left: -5px;
		z-index:1000;
	}
	.slick-next {
		z-index:1000;
	}
}
@media (max-width: 320px) {
	.outlineArea .priceArea dt {
		padding-top: 1rem;
	}
	.outlineArea .priceArea dd {
		font-size: 2rem;
	}
}

