@charset "utf-8";


/**************************************/
/* 共通設定 */
/**************************************/
/*基本設定
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 750px) {
	body { font-size: 13px; }
}

/* iOS表示削除 */
* { -webkit-appearance: none; }

/*共通部
---------------------------------------------------------------------------*/
/* タイトル */
@media screen and (min-width:751px) {
	h2 { 
		padding: 0 0 0 20px;
		font-size: 30px;
		margin-top: 20px;
		border-left: 10px solid #E60016;
	}
}
@media screen and (max-width: 750px) {
	h2 { 
		padding: 0 0 0 10px;
		font-size: 20px;
		border-left: 5px solid #E60016;
	}
}
h3 { 
	background-color: #ffe101;
	padding: 10px;
}
@media screen and (min-width:751px) {
	h3 { font-size: 18px; }
}
@media screen and (max-width:750px) {
	h3 { font-size: 14px; }
}

/* ボタン
----------------------------------*/
/* 赤各丸ボタン */
.button01 a {
	display:block;
	color:#FFF;
	padding:10px;
	width:300px;
	border-radius: 5px;
	background-color:#E60016;
	text-align: center;
	text-decoration:none;
	font-size: 20px;
	position: relative;
}
.button01 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 0;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.button01 a:hover {
	background-color:#eb3244;
	color:#FFF;
}
@media screen and (max-width:750px) {
	.button01 a { 
		width: 200px;
		font-size: 14px;
		display: block;
		margin: 0 auto;
	}
}

/* ライン
----------------------------------*/
/* 黒実線ライン */
.line01 {
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 2px solid #000;
}
/* 黒実線ライン */
.line02 {
	height: 0;
	border: 0;
	border-top: 2px dashed #ffe101;
}

