@charset "UTF-8";


/*========================================

  エネリアショールーム静岡

========================================*/
/* #sec001 */
#sec001 {
	padding-top: 220px;
}


#sec001 .visual span img {
	border-radius: 30px;
	width: 800px;
}

#sec001 .visual h1 {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	font-size: 38px;
	font-weight: 600;
	border-radius: 20px;
	background-color: #fff;
	padding: 35px 1.5em;
	margin-top: -70px;
}

#sec001 .visual h1 strong {
	display: block;
	color: #4a77e3;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
}

#sec001 .flex_box {
	flex-wrap: wrap;
}

#sec001 .flex_box .item {
	position: relative;
	width: 580px;
	border-radius: 15px;
	background-color: #fff;
	margin-top: 40px;
	padding: 15px;
}

#sec001 .flex_box .item span {
	display: block;
}

#sec001 .flex_box .item span img {
	border-radius: 15px;
}

#sec001 .flex_box .item h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: .7em;
}

#sec001 .flex_box .item .lovot {
	position: absolute;
	right: -60px;
	bottom: -30px;
	width: 200px;
}


#sec001 .box2 {
	margin-top: 80px;
}

#sec001 .box2 dl {
	display: flex;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#sec001 .box2 dl dt,
#sec001 .box2 dl dd {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	padding: 1.4em 0;
}

#sec001 .box2 dl dt {
	width: 150px;
	color: #fff;
	border-radius: 40px 0 0 40px;
	background-color: #4a77e3;
}

#sec001 .box2 dl dd {
	width: 1050px;
	text-align: left;
	border-radius: 0 40px 40px 0;
	background-color: #fff;
	padding-left: 1em;
}

#sec001 .box2 dl dd a {
	color: #4a77e3;
	text-decoration: underline;
	margin-left: 1em;
}

#sec001 .box2 dl dd a::after {
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-left: .3em;
}

#sec001 .box3 {
	border-radius: 15px;
	background-color: #fff;
	margin-top: 80px;
	padding: 15px;
}

#sec001 .box3 .map iframe {
	border-radius: 10px;
}

#sec001 .box3 .txt {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

#sec001 .box3 .txt strong {
	display: block;
	font-size: 22px;
	font-weight: 500;
	margin-top: .7em;
}

#sec001 .box3 .txt dl {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#sec001 .box3 .txt dl dt {
	width: 120px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: #faf5d8;
	padding: .4em 0;
}

#sec001 .box3 .txt dl dd {
	font-size: 20px;
	font-weight: 500;
	padding-left: 1em;
}

#sec001 .box4 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

#sec001 .box_tel ul {
	margin-top: 20px;
}

#sec001 .box4 ul li {
	list-style: none;
	margin-top: 60px;
}

#sec001 .box4 ul li.i01 {}

#sec001 .box4 ul li.i01,
#sec001 .box4 ul li.i02,
#sec001 .box4 ul li.i03 {
	width: 380px;
}

#sec001 .box4 ul li.i04 {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#sec001 .box4 ul li a {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 1em 0;
	letter-spacing: 5px;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	#sec001 .box_tel a {
		pointer-events: none;
	}
}


#sec001 .box4 ul li a:hover {
	opacity: .7;
	transition: .3s;
}

#sec001 .box4 ul li.i01 a::before,
#sec001 .box4 ul li.i02 a::before {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-size: 50px;
	font-weight: 900;
	margin-right: .3em;
}

#sec001 .box4 ul li.i03 a::before {
	content: "\f274";
	font-family: "Font Awesome 6 Free";
	font-size: 50px;
	font-weight: 400;
	margin-right: .3em;
}

#sec001 .box4 ul li.i04 a span::before {
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-size: 50px;
	font-weight: 900;
	margin-right: .3em;
}

#sec001 .box4 ul li a span {
	font-size: 46px;
}

#sec001 .box4 ul li.i01 a {
	background-color: #ff6e96;
}

#sec001 .box4 ul li.i02 a {
	background-color: #84c642;
}

