/* ランクル＆SUV FES 202509 CSS　Ver.1.0.0 */
:root {
	--mainColor: rgba(58, 108, 78, 1.0);
}

.ev-header {
	background: rgb(255, 255, 255) url("../img/lsf2509-header-bg.webp") repeat-x;
}
.ev-main img {
	width: 100%;
}
.ev-suvcar {
	border-top: 25px solid var(--mainColor);
}

.lsf-sec {
	padding-bottom: 100px;
}
.lsf-sec:first-child {
	padding-top: 50px;
}

.lsf-read-txt {
	width: 60%;
}
.lsf-read-price {
	width: 28%;
}
.ev-read {
	padding: 7px 0 15px;
	font-size: 17px;
	line-height: 1.85;
	text-align: justify;
}
.lsf-read-txt table {
	border: 3px solid rgb(33, 33, 33);
}
.lsf-read-txt table tr:not(:first-child) {
	border: 1px solid rgb(150, 150, 150);
}
.lsf-read-txt table th, 
.lsf-read-txt table td {
	padding: 7px 10px;
}
.lsf-read-txt table td span {
	font-size: 0.85em;
}
.lsf-read-txt table td span a {
	text-decoration: underline;
	color: blue;
}

.lsf-contens {
	padding-top: 100px;
	background-color: var(--mainColor);
}
.lsf-contens h3 {
	margin-bottom: 100px;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}
.lsf-res {
	width: 49%;
	background-color: rgba(234, 228, 208, 1.0);
}
.lsf-res-btn a, 
.lsf-res-btn a:visited {
	display: block;
	width: 40%;
	max-width: 400px;
	margin: 5px 10px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 1.0);
	border: 3px solid var(--mainColor);
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.lsf-res-btn a:hover {
	opacity: 0.6;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.lsf-contens-2 {
	margin-top: 60px;
}

.lsf-place {
	padding-top: 100px;
}
.lsf-place-bar {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--mainColor);
}
.place-info, 
.place-map {
	width: 50%;
	text-align: center;
}
.place-map a, 
.place-map a:visited {
	display: inline-block;
	margin-top: 20px;
	padding: 0.25em 0.8em;
	text-decoration: none;
	color: rgba(198, 156, 109, 1.0);
	border: 2px solid rgba(198, 156, 109, 1.0);
	border-radius: 16px;
}
.place-map a:hover {
	opacity: 0.5;
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	.ev-suvcar {
		border-top: 12px solid var(--mainColor);
	}
	.lsf-read-txt {
		width: 100%;
	}
	.lsf-read-price {
		width: 100%;
		margin: 15px auto 0;
	}
	.lsf-read-txt table td span {
		display: block;
	}
	.lsf-res {
		width: 100%;
	}
	.lsf-res:not(:first-child) {
		margin-top: 30px;
	}
	.lsf-contens-2 {
		margin-top: 30px;
	}
	.place-info {
		width: 100%;
	}
	.place-map {
		width: 100%;
		margin-top: 15px;
	}

}