hr.partition {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*囲い*/
.frame01 { 
	border: 5px solid #E60016;
	padding:30px;
}
@media screen and (max-width:750px) {
	.frame01 { padding: 10px; }	
}

.frame02 {
	background-color: #ffe101;
	padding:20px;
}
@media screen and (min-width:751px) {
	.frame02 { padding: 20px 20px 20px 50px; }
}

.frame03 {
	border: 3px solid #ffe101;
	padding:10px;
}

.frame04 {
	color:#FFF;
	border-radius: 5px;
	background-color:#E60016;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
@media screen and (min-width:751px) {
	.frame04 {
		width:290px;
		padding:10px;
		font-size: 18px;
		margin-right: 30px;
	}
	.frame04 span { font-size: 26px; }
}
@media screen and (max-width:750px) {
	.frame04 {
		width:49%;
		margin-right: 2%;
	}
}

/* タイトル
----------------------------------*/
/* 太字 */
.title01 {
	font-weight: bold;
	font-size: 40px !important;
}
.title01 span { color: #E60016; }
@media screen and (max-width:750px) {
	.title01 { font-size: 20px !important; }
}

.title02 {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
@media screen and (max-width:750px) {
	.title02 { font-size: 16px !important; }
}

/* 文章 */
.sent01 {
	font-size: 20px !important;
	font-weight: bold;
}
.sent01 span { font-size: 16px; }
@media screen and (max-width:750px) {
	.sent01 { font-size: 14px !important; }
	.sent01 span { font-size: 12px; }
}
.sent02 { font-size: 18px !important; }
@media screen and (max-width:750px) {
	.sent02 { font-size: 13px !important; }
}

/* 画像設定 */
@media screen and (min-width:751px) {
	.img01 {
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width:750px) {
	.img01 { width: 100%; }
}

/*リンク（全般）設定*/
a { color: #000; }
a:hover {
	color: #E60016;
	text-decoration: none;
}


/*その他
---------------------------------------------------------------------------*/
/***幅***/
/* PC表示 */
@media screen and (min-width:751px) {
	.pc_w1000 { width: 1000px; }
}

/***非表示***/
.none { display: none; }
@media screen and (min-width:751px) {
	.pc_none { display: none; }
}
@media screen and (max-width:750px) {
	.sp_none { display: none; }
}

/***インナー***/
@media screen and (min-width:751px) {
	.inner, .inner02 {
	    width: 1000px;
	    margin: 0 auto;
	}
}
@media screen and (max-width:750px) {
	.inner02 { padding: 20px; }
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*ラッパー
---------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	position: relative;
	line-height: 1.4;
}
/* SP表示 */
@media screen and (max-width:750px) {
	#wrapper { width: auto; }
}

/* トップエリア
---------------------------------------------------------------------------*/
@media screen and (max-width:750px) {
	#top_area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(256,256,256, 0.8);
		z-index: 9999;
	}
}


/* ヘッダー
---------------------------------------------------------------------------*/
#header { margin-bottom: 10px; }
@media screen and (min-width:751px) {
	#header { position:relative; }
}
@media screen and (max-width:750px) {
	#header { 
		height: 38px;
	}
}

/*トップロゴ
----------------------------------*/
#top_logo { position: relative; }
@media screen and (min-width:751px) {
	#top_logo {
		top: 0;
		left:0;
		width: 420px;
	}
}
@media screen and (max-width:750px) {
	#top_logo {
		position: relative;
		top: 5px;
		left:5px;
		width:150px;
	}
	#top_logo img { vertical-align: middle; }
}

/* トップ住所
----------------------------------*/
@media screen and (min-width:751px) {
	.top_addr, .top_access { 
		font-size: 18px;
		padding: 0 10px;
	}
	.top_access {
		display:inline-block;
		background-color: #ffe100;
		color: #E60016;
	}
}

/*コンタクトエリア
----------------------------------*/
@media screen and (min-width:751px) {
	#contact_area {
		position: absolute;
		right:0px;
		top: 0px;
		width: 360px;
	}
	#contact_area img {
		display: block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:750px) {
	.top_tel_button, .top_contact_button {
		position: absolute;
		top: 10px;
		display: block;
	}
	.top_tel_button {
		right: 125px;
	}
	.top_contact_button {
		right: 85px;
	}
}


/* グローバルナビゲーション
---------------------------------------------------------------------------*/
/* グローバルナビゲーション
----------------------------------*/
#menu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;

}
@media screen and (min-width:751px) {
	#menu ul li { float: left; }
	#menu ul li a {
		width: 166px;
		margin:10px 0;
		line-height:1.3;
		font-size:16px;
		text-align: center;
	}
	#menu ul li.select a { color: #E60016; }
}
@media screen and (max-width:750px) {
	#menu ul li {
		display: block;
		width: 100%;
	}
	#menu ul li a {
		padding: 10px 20px;
		margin: 0px;
		line-height:1;
		letter-spacing: 0.1em;
		background-position: left center;
		font-size: 14px;
		text-align: left;
		border-top: 1px dotted #E60016;
		background-color: #fff;
	}
	#menu ul li:last-child a { border-bottom: 1px dotted #E60016; }
	#menu ul li.select a, #menu ul li a:hover {
		background-color: #E60016;
		color:#fff;
	}

	/*アコーディオンメニュー*/
	#menu #nav-toggle {
		display: block;
	 	position: absolute;
	 	right: 0;
	 	top: 10px;
	 	cursor: pointer;
	    left: auto;
	    width: 60px;
	    height: 30px;
	    border: solid 1px #E60016;
	    background-color: #fff;
	    color: #E60016;
	    padding-right: 15px;
	    font-size: 11px;
	    line-height: 28px;
	    text-align: center;
	    font-weight: bold;
	}
	#menu #nav-toggle:after {
	  content: "";
	  position: absolute;
	  right: 10px;
	  top: 50%;
	      width: 7px;
	    height: 7px;
	    background-color: transparent;
	    border-radius: 0;
	    border-top: solid 2px #E60016;
	    border-left: solid 2px #E60016;
	    -webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	    background-image: none;
	    right: 10px;
	    top: 50%;
	    margin-top: -7px;
	}
	.js .nav-collapse {
	  clip: rect(0 0 0 0);
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	.nav-collapse,
	.nav-collapse ul {
		list-style: none;
		width: 100%;
		float: left;
	}
	.nav-collapse.opened {
	  max-height: 9999px;
	}
}


/*メイン画像
---------------------------------------------------------------------------*/
.top_message { 
	color: #E60016;
	font-weight: bold;
}
#mainimg img { width: 100%; }
@media screen and (min-width:751px) {
	.top_message { 
		font-size: 18px;
		padding: 10px;
	}
}
@media screen and (max-width:750px) and (min-width:451px) {
	.top_message { font-size: 16px; }
}

