/* 
■■■■ showroom ■■■■
*/


/* ---mv---*/
.mv	{
	display: flex;
	margin-top: 185px;
	height: 510px;
}
.mv	.leftSide {
	max-width: 1100px;
	width: 57.3%;
	height: 510px;
	background: url(../img/showroom/mv.jpg) right center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.mv	.rightSide {
	width: 42.7%;
	height: 510px;
	background: url(../img/showroom/mv02.png) left center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.mv	.rightSide h2 {
	margin: 60px 0 0 -40px;
}
.mv	.txtArea {
	max-width: 430px;
	margin: 40px 0 0 50px;
}
.mv	.rightSide h3 {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.mv	.rightSide p {
	font-size: 14px;
}

/* ---sec01---*/
#sec01 {
	padding: 100px 0;
	background-color: #f9f9f9;
}
#sec01 .ttlArea {
	text-align: center;
	margin-bottom: 45px;
}
#sec01 .ttlArea h2 {
	margin-bottom: 10px;
}
#sec01 .itemArea {
	max-width: 1024px;
	margin: 0 auto;
	justify-content: space-between;
}
#sec01 .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 270px;
	height: 170px;
	border: 1px #b6b6b6 solid;
	background-color: #fff;
	position: relative;
}
#sec01 .item:after {
	content: "";
	width: 70px;
	height: 1px;
	background-color: #b6b6b6;
	position: absolute;
	top: 50%; right: -88px;
}
#sec01 .item:last-child:after {
	display: none;
}
#sec01 .item .ico {
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	background-color: #000;
	border-radius: 10px;
	position: absolute;
	top: -5px; left: -5px;
}
#sec01 .item .txt {
	font-size: 18px;
	margin-top: 15px;
}

/* ---sec02---*/
#sec02 {
	background:linear-gradient(90deg,#fff 0%,#fff 69%,#f9f9f9 70%,#f9f9f9 100%);
}
#sec02 .inner {
	padding: 60px 0;
}
#sec02 .itemArea {
	max-width: 1114px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
#sec02 .itemArea:last-child {
	margin-bottom: 0;
}
#sec02 .txtArea {
	max-width: 500px;
}
#sec02 .txtArea h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
#sec02 .imgArea {
	max-width: 540px;
	position: relative;
	margin: 0;
}
#sec02 .imgArea figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}


/* ---sec03---*/
#sec03 {
	padding: 80px 0;
	background-color: #f9f9f9;
}
#sec03 .inner {
	max-width: 1200px;
}
#sec03 .ttlArea {
	text-align: center;
	margin-bottom: 45px;
}
#sec03 .ttlArea h2 {
	margin-bottom: 10px;
}
#sec03 .imgArea {
	height: 1040px;
	background: url("../img/showroom/bg_sec03.png") 0 0 no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#sec03 .item {
	width: 320px;
	height: 320px;
	border: 1px #b6b6b6 solid;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sec03 .item h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
#sec03 .item p {
	font-size: 14px;
	padding: 0 40px;
	max-width: 280px;
}


/* ---sec04---*/
#sec04 {
	padding: 70px 0;
}
#sec04 .itemArea {
	max-width: 1200px;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 50px 90px 40px 85px;
	border: 1px #191919 solid;
	box-sizing: border-box;
}
#sec04 .txtArea {
	max-width: 430px;
}
#sec04 .txtArea h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
#sec04 .txtArea .box {
	width: 230px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	border: 1px #000 solid;
	margin-bottom: 15px;
}
#sec04 .imgArea {
	max-width: 540px;
	padding-top: 20px;
}




