@charset "UTF-8";


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

  ショールーム紹介

========================================*/
#com_pagetop_a .ttl_box h1 {
	width: 500px;
	margin: 0 auto;
	letter-spacing: 3px;
	background-color: #4a77e3;
}

@media screen and (max-width: 767px) {
	#com_pagetop_a .ttl_box h1 {
		width: 55vw;
		margin: 0 auto;
	}
}



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

#sec001 .copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
}

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

#sec001 .flex_box .item {
	width: 560px;
	text-align: left;
	margin-top: 70px;
}

#sec001 .flex_box .item span {
	display: block;
	border-radius: 15px;
	border: 15px solid #fff;
}

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

#sec001 .flex_box .item h2 {
	font-size: 32px;
	font-weight: 600;
	border-left: 5px solid #4a77e3;
	margin-top: .5em;
	padding-left: .5em;
}

#sec001 .flex_box .item p {
	font-size: 15px;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
}

#sec001 .flex_box .item p a {
	color: #4a77e3;
	text-decoration: underline;
}

#sec001 .box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 343px;
	margin-top: 70px;
}

#sec001 .box2 .photo {
	width: 600px;
}

#sec001 .box2 .photo img {
	border-radius: 15px 0 0 15px;
}

#sec001 .box2 .txt {
	display: flex;
	align-items: center;
	width: 600px;
	height: 343px;
	text-align: left;
	border-radius: 0 15px 15px 0;
	background-color: #fff;
	padding: 0 50px;
}

#sec001 .box2 .txt strong {
	font-size: 32px;
	font-weight: 600;
}

#sec001 .box2 .txt p {
	font-size: 15px;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
}

#sec001 .box2 .txt p a {
	color: #4a77e3;
	text-decoration: underline;
}

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

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

	#sec001 .copy {
		font-size: 3.6vw;
		line-height: 1.7em;
	}

	#sec001 .flex_box .item {
		width: 100%;
		margin-top: 10vw;
	}

	#sec001 .flex_box .item span {
		border-radius: 3vw;
		border: 10px solid #fff;
	}

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

	#sec001 .flex_box .item h2 {
		font-size: 5vw;
		margin: 0 2vw;
		margin-top: .7em;
	}

	#sec001 .flex_box .item p {
		font-size: 3.4vw;
		margin: 0 2vw;
		margin-top: .7em;
	}

	#sec001 .box2 {
		flex-direction: column;
		height: auto;
		margin-top: 10vw;
	}

	#sec001 .box2 .photo {
		width: 100%;
	}

	#sec001 .box2 .photo img {
		border-radius: 3vw 3vw 0 0;
	}

	#sec001 .box2 .txt {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 0 0 3vw 3vw;
		padding: 5vw 5vw;
	}

	#sec001 .box2 .txt strong {
		display: block;
		font-size: 5.5vw;
		text-align: center;
	}

	#sec001 .box2 .txt p {
		font-size: 3.2vw;
		margin-top: 1em;
	}

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