/*コンテイナー
---------------------------------------------------------------------------*/
@media screen and (min-width:751px) {
	#top_container p { text-align: center; }
}
@media screen and (max-width:750px) {
	#container { margin-top: 50px; }	
}
/*パンくずリスト*/
#breadcrumb {
	font-size: 12px;
	margin: 10px 0;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}
#breadcrumb li a {
	text-decoration: underline;
}
@media screen and (min-width:751px) {
	#breadcrumb { font-size: 12px; }
}
@media screen and (max-width:750px) {
	#breadcrumb {
		font-size: 10px;
		padding: 0 10px;
	}
}

/* コンタクトエリア下 */
@media screen and (min-width:751px) {
	#bottom_contact div {
		float: right;
		width: 360px;
	}
	#bottom_contact div img:first-child { margin-bottom: 5px; }
}
@media screen and (max-width:750px) {
	#bottom_contact img {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
		max-width: 360px;
	}
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 12px;
}
/* PC表示 */
@media screen and (min-width:751px) {
	#footer ul {
		text-align: center;
	}
	#footer ul li {
		display: inline-block;
		padding: 0 10px;
		margin: 10px 0;
		line-height: 12px;
		border-right: 1px solid #DDD;
	}
	#footer ul li:last-child {
		border-right: none;
	}

	#footer a {
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:750px) {
	#footer ul li a {
		display: block;
		float: left;
		width: 44%;
		padding: 10px 3%;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
	}
	#footer ul li a:hover {
		background-color: #EEE;
	}
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (max-width:750px) {
	#copyright { font-size: 10px; }
}


/**************************************/
/* ページ設定 */
/**************************************/
/* TOPページ(index.html)
---------------------------------------------------------------------------*/
/* ホリデー鈑金オススメ部 */
#top_reason ul li { float: left; }
@media screen and (min-width:751px) {
	#top_reason ul li:nth-child(3n) { margin-right: 0; }
	#top_reason div img { float: right; }
	#top_reason p { font-size: 30px; }
}
@media screen and (max-width:750px) {
	
	#top_reason ul li:nth-child(2n) { margin-right: 0; }
	#top_reason div img { 
		display: block;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width:750px) and (min-width:451px) {
	#top_reason p { 
		text-align: center;
		font-size: 20px;
	}
}
@media screen and (max-width:450px) {
	#top_reason p { 
		text-align: left;
		font-size: 14px;
	}
}

/* 自動車保険料と自費修理の関係 */
@media screen and (min-width:751px) {
	#top_kankei div {
		width: 300px;
		float: left;	
		margin-bottom: 20px;	
	}
	#top_kankei img { float: right; }
}
@media screen and (min-width:751px) {
	#top_kankei img { width: 520px; }
}
@media screen and (max-width:750px) {
	#top_kankei img {
		display: block;
		margin: 20px auto;
		width: 100%;
	}
}
/* キズ、歪み、大破 */
#top_kizu a { 
	display: block;
	text-decoration: none;
	background-color: #E60016;
	padding:10px 30px;
	box-shadow:5px 5px 10px 0px #525252;
	-moz-box-shadow:5px 5px 10px 0px #525252;
	-webkit-box-shadow:5px 5px 10px 0px #525252;
}
#top_kizu a:hover { background-color: #eb3244; }
#top_kizu > p { font-weight: bold; }
@media screen and (min-width:751px) {
	#top_kizu > p { 
		font-size: 25px;
		float: left;
		padding: 15px 0 0 30px;
	}
	#top_kizu a { float: right;	}
}
@media screen and (max-width:750px) {
	#top_kizu > p { 
		padding-bottom: 10px;
	}
}

/* リスト */
#top_list div { margin: 20px 0; }
#top_list p img { width: 200px; }
@media screen and (min-width:751px) {
	#top_list p.frame04 { float: left; }
	#top_list p.sent01 { 
		float: right;
		width: 660px;
	}
}
@media screen and (max-width:750px) {
	#top_list p.frame04 { margin: 0 auto 10px; }
}


/* 料金・事例ページ(price.html)
---------------------------------------------------------------------------*/
/* 料金部 */
#price > div {
	background-color: #ffe101;
	padding: 10px;
}
#price div div { font-weight: bold; }
#price div div p {
	background-color: #fff;
	color: #E60016;
	padding: 30px 0;
	text-align: center;
	margin-top: 20px;	
	font-style: italic;
	border: 3px solid #E60016; 
}
@media screen and (min-width:751px) {
	#price div div {
		float: left;
		width: 300px;
		font-size: 35px;
		padding: 10px;
	}
	#price div div span { font-size: 20px; }
	#price div img { float: right; }
}
@media screen and (max-width:750px) {
	#price div div {
		font-size: 20px;
	}
	#price div div span { font-size: 12px; }
	#price div img { width: 100%; }
	#price div div p { 
		margin-top: 10px;
		padding: 10px 0;
	}
}

