



/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #FBD9DC;
	padding: 52px 0;
}








/* TOPビジュアル *******************/
section.top_visual {
	background-color: #F0F0F0;
}
section.top_visual div img {
	width: 100%;
	height: auto;
}
section.top_visual div img:nth-of-type(2) {
	display: none;
}
@media screen and (max-width: 799px) {
	section.top_visual div img:nth-of-type(1) {
		display: none;
	}
	section.top_visual div img:nth-of-type(2) {
		display: block;
	}
}










/* 店舗一覧 *******************/
section.shop_list {
	padding-bottom: 120px;
}
section.shop_list ul {
	max-width: 812px;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 60px;
}
section.shop_list ul li {
	width: 366px;
	background-color: #F0F1F5;
	margin-bottom: 20px;
	padding-bottom: 34px;
}
section.shop_list ul li h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background-color: #E60011;
	padding: 16px 0 16px 10px;
}
section.shop_list ul li > div {
	padding: 15px 0 0;
	width: 90%;
	margin: 0 auto;
}
section.shop_list ul li > div > p {
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	line-height: 1.4;
	margin-bottom: 10px;
}
section.shop_list ul li > div > a.map {
	font-size: 14px;
	font-weight: 500;
	color: #1A4FB3;
	border-bottom: 1px solid #1A4FB3;
	padding-left: 15px;
	position: relative;
}
section.shop_list ul li > div > a.map:hover {
	color: #222222;
	border-bottom: 2px solid #222222;
}
section.shop_list ul li > div > a.map::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f3c5';
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}
section.shop_list ul li > div > a.map:hover::before {
	font-size: 16px;
}
section.shop_list ul li > div > dl {
	margin-top: 15px;
}
section.shop_list ul li > div > dl dt {
	width: 23px;
	float: left;
}
section.shop_list ul li > div > dl dt img {
	width: 100%;
	height: auto;
}
section.shop_list ul li > div > dl dd {
	padding-left: 31px;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	line-height: 1.4;
	margin-bottom: 10px;
}
/*電話番号1*/
section.shop_list ul li > div > a.tel {
	width: 100%;
	display: block;
	background-color: #fff;
	border-radius: 8px;
	padding: 8px 0px 2px 70px;
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, .2));
	margin-bottom: 26px;
}
/*お見積もり・ご相談はこちら*/
section.shop_list ul li > div > a.tel span {
	display: block;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	background-color: #E60011;
	border-radius: 8px;
	padding: 5px 12px;
	margin-bottom: 5px;
}
section.shop_list ul li > div > a.tel b {
	display: block;
	font-size: min(7vw,28px);
	font-weight: bold;
	color: #222222;
	margin-bottom: 5px;
	position: relative;
}
section.shop_list ul li > div > a.tel b::before {
	position: absolute;
	top: -26px;
	left: -60px;
	background-image: url(../images/common/free.png);
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
/*店舗詳細を見る*/
section.shop_list ul li > div > a:last-of-type {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #E60011;
	text-align: center;
	background-color: #fff;
	padding: 18px 0;
	border: 1px solid #E60011;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, .2));
	position: relative;
}
section.shop_list ul li > div > a:last-of-type::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
/*hover_店舗詳細を見る*/
section.shop_list ul li > div > a:hover {
	filter: drop-shadow(0px 0px 0px #fff) brightness(1.03);
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
}
/* hover_電話ボタン */
section.shop_list ul li > div > a.tel:hover {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
}
/*リンクボタン群*/
section.shop_list div.links {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
section.shop_list div.links a {
	width: 320px;
	display: block;
	background-color: #fff;
	padding: 34px 30px;
	border: 1px solid #E60012;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 500;
	color: #E60012;
	position: relative;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
section.shop_list div.links a small {
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 10px;
}
section.shop_list div.links a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
section.shop_list div.links a:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}
/*予約・見積もりボタン追加*/
section.shop_list div.btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 26px;
}
section.shop_list div.btns a span {
	color: #FFF100;
}
/*予約ボタン*/
section.shop_list div.btns a:nth-of-type(1) {
	width: 100%;
	background-color: #E60011;
	border-radius: 8px;
	padding: 22px 0 22px;
	font-size: min(6vw,24px);
	font-weight: 500;
	color: #FFF;
	text-align: center;
	filter: drop-shadow(0px 3px 0px #A40F19);
	margin-bottom: 26px;
}
section.shop_list div.btns a:nth-of-type(1)::before {
	background-image: url(../images/common/icon_calendar.svg);
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	margin-right: 5px;
}
/*見積もりボタン*/
section.shop_list div.btns a:nth-of-type(2) {
	width: 100%;
	background-color: #1A4FB3;
	border-radius: 8px;
	font-size: min(6vw,24px);
	padding: 22px 0 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	filter: drop-shadow(0px 3px 0px #123B87);
}
/*hover*/
section.shop_list div.btns a:hover {
	filter: drop-shadow(0px 0px 0px #000);
	transform: translate3d(0, 3px, 0);
}








/* 株式会社中西自動車のご紹介 *******************/
section.intro h3 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
	font-size: 26px;
	font-weight: 600;
	color: #222222;
	text-align: center;
	border-top: 1px solid #E60012;
	border-bottom: 1px solid #E60012;
	padding: 20px 0;
	position: relative;
}
section.intro h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	border-width: 12px 6px 0 6px;
	filter: drop-shadow(0px 1px 0px #E60012);
}
section.intro > div.wrapper > img {
	width: 372px;
	height: auto;
	display: block;
	margin:  0 auto 20px;
}
section.intro > div.wrapper > p {
	font-size: 20px;
	font-weight: 400;
	color: #001317;
	line-height: 2.2;
	text-align: center;
}
section.intro > div.wrapper > ul {
	width: 100%;
	display: flex;
	margin-top: 60px;
}
section.intro > div.wrapper > ul li:nth-of-type(1) {
	width: 520px;
}
section.intro > div.wrapper > ul li:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
section.intro > div.wrapper > ul li:nth-of-type(2) {
	width: calc(100% - 520px);
	padding: 25px 40px;
	background-color: #F4F5F9;
}
section.intro > div.wrapper > ul li:nth-of-type(2) p {
	font-size: 15px;
	font-weight: 400;
	color: #222222;
	line-height: 2;
}
section.intro > div.wrapper > table {
	width: 100%;
	margin-top: 60px;
}
section.intro > div.wrapper > table th {
	width: 276px;
	height: 54px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	padding: 0 20px;
	background-color: #F4F5F9;
	border: 1px solid #fff;
}
section.intro > div.wrapper > table td {
	width: calc(100% - 276px);
	height: 54px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #F4F5F9;
}








/* トータルサービス *******************/
section.total {
    padding-bottom: 60px;
}
section.total > div {
	padding-bottom: 20px;
}
section.total > div > div.smds {
	width: 100%;
	max-width: 1080px;
	margin: 80px auto 0;
	font-size: 28px;
	font-weight: 600;
	color: #222222;
	line-height: 1.6;
	text-align: center;
	background-color: #FCE8EA;
	padding: 18px 30px;
	position: relative;
}
section.total > div > div.smds::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FCE8EA transparent transparent transparent;
	border-width: 20px 12px 0 12px;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 28px;
	padding: 42px 0;
}








/* 店舗一覧 *******************/
section.shop_list {
	padding-bottom: 60px;
}
section.shop_list ul {
	width: 90%;
	flex-wrap: wrap;
	max-width: 500px;
	margin-bottom: 0;
}
section.shop_list ul li {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
section.shop_list ul li h3 {
	font-size: min(6vw,22px);
}
section.shop_list ul li > div {
	max-width: 372px;
}
section.shop_list ul li > div > p {
	font-size: 14px;
}
section.shop_list ul li > div > dl dd {
	font-size: min(3.8vw,14px);
}
/*予約ボタン*/
section.shop_list div.btns {
	margin-top: 20px;
}
section.shop_list div.btns a:nth-of-type(1) {
	padding: 23px 0;
}
section.shop_list div.btns a:nth-of-type(1)::before {
	width: min(6vw, 24px);
	height: min(6vw, 24px);
}

section.shop_list ul li > div > a.tel span {
	font-size: min(3vw, 14px);
}


/*リンクボタン群*/
section.shop_list div.links {
	width: 90%;
	max-width: 500px;
	flex-wrap: wrap;
}
section.shop_list div.links a {
	width: 100%;
	margin-bottom: 20px;
	padding: 18px 20px;
	font-size: 20px;
}
section.shop_list div.links a small {
	font-size: 14px;
}








/* 株式会社中西自動車のご紹介 *******************/
section.intro h3 {
	font-size: 20px;
	margin: 0 auto 40px;
}
section.intro > div.wrapper {
	width: 90%;
	max-width: 600px;
}
section.intro > div.wrapper > img {
	width: 90%;
	max-width: 222px;
}
section.intro > div.wrapper > p {
    font-size: min(4.7vw, 18px);
}
section.intro > div.wrapper > ul {
	flex-wrap: wrap;
	margin-top: 40px;
}
section.intro > div.wrapper > ul li:nth-of-type(1) {
	width: 100%;
}
section.intro > div.wrapper > ul li:nth-of-type(2) {
	width: 100%;
	padding: 20px 15px;
}
section.intro > div.wrapper > ul li:nth-of-type(2) p {
	font-size: 14px;
}
section.intro > div.wrapper > table {
	margin-top: 40px;
}
section.intro > div.wrapper > table th {
	width: 100%;
	display: block;
	height: auto;
	padding: 11px 15px;
	vertical-align: middle;
	border: 1px solid #F4F5F9;
}
section.intro > div.wrapper > table td {
	width: 100%;
	display: block;
	height: auto;
	padding: 11px 15px;
}








/* トータルサービス *******************/
section.total > div {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
}
section.total > div > div.smds {
	font-size: min(4.5vw, 18px);
	padding: 12px 0px;
	margin-top: 75px;
}
section.total > div > div.smds::after {
	border-width: 12px 10px 0 10px;
	bottom: -12px;
}
section.total > div > div {
	width: 100%;
	padding: 11px 20px;
	font-size: 16px;
}









/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
