@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
* { margin : 0px; padding : 0px;}

/* -------------------------BODY------------------------- */
body {
	font-family: "Noto Sans CJK JP", "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-size: 18px;
	line-height: 1.6;
	color: #000;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height:100%;
	background:url(images/mainsite/content_bg.png);
	position: relative;
}
@media only screen and  ( max-width : 900px ) {
	body {
		font-size: 16px;
	}
}


@media only screen and  ( max-width : 896px ) {
	body {
		padding-top:55px;
	}
}

/* -------------------------link------------------------- */

a{color:#a17b0b; text-decoration: none;}


@media only screen and  ( min-width : 896px ) {
	a:active, a:hover{color:#333; text-decoration: underline;}
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: block;
	line-height:0;
}

/* ************************************************ 
 *	
 *	共通
 *	
 * ************************************************ */

/* ************************************************ 
 *	
 *	common
 *	
 * ************************************************ */
.bt{
	display:inlne-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#fff !important;
	padding:0.4em 2em;
	font-weight:bold;
	line-height:2em;
	background:#a17b0b;
	font-size:90%;
	text-decoration: none;
}
@media only screen and  ( max-width : 896px ) {
	/* smp */
	.bt{
		padding:0.5em 3em;
	}
}
#wrap{overflow:hidden;}
#wrap section{
	line-height:170%;
}
@media print, screen and ( min-width : 896px ) {
	.page_contents section{
		margin-bottom:5em;
	}
	#content_2col .page_contents section{
		margin-bottom:3em;
	}
}
@media only screen and  ( max-width : 896px ) {
	.page_contents section{
		margin-bottom:2em;
	}
}
/* 問い合わせ関連 */
select,
input[type="email"],
input[type="text"],
textarea{
	padding:1.5%;
	border:1px solid #aaa;
	font-size:18px;
	line-height:160%;
	font-family: "Noto Sans CJK JP", "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
input[type="submit"] {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border:none;
	font-weight:bold;
	font-size:90%;
	font-family: "Noto Sans CJK JP", "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
	cursor: pointer;
	cursor: hand;
	letter-spacing:0.1em;
	background:#a17b0b;
}
@media ( min-width : 896px ) {
	/* PC */
	input[type="submit"]:hover {
		opacity: 0.6;
	}
}
.contents_css p{
	margin-bottom:2em;
	display:block;
	line-height:180%;
}
table{
	border:1px solid #aaa !important;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table th{
	background:#f5f5f5;
}
table th,
table td{
	border:1px solid #aaa;
	padding:0.5em;
	font-size:85%;
}
@media only screen and  ( max-width : 896px ) {
	table th,
	table td{
		border:1px solid #ccc;
		padding:0.5em;
		font-size:70%;
	}
}




.contents_css h2{
	margin-bottom:1em;
	font-size:180%;
	font-weight:bold;
	letter-spacing:0.1em;
}
@media only screen and  ( max-width : 896px ) {
	.contents_css h2{
		font-size:140%;
	}
}
.toumeiblack_bg{
		background: url(images/common/toumei_black_bg.png);
}
.contents_css .inner_block{
	margin:0em auto;

}
@media ( min-width : 1000px ) {
	.contents_css .inner_block{
		width:1000px;
	}
}
@media ( max-width : 1000px ) {
	.contents_css .inner_block{
		width:95%;
	}
}
.contents_css h3{
	font-size:140%;
	font-weight:bold;
	border-bottom:3px solid #a17b0b;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	color:#a17b0b;
}
@media only screen and  ( max-width : 896px ) {
	.contents_css h3{
		font-size:110%;
	}
}
.contents_css h4{
	font-size:130%;
	font-weight:bold;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}
@media only screen and  ( max-width : 896px ) {
	.contents_css h4{
		font-size:110%;
	}
}


/* --------------------2カラムデザインー-------------------- */
@media print, screen and ( min-width : 896px ) {
	#content{
		width:70%;
		float:left;
		padding-bottom:5%;
	}
	#sidebar{
		width:25%;
		float:right;
	}
	#content_2col{
		width:70%;
		float:right;
		padding-bottom:5%;
		font-size:95%;
	}
	#sidebar_2col{
		width:25%;
		float:left;
	}
}



