@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(43px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
}
.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;
	line-height: 1.4;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 16px;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #2d2d2d;
	margin: 1% auto 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1% auto 1.9607% auto;
}

/*画像角丸*/
img.borad{
	border-radius: 5px;
}

/*文字シャドー*/
.tx-sha{
	text-shadow: #000 1px 0 10px;
}

/**/
.f-conta {
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.4;
	font-weight: 600;
	color: #eb6100;
	margin-bottom: 10px;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_03.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*枠1*/
.photo01{
	padding: 3px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.6);
}
/**/
.flex-childad01{
	width: 37%;
}
.flex-childad02{
	width: 62%;
}
@media screen and (max-width: 768px) {
	.flex-childad01,.flex-childad02  {
		width: 99%;
		margin: 5px auto;
	}
}
.bg_w{
	padding: 10px 10px 0 10px;
	background-color: rgba(255, 255, 255, 0.85);
}


/*top_bnrsec1*/
.top_bnrsec1 {
	padding: 30px 0;
	background-color: var(--main-color);
}

.telbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.telbnr_sec-container img {
	/*border-radius: 5px;*/
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 568px) {
	.telbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}


/*画像装飾*/
.imgdeco{
	box-shadow:10px 10px 0 #d3d8dd;
	margin-bottom: 20px;
}
/*文字ボタン*/
.btwi{
	display: block;
	width: 99%;	/*★ボタンをしたに揃えるために追加*/
	margin: 10px auto 5px auto;
	box-sizing: border-box;
	margin-top: auto;	/*★ボタンをしたに揃えるために追加*/
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 568px) {
	.btwi{
		width: 100%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 35px;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	/*padding: 0 32px 0 20px;*/	/*通常*/
	padding: 0 32px 0 10px;	/*左にアイコン入れているので*/
	border-radius: 5px;
}
.btn07 a {
	background-color: var(--main-color);
	border: 1px solid transparent;
	font-size: clamp(13px, 1.3vw, 14px);
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn07 a:hover {
	background-color: #e4c000;
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/*4つ*/
.top_bnrsec1-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 10px;
}
@media (max-width: 768px) {
	.top_bnrsec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.top_bnrsec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_bnrsec1-item {
	/*padding-bottom: 2vw;*/
	box-sizing: border-box;
	/*background-color: rgba(36, 36, 36, 0.2);*/
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 12px;
	display: flex;	/*★ボタンをしたに揃えるために追加*/
	flex-direction: column;	/*★ボタンをしたに揃えるために追加*/
}
.top_bnrsec1-item h4 {
	font-size: clamp(16px, 1.6vw, 18px);
	border-top: 1px dotted #9d9d9d;
	border-bottom: 1px dotted #9d9d9d;
	margin: 2px 0 5px 0;
	text-align: center;
	line-height: 1.2;
	height:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top_bnrsec1-item p {
	margin: 2px 0 15px 0;	/*★ボタンをしたに揃えるために追加*/
	line-height: 1.4;
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
}

/*maintenance から流用 のセクション部分*/
/**/
.kukuri4 {
	box-sizing: border-box;
	padding: 13px;
	background: rgba(255, 248, 213, 0.5);
	margin: 5px 0;
	border: 3px double #bdb480;
}
/*H3タイトル*/
/*＼　／でタイトルを囲む*/
.top-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	border: 0;
	color: #444;
	margin: 10px;
  }

.top-heading::before,
.top-heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: var(--accent-color2);
}

.top-heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.top-heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/* リスト項目　横並び */
ul.sideli3{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
	flex-wrap: wrap;
	gap: 0px 10px;
	box-sizing: border-box;
}
ul.sideli3 li{
	width: calc((100% - 21px) / 3);
	position:relative;
	padding: 0 0 0 17px;
	font-weight: 400;
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 33px;
	border-bottom: dashed 1px var(--main-color);
	box-sizing: border-box;
}
ul.sideli3 li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: var(--main-color);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.sideli3 li:after{
/*三角部分*/
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	height: 0;
	width: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1000px) {
	ul.sideli3 li {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	ul.sideli3 li {
		width: calc((100% - 11px) / 2);
		font-size: 14px;
	}
}
@media (max-width: 568px) {
	ul.sideli3 li {
		width: calc((100% - 1px) / 1);
		font-size: 14px;
	}
}





/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #f2f8fb;
}

/*見出し装飾*/
.puti{
	font-size: clamp(20px, 2vw, 27px);
	position: relative;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	text-align: center;
	margin: 0 auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}

/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*----------------------------------------*/

.cz-btn {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	box-sizing: border-box;
}

.cz-btn {
	border: 2px solid #ff701e;
	border-radius: 7px;
	display: block;
	font-weight: bold;
	max-width: 300px;
	padding: 15px 40px 12px 40px;
	text-align: center;
	box-sizing: border-box;
	margin: 5px auto 15px auto;
}

.cz-btn.circle {
	background: #fff;
	color: #ff701e;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	box-sizing: border-box;
	padding-top: 13px;
}
.cz-btn.circle::after {
	background: #ff701e;
	border-radius: 60%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
	box-sizing: border-box;
}
 
.cz-btn.circle:hover {
	color: #fff;
}
.cz-btn.circle:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

/*----------------------------------------*/

.aaa {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #b4b4b494 0, #b4b4b494 1px, #ffffff00 0, #ffffff00 50%);
	left: 10px;
	box-sizing: border-box;
}
.aaa span {
	font-size: clamp(20px, 1.7vw, 23px);
	line-height: 1.3;
	background: rgba(255, 255, 255, 0.8);
	padding: 7px 10px  5px 10px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.aaa {
		width: 97%;
	}
}





/*section2-2*/
.new_sec2-2 {
	/*padding: clamp(120px, 20vw, 200px) 0;*/
	padding: clamp(120px, 10vw, 200px) 0;
	color:var(--txt-color);
}

/*調整*/
.mt-15{
	margin-top: -15px;
}

/*案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_05.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
.bg_b {
	background: rgba(242, 242, 242, 0.5);
	padding: 30px;
	/*border: 1px solid #adc6df;*/
}
/*2つ*/
.info_sec1-item {
	box-sizing: border-box;
}
.info_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 20px;
}
@media (max-width: 768px) {
	.info_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*枠*/
.photo02{
	padding: 12px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;

}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: 600;
	border-bottom: 1px solid #c6c6c6;
	padding: 13px 5px;
	width: 10em;
	/*font-family: "Zen Old Mincho", serif;*/
	font-size: 105%;
}
.info2 {
	border-bottom: 1px solid #c6c6c6;
	padding: 13px 5px;
	/*width: 400px;*/
	/*font-family: "Zen Old Mincho", serif;*/
	font-size: 105%;
	letter-spacing: 0.5px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
	/*font-family: "Zen Old Mincho", serif;*/
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/*font-family: "Zen Old Mincho", serif;*/
}
@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%;
		font-size: 95%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}



