.main-visual{
	background-color:#333;
	height:840px;
	position:relative;
    background:url('../img/main-visual.jpg') top left no-repeat;
    background-size:cover;
	}

.main-white{
	width:27%;
	min-width:450px;
    height:840px;
    background-size:cover;
    /*background:url('../img/main-white.jpg') top left repeat-y;*/
	padding:85px 0px;
}
.main-white h1 {
	width:90%;
	max-width:259px;
	margin:0 auto;
}
.main-white .main-catch {
	width:90%;
	max-width:370px;
	margin:145px auto 0;
}
.main-white h1 img,
.main-white .main-catch img {
	width:100%;
}
.main-tel {
	width:200px;
	height:200px;
	margin:105px auto 0;
	background:url('../img/main-tel.png') top left no-repeat;
	text-align:center;
	position:relative;
}
a.main-tellink {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 105px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
@media (min-width:768px) {
	a.main-tellink {
		pointer-events: none;
	}
}
.slabo { font-family: 'Slabo 13px', serif !important; }
.yrsa { font-family: 'Yrsa', serif !important; }
.font-px-30 { font-size:30px; }

.br1200 { display:none; }
@media (min-width:1200px) and (max-width:1500px){
	.main-white {
		min-width:300px;
	}
}
@media (min-width:768px) and (max-width:1200px){
	.br1200 { display:inline;}
}

.block-factory {
    width:100%;
    padding-top:115px;
}


.block-factory .image-factory {
    width:100%;
    max-width:1668px;
	height:686px;
    background:url('../img/factory.jpg') center center no-repeat;
    background-size:cover;
	position:relative;
}

.block-factory .toptext-factory,
.block-maintenance .toptext-maintenance,
.block-warranty .toptext-warranty,
.block-usedcar .toptext-usedcar {
	position: absolute;
	background-color: #fff;
}

.block-factory .toptext-factory {
	width:50%;
	top:-100px;
	left:0;
	right:0;
	margin: 0 auto;
	padding:50px 0px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.content-wrap h2 p,
.block-blog h2 p {
	font-family: 'Slabo 13px', serif;
	margin-left:30px;
	padding-left:40px;
	background:url('../img/h2-section.png') top left no-repeat;
	padding-top:3px;
	font-weight:900;
}

h2 p span.bbr2 {
	border-bottom: 2px solid #fb432d;
}
h2 p img.sectionmark {
	display:none;
}
.content-wrap .blocktext {
	text-align:center;
}

.block-factory .toptext-factory h2.factory {
	width:40%;
	margin:0 auto;
	height:138px;
	padding-top:50px;
	padding-left:114px;
	background:url('../img/h2-factory.png') top left no-repeat;
}
.block-factory .toptext-factory h2.factory p {
	font-size:24px;
}
.block-factory .toptext-factory h2.factory p span {
	padding: 0px 0px 8px;
}
.block-factory .toptext-factory h3 {
	text-align:center;
	font-size:20px;
	padding:45px 0px 35px;
}

@media (min-width:768px) and (max-width:1200px){
	.block-factory .toptext-factory h3 { line-height:1.5em; }
	.block-factory .toptext-factory h3,
	.block-factory .toptext-factory p.text-center {
		padding-left:20px;
		padding-right:20px;
	}
	.content-wrap .blocktext {
		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}
}


.block-maintenance {
	width: 100%;
	margin-top:115px;
	position:relative;
}
.block-maintenance .image-maintenance {
	width:100%;
	max-width:1668px;
	margin:0 auto;
	height:610px;
	background:url('../img/maintenance.jpg') top right no-repeat;
	background-size:contain;
}
.block-maintenance .toptext-maintenance {
	width:580px;
	top:60px;
	left:11%;
	margin: 0 auto;
	padding:60px 0px 50px;
}
.block-maintenance .toptext-maintenance h2.maintenance {
	width:70%;
	margin:0 auto;
	height:106px;
	padding-top:30px;
	padding-left:114px;
	background:url('../img/h2-maintenance.png') top left no-repeat;
}
.block-maintenance .toptext-maintenance h2.maintenance p {
	font-size:21px;
}
.block-maintenance .toptext-maintenance h2.maintenance p span {
	padding: 0px 0px 12px;
}
.block-maintenance .toptext-maintenance h3 {
	text-align:center;
	font-size:20px;
	padding:40px 0px 15px;
}
.block-maintenance .toptext-maintenance .inner-text {
	padding-left:24%;
	padding-right:12%;
}
.block-maintenance .toptext-maintenance .inner-text a {
	display:block;
	border:2px solid #000;
	padding:7px 20px 5px;
	margin-top:35px;
	width:60%;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.block-maintenance .toptext-maintenance .inner-text a:hover {
	background-color:#eee;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width:1200px) and (max-width:1500px){
	.block-maintenance .toptext-maintenance {
		left:5%;
	}
}
@media (min-width:768px) and (max-width:1200px){
	.block-maintenance .toptext-maintenance {
		left:2%;
	}
}

.block-flat7 {
	width:100%;
	padding: 90px 0px 70px;
	background-color: #FFFFFF;
	margin-top:140px;
}
.block-flat7 .image-flat7 {
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.block-flat7 .image-flat7 h3 {
	text-align:center;
	font-size:20px;
	padding:40px 0px 35px;
}
.block-flat7 .image-flat7 .inner-text {
	width: 70%;
	margin: 45px auto 0px;
}
.block-flat7 .image-flat7 .imageflat7 img {
	width:100%;
}

.block-warranty {
	width: 100%;
	margin-top:115px;
	position:relative;
}
.block-warranty .image-warranty {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	height:580px;
	background:url('../img/warranty.jpg') top left no-repeat;
	background-size:contain;
}
.block-warranty .toptext-warranty {
	width:480px;
	top:60px;
	right:11%;
	margin: 0 auto;
	padding:60px 0px 50px;
}
.block-warranty .toptext-warranty h2.warranty {
	width:85%;
	margin:0 auto;
	height:106px;
	padding-top:15px;
	padding-left:100px;
	background:url('../img/h2-warranty.png') top left no-repeat;
}
.block-warranty .toptext-warranty h2.warranty p {
	font-size:21px;
}
.block-warranty .toptext-warranty h2.warranty p span {
	padding: 0px 0px 8px;
}
.block-warranty .toptext-warranty h3 {
	width:78%;
	margin:0 auto;
	font-size:20px;
	padding:15px 0px 15px;
}
.block-warranty .toptext-warranty .inner-text {
	padding-left:10%;
	padding-right:14%;
}
.block-warranty .toptext-warranty .inner-text a {
	display:block;
	border:2px solid #000;
	padding:7px 20px 5px;
	margin-top:35px;
	width:60%;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.block-warranty .toptext-warranty .inner-text a:hover {
	background-color:#eee;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width:1200px) and (max-width:1500px){
	.block-warranty .toptext-warranty {
		right:5%;
	}
}
@media (min-width:768px) and (max-width:1200px){
	.block-warranty .toptext-warranty {
		right:2%;
	}
}


.block-usedcar {
	width: 100%;
	margin-top:115px;
	position:relative;
}
.block-usedcar .image-usedcar {
	width:100%;
	max-width:1450px;
	margin:0 auto;
	height:585px;
	background:url('../img/usedcar.jpg') top right no-repeat;
	background-size:contain;
}
.block-usedcar .toptext-usedcar {
	width:480px;
	top:60px;
	left:12%;
	margin: 0 auto;
	padding:60px 0px 50px;
}
.block-usedcar .toptext-usedcar h2.usedcar {
	width:80%;
	margin:0 auto;
	height:106px;
	padding-top:25px;
	padding-left:100px;
	background:url('../img/h2-usedcar.png') top left no-repeat;
}
.block-usedcar .toptext-usedcar h2.usedcar p {
	font-size:21px;
}
.block-usedcar .toptext-usedcar h2.usedcar p span {
	padding: 0px 0px 8px;
}
.block-usedcar .toptext-usedcar h3 {
	width:78%;
	margin:0 auto;
	font-size:20px;
	padding:15px 0px 15px;
}
.block-usedcar .toptext-usedcar .inner-text {
	padding-left:10%;
	padding-right:14%;
}
.block-usedcar .toptext-usedcar .inner-text a {
	display:block;
	border:2px solid #000;
	padding:7px 20px 5px;
	margin-top:35px;
	width:60%;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.block-usedcar .toptext-usedcar .inner-text a:hover {
	background-color:#eee;
	-webkit-transition: all 0.3s;
	-webkit-transition: -webkit-all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

@media (min-width:1200px) and (max-width:1500px){
	.block-usedcar .toptext-usedcar {
		left:5%;
	}
}
@media (min-width:768px) and (max-width:1200px){
	.block-usedcar .toptext-usedcar {
		left:2%;
	}
}

section.block-blog {
	width:100%;
	background-color:#ffff;
	margin-top:125px;
	padding:75px 0px 90px;
}

section.block-blog .image-blog {
	width:1100px;
	margin:0 auto;
}
section.block-blog .image-blog h2.blog {
	margin:0;
	height:73px;
	padding-top:20px;
	padding-left:100px;
	background:url('../img/h2-blog.png') top left no-repeat;
}
@media (min-width:768px) and (max-width:1070px){
	section.block-blog .image-blog h2.blog { margin-left: 25px; }
}
section.block-blog .image-blog h2.blog p {
	font-size:21px;
}
section.block-blog .image-blog h2.blog p span {
	padding: 0px 0px 8px;
}
section.block-blog .image-blog ul.bloglist-top {
	width: 100%;
	max-width:1070px;
	margin:30px auto 0;
}
@media (min-width:768px) and (max-width:1070px){
	section.block-blog .image-blog ul.bloglist-top {
		width:80%;
	}
}
section.block-blog .image-blog ul.bloglist-top li {
	float:left;
	/*margin-right:55px;
	padding-left:0;
	padding-right:0;*/
}
section.block-blog .image-blog ul.bloglist-top li:last-child {
	/*margin-right:0;*/
}
section.block-blog .image-blog ul.bloglist-top li p.blog-image {
	min-width:320px;
	min-height:240px;
	margin-bottom:10px;
}
section.block-blog .image-blog ul.bloglist-top li p.blog-image img { width:100%; }
@media (min-width:768px) and (max-width:1070px){
	section.block-blog .image-blog ul.bloglist-top li { margin-bottom:15px; }
	section.block-blog .image-blog ul.bloglist-top li p.blog-image,
	section.block-blog .image-blog ul.bloglist-top li p.blog-date,
	section.block-blog .image-blog ul.bloglist-top li p.blog-text {
		text-align:center;
	}
}
.block-map {
	width:100%;
}
#map {
	height:550px;
}




/* ///////////////////////////////////////////////////////////////////

ストック

/////////////////////////////////////////////////////////////////// */


.stock-area .content-box{
	padding:0 32px 0 0;
	}

.stock-list {
	    margin-left: 131px;
    position: relative;
	padding: 24px 0 0 0;
}

.stock-list .item {
	width:50%;
	display:inline-block;
}

.stock-list .item:first-child{
	border-right:1px solid #ccc;
	}

.stock-list .item .img {
	width:170px;
	float:left;
}

.stock-list .item .img .circle{
	height:140px;
	width:140px;
	border-radius:50%;
	background-color:#333;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.stock-list .item .img .new {
	position:absolute;
	right:10px;
	top:0;
	color:#d80c2f;
	font-size:32px;
	-moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
	
	
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

.stock-list .item .info {
	margin-left:180px;
	font-size:12px;
	padding:33px 10px 0 0;
}

.stock-list .item .info .name {
	font-weight:bold;

}

.stock-list .item .info .grade {
}

.stock-list .item .info .grade br {
}


