/* 
 * ------- setup ---------------------
 */


/*===========================
top
===========================*/



/*----------------------------
header
-----------------------------*/

header .logo {
	z-index: 2;
	float: left;
	background-color: #FFF;
	background-image: url(../img/common/bg_silver_logo.png);
	background-position: center center;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}



header .logo {
	margin-left:2%;
}

/*ロゴ周りをpaddingで調整*/
header .logo img {
	padding:2px;
}

/*ロゴ背景色味調整*/
header .logo .white-control {
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
}

header .logo2 {
	margin-left:2%;
	padding:4px;
}


/*ロゴ背景を白地に変える

header .logo {
	background-image: none!important;
}

*/

/*ロゴ背景をシルバーに変える
header .logo {
	background-image: url(../img/common/bg_silver_logo.png)!important;
}
*/


 @media screen and (max-width: 768px) {

header .logo img {
	width:65px; /* pxで指定 */
	padding:8px;
}

}


/*----------------------------
visual-cut
-----------------------------*/
/* 自動車1 */

.vis1 .catch {
	text-align: left;
	margin-top: -30%;
	margin-left: 2%;
	font-size: 2.6vw;
	line-height: 1.4em;
	/* height: 14em;*/
	color: #fff;
	letter-spacing: 0em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	position: relative;
}


/* vis2、vis3、vis4の文字調整 */
.vis2 .catch {
	margin-left: 58%;
	font-size: 2.8vw;
}

.vis3 .catch {
	margin-left: 56%;
	font-size: 2.8vw;
}

.vis4 .catch {
	font-size: 2.6vw;
}

@media screen and (max-width: 768px) {
.vis1 .catch {
	margin-top: -22%;
	font-size: 3vw;
	margin-left: 4%;
	font-weight:bold;
	background:rgba(0,0,0,0.6);
	padding:5px;
	width:15em;
}
	
	.vis4 .catch {
	font-size: 3vw;
	margin: -40% 0 0 2%;
}

}

/*----------------------------
pickup1
-----------------------------*/

.pickup1 p {
	width: 75%;
}

@media screen and (max-width: 768px) {

.pickup1 p {
	width: 90%;
}
}



/*----------------------------
inner
-----------------------------*/

.inqset .inner, /* お問い合わせ */ .lower-bar .inner, /* NEWS 基本データ */ .pickupsecInner, /* ピックアップ2と3 */ footer .inner, /* フッター */ footer .add-banner .inner-add-banner /* バナー付フッター */{
	max-width:1200px!important;
	margin:0 auto;
}

/*
inquiry set　お問い合わせセット（※フォームリンクを消す場合は使う）

.inqset .inner .tel, .inqset .inner .form {
	float: none;
	text-align: center;
}

.inqset .inner .tel {
	margin-bottom: 0.8em;
}
.inqset .inner .tel .number {
	margin-left: 11px;
	line-height: 1.3em;
}
*/


/*----------------------------
news data
-----------------------------*/



.lower-bar .inner .news {
	width:42%; /* NEWS */
}



/* ↓こちらは基本変更の必要なし */
 @media screen and (max-width: 1023px) {
.lower-bar .inner .news {
 width:auto; /* NEWS */
}
.lower-bar .inner .company_data {
 width:auto; /* 基本データ */
}
}
/*===========================
secondary
===========================*/


/* 地図高さ */


#map_canvas {
	height:500px;
	margin-bottom:1em;
}
 @media screen and (max-width: 768px) {
#map_canvas {
 height:300px;
}
}


/* ビフォーアフター透かし */

.before,
.after,
.before2,
.after2
{
	position: relative;
}

.before::after,.before2::after {
	position: absolute;
	content:" ";
    display:inline-block;
    background:url(../img/common/watermark_before.png); 
	background-repeat: no-repeat;
    background-size:contain;
	z-index: 1;
}

.after::after,.after2::after {
	position: absolute;
	content:" ";
    display:inline-block;
    background:url(../img/common/watermark_after.png); 
	background-repeat: no-repeat;
    background-size:contain;
	z-index: 1;
}

/* ビフォーアフター透かしのサイズと位置 */

.before::after {
    width:26%;
    height:26%;
	bottom: 3%;
	left: 80%;
}

.after::after {
    width:26%;
    height:26%;
	bottom: 3%;
	left: 80%;
}
.before2::after {
    width:22%;
    height:22%;
	bottom:-3%;
	left: 77%;
}

.after2::after {
    width:22%;
    height:22%;
	bottom:-3%;
	left: 77%;
}

/*===========================
news
===========================*/
.news dl{
}

/* .news dt{
	float:left;
	width:20px;
}
.news dd{
	float:left;
	width:380px;
} */
@media only screen and (max-width: 768px) {
.news dt{
	float: none;
	width: auto;
}
.news dd{
	float: none;
	width: auto;
}

}

/*===========================
footer
===========================*/


/* バナー位置（1つか2つの場合はfloat:right） */

footer .add-banner .inner-add-banner .wrap-banner div {
	/*float:right;*/
}

