@charset "UTF-8";
/* CSS Document */

.catalog-header {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

.catalog-header h1 {
	font-size: 4.0rem;
	color: black;
	letter-spacing: 0.05em;
	line-height: 1.413;
	text-align: left;
}
.h3-catalog {
	line-height: 1.3;
	margin-top: 0;
}
.sr_name {
	line-height: 1.5;
	margin-top: 1.5rem;
}

.h2-seriesgroupname{
	display:inline-block;
	width:100%;
	font-size:2rem;
	margin-top:2rem;
}
.showroom-cardface{
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	-moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	opacity:1;

}

.showroom-cardface:hover{
	opacity:0.5;
}
.showroom-header {
	font-size: 3.0rem;
	color: black;
	letter-spacing: 0.05em;
	line-height: 1.413;
	text-align: left;
	border-bottom: 2px solid #ccc;
}


.showroom-body{
	margin-top: 50px;
	line-height: 1.733;
}
.showroom-body h4{
	text-align: left;
	margin: 50px 0 35px !important;
	
}
.showroom-body h5 {
	padding-top: 15px!important;
	margin-left: -1rem;
}

.showroom-mv{
	margin:0 auto;
}

.showroom-img {
	margin-top: 50px!important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.showroom-img li{
	margin-bottom: 15px;
}
.showroom-img img{
	border-radius:5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	width: 100%;
	height: auto;
}

.spn-addr{
display:inline-block;
width:60%;
text-align:left;
float:left;
}

.spn-mapbtn{
display:inline-block;
width:38%;
text-align:right;
float:right;
}
@media screen and (max-width: 800px){ 
.spn-addr{
display:block;
width:auto;
}

.spn-mapbtn{
display:block;
width:auto;
padding-top:1rem;
}

}


.pdf-btn {
	padding: 0;
}

.gmap {
  width: 100%;
  min-height: 583px;
  z-index: 1;
  margin-top: 1px;
  margin-bottom: 100px;
}


.sr-3img {
	border-radius:5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	margin-bottom: 15px;
}



.showroom-productcard-container{

	width:90%;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;

//効いてない
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;// safari PC
  justify-content:space-between;


}

.showroom-productcard-wrapper{

	display:inline-block;

	width:15%;
	margin:1rem 1% 0 0;
	padding:10px 0 5px 0;
	border:1px solid #339;
	text-align:center;
	letter-spacing:0.15em;

}

.showroom-productcard{
	display:inline-block;
	background-color:#fff;
	padding: 0 10%;
}

.showroom-productcard a{

	display:inline-block;
	background-color:#fff;
//	height:120px; // height120px決めるとimg-responsive外した場合widthも120pxに
	margin:0 auto;
	width:100%;
	text-align:center;

}
.showroom-productcard-caption{ 
	display:inline-block;
	width:100%; 
	text-align:left; 
	padding:0 1rem 0 1rem; 
//	white-space: nowrap;
	overflow:hidden;
	min-height:5rem;
}

.showroom-productcard-caption time{ display:block; }
.showroom-productcard-caption a{ width:100%; text-align:left; }


.showroom-productcard-wrapper:last-child{ margin-right:0; }



@media screen and (max-width: 768px) {
	.showroom-productcard-wrapper{ width:30%; margin-right:2%; min-width:150px; }
//	.showroom-productcard a{ height:150px; }
	.showroom-productcard-caption{ padding:0 0.5rem 0 0.5rem; }
}

.showroom-productthumb{
	display:none;
	margin:0;
	background-color:#fff;

}



.table { }

.table th { width: 10%; min-width:12rem; }

.table td {
	width:auto;
	max-width:400px;  //IE hack
	overflow:hidden;
	
}

.table-noborder th,.table-noborder td {
	border: none !important;
	padding: 10px 0 !important;
}

.tbl-showroom-data{


}


/*** 複製 ***/
/* https://www.sidethree.co.jp/blog/4873/ */
.sr-card-container{

	position:relative;
	display:inline-block;
	text-align:left;
//	width:98%;
//	border:3px solid #8df; 
	overflow:hidden;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;

	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;

	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;

	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	align-items:stretch;
	align-content:flex-start;

}


.sr-card{
	width:12rem;

	display:inline-block;
	position:relative;
	border:1px solid #339;
	margin:1rem 1% 0 0;
	padding: 1rem 1rem 0 1rem;
	background-color:#fff;
	letter-spacing:0.15em;
	text-align:center;

}

.sr-card-caption{ 
	width:auto; 
	text-align:left; 
	padding: 1rem 0 1rem 0; 
}

.sr-card-caption time{ display:block; }
.sr-card-caption a{ width:100%; text-align:left; }

@media screen and (max-width: 768px) {
	.sr-card{   }
	.sr-card-caption{ padding:0 0.5rem 0 0.5rem; }
}

.sr-card-thumb{
	display:none;
	margin:0;
	background-color:#fff;
}