@media only screen and  ( max-width : 896px ) {
	#content,
	#sidebar,
	#content_2col,
	#sidebar_2col{
		padding-bottom:2em;
	}

}

/* --------------------ページタイトル-------------------- */
#page_mainimg:before {
	content:"";
	display: block;
	background: url(images/common/toumei_black_bg.png);
	position: absolute;
	top: 0px;
	left: 0%;
	height:100%;
	width:100%;
	z-index:1;
}
#page_mainimg h2{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	left: 0%;
	text-align: center;
	line-height:140%;
	font-weight:bold;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	z-index:3;
	width:100%;
}
@media print, screen and ( min-width : 896px ) {
	/* pc */
	#page_mainimg{
		-moz-background-size:cover;
		background-size:cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: left bottom;
		position: relative;
	}
}
@media only screen and  ( max-width : 896px ) {
	#page_mainimg{
		-moz-background-size:cover;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center top;
		position: relative;
	}
}
.pagetitle-blog{background-image:url(images/pagetitle/pagetitle-news.jpg);}
.pagetitle-news{background-image:url(images/pagetitle/pagetitle-news.jpg);}
.pagetitle-products{background-image:url(images/pagetitle/pagetitle-products.jpg);}


.pagetitle-about{background-image:url(images/pagetitle/pagetitle-about.jpg);}
.pagetitle-contact{background-image:url(images/pagetitle/pagetitle-contact.jpg);}
.pagetitle-mitumori{background-image:url(images/pagetitle/pagetitle-contact.jpg);}

.pagetitle-price{background-image:url(images/pagetitle/pagetitle-price.jpg);}
.pagetitle-faq{background-image:url(images/pagetitle/pagetitle-faq.jpg);}

.pagetitle-body-coating{background-image:url(images/pagetitle/pagetitle-body-coating.jpg);}
.pagetitle-ad-tech-cort{background-image:url(images/pagetitle/pagetitle-ad-tech-cort.jpg);}
.pagetitle-quartz{background-image:url(images/pagetitle/pagetitle-quartz.jpg);}
.pagetitle-glass-cort{background-image:url(images/pagetitle/pagetitle-glass-cort.jpg);}

.pagetitle-glass{background-image:url(images/pagetitle/pagetitle-glass.jpg);}
.pagetitle-hyper{background-image:url(images/pagetitle/pagetitle-hyper.jpg);}
.pagetitle-water-repellent-coating{background-image:url(images/pagetitle/pagetitle-water-repellent-coating.jpg);}
.pagetitle-rainstain-scratching{background-image:url(images/pagetitle/pagetitle-rainstain-scratching.jpg);}
.pagetitle-window-repair{background-image:url(images/pagetitle/pagetitle-window-repair.jpg);}

.pagetitle-headlight{background-image:url(images/pagetitle/pagetitle-headlight.jpg);}

.pagetitle-window-film{background-image:url(images/pagetitle/pagetitle-window-film.jpg);}

.pagetitle-bankin{background-image:url(images/pagetitle/pagetitle-bankin.jpg);}
.pagetitle-scratches-repair{background-image:url(images/pagetitle/pagetitle-scratches-repair.jpg);}
.pagetitle-overall-painting{background-image:url(images/pagetitle/pagetitle-overall-painting.jpg);}

.pagetitle-product-other{background-image:url(images/pagetitle/pagetitle-product-other2.jpg);}
.pagetitle-used-car{background-image:url(images/pagetitle/pagetitle-used-car.jpg);}
.pagetitle-insurance{background-image:url(images/pagetitle/pagetitle-insurance.jpg);}
.pagetitle-room-cleaning{background-image:url(images/pagetitle/pagetitle-room-cleaning.jpg);}
.pagetitle-ship{background-image:url(images/pagetitle/pagetitle-ship.jpg);}
.pagetitle-damage-guard{background-image:url(images/pagetitle/pagetitle-damage-guard.jpg);}

.pagetitle-body-coat-maintenance{background-image:url(images/pagetitle/pagetitle-body-coat-maintenance.jpg);}

