@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .eye_img{
	background-image: url(../img/showroom/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/showroom/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 65px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		padding: 40px 0 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 28px;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text01{
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 64px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((25/1000)*1em);
	color: #3E3E3E;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text02{
		margin: 0 0 60px;
		line-height: 28px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 55px;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text03{
		margin: 0 0 36px;
		font-size: 20px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		align-items: stretch;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04{
	width: calc((100% - 36px * 4) / 5 );
	height: 140px;
	padding: 0 0 45px;
	margin: 0 0 0 36px;
	font-size: 18px;
	line-height: 28px;
	background-color: #F4F4F4;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04{
		width: calc((100% - 12px * 1) / 2 );
		height: 110px;
		padding: 0 0 35px;
		margin: 28px 12px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(1){
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04::before{
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	display: block;
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(1)::before{
	width: 49px;
	height: 59px;
	background-image: url(../img/showroom/icon/item01.png);
	top: -20px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(1)::before{
		width: 36px;
		height: 44px;
		top: -5px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(2)::before{
	width: 41px;
	height: 48px;
	background-image: url(../img/showroom/icon/item02.png);
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(2)::before{
		width: 31px;
		height: 36px;
		top: -8px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(3)::before{
	width: 49px;
	height: 47px;
	background-image: url(../img/showroom/icon/item03.png);
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(3)::before{
		width: 37px;
		height: 35px;
		top: -8px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(4)::before{
	width: 47px;
	height: 45px;
	background-image: url(../img/showroom/icon/item04.png);
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(4)::before{
		width: 35px;
		height: 33px;
		top: -7px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(5)::before{
	width: 43px;
	height: 49px;
	background-image: url(../img/showroom/icon/item05.png);
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04:nth-of-type(5)::before{
		width: 32px;
		height: 36px;
		top: -7px;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1180px;
	height: auto;
	padding: 85px 0 104px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 350px;
		padding: 50px 0;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: auto;
	height: auto;
	margin: 0 0 27px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		margin: 0 0 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text01{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	color: #625F5F;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text02{
		margin: 0 0 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text03{
		line-height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01{
	width: 100%;
	height: auto;
	padding: 21px 33px;
	margin: 52px 0 0;
	background-color: #F4F4F4;
	border-radius: 3px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01{
		padding: 20px;
		margin: 35px 0 0;
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01::before{
	content: '';
	width: 23px;
	height: 12px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #262261;
	display: block;
	position: absolute;
	top: -32px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01::before{
		top: -24px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01:nth-of-type(1)::before{
	display: none;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01{
	width: 352px;
	height: auto;
	margin: 0;
	font-size: 28px;
	line-height: 38px;
	color: #262261;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01{
		width: auto;
		height: auto;
		margin: 0 0 7px;
		font-size: 25px;
		line-height: 28px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01 span{
	width: auto;
	height: auto;
	margin: 0 0 0 14px;
	font-size: 20px;
	line-height: 38px;
	color: #262261;
	letter-spacing: calc((50/1000)*1em);
	display: inline;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01 span{
		margin: 0 0 0 10px;
		font-size: 18px;
		line-height: 28px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
/*.contents02ここまで*/