/* 事例部 */
#jirei > div {
	border:3px solid #E60016;
	padding: 10px;
}
#jirei ul li {
	border-bottom: 2px dashed #ffe101;
	font-weight: bold;
	line-height: 2;
}
@media screen and (min-width:751px) {
	#jirei ul {
		padding: 20px;
		float: right;
		width: 300px;
	}
	#jirei ul li { font-size: 16px; }
}
@media screen and (max-width:750px) {
	#jirei ul {
		padding: 10px;
		margin-bottom: 20px;
		
	}
	#jirei div img { width: 100%; }
}


/* スタッフ・店舗情報ページ(staff.html)
---------------------------------------------------------------------------*/
/* スタッフ部 */
#staff > div > div {
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
}
#staff div div img { display: block; }
#staff div div p.name {
	background-color: #DDDDDD;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
@media screen and (min-width:751px) {
	#staff > div > div {
		width: 473px;
		float: left;
		margin-right: 10px;
	}
	#staff div div img {
		float: left;
		margin-right: 10px;
	}
	#staff div div div { 
		float: left;
		width: 288px;
	}
	#staff > div > div:nth-child(2n) { margin-right: 0; }
}
@media screen and (max-width:750px) {
	#staff div div img { margin: 0 auto 10px; }
}

/* 店舗情報 */
#shop div.kihon div img, #shop div.kihon div iframe  {
	display: block;
	margin-bottom: 10px;
}
#shop div.kihon div a {
	display: block;
	background-color: #E60016;
	width: 200px;
	text-align: center;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
}
#shop div.kihon div a:hover {
	background-color:#eb3244;
}
@media screen and (min-width:751px) {
	#shop div.kihon div { float:left; }
	#shop div.kihon div:first-child { margin: 0 20px 20px 0; }
	#shop div.kihon iframe {
		width: 521px;
		height: 350px;
	}
}
@media screen and (max-width:750px) {
	#shop div.kihon div:first-child { margin-bottom: 20px; }
	#shop div.kihon div img:first-child { 
		width: 100%;
		max-width:459px;
		margin: 0 auto 10px;
	}
	#shop div.kihon div img:nth-child(2n) { width: 200px; }
	#shop div.kihon iframe {
		width: 100%;
		height: 200px;
	}
}
#shop div.factory_img img {
	display: block;
	float:left;
}
@media screen and (min-width:751px) {
	#shop div.factory_img img { margin:0 36px 20px 36px; }
}
@media screen and (max-width:750px) {
	#shop div.factory_img img { 
		width: 40%;
		margin: 10px 5%;
	}
}
@media screen and (min-width:751px) {
	#shop div.shop_info dl,dt,dd {
		margin: 0;
		padding: 0;
	}
	#shop div.shop_info dl {
		width: 1000px;
		background-color: #E60016;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	#shop div.shop_info dl dt {
		float: left;
		padding:20px;
		width: 200px;
		color: #FFFFFF;
		border-top:1px solid #FFFFFF;
	}
	#shop div.shop_info dl dd:nth-child(4n+2) {
		margin-left: 210px;
		padding:20px;
		background-color: #EEE;
		border-top:1px solid #FFFFFF;
	}
	#shop div.shop_info dl dd:nth-child(4n) {
		margin-left: 210px;
		padding:20px;
		background-color: #FFFFFF;
		border-top:1px solid #FFFFFF;
	}
}
@media screen and (max-width: 750px) {
	#shop div.shop_info dl,dt,dd {
		margin: 0;
		padding: 0;
	}
	#shop div.shop_info dl {
		width: 100%;
		overflow:hidden;
	}
	#shop div.shop_info dl dt {
		display: block;
		padding:10px;
		background-color: #E60016;
		color: #FFFFFF;
	}
	#shop div.shop_info dl dd {
		display: block;
		padding:10px;
	}
}