@media print, screen and ( min-width : 896px ) {
	/* pc */
	#page_mainimg{
		height:450px;
	}
	#page_mainimg h2{
		font-size:200%;
		padding:0.5em 0em;
		margin-top:-45px;
		letter-spacing:0.2em;
	}
}
@media only screen and  ( max-width : 896px ) {
	/* smp */
	#page_mainimg{
		height:230px;
	}
	#page_mainimg h2{
		font-size:140%;
		padding:0.5em 0em;
		margin-top:-28px;
		letter-spacing:0.1em;
	}
}





/* ************************************************ 
 *	
 *	HRADER
 *	
 * ************************************************ */



#mobile-head{
	overflow:hidden;
	position: relative;

}
#top-head{
	position: relative;
	z-index:100;
}
#top-head:after {
	content: "";
	clear: both;
	display: block;
}

/* =================================PC head================================= */


@media print, screen and ( min-width : 896px ) {

	#top-head{
		width: 100%;
	}

	/* --------------------トップページのヘッダー-------------------- */
	#top_contents #top-head .inner_block{
		background-color: rgba(0,0,0,0.6);
	}
	#top_contents #contents_height{
		width: 100%;
		border-bottom:1px solid #333;
	}
	#top_contents #contents_height:before {
		content:"";
		display: block;
		padding-top: 45%;
	}
	#top_contents #top_mainimg{
		position: absolute;
		top: 0px;
		left: 0%;
		overflow:hidden;
		z-index:-1;
		height:auto;
		width:100%;
	}
	#top_contents #top-head .inner_block{
		position: absolute;
		top: 0px;
		left: 0%;
		z-index:3;
		width:100%;
	}
	.top_article{
		background-color:#fff;
	}
	/* --------------------ー-------------------- */
	#page_contents #top-head{
		background-color:#111111;
	}
	#page_contents #contents_height{
		width: 100%;
		border-bottom:1px solid #333;
	}
	#page_contents #top-head .inner_block{
		width:100%;
	}
	#global-nav{
		z-index:5;
		width:100%;
	}
	.site_description p{
		display:block;
		color:#fff;
		font-size:60%;
		line-height:150%;

	}
}
@media ( min-width : 1000px ) {
	#mobile-head{
		width:1000px;
		margin:0px auto;
	}
}
@media (min-width: 896px) and (max-width: 1000px) {
	#mobile-head{
		width:90%;
		margin:0px auto;
	}
}
@media ( min-width : 896px ) {
	.site_description{
		padding:0.8em 0em;
	}
	.logo{
		margin-bottom:0.8em;
		max-width:30%;
		float:left;
	}
	#head_tel{
		float:right;
		max-width:60%;
	}




}
@media only screen and ( max-width : 896px ) {
	.site_description{
		display:none;
	}
	.logo{
		margin-top:3px;
		max-width:150px;
	}
	.site_description{
		display:none;
	}
	#head_tel{
		display:none;
	}
	.head_sns_sp{
		position: absolute;
		top: 15px;
		right: 60px;

	}
	.head_sns_sp li{
		display:inline-block;
		width:30px;
		padding:0px 5px;

	}
}

/* ************************************************ 
 *	
 *	NAVI
 *	
 * ************************************************ */

/* =================================PC================================= */