#sec001 .box4 ul li.i03 a {
	background-color: #ff8a49;
}

#sec001 .box4 ul li.i04 a {
	background-color: #4a77e3;
}

#sec001 .showroom {
	margin-top: 120px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 20vw;
	}

	#sec001 .visual span img {
		border-radius: 5vw;
		width: 100%;
	}

	#sec001 .visual h1 {
		margin: 0 auto;
		font-size: 4.5vw;
		border-radius: 3vw;
		padding: 4vw 1.5em;
		margin-top: -6vw;
	}

	#sec001 .visual h1 strong {
		font-size: 4vw;
	}

	#sec001 .flex_box .item {
		width: 90%;
		margin: 0 auto;
		border-radius: 3vw;
		margin-top: 5vw;
		padding: 2vw;
	}

	#sec001 .flex_box .item span img {
		border-radius: 2vw;
	}

	#sec001 .flex_box .item h2 {
		font-size: 4vw;
	}

	#sec001 .flex_box .item .lovot {
		right: -10vw;
		bottom: -5vw;
		width: 35vw;
	}


	#sec001 .box2 {
		margin-top: 10vw;
	}

	#sec001 .box2 dl {
		margin-top: 2vw;
	}

	#sec001 .box2 dl dt,
	#sec001 .box2 dl dd {
		font-size: 3.4vw;
		line-height: 1.5em;
		padding: 1.2em 0;
	}

	#sec001 .box2 dl dt {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 3vw 0 0 3vw;
	}

	#sec001 .box2 dl dd {
		width: 75%;
		border-radius: 0 3vw 3vw 0;
		padding-left: 1em;
	}

	#sec001 .box2 dl dd a {
		margin-left: 0;
	}

	#sec001 .box3 {
		border-radius: 3vw;
		margin-top: 10vw;
		padding: 2vw;
	}

	#sec001 .box3 .map {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}

	#sec001 .box3 .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 2vw;
	}

	#sec001 .box3 .txt {
		padding-left: 2vw;
		padding-bottom: 3vw;
	}

	#sec001 .box3 .txt strong {
		font-size: 4vw;
	}

	#sec001 .box3 .txt dl {
		margin-top: 2vw;
		align-items: stretch;
	}

	#sec001 .box3 .txt dl dt {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25%;
		font-size: 3.6vw;
		padding: .2em 0;
	}

	#sec001 .box3 .txt dl dd {
		width: 75%;
		font-size: 3.4vw;
		padding: .2em 0;
		padding-left: 1em;
	}

	#sec001 .box4 ul {
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 10vw;
	}

	#sec001 .box_tel ul {
		margin-top: 5vw;
	}

	#sec001 .box4 ul li {
		margin-top: 5vw;
	}

	#sec001 .box4 ul li.i01 {
		margin-right: 0;
	}

	#sec001 .box4 ul li.i01,
	#sec001 .box4 ul li.i02,
	#sec001 .box4 ul li.i03 {
		width: 100%;
	}

	#sec001 .box4 ul li.i04 {
		width: 100%;
	}

	#sec001 .box4 ul li a {
		font-size: 5vw;
		line-height: normal;
		letter-spacing: 3px;
		border-radius: 3vw;
		padding: 1.2em 0;
	}

	#sec001 .box4 ul li.i01 a::before,
	#sec001 .box4 ul li.i02 a::before {
		content: "\f002";
		font-family: "Font Awesome 6 Free";
		font-size: 6vw;
		font-weight: 900;
		margin-right: .3em;
	}

	#sec001 .box4 ul li.i03 a::before {
		content: "\f274";
		font-size: 6vw;
		font-weight: 400;
		margin-right: .3em;
	}

	#sec001 .box4 ul li.i04 a span::before {
		content: "\f095";
		font-family: "Font Awesome 6 Free";
		font-size: 6vw;
		font-weight: 900;
		margin-right: .3em;
	}

	#sec001 .box4 ul li a span {
		font-size: 7vw;
	}

	#sec001 .showroom {
		margin-top: 10vw;
	}
}