/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #f5f5f5;
}

/*topの下部バナー背景だけちょっとグレー*/
.telbnr_sec{
	padding: 60px 0;
	background-color: #F7F7F7;
	/*background-size: 10px 10px;
	background-image: repeating-linear-gradient(90deg, #a0c09b54 0, #c1ddbd54 1px, #ECF4E3 0, #ECF4E3 50%);*/
}







/*======= 新車・中古車販売 car-sales ページ ======*/

/*New car*/
.cs_sec1 {
	padding: clamp(40px, 6vw, 90px) 0;
	background-image: url(../img/bg_044.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*section2*/
.new_sec2 {
	padding: var(--v-space2) 0;
	color:var(--txt-color);
}

/* 背景括り */
.new_sec2-contentsbg {
	background: rgba(255, 255, 255, 0.6);
	width: min(92%, 1000px);
	margin: auto;
}
@media screen and (max-width: 568px) {
	.new_sec2-contentsbg {
		padding: 30px 15px 15px 15px;
	}
}



/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
/*
.sec-adimg-container-item6 { grid-area: 1 / 6 / 2 / 7; }
.sec-adimg-container-item7 { grid-area: 1 / 7 / 2 / 8; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}



/*section3 各種保険・その他手続き*/
.cs_sec3 {
	padding: 20px 0 30px 0;
}

/* 下層 */
.lowerPage-heading-decoration2{
	font-size: clamp(23px, 2.4vw, 33px);
	min-height: 0vw;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
	margin-top: 2em;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',arial,helvetica,clean,sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.lowerPage-heading-decoration2::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
}
.lowerPage-heading-decoration2 + p {
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: var(--main-color);
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}



/*section4 各種保険取扱代理店*/

h4.ab1{
	font-size: clamp(19px, 1.7vw, 19px);
	font-weight: 400;
	line-height: 1.1;
	margin: 7px 0 10px 0;
	padding: 3px;
	text-align: center;
	border-top: 1px dotted #2b90be;
	border-bottom: 1px dotted #2b90be;
	background-color: rgba(161, 213, 230, 0.3);
}

.cs_sec4 {
	padding: 0;
	background-color: #5188b116;
}
.cs_sec4-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.cs_sec4-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-image: url(../img/cs_sec4_bg.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.cs_sec4-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 40px;
}

@media (max-width: 1100px) {
	.cs_sec4-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.cs_sec4-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.cs_sec4-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media (max-width: 568px) {
	.cs_sec4-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.cs_sec4-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.cs_sec4-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}

/* リスト項目　横並び */
ul.sideli{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
	flex-wrap: wrap;
	gap: 0px 10px;
	box-sizing: border-box;
}
ul.sideli li{
	width: calc((100% - 11px) / 2);
	position:relative;
	padding: 0 0 0 17px;
	font-weight: 400;
	font-size: clamp(10px, 1vw, 15px);
	line-height: 33px;
	border-bottom: dashed 1px var(--main-color);
	box-sizing: border-box;
}
ul.sideli li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: var(--main-color);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.sideli li:after{
/*三角部分*/
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	height: 0;
	width: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1000px) {
	ul.sideli li {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	ul.sideli li {
		width: calc((100% - 11px) / 2);
		font-size: 14px;
	}
	ul.sideli li.spss{
		font-size: 11px;
	}
}





/*section5*/
.cs_sec5 {
	padding: 0;
	background-color: #5188b116;
}
.cs_sec5-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.cs_sec5-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 40px;
}
.cs_sec5-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-image: url(../img/cs_sec5_bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media (max-width: 1100px) {
	.cs_sec5-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.cs_sec5-container-item1 { 
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 40px 50px 40px;
	}
	.cs_sec5-container-item2 {
		grid-area: 1 / 1 / 2 / 2;
	 }
}
@media (max-width: 568px) {
	.cs_sec5-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.cs_sec5-container-item1 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
		 }
	.cs_sec5-container-item2 {
		grid-area: 1 / 1 / 2 / 2;
	 }
}

/* リスト項目　横並び */
ul.sideli2{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	box-sizing: border-box;
	margin-top: 20px;
}
ul.sideli2 li{
	width: calc((100% - 11px) / 3);
	list-style-type: none;
	text-align: center;
	font-size: clamp(13px, 1.4vw, 15px);
	padding: 5px;
	color: #fff;
	background-color: #1e5fa4;
	box-sizing: border-box;
}
@media (max-width: 968px) {
	ul.sideli2 li {
		width: calc((100% - 6px) / 2);
	}
	ul.sideli2 li.spss{
		font-size: 11.5px;
	}
}
@media (max-width: 568px) {
	ul.sideli2 li {
		width: 100%;
		margin: 0 5px;
	}
}








/*-------------------------------------------------*/

/*======= 車検・定期点検 maintenance ページ ======*/

/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 27px;
	/*background: rgb(238, 244, 234);*/
	margin: 0 auto;
	width: max-content;
	text-align: center;
	border: 1px dotted #858585;
	/*box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);*/
	/*border-radius: 7px;*/
}
/*ページ内リンク リスト*/
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a {
	display: inline-block;
	white-space: nowrap;
	font-size: clamp(14px, 1.5vw, 16px);
}
ul.link-menu li::after {
	content: "　|　";
	color: #aaa;
}
.link-menu li a:hover{
	display:inline-block;
}
ul.link-menu li:last-child::after{
	content: none;
}
@media screen and (max-width: 868px) {
	div.linkukuri {
		width: 98%;
	}
	.link-menu {
		gap: 0%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
		border-bottom: 1px dashed #858585;
	}
	.link-menu li a{
		display:inline-block;
		padding: 10px 0px;
		font-size: 14px !important;
	}
	ul.link-menu li::after{
		content: none;
	}
}

/*マウスオーバーアニメション*/
.textlink a {
	position: relative;
	color: #333;
	text-decoration: none;
}
.textlink a:hover {
	color: var(--accent-color2);
}
.textlink01 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color2);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}


