@charset "UTF-8";
/*
Theme Name: yamashita_showroom
Author: LeadDesign
Description: All
*/
.showroom_main .sr_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.showroom_main .sr_container .sr_l {
	width: calc(60% - 10px);
}
.showroom_main .sr_container .sr_r {
	width: 40%;
}
.showroom_main .sr_container .sr_l h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.showroom_main .sr_container .sr_l h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.showroom_main .sr_container .sr_l p {
	font-size: 15px;
	line-height: 2;
}
.showroom_main .sr_container .sr_r img {
	width: 100%;
	margin: 0 auto;
}
.showroom_main dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 15px;
	padding: 0 0 25px 0;
}
.showroom_main dl dt {
	width: 150px;
	padding: 5px 0 5px 33px;
	position:relative;
	font-weight: 600;
}
.showroom_main dl dt:before {
	position:absolute;
	top: 6px;
	left:0;
	content:"";
	display:inline-block;
	width: 25px;
	height: 25px;
    background:url(./img/leaf_block.svg) no-repeat;
	background-size:contain;
}
.showroom_main dl dd {
	width: calc(100% - 150px);
	padding: 5px 0;
}
.showroom_main dl dd .sp_only {
	display: none;
}
.showroom_main .sr_title {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.showroom_main .sr_title span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.showroom_main ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.showroom_main ul li {
	width: calc(50% - 10px);
	border: 1px solid #313131;
}
.showroom_main ul li .sr_nav {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.showroom_main ul li .sr_nav .sr_nav_l {
	width: 50%;
}
.showroom_main ul li .sr_nav .sr_nav_l img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.showroom_main ul li .sr_nav .sr_nav_r {
	width: 50%;
	padding: 0 20px;
}
.showroom_main ul li .sr_nav .sr_nav_r h5 {
	font-size: 15px;
	padding: 0 0 15px 0;
}
.showroom_main ul li .sr_nav .sr_nav_r p {
	font-size: 13px;
	padding: 0 0 20px 0;
}
.showroom_main ul li .sr_nav .sr_nav_r a {
	margin: 0 auto;
	width: 80%;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.showroom_main ul li .sr_nav .sr_nav_r a:after {
	content: ">";
	padding: 0 0 0 10px;
}
.other_showroom {
	position: fixed;
	bottom: 200px;
	right: 20px;
	z-index: 2;
}
.other_showroom h3 {
	text-align: center;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.other_showroom ul li {
	margin: 0 auto 15px auto;
}
.other_showroom ul li:last-child {
	margin: 0 auto 0 auto;
}
.other_showroom ul li a {
	display: block;
	opacity: 0.7;
	transition: .6s;
}
.other_showroom ul li a:hover {
	opacity: 1;
	transition: .6s;
}
.other_showroom ul li a img {
	border: solid 2px #80af3e;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.other_showroom ul li a p {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}
@media screen and (max-width:750px) {
	.showroom_main .sr_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.showroom_main .sr_container .sr_l {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.showroom_main .sr_container .sr_r {
		width: 100%;
	}
	.showroom_main .sr_container .sr_l h4 {
		font-size:  15px;
	}
	.showroom_main .sr_container .sr_l p {
		font-size: 13px;
	}
	.showroom_main dl {
		padding: 0 0 5px 0;
	}
	.showroom_main dl dt {
		width: 100%;
	}
	.showroom_main dl dd {
		font-size: 13px;
		width: 100%;
		padding: 5px 0;
	}
	.showroom_main dl dd .sp_only {
		display: inline-block;
		margin: 0 0 0 10px;
		background-color: #313131;
		padding: 0 10px;
		color: #fff;
		font-weight: 100;
		border: 1px solid #313131;
	}
	.showroom_main dl dd .sp_only:hover,
	.showroom_main dl dd .sp_only:active {
		background-color: #fff;
		color: #313131;
		transition: .6s;
	}
	.showroom_main ul {
		flex-wrap: wrap;
		padding: 0 0 10px 0;
	}
	.showroom_main ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.showroom_main ul li .sr_nav {
		flex-wrap: wrap;
	}
	.showroom_main ul li .sr_nav .sr_nav_l {
		width: 100%;
	}
	.showroom_main ul li .sr_nav .sr_nav_r {
		width: 100%;
		padding: 20px 20px;
	}
	.showroom_main ul li .sr_nav .sr_nav_r h5 {
		text-align: center;
	}
	.showroom_main ul li .sr_nav .sr_nav_r p {
		text-align: center;
	}
	.showroom_main ul li .sr_nav .sr_nav_r a {
		width: 160px;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.showroom_main ul li .sr_nav .sr_nav_r a:after {
		padding: 0 0 0 8px;
	}
	.other_showroom {
		position: static;
		bottom: auto;
		right: auto;
		z-index: 1;
	}
	.other_showroom h3 {
		font-size: 14px;
		margin: 20px 0 15px 0;
	}
	.other_showroom ul {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.other_showroom ul li {
		margin: 0 auto 0px auto;
	}
	.other_showroom ul li a:active {
		opacity: 1;
		transition: .6s;
	}
	.other_showroom ul li a img {
		width: 100px;
		height: 100px;
		margin: 0 auto 15px auto;;
	}
	.other_showroom ul li a p {
		font-weight: 400;
		font-size: 12px;
	}
}