@media screen and (min-width: 896px) {
	#global-nav{
		background: url(images/common/nav_bg.png);
		font-size:90%;
		border-bottom:1px solid #333
	}
	#nav_block{
		position: relative;
	}
	.nav_menu li{
		display:inline-block;
		border-right:1px solid #333;
		line-height:80px;

	}
	.nav_menu a.fade{
		padding:0em 1em;
		display:block;
		color:#fff;
		font-weight:bold;
		height:80px;
	}
	.nav_child_bt,
	.nav_child_bt2{
		cursor: pointer;
		cursor: hand;
		font-weight:bold;
	}
	.nav_child_bt span,
	.nav_child_bt2 span{
		color:#fff;
		line-height:80px;
		padding-right:2.5em;
		padding-left:1em;
		display:block;
		position: relative;
	}
	.nav_child_bt span img,
	.nav_child_bt2 span img{
		position: absolute;
		top: 50%;
		right:1em;
		margin-top:-0.5em;
	}
	.head_pc_sns{
		height:80px;
		border:none !important;
		margin-left:0.5em;
	}
	.head_pc_sns a{
		display:inline-block !important;
		padding:0px 0.2em !important;
		vertical-align:bottom !important;
		position: relative;
		top:20px;
	}
	img.rotate {
		transform: rotate(180deg);
	}
	#page_contents .nav_menu a.fade,
	#page_contents .nav_child_bt span,
	#page_contents .nav_child_bt2 span{
	}
	/* --------------------------開閉------------------- */
	.nav_child_div,
	.nav_child_div2{
		position: absolute;
		top:100%;
		left:0%;
		background:#111111;
		width:94%;
		padding:3%;
		z-index:200;
		line-height:130%;
	}
	.nav_child_sec h3{
		font-weight:bold;
		margin-bottom:1em;
		border-bottom:1px solid #333;
		font-size:100%;
		height:3em;
	}
	.nav_child_sec h3 a{color:#ccc;}
	.nav_child_sec li{
		border:none;
		margin-bottom:0.5em;
		background:url(images/common/icon.png) 0em 0.5em no-repeat;
		-moz-background-size:6px 6px;
		background-size:6px 6px;
		padding-left:1em;
		line-height:130%;
		display:block;
		width:100%;
	}
	.nav_child_sec a{
		color:#fff;
		border:none;
		font-size:90%;
		display:block;
	}
	/* --------------------------スクロールで固定------------------- */
	.head_fix{
		position: fixed;
		top: 0;
		z-index:2000;
		width:100%;
		background:#000 !important;
		border-bottom:1px solid #333;
	}
	.head_fix .fade,
	.head_fix .nav_child_bt,
	.head_fix .nav_child_bt0{
		font-size:90%;
	}
	.head_fix #nav_block{
		background:#000;
	}
}
@media screen and (min-width: 896px) {
	.nav_menu{
		border-left:1px solid #333;
	}
	.nav_child_sec{
		width:21%;
		float:left;
		padding:2%;
	}
	.head_sns_sp{
		display:none;
	}
}


@media ( min-width : 1100px ) {
	.nav_child_inner{
		width:950px;
		margin:0px auto;
	}
	.nav_menu{
		width:1000px;
		margin:0px auto;
	}

}
@media (min-width: 896px) and (max-width: 1100px) {
	.nav_child_inner,
	.nav_menu{
		width:90%;
		margin:0px auto;
	}
	.nav_menu{
		font-size:90%;
	}
	.head_pc_sns a{
		width:30px;
	}
}
@media only screen and ( max-width : 896px ) {
	.nav_child_sec ul{
		display:none;
	}
	.head_pc_sns{
		display:none;
	}
}



/* ------------------------------Toggle Button------------------------------ */
#nav-toggle {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 200;
	background:#333;
	padding:16px 10px 8px 10px;
}
#nav-toggle div {
	position: relative;

}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
@media only screen and  ( max-width : 896px ) {
	#top-head{
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

	h1.logo{
	position: absolute;
		left:6px;
		top:8px;
	}

	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;

	}
	#mobile-head {
		background-color: rgba(0,0,0,0.9);
		width: 100%;
		height: 55px;
		z-index:1010;
		position: relative;
		border-bottom:1px solid #333;
		overflow:hidden;
	}
	.close #global-nav,
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		width: 100%;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index:1000;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
		background-color: rgba(0,0,0,0.9);
	}
	#global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		display: block;
		padding: 0.5em 0.5em 0.5em 3em;
		color:#fff;
		background:url(images/common/icon.png) 1em 50% no-repeat;
		-moz-background-size:8px 8px;
		background-size:8px 8px;
		border-bottom:1px solid #333;
	}
	.nav_child_bt,
	.nav_child_bt2 {
		background:#1b1b1b url(images/common/icon.png) 1em 50% no-repeat;
		-moz-background-size:8px 8px;
		background-size:8px 8px;
		cursor: pointer;
		cursor: hand;
		border-bottom:1px solid #333;
	}
	.nav_child_bt span,
	.nav_child_bt2 span{
		display: block;
		padding: 0.5em 0.5em 0.5em 3em;
		color:#fff;
		position: relative;
	}
	.nav_child_bt span img,
	.nav_child_bt2 span img{
		position: absolute;
		top: 50%;
		right:5%;
		width:15px;
		height:15px;
		margin-top:-7px;
	}
	img.rotate {
		transform: rotate(180deg);
	}
	.nav_child_sec h3 a{
		margin-left:3em;
	}
	#nav-toggle {
		display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.nav_open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.nav_open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.nav_open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.nav_open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(555px);
		-webkit-transform: translateY(555px);
		transform: translateY(555px);
	}
}
.head_contact_linklist a{
	background:#fff !important;
	display:block;
	text-decoration: none;
	color:#a17b0b !important;
	border:2px solid #a17b0b !important;
	text-align:center;
	padding:2em 0em !important;
}
@media screen and (min-width: 896px) {
	.head_contact_linklist{
		width:40%;
		padding:5%;
		float:left;
		font-size:120%;
	}
	.head_contact_linklist a{
		padding:2em 0em !important;
	}
}
@media only screen and  ( max-width : 896px ) {
	.nav_child_div2{
		padding:1em;
	}
	.head_contact_linklist{
		padding-bottom:0.5em;
	}
	.head_contact_linklist a{
		padding:1em 0em !important;
	}
}