/* Q&A・お客様の声ページ(qa.html)
---------------------------------------------------------------------------*/
/* Q&A部 */
#qa ul a {
	text-decoration: none;
	padding: 10px;
	display: block;
	font-weight: bold;
}
#qa ul li { 
	padding-left: 2em;
	text-indent: -2em;
}
#qa ul li:before { content:"Q："; }
#qa div img { display: block; }
#qa dl {
	background-color: #EEE;
	margin: 20px 0;
	padding: 20px;
	border-radius: 5px;
}
#qa dl dt:before { content:"Q："; }
#qa dl dd:before { content:"A："; }
#qa dl dt, #qa dl dd {
	padding-left: 2em;
	text-indent: -2em;
}
#qa dl dt { 
	color:#E60016;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (min-width:751px) {
	#qa ul { float: left; }
	#qa div img { float: right; }
	#qa ul li { font-size: 16px; }	
}
@media screen and (max-width:750px) {
	#qa ul li { font-size: 14px; }
	#qa div img {
		margin: 10px auto;
		width: 200px;
	}
}

/* お客様の声部 */
#voice div img { display: block; }
#voice div div div { 
	background-color: #EEE;
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 5px;
}
#voice div div div p:nth-child(2n) {
	text-align: right;
}
@media screen and (min-width:751px) {
	#voice div img { float: left; }
	#voice > div > div { 
		float: right;
		width: 650px;
	}
}
@media screen and (max-width:750px) {
	#voice div img {
		margin: 10px auto 20px;
		width: 200px;
	}
}


/* 鈑金の流れページ(flow.html)
---------------------------------------------------------------------------*/
#flow > img {
	display: block;
	margin: 20px auto;
}
.flow_box > p {
	background-color: #ffe101;
	padding: 10px;
	font-weight: bold;
}
.flow_box div {
	background-color: #eee;
}
.flow_box div ul { clear: both; }
.flow_box div ul li { padding: 10px 0; }

@media screen and (min-width:751px) {
	.flow_box > p { font-size: 25px; }
	.flow_box > p span { font-size: 18px; }
	.flow_box div { padding: 10px 30px; }
	.flow_box div > p { 
		float: left;
		width: 650px;
	}
	.flow_box div.arrow_wide p { 
		float: none;
		width: 100%;
	}
	.flow_box div img { float: right; }
	.flow_box div.arrow_wide img {
		display: block;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width:750px) {
	#flow > img { width: 150px; }
	.flow_box > p { font-size: 14px; }
	.flow_box > p span { font-size: 11px; }
	.flow_box div { padding: 10px; }
	.flow_box div img { 
		display: block;
		margin: 10px auto 0;
		width: 100%;
		max-width: 240px;
	}
	.flow_box div.arrow_wide img { max-width: none; }
}

/* 自動車保険と自費修理ページ(hoken.html)
---------------------------------------------------------------------------*/
/* 保険１ */
#hoken01 > img, #hoken02 > img {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}
#hoken01 div div p { line-height: 2.0; }
@media screen and (min-width:751px) {
	#hoken01 div img { float:left; }
	#hoken01 div div { 
		float: right;
		width: 650px;
		line-height: 2;
	}
}
@media screen and (max-width:750px) {
	#hoken01 div img { 
		width:200px;
		margin: 0 auto 10px;
		display: block;
	 }
}

/* 保険2 */
#hoken02 p.fukidashi {
	position: relative;
	background: #ffe101;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	font-weight: bold;
	line-height: 1.5;
}
#hoken02 p.fukidashi:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 20px;
}
@media screen and (min-width:751px) {
	#hoken02 div img { float:left; }
	#hoken02 p.fukidashi { 
		float: right;
		font-size: 25px;
		padding: 20px 70px;
	}
	#hoken02 p.fukidashi:after {
		right: 100%;
		top: 50%;
		border-right-color: #ffe101;
		margin-top: -20px;
	}
	#hoken02 div:last-child { text-align: right; }
}
@media screen and (max-width:750px) {
	#hoken02 div img { 
		width:200px;
		margin: 0 auto 30px;
		display: block;
	 }
	#hoken02 p.fukidashi { 
		padding: 10px;
		font-size: 14px;
	}
	#hoken02 p.fukidashi:after {
		bottom: 100%;
		left: 50%;
		border-bottom-color: #ffe101;
		margin-left: -20px;
	}
	#hoken02 div:last-child p:last-child { font-size: 11px; }
}