@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

body {
	line-height: 0;
}


/*=======================
=========================
在庫詳細ページのレイアウト
=========================
=======================*/

.stock_page {
	margin: 20px 0 0 0;
}
.stock_page h1 {
	font-size: 24px;
	position: relative;
	padding: 0 0 0 15px;
	flex-basis: 100%;
}
.stock_page h1::before {
	content: '';
	width: 8px;
	height: 24px;
	background-color: #F21020;
	display: block;
	position: absolute;
	left: 0;
}
.stock_page .container {
	padding: 0;
}
.stock_page .stock_bg {
	background-color: #fff;
	padding: 20px;
	line-height: initial;
}
.stock_page .stock_flex_area {
	display: flex;
}
.stock_page .stock_flex_area .stock_details {
	order: 2;
	max-width: 400px;
  width: 100%;
}
.stock_page .stock_flex_area .stock_gallery {
	order: 1;
	flex-basis: 700px;
}
.stock_page .stock_flex_area .stock_gallery .gallery,
.stock_page .stock_flex_area .stock_gallery .choice {
  width: 100%;
	max-width: 700px;
	margin: 0;
	padding: 0;
}
.stock_page .stock_flex_area .stock_gallery .choice {
	padding: 10px;
}
.stock_page .stock_flex_area .stock_gallery .gallery img {
	max-width: 700px;
	width: 100%;
	height: 525px;
	object-fit: contain;
}
.stock_page .stock_flex_area .stock_gallery .choice img {
	width: 100%;
	height: 67px;
	object-fit: cover;
}
.stock_page .stock_flex_area .stock_gallery .choice .slick-slide {
	margin: 0 10px 0 0;
}
.stock_page .stock_flex_area .stock_gallery .choice button {
	display: none !important;
}
.slick-slide {
	margin: 0;
	padding: 0;
}
.slick-slide img {
	border: none;
}
.slick-prev,
.slick-next {
	background-color: #ffffffab;
	height: 40px;
	width: 40px;
	position: absolute;
  z-index: 3;
	top: 42%;
	cursor: pointer;
	border-radius: 20px;
}
.slick-prev {
	left: 2.5%;
}
.slick-next {
	right: 2.5%;
}
.slick-prev::before,
.slick-next::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
  border-top: 2px double #333333;
  border-right: 2px double #333333;
  outline: none;
  height: 15px;
  width: 15px;
}
.slick-prev::before {
	left: 15px;
  transform: rotate(-135deg);
}
.slick-next::before {
	right: 15px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.stock_page .stock_flex_area .stock_gallery {
		flex-basis: 600px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery,
	.stock_page .stock_flex_area .stock_gallery .choice {
		max-width: 600px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.stock_page .stock_flex_area {
		flex-wrap: wrap;
		justify-content: center;
	}
	.stock_page .stock_flex_area .stock_gallery {
		flex-basis: 650px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery,
	.stock_page .stock_flex_area .stock_gallery .choice {
		max-width: 650px;
	}
	.stock_page .stock_flex_area .stock_gallery .choice {
		height: 90px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery img {
		height: 350px;
	}
}
@media screen and (max-width: 767px) and (min-width: 551px) {
	.stock_page .stock_flex_area {
		flex-wrap: wrap;
		justify-content: center;
	}
	.stock_page .stock_flex_area .stock_gallery {
		flex-basis: 500px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery,
	.stock_page .stock_flex_area .stock_gallery .choice {
		max-width: 500px;
	}
	.stock_page .stock_flex_area .stock_gallery .choice {
		height: 90px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery img {
		height: 350px;
	}
}
@media screen and (max-width: 550px) {
	.stock_page .stock_flex_area {
		flex-wrap: wrap;
		justify-content: center;
	}
	.stock_page .stock_flex_area .stock_gallery {
		flex-basis: 310px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery,
	.stock_page .stock_flex_area .stock_gallery .choice {
		max-width: 310px;
	}
	.stock_page .stock_flex_area .stock_gallery .choice {
		height: 90px;
	}
	.stock_page .stock_flex_area .stock_gallery .gallery img {
		height: 200px;
	}
}
.stock_page .stock_flex_area .stock_details .details_inner {
	margin: 0 0 0 30px;
	padding: 0;
}
.stock_page .stock_flex_area .stock_details .details_inner li {
	display: block;
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px #CCCCCC;
}
.stock_page .stock_flex_area .stock_details .details_inner li:first-child {
	padding: 20px 10px;
	border-top: solid 2px #FD0014;
}
.stock_page .stock_flex_area .stock_details .details_inner li:last-child {
	border-bottom: none;
}
.stock_page .stock_flex_area .stock_details .details_inner li p {
	margin: 0;
	line-height: 1.4;
}
.stock_page .stock_flex_area .stock_details .details_inner li span {
	font-weight: bold;
}
.stock_page .stock_flex_area .stock_details .details_inner li .gray_txt {
	color: #707070;
	font-size: 14px;
	margin: 0 10px 0 0;
	font-weight: normal;
}
.stock_page .stock_flex_area .stock_details .details_inner .fee_flex {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	align-items: center;
}
.stock_page .stock_flex_area .stock_details .details_inner .fee_flex li {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.fee_flex li:first-child p:not(.car_price) {
	font-weight: bold;
}
.fee_flex li:first-child .car_price {
	font-size: 44px;
	color: #F21020;
	font-weight: bold;
}
.fee_flex li:first-child .car_price .s_txt {
	font-size: 34px;
}
.fee_flex .fee_wrap p {
	font-size: 12px;
}
.fee_flex li:not(:first-child) p:not(.car_price) {
	font-size: 12px;
}
.fee_flex li:not(:first-child) .car_price {
	font-size: 24px;
	font-weight: bold;
}
.stock_page .stock_flex_area .stock_details .details_inner .fee_flex li:not(:first-child) {
	display: flex;
	gap: 30px;
}
.stock_page .stock_flex_area .stock_details .details_inner .fee_flex li:not(:first-child) .car_price .s_txt {
	font-size: 14px;
	font-weight: normal;
}
.stock_page .stock_flex_area .stock_details .link_area {
	margin: 0 0 0 30px;
}
.stock_page .stock_flex_area .stock_details .link_area .reservation_btn {
	max-width: 344px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-radius: 10px;
	background: linear-gradient(#f21020 0%, #f01020 81.28%, #db111f 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	margin: auto;
}
.stock_page .stock_flex_area .stock_details .link_area .reservation_btn a {
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	height: auto;
}
.stock_page .stock_flex_area .stock_details .link_area .tel_nmb {
	text-align: center;
	margin: 10px 0 0 0;
}
.stock_page .stock_flex_area .stock_details .link_area .tel_nmb p {
	margin: 0;
	padding: 0;
}
.stock_page .stock_flex_area .stock_details .link_area .tel_nmb p:nth-child(3) {
	font-size: 12px;
}
.stock_page .stock_flex_area .stock_details .link_area .tel_nmb a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #f21020;
}
.stock_page .stock_flex_area .stock_details .link_area .lineat {
	position: relative;
	padding: 0 0 0 60px;
	margin: 10px 0 0 0;
}
.stock_page .stock_flex_area .stock_details .link_area .lineat::before {
	content: '';
	display: block;
	width: 48px;
  height: 48px;
	background-image: url(../lightning/images/line_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
}
.stock_page .stock_flex_area .stock_details .link_area .lineat a {
	color: #333333;
}
@media screen and (max-width: 991px) {
	.stock_page .stock_flex_area .stock_details {
		max-width: unset;
	}
	.stock_page .stock_flex_area .stock_details .details_inner {
		margin: 0;
	}
	.stock_page .stock_flex_area .stock_details .link_area {
		margin: 0;
	}
}
.stock_page .stock_point {
	margin: 20px 0 0 0;
	border: solid 2px #333333;
}
.stock_page .stock_point h3 {
	box-shadow: none;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 20px;
	background-color: #333333;
	color: #fff;
	width: fit-content;
  padding: 20px 30px 20px 20px;
}
.stock_page .stock_point h3::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 15px 32px 0;
	border-color: transparent #ffffff transparent transparent;
	bottom: 0;
  right: 0;
}
.stock_page .stock_point p {
	padding: 10px;
	margin: 0;
}
.stock_page .stock_other_area {
	margin: 20px 0 0 0;
	line-height: initial;
}
.stock_page .stock_other_area h2 {
	margin: 0;
	padding: 20px;
	background-color: #FFEFEF;
	font-size: 20px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.stock_page .stock_other_area table {
	border: none;
}
.stock_page .stock_other_area table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px;
}
.stock_page .stock_other_area table td:first-child {
	background-color: #F8F8F8;
	width: 400px;
}
.stock_page .stock_other_area table td:nth-child(2) {
	background-color: #fff;
}
.stock_page .stock_page_btn {
	text-align: center;
	margin: 100px auto 50px;
	line-height: initial;
}
.stock_page .stock_page_btn a {
	color: #333333;
	text-decoration: underline;
}
.stock_page .stock_page_btn .reservation_btn {
	max-width: 344px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-radius: 10px;
	background: linear-gradient(#f21020 0%, #f01020 81.28%, #db111f 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	margin: 0 auto 10px;
}
.stock_page .stock_page_btn .reservation_btn a {
	color: #fff;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.stock_page .stock_point h3 {
		font-size: 16px;
	}
	.stock_page .stock_other_area table td:first-child {
		width: 150px;
	}
}
