@charset "UTF-8";
/* CSS Document */


/******************************************************

1600px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/lineup/bg_mv.jpg");
}




/* anchorLink */
.anchorLink {
	background-color: #E9F5F8;
	padding: 120px 0 100px 0;
}

.anchorLink__h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #3480BA;
	margin-bottom: 30px;
}

.anchorLink__facility {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
}

.anchorLink__facility-item {
	width: 28%;
}

.anchorLink__img {
	display: block;
	width: 100%;
	height: auto;
}

.anchorLink__facility-ttl {
	margin-top: 15px;
	text-align: center;
	color: #3480BA;
	font-weight: bold;
	font-size: 13px;
}

.anchorLink__box {
	flex-wrap: wrap;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: auto;
}

.anchorLink__item {
	width: 33.3333%;
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.anchorLink__item:first-child {
	border-right: 1px solid #CCC;
}




/* cars */
.cars {
	padding: 50px 0 80px;
}

.prius {
	margin-top: 50px;
}

.vitz {
	margin-bottom: 50px;
}

.cars__h2 span {
	font-size: 15px;
}

.cars__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0 auto 25px auto;
}

.cars__txt {
	text-align: center;
	margin-bottom: 60px;
}

.cars__suitcase {
	width: 100%;
	background-color: #E9F5F8;
	padding: 20px 25px 25px 25px;
	margin-bottom: 40px;
}

.cars__suitcase-h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3480BA;
}

.cars__suitcase-h3::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("/img/lineup/icon_suitcase.png");
	background-size: contain;
	vertical-align: -4px;
	margin-right: 3px;
}

.cars__suitcase-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cars__suitcase-left {
	width: 27.586%;
}

.cars__suitcase-img {
	display: block;
	width: 100%;
	height: auto;
}

.cars__suitcase-right {
	width: 68.103%;
}

.cars__suitcase-tbl {
	width: 100%;
}

.cars__suitcase-tbl tr th {
	width: 50%;
	border-bottom: 1px solid #3480BA;
	padding: 5px 0;
	font-size: 13px;
	color: #3480BA;
}

.cars__suitcase-tbl tr td {
	width: 50%;
	border-bottom: 1px solid #3480BA;
	padding: 5px 0;
	font-size: 13px;
	color: #3480BA;
	text-align: right;
}

.cars__table-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cars__table-box-left {
	width: 47%;
}

.cars__table-box-right {
	width: 47%;
}

.cars__table-box-h3 {
	width: 100%;
	padding: 10px;
	color: #FFF;
	background-color: #3480BA;
	font-weight: 500;
}

.cars__table-box-h3 span {
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
}

.cars__table-tbl {
	width: 100%;
}

.cars__table-tbl tr th {
	width: 40%;
	padding: 15px 5px 15px 10px;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
}

.cars__table-tbl tr td {
	width: 60%;
	padding: 15px 5px 15px 10px;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
}

.leaf__txt {
	margin-bottom: 20px;
}

.cars__remarks {
	text-align: center;
	margin-bottom: 40px;
}

.cars__remarks-item {
	line-height: 1.8;
	color: #666;
	font-size: 11px;
}

.cars__remarks-item span {
	font-weight: bold;
}

.cars__remarks-item a {
	color: #35A7C9;
	text-decoration: underline;
	margin: 0 2px;
}





/******************************************************

1360px〜1599pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1599px){
	
	
	
}



/******************************************************

1200px〜1359pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1359px){
	
.cars__table-box {
	display: block;
}

.cars__table-box-left {
	width: 100%;
}

.cars__table-box-right {
	width: 100%;
}
	
	
}




/******************************************************

1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
	
}



/******************************************************

768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
	
	
	
}





/******************************************************

〜767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
/* anchorLink */
.anchorLink {
	background-color: #E9F5F8;
	padding: 80px 0 0 0;
}

.anchorLink__h2 {
	font-size: 18px;
	width: calc(100% - 30px);
	margin: 0 auto 30px auto;
}

.anchorLink__facility-item {
	width: 30%;
}

.anchorLink__box {
	border-top: none;
	border-left: none;
}

.anchorLink__item {
	width: 50%;
	border: none;
	border-bottom: 1px solid #CCC;
}

.anchorLink__item:nth-of-type(odd) {
	border-right: 1px solid #CCC;
}



/* cars */
.cars {
	padding: 70px 0 30px 0;
}
	
.prius {
	margin-top: 0;
}

.cars__h2 span {
	font-size: 15px;
}

.cars__img {
	margin: 0 auto 20px auto;
}

.cars__txt {
	text-align: left;
	margin-bottom: 40px;
}

.cars__suitcase {
	padding: 20px 15px;
}

.cars__suitcase-box {
	width: 100%;
}

.cars__suitcase-left {
	width: 30%;
}


.cars__suitcase-right {
	width: 67%;
}


.cars__suitcase-tbl tr th {
	width: 60%;
}

.cars__suitcase-tbl tr td {
	width: 40%;
}

.cars__table-box {
	display: block;
}

.cars__table-box-left {
	width: 100%;
}

.cars__table-box-right {
	width: 100%;
}

.cars__table-box-h3 {
	padding: 7px 10px;
}

.cars__table-box-h3 span {
	margin-left: 50px;
	vertical-align: 2px;
}

.cars__table-tbl {
	width: 100%;
}

.cars__table-tbl tr th {
	padding: 12px 5px 12px 10px;
}

.cars__table-tbl tr td {
	padding: 12px 5px 12px 10px;
}

.leaf__txt {
	margin-bottom: 20px;
}

.cars__remarks {
	text-align: left;
	margin-bottom: 30px;
}

.cars__remarks-item {
	line-height: 2;
}

.cars__remarks-item span {
	font-weight: bold;
}


	
	
}