/* ************************************************ 
 *	
 *	FOOTER
 *	
 * ************************************************ */

/* -------------------とりあえずご相談下さい！--------------------* */
.foot_contact_main h2{
	font-weight:bold;
	border-bottom:1px solid #000;
	line-height:150%;
	font-size:180%;
	margin-bottom:0.5em;
	text-align:center;
}
.foot_contact_main .bt{
	font-size:70%;
	display:block;
	line-height:150%;
	padding:0.5em 0em;
	text-align:center;
}
.foot_contact_main div{
	margin-bottom:0.5em;
}

@media print, screen and ( min-width : 896px ) {
	#foot_contact{
		background-image:url(images/common/page_contact.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: cover;
		margin-bottom:3em;
	}
	#foot_contact .toumeiblack_bg{
		padding:5% 0%;
	}

	.foot_contact_main{
		background-color: rgba(255,255,255,0.9);
		padding:3%;
		width:60%;
		margin-left:30%;

	}
	.foot_contact_main .bt{
		width:33%;
		float:right;
	}
	.foot_contact_main .tel_number_img{
		width:63%;
		float:left;
	}
}
@media only screen and  ( max-width : 896px ) {
	#foot_contact{
		background-image:url(images/common/page_contact.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: cover;
		margin-bottom:1em;
	}
	#foot_contact .toumeiblack_bg{
		padding:5%;
	}
	.foot_contact_main{
		background-color: rgba(255,255,255,0.9);
		padding:5%;
		text-align:center;
		font-size:80%;
	}
	.foot_contact_main .bt{
	}
	.tel_number_img{
		background:#fff url(images/common/icon.png) 98% 50% no-repeat;
		-moz-background-size:10px 10px;
		background-size:10px 10px;
		border:1px solid #ccc;
		display:block;
		margin-bottom:0.5em;
		padding:2em 3em 2em 2em;
	}
	.foot_contact_main h2{
		font-size:120%;
	}
}
/* -------------------pagetop-------------------- */
.pagetop{
	position: fixed;
	z-index:10;
	bottom: -2px;
	right: 0px;
	z-index:5;
	width:8%;
}
@media only screen and  ( max-width : 896px ) {
	.pagetop img{
		display:none;
	}
}
/* -------------------フッター-------------------- */
#footer{
	background-image:url(images/common/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding:5% 5% 15% 5%;
}
@media only screen and  ( max-width : 896px ) {
	#footer{
		padding:10% 10% 10em 10%;
	}
}
#footer a,
#footer{
	color:#fff;
}
#footer_logo,
.foot_fb{
	text-align:center;
}
.foot_sitemap_block{
	font-size:80%;
}
@media print, screen and ( min-width : 896px ) {
	#footer_logo{
		padding-bottom:1em;
	}
	.foot_fb{
		margin-bottom:100px;
	}
	.foot_sitemap_block{
		width:23%;
		float:left;
		margin:1%;
		font-size:70%;
	}
}