/*section1*/
.maintenance_sec1 {
	padding: clamp(40px, 5vw, 80px) 0;
	background-color: #E3EFF4;
}
/**/
@media screen and (max-width: 768px) {
	.maintenance_sec1 {
		padding: clamp(40px, 5vw, 80px) 10px;
	}
}

/**/
.imgtext2 {
	padding: 0;
	background-color: rgba(255,255,255,0.7);
}
.imgtext-container2 {
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.imgtext-container2.reverse {
		flex-direction: row-reverse;
	}
}
@media (min-width: 769px) {
	.imgtext-container2 {
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 769px) {
	.imgtext-container2 > .text {
		flex: 1;
		min-width: 17em;
	}
}
@media (min-width: 769px) {
	.imgtext-container2 > .img {
		flex: 1;
	}
}


/* タイトルとサブタイトル（短い線で装飾） */
.heading-decoration2 {
	font-size: clamp(25px, 2.3vw, 30px);
	min-height: 0vw;
	font-weight: 400;
	color: #000;
	line-height: 1;
	text-align: center;
	margin: 25px 30px 0 30px;
}
.heading-decoration2::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: 1px solid var(--accent-color2);
	margin-top: 0.2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.heading-decoration2 + p {
	margin: 20px 30px;
}

@media screen and (max-width: 568px) {
	.heading-decoration2 {
		text-align:center;
	}
	.heading-decoration2::after {
		margin-right:auto;
		margin-left:auto;
	}
	.heading-decoration2 + p {
		margin: 20px 15px;
	}
}

/**/
.aburep {
	margin: 20px 30px;
}
@media screen and (max-width: 568px) {
	.aburep {
		margin: 20px;
	}
}
/*見出し装飾2*/
.puti2{
	font-size:  clamp(16px, 2vw, 22px);
	position: relative;
	text-align: center;
	margin: 0 auto 5px auto;
}
.puti2:before,
.puti2:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	color: #3a7dbb;
}
.puti2:before {
	left: 0;
	content: '\f101';
}
.puti2:after {
	right: 0;
	content: '\f100';
}

