@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/* Noto Font */ 
@font-face {
	font-family: 'Noto Sans R';
	src: url('./_lib/font/notoRegular.eot');
	src: url('./_lib/font/notoRegular.eot?iefix') format('eot'),
		 url('./_lib/font/notoRegular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans B';
	src: url('./_lib/font/notoBold.eot');
	src: url('./_lib/font/notoBold.eot?iefix') format('eot'),
		 url('./_lib/font/notoBold.woff') format('woff');
}
 
/* TELフォント */ 
@font-face {
	font-family: 'Tel Futura Hv';
	src: url('./_lib/font/telFutuHv.eot');
	src: url('./_lib/font/telFutuHv.eot?iefix') format('eot'),
		 url('./_lib/font/telFutuHv.woff') format('woff');
}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	position: relative;
	color: #333;
	font-family:'Noto Sans R', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
}

#wrapper {
	min-width: 960px;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

a {
	color: #000;
}
a:link { color: #000; }
a:visited { color: #000; }
a:hover {
	color: #999;
}
	 
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl:after {
	content: "";
	clear: both;
	display: block;
}

.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* ヘッダ header */ 

header {
	margin-bottom: 20px;
	border-bottom: 12px solid #f60;
}
	 
header .container { 
	padding: 15px 0 10px;
	overflow: hidden;
}
 
header .siteTitle { 
	float: left;
}
 
header .tel { 
	float: right;
	padding-top: 10px;
	line-height: 1;
}
	 
header .copy { 
}
 
header .telNumber { 
	width: 300px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;

	font-family: 'Tel Futura Hv';
	font-size: 225%;

	background: url(./img/tel_bg.png) no-repeat center bottom;
	background-size: 300px 40px;
}

header .telNumber a {
	color: #f4635f;
	text-decoration: none;
}
 	 
.keywords { 
	padding: 5px 0;
	color: #fff;
	line-height: 1;
	background-color: #f60;
}
  
/* フッタ footer */ 

footer {
	position: relative;
	padding-top: 100px;
}
	
footer .companyData { 
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 999;

	box-sizing: border-box;
	padding: 25px 15px;
	text-align: left;
	background-color: #fff;
	border: 8px solid #f4635f;

	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}
	 
footer .address { 
	padding-top: 10px;
}
  
footer .companyPhoto { 
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 100px;
	z-index: 999;

	font-size: 0;
	line-height: 1;

	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}
 
footer .copyright { 
	margin-top: 20px;
	padding: 20px 0;
	font-size: 80%;
	border-top: 10px solid #f4635f;
}
  
/* ナビゲーション */ 
	
.contentMenu { 
	width: 960px;
	margin: 20px auto;
	overflow: hidden;
}
	 
.contentMenu li { 
	float: left;
	width: 160px;
}
  
/* ページの先頭へ戻る */ 

.goPagetop {
}

.goPagetop a {
}

.goPagetop a:hover {
}
 
/* PCスマホ表示切り替え */ 

.viewSetting {
	padding: 30px 15px;
	text-align: center;
	font-size: 150%;
	color: #fff;
	background-color: #036eb7;
	border: 1px solid #fff;
}
.viewSetting span {
	display: inline-block;
	padding: 1px 10px;
	color: #036eb7;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
}

.viewSetting a {
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #fff;
}
  
/* コンテンツ */ 

#content {
}
	
/* 見出し */ 
	
#content h2 { 
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;

	font-family: 'Noto Sans B';
	color: #42210b;
	font-size: 225%;
	text-align: left;
}
	 
#content h2 span { 
	display: inline-block;
	margin-left: 80px;
	padding: 14px 20px;
	background-color: #fff;
}
 
#content h2::before { 
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;

	width: 80px;
	height: 80px;
	background: no-repeat;
	background-size: 80px 80px;
}

#content #carcare h2::before { background-image: url(./img/icon_carcare.png); }
#content #maintenance h2::before { background-image: url(./img/icon_maintenance.png); }
#content #inspection h2::before { background-image: url(./img/icon_inspection.png); }
#content #dressup h2::before { background-image: url(./img/icon_dressup.png); }
#content #cardealer h2::before { background-image: url(./img/icon_cardealer.png); }
#content #parts h2::before { background-image: url(./img/icon_parts.png); }
  
#content h3 { 
	padding-bottom: 20px;
}
	 
#content h3 span { 
	display: inline-block;
	padding: 10px 10px;

	font-family: 'Noto Sans B';
	color: #fff;
	font-size: 175%;
	line-height: 1;

	background-color: #f4635f;
}
   
#topCopy { 
	min-height: 110px;
	box-sizing: border-box;
	padding: 10px 0;
	background: url(./img/topcopy.png) no-repeat center;
}
	
#topCopy .copy1 { 
	color: #42210b;
	font-size: 225%;
	letter-spacing: -0.1em;
}
 
#topCopy .copy2 { 
	color: #f15a24;
	font-size: 100%;
	letter-spacing: -0.05em;
}
  
#topImage { 
	position: relative;
	height: 400px;
	margin-bottom: 80px;
	background: url(./img/topimage.jpg) no-repeat center #c9eefe;
}
	
#topImage .photo1 { 
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: 150px;
}

#topImage .photo2 {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: 60px;
}
 
#topImage .message { 
	position: absolute;
	top: 430px;
	left: 0;
	width: 100%;

	color: #42210b;
	font-size: 200%;
}
  
article { 
}
 
section { 
	padding: 60px 0;
	background: url(./img/h_line.png) repeat-x;
	background-position: center top 94px;
}
	