@media only screen and  ( max-width : 896px ) {
	#footer_logo{
		padding-bottom:1em;
	}
	#footer_logo img{
		width:50%;
		height:auto;
	}
	.foot_fb{
		padding-bottom:2em;
	}
	.foot_fb img{
		width:30%;
		height:auto;
	}
	.foot_sitemap_block{
		padding:5%;
	}
	.foot_sitemap li{
		width:100%;
		display:block;
		float:none;
		clear:both;
	}
	.foot_sitemap a{
		background:url(images/common/icon.png) 98% 50% no-repeat;
		-moz-background-size:8px 8px;
		background-size:8px 8px;
		display:block;
		padding:0.5em;
		border-bottom:1px solid #333;
	}
}
.foot_sitemap .child a{
	padding-left:2em;
}
.f_address{
	font-size:60%;
	text-align:center;
		padding-top:100px;
}
@media only screen and  ( max-width : 896px ) {
	.f_address{
		padding-top:50px;
	}
}

/* -------------------page_foontbn-------------------- */
.page_foontbn{
	padding-bottom:4em;
}
@media only screen and  ( max-width : 896px ) {
	/* smp */
	.page_foontbn{
		padding-bottom:2em;
	}
}
.page_foontbn li{
	position: relative;
	line-height:0;
}
.page_foontbn li a{
	color:#fff;
	font-weight:bold;
	display:block;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.page_foontbn_title{
	position: absolute;
	bottom: 0px;
	left: 0%;
	width:100%;
	line-height:140%;
	font-size:90%;
	background-color: rgba(0,0,0,0.2);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}
.page_foontbn_title .toumeiblack_bg{
	display:block;
	padding:3%;
	height:3em;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
}
@media print, screen and ( min-width : 896px ) {
	.page_foontbn li{
		float:left;
		width:25%;
	}
	.page_foontbn li a:hover .page_foontbn_title{
		background-color: rgba(0,0,0,0.7);
	}
	.page_foontbn li a:hover .toumeiblack_bg{
		padding-bottom:3em;
	}
}
@media only screen and  ( max-width : 896px ) {
	.page_foontbn li .top_service_title{
		background-color: rgba(0,0,0,0.7);
	}
	.page_foontbn li{
		float:left;
		width:50%;
	}
}
/* -------------------footer_fit_menu--------------------* */

#footer_fit_menu .sidebar_block{
	margin-bottom:0px;
}
#footer_fit_menu a{
	color:#aaa;
}
@media print, screen and ( min-width : 896px ) {
	#footer_fit_menu{
		position: fixed;
		z-index:4;
		bottom: 0px;
		left: 0em;
		width:88%;
		background:#1a1a1a;
		padding:1% 10% 1% 2%;
	}
	.footer_fit_menu_block{
		width:71%;
		float:left;
	}
	.footer_fit_menu li{
		display:inline-block;
		margin-left:1em;

	}
	.footer_fit_menu li a{
		display:block;
		padding-left:1em;
		background:url(images/common/icon.png) 0em 50% no-repeat;
		-moz-background-size:6px 6px;
		background-size:6px 6px;
	}
	.footer_fit_menu_tel{
		font-size:50%;
		font-weight:bold;
		background:#fff;
		width:25%;
		padding:1%;
		float:right;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.footer_fit_title{
		color:#ccc;
		margin-bottom:1em;
		font-weight:bold;
		border-bottom:1px solid #333;
	}
	.footer_fit_title img{
		display:none;
	}
}