/* ---access_area---*/
.access_area {
	height: 580px;
	background: url("../img/showroom/bg_access.jpg") 0 0 no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 70px;
}
.access_area .ttlArea {
	text-align: center;
	margin-bottom: 45px;
}
.access_area .ttlArea h2 {
	margin-bottom: 10px;
}
.access_area .itemArea {
	max-width: 1024px;
	justify-content: space-between;
}
.access_area .txtArea {
	max-width: 510px;
	width: calc(100% - 45px);
	margin-left: 45px;
}
.access_area .txtArea .txt {
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px #000 solid;
}
.access_area .txtArea dl {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.access_area .txtArea dl dt {
	width: 80px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border: 1px #000 solid;
	margin-bottom: 20px;
}
.access_area .txtArea dl dd {
	max-width: 400px;
	width: calc(100% - 110px);
	font-size: 14px;
	padding-left: 20px;
	margin: 0 0 20px;
}
.access_area .txtArea .itemArea {
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 10px;
}
.access_area .txtArea .map {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 130px;
	height: 25px;
	line-height: 25px;
	background-color: #828282;
	text-decoration: none;
	margin-left: 15px;
}






@media screen and (max-width: 1140px){
	.access_area .itemArea {
		justify-content: center;
	}
}

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

	/* ---mv---*/
	.mv	{
		display: block;
		margin-top: 50px;
		height: auto;
	}
	.mv	.leftSide {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 200px;
		background: url(../img/showroom/mv_sp.jpg) center center no-repeat;
		background-size: cover;
		box-sizing: border-box;
	}
	.mv	.leftSide h2 {
		max-width: 235px;
		margin: 10px 15px 0 0;
	}
	.mv	.rightSide {
		width: 100%;
		height: auto;
		background: none;
		background-color: #e5e5e5;
		padding: 30px 0;
	}
	.mv	.txtArea {
		max-width: inherit;
	    width: calc(100% - 30px);
	    margin: 0 auto;
	}
	.mv	.rightSide h3 {
		font-size: 23px;
		text-align: center;
		margin-bottom: 10px;
	}


	/* ---sec01---*/
	#sec01 {
		padding: 35px 0;
		background-color: #f9f9f9;
	}
	#sec01 .ttlArea {
		margin-bottom: 15px;
	}
	#sec01 .ttlArea h2 {
		margin-bottom: 5px;
	}
	#sec01 .itemArea {
		margin: 0 auto;
		display: block;
	}
	#sec01 .item {
		max-width: 400px;
		width: 100%;
		height: 170px;
		margin: 0 auto 25px;
	}
	#sec01 .item:last-child {
		margin: 0 auto;
	}
	#sec01 .item:after {
		content: "";
		width: 1px;
		height: 10px;
		position: absolute;
		top: inherit;
		bottom: -18px; right: 50%;
	}

	/* ---sec02---*/
	#sec02 {
		background:linear-gradient(90deg,#fff 0%,#fff 69%,#fff 70%,#fff 100%);
	}
	#sec02 .inner {
		padding: 35px 0;
	}
	#sec02 .itemArea {
		display: block;
		max-width: 500px;
		margin: 0 auto 30px;
	}
	#sec02 .txtArea {
		max-width: 500px;
		margin-bottom: 20px;
	}
	#sec02 .txtArea h3 {
		font-size: 19px;
		text-align: center;
		margin-bottom: 5px;
	}
	#sec02 .imgArea {
		max-width: 540px;
		position: relative;
		margin: 0;
	}
	#sec02 .imgArea figcaption {
		font-size: 12px;
		height: 50px;
		padding-left: 10px;
	}

	/* ---sec03---*/
	#sec03 {
		padding: 35px 0;
	}
	#sec03 .ttlArea {
		margin-bottom: 20px;
	}
	#sec03 .ttlArea h2 {
		margin-bottom: 5px;
	}
	#sec03 .imgArea {
		height: auto;
		background: inherit;
	}
	#sec03 .item {
		width: 100%;
		height: auto;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	#sec03 .item h3 {
		font-size: 19px;
		margin-bottom: 5px;
	}
	#sec03 .item p {
		max-width: inherit;
		padding: 0 20px;
	}
	
	/* ---sec04---*/
	#sec04 {
		padding: 35px 0;
	}
	#sec04 .itemArea {
		padding: 20px 30px;
	}
	#sec04 .txtArea {
		margin: 0 auto;
	}
	#sec04 .txtArea h3 {
		font-size: 19px;
		text-align: center;
		margin: 15px 0 5px;
	}
	#sec04 .txtArea .box {
		width: 190px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		margin: 0 auto 15px;
	}

	/* ---access_area---*/
	.access_area {
		height: auto;
		background: inherit;
		background-color: #dbd9d5;
		padding: 35px 0;
	}
	.access_area .ttlArea {
		margin-bottom: 10px;
	}
	.access_area .ttlArea h2 {
		font-size: 19px;
		margin-bottom: 0;
	}
	.access_area .itemArea {
		display: block;
		max-width: 470px;
		margin: 0 auto;
	}
	.access_area .txtArea {
	    width: 100%;
	    margin: 0;
	}
	.access_area .txtArea .txt {
		border-bottom: none;
	}
	.access_area .txtArea dl {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}
	.access_area .txtArea dl dt {
		width: 55px;
		height: 17px;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.access_area .txtArea dl dd {
		max-width: inherit;
		width: calc(100% - 70px);
		font-size: 12px;
		padding-left: 10px;
		margin: 0 0 10px;
	}
	.access_area .txtArea .itemArea {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.access_area .txtArea .map {
		float: right;
		font-size: 15px;
		width: 170px;
		height: 30px;
		line-height: 30px;
		margin: 5px 0 0;
	}

}


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

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

@media screen and (max-width: 320px){
	.mv	.rightSide h3 {
		font-size: 21px;
	}
	.ttlArea h2 {
		font-size: 20px;
	}
}