@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	/* padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ; 初期値 BNRsectionがないときはこちら*/
	padding: clamp(40px, 6vw, 90px) 0 0 ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.bld{
	font-weight:600;
}


/*カード*/
.secGp-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secGp-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secGp-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secGp-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 1;
	/*ここまで*/
	background-color: var(--accent-color4);
	border-radius: 6px;
	box-sizing: border-box;
	color:white;
}
.secGp-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background-color:var(--accent-color1);
	border-radius:5px;
}
.secGp-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}


.secGp-card__item2{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secGp-card__item2{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secGp-card__item2{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secGp-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;
}
.secGp-card__item2 H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.secGp-card__item2 p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}



/*車検価格カード*/
.secG-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secG-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secG-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secG-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;
}
.secG-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);
}
.secG-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}
p.price{
	text-align:center;
	font-size:1.6em;
	color:var(--accent-color1);
	font-weight:600 !important;
}
.priceS{
	font-size:0.6em;
}

@media screen and (max-width: 568px) { 
	hr.pcOnly{
		display:none;
	}
}

.waku{
	border:1px solid var(--main-color);
	padding:10px;
	margin-top:1em;
	margin-bottom:1em;
	background-color:var(--accent-color3);
}

.waku2{
	font-weight:600;
	border-radius:5px;
	padding:10px;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	color:white;
	background-color:var(--accent-color1);
}
@media screen and (max-width: 568px) { 

	.waku2{
		border-radius:10px;
	}
}

.heading, .heading14::before, .heading-decoration_c + p, .heading-decoration + p, .heading-decoration_nl + p, .heading-decoration_lg + p {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700 !important;
	font-style: normal;
}
.heading06, .heading span, .spot-heading02, .heading-decoration, .flow01 > li dl dt, .greeting-card__item H4, .sec1-card__item H4, .heading-decoration2, .sec2__title, .sec2__catch01, .sec2__subtitle, .heading-decoration_nl, .heading-decoration_c, .heading-decoration_lg, .card__item H4 {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
}
.heading-decoration_c {
	font-size: clamp(22px, 3vw, 26px);
	min-height: 0vw;
	line-height: 1.4;
	font-weight: 400;
	color: #444;
	text-align: center;
}

.heading-decoration_c + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}

.heading-decoration_c::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.2rem;
	border-bottom: 2px solid var(--main-color);
	font-weight: bold;
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;
}

/* テーブル */

table.gr{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

table.gr td{
	padding: 6px 4px;
	border-bottom: solid 1px #ddd;
}


/*1行目のみ指定*/
table.gr tr:first-child {
	font-weight: normal !important;  
	background-color:var(--main-color);
	text-align:center;
	color:white;
}

table.gr td:first-child {
	width:70%;
	font-weight: normal !important;  
}

/* 2行目以降 × 2列目以降 */
table.gr tr:nth-child(n+2) td:nth-child(n+2){
	text-align: right;
	font-size:1.2em;
}



/*======= BNR section ======*/

.bnr_sec1 {
	padding: var(--v-space) 0 var(--v-space);
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
}
.bnr_sec1::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--base-color);
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼ 谷型 */
	z-index: 2; /* 上にかぶせる */
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 30px 0 20px 0;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}



/*======= コンテンツ ======*/


/*======= Service 当社の車検 ======*/
.secS {
	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;
}
.str{
	font-weight:700;
}

.rdp{
	font-weight:700;
	color:var(--accent-color1) !important;
}

/*======= Price 車検コース・料金 ======*/
.secP {
	padding: var(--v-space) 0;
	background-color: #FFF;
}

.contentsbg2a {
	padding: 0px 0px !important;
}

.rb{
	color:#ff0000;
	font-weight:700 !important;
}

h4.title{
	display:inline-block;
	padding:5px;
	font-size:1.1em;
	margin-top:1em;
	margin-bottom:0.4em;
	background-color: var(--accent-color1);
	color:white;
	border-radius:5px;
}


.wakuP {
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;

	background-image: url("../img/bg_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	text-align: center;
	border-radius: 30px;
	color: white;
	font-weight: 500;
	font-size: 1.2em;
}

@media screen and (max-width: 568px) { 
	.wakuP {
		border-radius:10px;
	}
}


/*  カード全体（横並び）  */
.secP-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

/* タブレット以下 */
@media (max-width: 968px){
	.secP-card__item{
		grid-template-columns: repeat(2, 1fr);
	}
}

/* スマホ */
@media (max-width: 568px){
	.secP-card__item{
		grid-template-columns: 1fr;
	}
}

/*  カード1枚（中身） */
.secP-card__item > div{
	display: flex;                /* gridは使わない */
	flex-direction: column;
	padding: 10px;
	background-color: var(--base-color);
	box-sizing: border-box;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3);
	border:1px solid var(--main-color);
}