@media only screen and  ( max-width : 896px ) {
	#footer_fit_menu{
		position: fixed;
		z-index:100;
		bottom: 0px;
		left: 0px;
		width:96%;
		background:#1a1a1a;
		padding:2%;
	}
	#footer_fit_menu a{display:block;}
	.footer_fit_menu{
		padding-bottom:1em;
		height: 0;
		overflow: hidden;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.ftm_open{
		padding-bottom:1em;
		height: auto;
	}
	.footer_fit_menu li a{
		display:block;
		padding:1em;
		background:url(images/common/icon.png) 0em 50% no-repeat;
		-moz-background-size:6px 6px;
		background-size:6px 6px;
		border-bottom:1px solid #333;
	}
	.footer_fit_menu_tel{
		color:#ccc;
		font-size:50%;
		text-align:center;
	}
	.footer_fit_menu_tel .tel_number_img{
		background:#000 url(images/common/icon.png) 98% 50% no-repeat;
		-moz-background-size:6px 6px;
		background-size:6px 6px;
		border:1px solid #333;
		display:block;
		margin-bottom:0.5em;
		padding:1em;
	}
	.footer_fit_menu_tel .tel_number_img img{
		width:50%;
	}
	.footer_fit_title{
		color:#ccc;
		margin-bottom:1em;
		font-weight:bold;
		border:1px solid #aaa;
		text-align:center;
		font-size:90%;
		cursor: pointer;
		cursor: hand;
		padding:1em 0.5em 0.2em 0.5em;
		line-height:100%;
		
	}
	.footer_fit_title img{
		width:10px;
		margin-left:1em;
		position: relative;
		top:-1em;
	}
	img.rotate2 {
		transform: rotate(180deg);
	}



}


/* ************************************************ 
 *	
 *	施工事例
 *	
 * ************************************************ */

.top_jirei_ul li{
	background:#fff;
	position: relative;
	padding-bottom:2em;
}
.top_jirei_ul li a{
	color:#000;
	display:block;
}
.top_jirei_ul li a:hover{
	text-decoration: none;
}

.tn_title_block{
	padding:0.5em;
}
.top_jirei_ul li img{
	width:100%;
	height:auto;
}
.top_jirei_ul li .title{
	display:block;
	font-weight:bold;
	height:5em;
}
@media only screen and  ( max-width : 896px ) {
	.top_jirei_ul li .title{
		font-size:80%;
	}
}
.top_jirei_ul li .days{
	color:#a17b0b;
	display:block;
	font-size:70%;
}
.top_jirei_ul li .more{
	background:#aaa;
	display:block;
	color:#fff;
	display:block;
	position: absolute;
	bottom: 0px;
	right: 0%;
	font-size:70%;
	padding:0.5em;
	line-height:110%;
}
.top_jirei_bggray li{
	background:#f5f5f5;
}


@media print, screen and ( min-width : 896px ) {
	/* ----------トップページ------------ */
	.top_jirei_4col li{
		width:23.7%;
		float:left;
		margin-right:1.6%;
		margin-bottom:1.6%;
	}
	.top_jirei_4col li:nth-child(4n) {
		float:right;
		margin-right:0%;
	}
	/* ----------施工例ページ------------ */
	.top_jirei_3col li{
		width:31%;
		float:left;
		margin-right:3.3%;
		margin-bottom:3%;
		font-size:90%;
	}
	.top_jirei_3col li:nth-child(3n) {
		float:right;
		margin-right:0%;
	}
	#content_2col .tn_title_block .title{
		height:5em;
		overflow:hidden;
		font-size:90%;
		line-height:160%;
	}

}
@media only screen and  ( max-width : 896px ) {
	/* ----------トップページ------------ */
	.top_jirei_ul li{
		width:48%;
		float:left;
		margin:1%;
	}
	.tn_title_block .title{
		height:4.5em;
		overflow:hidden;
		font-size:80%;
		line-height:150%;
	}
}
.page_contents .top_jirei_ul li{
	line-height:150%;
	font-size:90%;
}
/* ************************************************ 
 *	
 *	高さを合わせる
 *	
 * ************************************************ */
ul.both_height{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

/* ************************************************ 
 *	
 *	中古車情報
 *	
 * ************************************************ */
.usedcar_list li{
	padding-bottom:0px;
	width:100%;
	float:none;
}
.usedcar_list li .top_postthumb{
	width:20%;
	float:left;
}
.usedcar_list li .tn_title_block{
	width:75%;
	float:right;
	padding-top:1em;
}
@media only screen and  ( max-width : 896px ) {
	.usedcar_list li .top_postthumb{
		width:40%;
	}
	.usedcar_list li .tn_title_block{
		width:55%;
		padding-top:1em;
	}
}



#selling_situation{
	position: absolute;
	top: 0px;
	right: 0%;
	font-size:90%;
	padding:0.5em;
	line-height:110%;
	color:#fff;
	font-weight:bold;
}
.selling_situation1{
	background:red;
}
.selling_situation2{
	background:blue;
}
.selling_situation3{
	background:red;
}
.car_title{
	font-weight:bold;
}
.car_price{
	font-weight:bold;
}
.price{
	color:#be0000;
	font-size:110%;
}
.car_price small{font-size:70%;}