/**/
.kukuri{
	box-sizing: border-box;
	padding: 15px;
	background: rgba(245, 245, 245, 0.9);
	margin: 5px;
}
@media screen and (max-width: 568px) {
	.kukuri{
		padding: 10px 15px;
		margin: 5px auto;
	}
}
/**/
.pkahen{
	line-height: 1.4;
	font-size: clamp(13px, 1.6vw, 16px);
}



/*2つ*/
.maintenance_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*gap: 15px 20px;*/
}
@media (max-width: 768px) {
	.maintenance_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*
@media (max-width: 568px) {
	.maintenance_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
*/
.maintenance_sec1-item {
	/*padding-bottom: 2vw;*/
	box-sizing: border-box;
	/*background-color: rgba(161, 205, 213, 0.2);
	padding: 15px;*/
}


/*section2*/
.maintenance_sec2 {
	padding: clamp(40px, 5vw, 80px) 0;
	background-color: #f5f5f5;
}
/**/
@media screen and (max-width: 768px) {
	.maintenance_sec2 {
		padding: clamp(40px, 5vw, 80px) 10px;
	}
}


/*section PR*/
.maintenance_sec_pr {
	padding: clamp(40px, 6vw, 90px) 0;
	background-image: url(../img/bg_022.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.maintenance_sec_pr {
		background-image: url(../img/bg_022sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/*タイトル*/
.spot-heading03{
	font-size: clamp(37px,5vw,53px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-shadow: #000 1px 0 10px;
}

/**/
.kukuri3{
	box-sizing: border-box;
	padding: 13px;
	background: rgba(0, 0, 0, 0.5);
	margin: 5px 0;
	border: 3px double #555;
}

/*section3*/
.maintenance_sec3 {
	padding: var(--v-space) 0;
	background-color: #fff;
}

.maintenance_sec3 h2{
	font-size: clamp(18px, 1.9vw, 25px);
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #9d9d9d;
	margin: 0 0 5px 0;
}

/*section4*/
.maintenance_sec4 {
	padding: clamp(40px, 5vw, 80px) 0;
	background-color: #072e57;
}

/* 下層 */
.lowerPage-heading-decoration3{
	font-size: clamp(23px, 2.4vw, 33px);
	min-height: 0vw;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	margin-top: 2em;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',arial,helvetica,clean,sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.lowerPage-heading-decoration3::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px #5badf9;
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
}
.lowerPage-heading-decoration3 + p {
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: #5badf9;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}


/*ステップ*/
.flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design01 ul {
	padding: 0;
}
.flow_design01 li {
	list-style-type: none;
}
.flow_design01 dd {
	margin-left: 0;
	width: 85%;
	font-size: 90%;
	font-family: "Montserrat", sans-serif;
}
.flow01 > li {
	position: relative;
	list-style: none;
}
.flow01 > li:not(:last-child) {
	margin-bottom: 40px;
}
.flow01 > li dl {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border: 2px solid var(--accent-color2);*/
	border-radius: 10px;
	position: relative;
	background-color: #fff;
}
.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 99.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow01 > li:not(:last-child) dl::before {
	border-width: 22px;
	/*border-top-color: var(--accent-color2);*/
}

.flow01 > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.flow01 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	-ms-flex-preferred-size: 20%;
	flex-basis: 15%;
	width: 15%;
	margin-right: 2vw;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.flow01 > li dl dt .icon01 {
	font-size: 0.6em;
	color: #fff;
	background: #4785bd;
	padding: 5px 10px;
	/*margin-bottom: 10px;*/
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 88;
}

@media(max-width: 650px) {
	.flow01 > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.flow01 > li dl {
		display: block;
		padding: 15px 20px;
	}
	.flow01 > li dl dt {
		margin-right: 0;
		width: 100%;
	}
	.flow01 > li dl dt .icon01 {
		font-size: .7em;
	}
	.flow_design01 dd {
		width: 100%;
		text-align: justify;
		margin-top: 5px;
	}
}






/*======= 整備・鈑金塗装・修理 repair ページ ======*/

/*section1*/
.repair_sec1 {
	padding: clamp(40px, 5vw, 80px) 0;
	background-color: #E3EFF4;
}
/**/
@media screen and (max-width: 768px) {
	.repair_sec1 {
		padding: clamp(40px, 5vw, 80px) 10px;
	}
}

/*section2*/
.repair_sec2 {
	padding: clamp(40px, 5vw, 80px) 0;
	background-color: #f5f5f5;
}
/**/
@media screen and (max-width: 768px) {
	.repair_sec2 {
		padding: clamp(40px, 5vw, 80px) 10px;
	}
}

/*section3*/
.repair_sec3 {
	padding: 20px 0 clamp(40px, 5vw, 80px) 0;
}
/**/
@media screen and (max-width: 768px) {
	.repair_sec3 {
		padding: clamp(40px, 5vw, 80px) 10px;
	}
}
/**/
.repair_sec3 h4{
	font-size: clamp(16px, 1.8vw, 21px);
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #9d9d9d;
	margin: 0 0 5px 0;
}

/**/
.kukuri2{
	box-sizing: border-box;
	padding: 13px;
	background: rgba(245, 245, 245, 0.9);
	margin: 5px 0;
	border: 3px double #9d9d9d;
}
@media screen and (max-width: 568px) {
	.kukuri2{
		padding: 10px 15px;
		margin: 5px auto;
	}
}
/**/
.pkahen2 {
	line-height: 1.6;
	font-size: clamp(13px, 1.4vw, 15px);
	text-align: justify;
	font-weight: 600;
}
@media screen and (max-width: 568px) {
	.pkahen2 {
		font-size: 15px;
	}
}

/*section4 修理例*/
.repair_sec4 {
	padding: 20px 0 clamp(40px, 5vw, 80px) 0;
	background: #eef0e4;
}
/*Gallery*/
/*3つ*/
.repair_sec-item {
	padding-bottom: 2vw;
}
.repair_sec-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
}
@media (max-width: 768px) {
	.repair_sec-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.repair_sec-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.repair_sec4 h4{
	font-size: clamp(17px, 1.8vw, 20px);
	padding: 3px 0 2px 0;
	border-top: 1px dotted #424242;
	border-bottom: 1px dotted #424242;
	margin: 5px 0;
}
/**/
.fuzoku{
	background-color: rgba(204, 204, 204, 0.3);
	padding: 10px;
	line-height: 1.4;
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
}

/*アイコン*/
.i-icon01 {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 5px 1px 0;
}

/* よくある質問 FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	/*background-color: #f9f7f5;*/
}
/*通常デザイン*/
div.faq p.b {
	font-weight: 600;
	color: #000;
}
div.faq p.b::first-letter {
	color: var(--accent-color2);
	/*font-size: 110%;*/
	font-weight: 600;
}
div.faq p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq p::first-letter {
	color: #eb6100;
	font-weight: 600;
	/*font-size: 110%;*/
}








/*======= お問い合わせページ ======*/


::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}










/*-------------------------------------------------*/




