#content .container { 
	width: 880px;
	text-align: left;
}
  
.point { 
}
	
.point li { 
	margin-top: 20px;
	padding: 20px 20px;
	background-color: #fef2f1;
	overflow: hidden;
}
	 
.point .comment { 
	padding-left: 10px;
	line-height: 1.8;
}
 
.point .photo { 
	float: right;
}
	 
.point .photo img { 
	padding-left: 20px;
}
    
#inspection { 
}
	
#inspection .copy { 
	padding: 30px 0;
	font-family: 'Noto Sans B';
	color: #42210b;
	font-size: 175%;
	text-align: center;
}
  
#dressup { 
}
	
#dressup .copy { 
	padding: 20px 0 40px;
	font-family: 'Noto Sans B';
	color: #42210b;
	font-size: 175%;
	text-align: center;
}
 
#dressup .photo1 , 
#dressup .photo2 {
	padding: 20px 0 0;
}
#dressup .photo2 {
	text-align: right;
}
  
#cardealer { 
}
	
#cardealer .copy { 
	padding: 20px 0;
	font-size: 130%;
}
 
#cardealer .maker { 
	text-align: center;
}
  
#parts { 
	overflow: hidden;
}
	
#parts .copy { 
	float: left;
	width: 50%;
	padding: 20px 0;
	font-size: 140%;
	line-height: 1.8;
}
 
#parts .photo { 
	float: right;
	width: 50%;
	padding: 20px 0;
	text-align: center;
}
  
#dressup { 
}
	
#dressup .copy { 
	padding: 20px 0 40px;
	font-family: 'Noto Sans B';
	color: #42210b;
	font-size: 175%;
	text-align: center;
}
 
#dressup .photo1 , 
#dressup .photo2 {
	padding: 10px 0;
}
#dressup .photo2 {
	text-align: right;
}
    
@media screen and (max-width: 979px) { 
	
} 
  
@media screen and (max-width: 767px) { 
	 
img { 
	max-width: 100%;
	height: auto;
}
 
/*--- ベース ---*/ 

#wrapper {
	min-width: 1px;
}

.container {
	width: 100%;
}
	 
/* ヘッダ header */ 

header {
}
	
header .container { 
	padding: 10px 0;
}
	 
header .siteTitle { 
	float: none;
	padding: 0 10px;
}
 
header .tel { 
	float: none;
}
	 
header .telNumber { 
	margin: 0 auto;
}
   
.keywords { 
	padding: 3px;
	font-size: 80%;
}
  
/* フッタ footer */ 

footer {
	padding-top: 0px;
}
	
footer .companyData { 
	position: static;
	top: auto;
	left: auto;
	margin-left: 0px;

	box-sizing: border-box;
	padding: 10px 10px;
}
	
footer .address { 
	padding-top: 10px;
}
  
footer .companyPhoto { 
	position: static;
	top: auto;
	left: auto;
	margin-left: 0;
}
  
/* ナビゲーション */ 
	
.contentMenu { 
	width: 100%;
	margin: 0px 0;
	text-align: center;
}
	 
.contentMenu li { 
	float: none;
	display: inline-block;
	max-width: 49%;
}
   
/* コンテンツ */ 

#content {
}
	
/* 見出し */ 
	
#content h2 { 
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 160%;
	border-bottom: 10px solid #f4635f;
}
	 
#content h2 span { 
	margin-left: 60px;
	padding: 10px 10px;
}
 
#content h2::before { 
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}
  
#content h3 { 
	margin-top: 10px;
	padding-bottom: 10px;
}
	 
#content h3 span { 
	font-size: 140%;
}
   
#topCopy { 
	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: left;
}
	
#topCopy .copy1 { 
	font-size: 140%;
}
 
#topCopy .copy2 { 
	font-size: 90%;
}
  
#topImage { 
	padding-top: 220px;
	height: auto;
	margin-bottom: 0px;
	background-size: 650px 200px;
	background-position: -50px 0px;

	overflow: hidden;
}
	
#topImage .photo1 { 
	position: static;
	top: auto;
	left: auto;
	margin-left: 0px;

	float: left;
	width: 42%;
}

#topImage .photo2 {
	position: static;
	bottom: auto;
	left: auto;
	margin-left: 0px;

	float: right;
	width: 54%;
}
 
#topImage .message { 
	clear: both;

	position: static;
	top: auto;
	left: auto;

	font-size: 140%;
	background-color: #fff;
}
  
article { 
}
 
section { 
	padding: 60px 0 20px;
	background-image: none;
}
	
#content .container { 
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
  
.point { 
}
	
.point li { 
	padding: 10px 10px;
}
	 
.point .comment { 
	padding-left: 0px;
	line-height: 1.4;
}
 
.point .photo { 
	float: none;
	text-align: center;
}
	 
.point .photo img { 
	padding-left: 10px;
}
    
#inspection { 
}
	
#inspection .copy { 
	font-size: 140%;
}
  
#dressup { 
}
	
#dressup .photo1 , 
#dressup .photo2 {
	padding: 0;
}
#dressup .photo1 ,
#dressup .photo2 {
	text-align: center;
}
  
#cardealer { 
}
	 
#cardealer .copy { 
	padding: 10px 0;
	font-size: 110%;
}
  
#parts { 
}
	
#parts .copy { 
	float: none;
	width: 100%;
	padding: 0px;
	font-size: 120%;
	line-height: 1.4;
}
 
#parts .photo { 
	float: none;
	width: 100%;
	padding: 20px 0 0;
}
    
} 
  