/* ************************************************ 
 *	
 *	clearfix
 *	
 * ************************************************ */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/
.cb {
	clear: both;
}
@media print{
	.pagetop{
		display:none;
		text-indent:-200%;
		
	}
}

/* ************************************************ 
 *	
 *	コンテンツ共通
 *	
 * ************************************************ */
small, .small{font-size:70%; line-height:150%;}
.bold{font-weight:bold;}
.ml1em{margin-left:1em;}
.shadow{text-shadow: 1px 1px 3px #000;}
.red{color:red;}
.big{font-size:130%; line-height:180%;}
.text_center{text-align:center;}
.text_center img{
	margin-left:auto;
	margin-right:auto;
}


.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:0.5em;}
.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.mb4{margin-bottom:4em;}
.mb5{margin-bottom:5em;}
.mb6{margin-bottom:6em;}
.mb8{margin-bottom:8em;}

.pt2{padding-top:2em;}

.pd1{padding:1em;}
.indent1em{
	padding-left:1em;
	text-indent:-1em;
}


.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.table-scroll{
  border-collapse: collapse;
}

.table-scroll th, .table-scroll td{
  white-space: nowrap;
}

/* ************************************************ 
 *	
 *	アニメーション
 *	
 * ************************************************ */
@media only screen and  ( min-width : 896px ) {
	.page_contents a img,
	#post_css a img,
	.fade{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
	}
	.page_contents a img:hover,
	#post_css a img:hover,
	.fade:hover{
		opacity: 0.6;
		text-decoration: none !important;
	}
}

/* ************************************************ 
 *	
 *	childpages_list
 *	
 * ************************************************ */
.childpages_list li{
	background:#fff;
	position: relative;
	position: relative;
	line-height:0;
}
.childpages_list li a{
	color:#fff;
	display:block;
	background:#f5f5f5;
	position: relative;

}
.childpages_list li img{
	width:100%;
	height:auto;
}
.childpages_list .toumeiblack_bg{
	position: absolute;
	bottom: 0px;
	left: 0%;
	width:100%;
}
.childpages_list li h4{
	background-color: rgba(0,0,0,0.5);
	font-size:90%;
	font-weight:bold;
	margin-bottom:0px;
	padding:0.5em;
	line-height:130%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	height:3em;
	

}
@media only screen and  ( max-width : 896px ) {
	.childpages_list li h4{
		font-size:80%;
	}
}

	.childpages_2 li{
		width:49%;
		float:left;
		margin-right:2%;
		margin-bottom:2%;
	}
	.childpages_2  li:nth-child(2),
	.childpages_2  li:nth-child(4),
	.childpages_2  li:nth-child(5),
	.childpages_2  li:nth-child(6){
		float:right;
		margin-right:0%;
	}


@media print, screen and ( min-width : 896px ) {
	.childpages_3 li{
		width:32%;
		float:left;
		margin-right:2%;
		margin-bottom:2%;
	}
	.childpages_3  li:nth-child(3),
	.childpages_3  li:nth-child(6){
		float:right;
		margin-right:0%;
	}

	.childpages_4 li{
		width:23.7%;
		float:left;
		margin-right:1.6%;
		margin-bottom:1.6%;
	}
	.childpages_4  li:nth-child(4),
	.childpages_4  li:nth-child(8){
		float:right;
		margin-right:0%;
	}
	.childpages_list a:hover .toumeiblack_bg h4{
		padding-bottom:3em;
	}
}
@media only screen and  ( max-width : 896px ) {
	.childpages_list li{
		width:49%;
		float:left;
		margin-right:2%;
		margin-bottom:2%;
	}
	.childpages_list li:nth-child(2),
	.childpages_list li:nth-child(4),
	.childpages_list li:nth-child(6),
	.childpages_list li:nth-child(7),
	.childpages_list li:nth-child(8){
		float:right;
		margin-right:0%;
	}
}
