@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}



/*======= コンテンツ ======*/



/*======= Service 営業案内 ======*/
.secS {
	padding: var(--v-space) 0;
	background: repeating-linear-gradient(
	45deg,
	rgba(27, 38, 59, 0.1) 0,    /* 紺色の薄い線 */
	rgba(27, 38, 59, 0.2) 1px,  /* 紺色のやや濃い線 */
	transparent 2px,             /* 隙間の開始 */
	transparent 4px              /* 隙間の幅 */
	);
}


/*======= 車検 ======*/
.secI {
	padding: var(--v-space) 0;
	background-color: #FFF;
}


p.price{
	color:var(--accent-color4);
	font-size:35px !important;
	font-weight:bold;
	text-align:center;
}

span.priceS{
	font-size:16px;
}

/*カード*/
.secI-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secI-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secI-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secI-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 1;
	/*ここまで*/

	padding: 10px;
	background-color: var(--accent-color4);
	border-radius: 6px;
	box-sizing: border-box;
	color:white;
}
.secI-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.secI-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}



.secI-card__item2{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secI-card__item2{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secI-card__item2{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secI-card__item2 div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 1;
	/*ここまで*/

	padding: 10px;
	background-color: var(--accent-color4);
	border-radius: 6px;
	box-sizing: border-box;
	color:white;
}
.secI-card__item2 H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.secI-card__item2 p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

/*価格カード*/
/*カード*/
.secP-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secP-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secP-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secP-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 10px;
	background-color: white;
	box-sizing: border-box;
	border: solid 1px #aaa;
	color:#666;
}
.secP-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
}
.secP-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}


/*======= 法定点検 ======*/
.secC {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_06.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 

	background-color: rgba(255, 255, 255, 0.8) !important;
	background-blend-mode: overlay;
}

@media screen and (min-width: 568px) { 
	.contentsbgC{
		background: rgba(255, 255, 255, 0.9);
		padding: 40px 40px;
	}
}

/*======= 整備 ======*/
.secM {
	padding: var(--v-space) 0;
	background-color: #FFF;
}


/*======= 鈑金修理 ======*/
.secB {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-image: repeating-linear-gradient(0deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px), repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px);
	background-size: 15px 15px;
}


/*カード*/
.secB-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secB-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secB-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secB-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/*ここまで*/

	padding: 10px;
	background-color:white;
	box-sizing: border-box;
	color:white;
}
.secB-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	color:#222;
	margin-bottom:-0.5em;
	background-color:var(--accent-color2);
}
.secB-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

/*Bodywork 鈑金修理*/
/*鈑金・塗装・修理*/
img.mono{
	filter: grayscale(100%);
}

/*======= 新車・中古車・逆輸入車販売 ======*/
.secSa{
	padding: var(--v-space) 0;
	background-color: #FFF;
}



/*======= 自動車保険 ======*/
.secIs{
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #E0F7FA;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #557da1, #CCE7FF 1px, #E6F3FF 1px, #E6F3FF);
	

	

}




/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 130%;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.4em;
	padding-left: 1.4em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 130%;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_04.png);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*会社概要*/
.bg_b{
	background: rgba(0, 0, 0, 0.86);
	padding:40px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}



/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}


/*その他*/
strong{
	font-weight:normal;
}


/*暫定*/
.waku{
	border:1px solid var(--accent-color2);
}



/*価格系テーブル 共通*/
.pr, .pr td, .pr th {
	border-collapse: collapse;
	border: 1px solid #999; 
	text-align:center;
}


     /* td スマホ 2列目のみ適用のスタイル */
table.pr tr td:nth-of-type(2){
	width:50%;
}


table.pr tr:first-child td {
	background-color:var(--accent-color2);
	text-align:center;
}


p.right{
	text-align:right;
	font-size:0.9em;
}

@media screen and (max-width: 568px) { 
	p.right{
		text-align:left;
		padding-left:1em;
		text-indent:-1em;
		margin-bottom:4px;
	}
}

.waku80{
	width:70%;
	margin-left:15%;
}


@media screen and (max-width: 568px) { 

	.waku80{
		width:initial;
		margin-left:initial;
	}

}





/*=========共通================*/
/*Inspection 車検*/ /* 鈑金・塗装・修理*/
p.fontL{
	color:var(--accent-color1);
	font-size:26px;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:800;
}
@media screen and (max-width: 568px) { 
	p.fontL{
		font-size:19px;
	}
}


.mkr {
	background: linear-gradient(to bottom, transparent 60%, #ffeb3b 60%);
	padding: 0 2px; /* 左右の余白 */
}

/*共通 画像影*/
/* 画像のクラス */
/* 画像のクラス */
.striped-shadow-img {
	box-shadow: 6px 6px 1px #E6EEFF ;
}

hr.small{
	height: 1px;
    border: none;
    margin: 4px auto;
}