@media screen and (max-width: 568px) { 
	.secP-card__item > div:not(:first-child) {
		margin-top: 3em; /* 必要な余白に調整 */
	}
}


/*  見出し周り  */
.secP-card__item hgroup{
	margin-bottom: 10px;
}

.secP-card__item h3{
	padding: 5px 0;
	font-size: clamp(23px,1.5vw,26px);
	font-weight: bold;
	line-height: 1.3;
	text-align:left;
	font-weight:700;
}

.heading-decoration_c2::after {
	margin-left: 0;
	border-bottom: 2px solid var(--accent-color1);
}
.heading-decoration_c2 + p {
	text-align:left;
}



/*  画像（崩れ防止） = */
.secP-card__item img{
	width: 100%;
	height: auto;
	display: block;
	flex-shrink: 0;      /* 高さ計算から隔離 */
	margin-bottom: 10px;
}

/*  囲み（.waku）  */
.secP-card__item .waku{
	margin: 10px 0;
	padding: 8px;
	border: solid 1px var(--main-color);
	border-radius: 6px;
}

/*  テーブル = */
.secP-card__item table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

.secP-card__item table td{
	padding: 6px 4px;
	border-bottom: solid 1px #ddd;
}


/*1行目のみ指定*/
.secP-card__item table tr:first-child {
	font-weight: normal !important;  
	color:white;
}


.secP-card__item table tr:first-child {
	background-color:var(--main-color);
	text-align:center;
}

.secP-card__item table td:first-child {
	width:70%;
	font-weight: normal !important;  
}

/* 2行目以降 × 2列目以降 */
.secP-card__item table tr:nth-child(n+2) td:nth-child(n+2){
	text-align: right;
	font-size:1.2em;
	font-weight:600;
}

/*  補足テキスト  */
.secP-card__item p{
	margin: 6px 0;
	line-height: 1.6;
}

.secP-card__item h4,
.contentsbg2 h4{

	margin-top: 10px;
	font-size: 1rem;
	font-weight: bold;
	border-bottom:1px solid #aaa;
}
/*  オプション位置を下揃え = */
.secP-card__item > div h4{
	margin-top: auto;
}

/*======= Recruitment 求人情報 ======*/
.secR {
	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;
}
.heading-decoration{
	font-weight:600;
}


.kakomi02 span {
	background-color:#8E1A1A;
	border-radius:5px;
	color:white;
	position: relative;
	padding: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(16px, 1.3vw, 18px);
	overflow: hidden;
}

@media only screen and (max-width: 568px) {
    .kakomi02 {
        text-align: center;
    }
}



.rec, .rec td, .rec th {
	border-collapse: collapse;
	border-bottom: 1px solid #999; 
	text-align:left;
	padding:10px;
}
.rec td:first-child {
	font-weight: bold;          /* 文字を太字に */
	width:40%;
	text-align:center;
}




/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #fff;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;
	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}

.faq-question {
	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.jpg);
	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.8);
	padding:40px;
	border-radius: 20px;
}
@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; /* 背景画像より上に表示 */ 
}

.f-50{
	font-size:40px;
}
@media screen and (max-width: 568px) { 
	.f-50{
		font-size:34px;
	}
}
.kana{
	display:inline-block;
	margin-left:3em;
}
/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}

.spot-heading01 {
	font-size: clamp(40px, 6vw, 60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02 {
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs', 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana;
}

/*その他*/
strong{
	font-weight:normal;
}

/*全h3*/
h3{
	font-family: 'Zen Old Mincho', serif;
	font-weight:500;
	font-style:normal;
}

p.indent{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:4px;
}

/*ヘッダ電話番号調整*/
.header-details2a {
	background-color:var(--main-color);
	text-align:right;
	font-size:12px;
}

/* 料金表 */
table.pr{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 12px 0;
}

/* 罫線 */
table.pr td{
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 10px;
  vertical-align: middle;
}

/* 見出し行（1行目） */
table.pr tr:first-child td{
  background: #222;   /*  */
  color: #fff;
  font-weight: 700;
  border-bottom: none;
}

/* 右列の金額を右寄せ */
table.pr td:last-child{
  text-align: right;
  font-weight: 700;
}

/* スマホで崩れ防止 */
table.pr td{
  word-break: break-word;
}
/* 割引テーブルは黒ヘッダーにしない */
table.pr-discount tr:first-child td{
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
/* 割引テーブルは下線を消す */
table.pr-discount td{
  border-bottom: none;
}
