




/***** ページコンテンツ *****/
/*フォームリンクボタン群*/
section.contact_guide ul.form_links {
	width: 765px;
	margin: 60px auto 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.contact_guide ul.form_links li {
	width: 366px;
	margin-bottom: 24px;
}
section.contact_guide ul.form_links li:first-of-type {
	width: 480px;
}
section.contact_guide ul.form_links li:nth-of-type(2),
section.contact_guide ul.form_links li:nth-of-type(4) {
	margin-right: 32px;
}
section.contact_guide ul.form_links li a {
	display: block;
	height: 92px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
	filter: drop-shadow(0px 4px 0px #CCC);
}
/*hover*/
section.contact_guide ul.form_links li a:hover {
	filter: unset;
	opacity: 0.7;
	transform: translate3d(0, 4px, 0);
}
section.contact_guide ul.form_links li a p {
	font-size: 14px;
	font-weight: 600;
	color: #444444;
	line-height: 1.4;
	padding-left: 90px;
	padding-right: 30px;
	position: relative;
}
section.contact_guide ul.form_links li a p span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 4px;
}
section.contact_guide ul.form_links li a p span::after {
	content: '\f138';
	color: #ED6103;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
	vertical-align: text-bottom;
}
section.contact_guide ul.form_links li a p::before {
	position: absolute;
	top: 50%;
	left: 54px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: '';
	display: inline-block;
	width: 50px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
/*➀来店予約する*/
section.contact_guide ul.form_links li:nth-of-type(1) a p span {
	font-size: 24px;
}
section.contact_guide ul.form_links li:nth-of-type(1) a p span::after {
	color: #009FF4;
	font-size: 18px;
	margin-left: 12px;
}
section.contact_guide ul.form_links li:nth-of-type(1) a p::before {
	background-image: url(../images/contact_guide/icon_reserve.png);
}
/*②在庫車について*/
section.contact_guide ul.form_links li:nth-of-type(2) a p::before {
	background-image: url(../images/contact_guide/icon_stock.png);
}
/*③買取・査定*/
section.contact_guide ul.form_links li:nth-of-type(3) a p::before {
	background-image: url(../images/contact_guide/icon_assess.png);
}
/*④整備・メンテナンス*/
section.contact_guide ul.form_links li:nth-of-type(4) a p::before {
	background-image: url(../images/contact_guide/icon_maint.png);
}
/*⑤その他お問い合わせ*/
section.contact_guide ul.form_links li:nth-of-type(5) a p::before {
	background-image: url(../images/contact_guide/icon_contact.png);
}

/*お電話でのお問い合わせをご利用ください*/
section.contact_guide h3 {
	width: 765px;
	margin: 0 auto 48px;
	border-top: 2px solid #FCC09E;
	border-bottom: 2px solid #FCC09E;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
section.contact_guide h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/contact_guide/h_yaji.png);
	background-color: #FFF;
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
section.contact_guide h3 > span {
	width: 280px;
	height: 28px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
section.contact_guide h3 > span:nth-of-type(1) {
	margin-right: 10px;
}
section.contact_guide h3 > span::before {
	content: '\f0ad';
	color: #ED6103;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
}
section.contact_guide h3 p {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

/*電話番号リンクボタン群*/
section.contact_guide ul.tel_links {
	width: 765px;
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.contact_guide ul.tel_links li {
	width: 366px;
	margin-bottom: 34px;
}
section.contact_guide ul.tel_links li a {
	display: block;
	height: 72px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	filter: drop-shadow(0px 4px 0px #CCC);
}
/*hover*/
section.contact_guide ul.tel_links li a:hover {
	filter: unset;
	opacity: 0.7;
	transform: translate3d(0, 4px, 0);
}
section.contact_guide ul.tel_links li a {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	position:relative;
}
section.contact_guide ul.tel_links li a::before {
	background-image: url(../images/contact_guide/icon_tel_orange.png);
	background-color: #FFF;
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 8px;
}
section.contact_guide ul.tel_links li a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f138';
	color: #ED6103;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/*ポップアップ部分*/
.popup1,.popup2,.popup3,.popup4 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup1.is-show,.popup2.is-show,.popup3.is-show,.popup4.is-show {
	opacity: 1;
	visibility: visible;
}
/*ポップアップ時背景*/
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
}
/*閉じるボタン*/
.popup-inner div.close-btn {
	position: absolute;
	top: -50px;
	right: 0;
	width: 40px;
	height:40px;
	cursor: pointer;
}
.popup-inner div.close-btn img {
	width: 100%;
	height: auto;
}
/*ポップアップ中身*/
.popup-inner {
	width: 640px;
	height: auto;
	background-color: #FFF;
	border-radius: 6px;
	padding-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}
.popup-inner h4 {
	width: 100%;
	height: 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FEEADE;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #ED6103;
}
.popup-inner dl {
	width: 279px;
	margin: 20px auto 20px;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 500;
	color: #666666;
}
/*紫竹山店・コバックステーション*/
#js-popup3 .popup-inner dl,
#js-popup4 .popup-inner dl {
	width: 315px;
}

.popup-inner dl dt {
	width: 72px;
}
.popup-inner dl dt:nth-of-type(1)::before {
	content: '\f017';
	font-size: 13px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
}
.popup-inner dl dt:nth-of-type(2)::before {
	content: '\f273';
	font-size: 13px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
}
.popup-inner dl dd {
	width: calc(100% - 72px);
	padding-left: 1em;
	text-indent: -1em;
}
.popup-inner dl dd small {
	font-size: 12px;
}

/*/電話番号ボタン*/
.popup-inner > a {
	display: block;
	width: 307px;
	height: 76px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	line-height: 1.4;
	padding-left:82px;
	position: relative;
	pointer-events: none;
}
.popup-inner > a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 46px;
	height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.popup-inner > a span {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}
.popup-inner > a b {
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
}

/*ご購入前のご相談*/
.popup-inner > a.tel::before {
	background-image: url(../images/contact_guide/icon_tel_red.png);
}
.popup-inner > a.tel {
	background-color: #FF0034;
	border: 4px solid #FF809A;
	border-radius: 38px;
	margin-bottom: 24px;
}

/*購入後の点検・修理等*/
.popup-inner > a.tel2::before {
	background-image: url(../images/contact_guide/icon_tel_maint.png);
}
.popup-inner > a.tel2 {
	background-color: #ED6103;
	border: 4px solid #F5A068;
	border-radius: 38px;
}

/*hover*/
.popup-inner > a:hover {
	opacity: 0.8;
}










/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {






/***** ページコンテンツ *****/
/*フォームリンクボタン群*/
section.contact_guide ul.form_links {
	width: 90%;
	max-width: 600px;
	margin: 45px auto 40px;
}
section.contact_guide ul.form_links li {
	width: 100%;
}
section.contact_guide ul.form_links li:first-of-type {
	width: 100%;
}
section.contact_guide ul.form_links li:nth-of-type(2),
section.contact_guide ul.form_links li:nth-of-type(4) {
	margin-right: 0;
}
section.contact_guide ul.form_links li a p {
	font-size: min(3.8vw, 14px);
	padding-left: 70px;
	padding-right: 20px;
}
section.contact_guide ul.form_links li a p::before {
	left: 40px;
}
/*➀来店予約する*/
section.contact_guide ul.form_links li:nth-of-type(1) a p span {
	font-size: 18px;
}
section.contact_guide ul.form_links li:nth-of-type(1) a p span::after {
	font-size: 14px;
}
/*お電話でのお問い合わせをご利用ください*/
section.contact_guide h3 {
	width: 96%;
	margin: 0 auto 40px;
	padding-top: 24px;
	padding-bottom: 20px;
}
section.contact_guide h3 > span {
	width: max-content;
	padding: 0 20px;
}
section.contact_guide h3 > span:nth-of-type(1) {
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
section.contact_guide h3 p {
	font-size: 18px;
}
section.contact_guide h3 p span {
	display: inline-block;
}

/*電話番号リンクボタン群*/
section.contact_guide ul.tel_links {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 70px;
}
section.contact_guide ul.tel_links li {
	width: 100%;
	margin-bottom: 20px;
}
section.contact_guide ul.tel_links li a {
	padding-left: 15px;
	padding-right: 40px;
	height: 56px;
}
section.contact_guide ul.tel_links li a {
	font-size: 16px;
	line-height: 1.4;
}
section.contact_guide ul.tel_links li a::before {
	width: 34px;
	height: 34px;
}

/*ポップアップ部分*/
.popup-inner {
	width: 90%;
	max-width: 640px;
}
.popup-inner dl {
	width: 90%;
}
/*紫竹山店・コバックステーション*/
#js-popup3 .popup-inner dl,
#js-popup4 .popup-inner dl {
	width: 90%;
}

/*/電話番号ボタン*/
.popup-inner > a {
	width: 90%;
	max-width: 400px;
	pointer-events: auto;
}
.popup-inner > a b {
	font-size: min(6vw, 24px);
}




/*フッター調整用*/
footer p.copy {
	padding-bottom: 10px;
}





}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/