



/* 共通 *******************/
body {
	background-color: #F5F5F5;
}
/*共通見出し*/
section h3 {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 600;
	color: #222222;
	text-align: center;
	background-color: #FFE3E5;
	border-top: 1px solid #E60012;
	border-bottom: 1px solid #E60012;
	padding: 20px 0;
	position: relative;
}
section h3::before {
	font-size: 24px;
	font-weight: 900;
	color: #E60011;
	font-family: "Font Awesome 6 Free";
	margin-right: 12px;
}
section h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FFE3E5 transparent transparent transparent;
	border-width: 12px 6px 0 6px;
	filter: drop-shadow(0px 1px 0px #E60012);
}
/*店舗ページCVボタン*/
section.shop_cv ul.cvbtn {
	width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
section.shop_cv ul.cvbtn li {
	width: 480px;
}
/*WEB車検予約ボタン*/
section.shop_cv ul.cvbtn li:nth-of-type(1) a {
	width: 100%;
    display: block;
    background-color: #E60011;
    border-radius: 8px;
    padding: 22px 0 23px 120px;
    filter: drop-shadow(0px 6px 0px #A40F19);
    margin-bottom: 20px;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a p {
	font-size: 31px;
	font-weight: 500;
	color: #FFF100;
	position: relative;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a p::before {
	position: absolute;
	top: -14px;
	left: -60px;
	background-image: url(../images/common/icon_calendar.svg);
	content: '';
	display: inline-block;
	width: 45px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a p b {
	font-weight: 500;
	color: #fff;
}
/*車検無料見積お申込み*/
section.shop_cv ul.cvbtn li:nth-of-type(2) a {
	width: 100%;
	display: block;
	background-color: #1A4FB3;
	border-radius: 8px;
	padding: 33px 0 33px;
	position: relative;
	filter: drop-shadow(0px 6px 0px #123B87);
	font-size: 31px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
section.shop_cv ul.cvbtn li:nth-of-type(2) a b {
	color: #FFF100;
	font-weight: 500;
}
/*hover*/
section.shop_cv ul.cvbtn li a:hover {
	filter: drop-shadow(0px 0px 0px #fff) brightness(1.1);
	transform: translate3d(0, 6px, 0);
}
/*電話番号*/
section.shop_cv > div > div {
	width: 100%;
	max-width: 1080px;
	margin: 28px auto 0;
	border-top: 1px solid #CCCCCC;
	padding-top: 40px;
}
section.shop_cv > div > div a.tel {
	width: 520px;
	margin: 0 auto;
	display: block;
    background-color: #FFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 12px 0px 12px 119px;
    filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
section.shop_cv > div > div a.tel span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #E60011;
	text-align: left;
    margin-left: 10px;
	margin-bottom: 5px;
}
section.shop_cv > div > div a.tel p {
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	margin-left: 75px;
}
section.shop_cv > div > div a.tel b {
	display: inline-block;
	font-size: 44px;
	font-weight: bold;
	color: #222222;
	position: relative;
}
section.shop_cv > div > div a.tel b::before {
	position: absolute;
	top: 50%;
	left: -75px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/shop/free_shape.png);
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}







/* TOP *******************/
section.top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
section.top h2 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #E60011;
	padding: 26px 0;
}
section.top div.wrapper {
	max-width: 1120px;
	padding-top: 30px;
	padding-bottom: 30px;
}
section.top ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.top ul li:nth-of-type(1) {
	width: calc(100% - 560px);
}
section.top ul li:nth-of-type(2) {
	width: 520px;
}
/*店舗画像*/
section.top ul li:nth-of-type(1) img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*電話番号ボタン*/
section.top ul li:nth-of-type(2) a.tel {
	width: 100%;
	display: block;
	background-color: #FFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	padding: 16px 0px 16px 119px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
section.top ul li:nth-of-type(2) a.tel:hover {
	filter: drop-shadow(0px 0px 0px #fff) brightness(1.03);
	transform: translate3d(0, 6px, 0);
}
section.top ul li:nth-of-type(2) a.tel span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #E60011;
	text-align: left;
    margin-left: 10px;
	margin-bottom: 5px;
}
section.top ul li:nth-of-type(2) a.tel p {
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	margin-left: 75px;
}
section.top ul li:nth-of-type(2) a.tel b {
	display: inline-block;
	font-size: 44px;
	font-weight: bold;
	color: #222222;
	position: relative;
}
section.top ul li:nth-of-type(2) a.tel b::before {
	position: absolute;
	top: 50%;
	left: -75px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/shop/free_shape.png);
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.top ul li:nth-of-type(2) > p {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 1.4;
	margin-top: 13px;
}

/*予約・見積もりボタン*/
section.top div.btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #E60012;
	margin-top: 24px;
	padding-top: 20px;
}
/*予約ボタン*/
section.top div.btns a:nth-of-type(1) {
	width: 100%;
	display: block;
	background-color: #E60011;
	border-radius: 8px;
	padding: 22px 0 23px 120px;
	filter: drop-shadow(0px 6px 0px #A40F19);
	margin-bottom: 20px;
}
section.top div.btns a:nth-of-type(1) span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
}
section.top div.btns a:nth-of-type(1) p {
	font-size: 31px;
	font-weight: 500;
	color: #FFF100;
	position: relative;
}
section.top div.btns a:nth-of-type(1) p::before {
	position: absolute;
	top: -14px;
	left: -60px;
	background-image: url(../images/common/icon_calendar.svg);
	content: '';
	display: inline-block;
	width: 45px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
section.top div.btns a:nth-of-type(1) p b {
	font-weight: 500;
	color: #fff;
}
/*見積もりボタン*/
section.top div.btns a:nth-of-type(2) {
	width: 100%;
	display: block;
	background-color: #1A4FB3;
	border-radius: 8px;
	padding: 33px 0 33px;
	position: relative;
	filter: drop-shadow(0px 6px 0px #123B87);
	font-size: 31px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
section.top div.btns a:nth-of-type(2) b {
	color: #FFF100;
	font-weight: 500;
}
/*hover*/
section.top div.btns a:hover {
	filter: drop-shadow(0px 0px 0px #fff) brightness(1.1);
	transform: translate3d(0, 6px, 0);
}









/* 店舗情報 *******************/
section.info {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 60px;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.info h3:nth-of-type(1) {
	margin-bottom: 40px;
}
section.info h3:nth-of-type(1):before {
	content: '\f017';
}
/*お知らせ部分*/
a.top_news {
	max-width: 1080px;
	margin: 0 auto 30px;
}
/*営業日・営業時間*/
section.info ul {
	width: 847px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
section.info ul li:nth-of-type(1) {
	width: 520px;
}
section.info ul li:nth-of-type(2) {
	width: 287px;
}
section.info ul li table {
	width: 100%;
}
section.info ul li:nth-of-type(2) table {
	height: 116px;
}
section.info ul li table th {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #E60011;
	padding: 8px 0;
	border: 1px solid #fff;
}
section.info ul li table td {
	background-color: #FFE3E5;
	border: 1px solid #fff;
	text-align: center;
}
/*営業日*/
section.info ul li:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(1) {
	width: 54px;
	font-size: 16px;
	line-height: 1.4;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
section.info ul li:nth-of-type(1) tr td {
	padding: 20px 0;
}
section.info ul li:nth-of-type(1) tr td img {
	width: 40px;
	height: 40px;
}
/*定休日*/
section.info ul li:nth-of-type(1) tr:last-of-type th {
	height: 29px;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
}
section.info ul li:nth-of-type(1) tr:last-of-type td {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
	padding: 0 0 0 4px;
}

/*営業時間*/
section.info ul li:nth-of-type(2) tr:nth-of-type(1) th:nth-of-type(1) {
	width: 54px;
	font-size: 16px;
	line-height: 1.4;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
section.info ul li:nth-of-type(2) tr td {
	vertical-align: middle;
}
section.info ul li:nth-of-type(2) tr td p {
	font-size: 26px;
	font-weight: bold;
	color: #222222;
}
section.info ul li:nth-of-type(2) tr td span {
	font-size: 17px;
	font-weight: 400;
	color: #E60011;
}






/* 営業日カレンダー部分 ***************/
div.calendar {
	padding-bottom: 60px;
}
div.calendar h4 {
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
}
/*「休業日」*/
section.info div.calendar > div.wrapper > p {
	font-size: 20px;
	font-weight: 500;
	color: red;
	text-align: center;
	margin-top: 10px;
}
section.info div.calendar > div.wrapper > p span {
	background-color: #FCD;
	padding: 0 10px;
}
/*カレンダー*/
#calendar {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
table.calendar {
	padding: 0;
	margin: 0 0 10px;
	font-size: 10px;
	height: max-content;
}
/* 月タイトル */
table.calendar th {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 10px;
}
/* 曜日タイトル */
table.calendar tr.headline td {
	background-color: #F5F5F5;
	color: #666;
}
/* 日にち */
table.calendar td {
	font-size: 16px;
	color: #333;
	border: solid 2px #CCC;
	width: 50px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
/* 休業日 */
table.calendar td.closed {
	color: #F00;
	background-color: #FCD;
}
/* 今日 */
table.calendar td.today {
    font-weight: bold;
    border: 3px solid gray;
    box-sizing: border-box;
}

/*店舗へのアクセス*/
section.info h3:nth-of-type(2):before {
	content: '\f3c5';
}
section.info div.wrapper {
	width: 847px;
	margin-top: 40px;
}
section.info h4 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	background-color: #F5F5F5;
	padding: 10px 10px;
}
section.info h4:nth-of-type(1)::before {
	content: '\f073';
	color: #E60011;
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}
section.info h4:nth-of-type(2)::before {
	content: '\f3c5';
	color: #E60011;
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}
section.info h4:nth-of-type(3)::before {
	background-image: url(../newimages/shop/icon_parking.png);
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 12px;
}
section.info div.wrapper p {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 1.4;
	margin-top: 13px;
	margin-bottom: 30px;
}
section.info div.wrapper div.map {
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
}
section.info div.wrapper div.map iframe {
	width: 100%;
	height: 100%;
}
/*アクセス動画*/
section.info ul.access_mv {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
section.info ul.access_mv li {
	width: 48%;
	height: auto;
}
section.info ul.access_mv li p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
section.info ul.access_mv li video {
	width: 100%;
	border: 1px solid #333;
}








/* 店舗CVエリア *******************/
section.shop_cv {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.shop_cv h4 {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 40px;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #E60011;
	padding: 19px 0;
	position: relative;
}
section.shop_cv h4::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #E60011 transparent transparent transparent;
	border-width: 12px 6px 0 6px;
}
section.shop_cv div.res_btn {
	border-top: 1px solid #ccc;
	padding-bottom: 60px;
	margin-top: -20px;/*隙間調整用*/
}










/* ご対応可能メニュー *******************/
section.menu {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 60px;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.menu h3:nth-of-type(1):before {
	content: '\f1b9';
}
section.menu ul.sv {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
section.menu ul.sv:nth-of-type(2) {
	margin-bottom: 0;
}
section.menu ul.sv li {
	width: 250px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #E60011;
	padding: 28px 15px;
	margin-bottom: 20px;
	margin-right: 26px;
}
section.menu ul.sv li:nth-of-type(4n) {
	margin-right: 0px;
}
section.menu ul.sv li.non {
	background-color: #DCDCDC;
}
/*ご対応可能車種*/
section.menu h3:nth-of-type(2):before {
	content: '\f1b9';
}
section.menu > p {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-left: 1em;
	text-indent: -1em;
}
section.menu > p::before {
	display: inline;
	position: static;
	content: "※";
}
section.menu > p a {
	font-weight: 500;
	color: #1A4FB3;
	border-bottom: 1px solid #1A4FB3;
}
section.menu > p a:hover {
	opacity: 0.6;
	border-bottom: 2px solid #1A4FB3;
}
/*お支払方法*/
section.menu h3:nth-of-type(3):before {
	content: '\f157';
}
/*対応可能な電子決済*/
div.sen {
	position: relative;
	text-align: center;
}
div.sen p {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #fff;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
div.sen::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: radial-gradient(circle farthest-side, #E60011, #E60011 60%, transparent 60%, transparent);
	background-size: 6px 6px;
	content: '';
	display: inline-block;
	height: 6px;
	width: 100%;
}
section.menu > div.wrapper > div:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 60px;
}
section.menu > div.wrapper > div img {
	width: 200px;
	height: auto;
	display: block;
	margin-right: 20px;
}
section.menu > div.wrapper > div img:last-of-type {
	margin-right: 0px;
}
/*店内設備*/
section.menu h3:nth-of-type(4):before {
	content: '\f7b6';
}
/*スライダー*/
div.shop_slider {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.boxLeft {
	width: 720px;
}
.boxRight {
	width: 360px;
}
ul.imgSlider {
	position: relative;
}
ul.imgSlider li {
	width: 100%;
	position: relative;
}
ul.imgSlider li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	padding: 10px;
}
.slick-slide {
	margin: 0 0px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #fff;
}
.slick-prev::before {
	position: relative;
	content: "\f104";
	font-family: FontAwesome;
	background: rgba(0,0,0,0.7);
	padding: 20px 10px;
	opacity: 1;
}
.slick-next::before {
	position: relative;
	content: "\f105";
	font-family: FontAwesome;
	background: rgba(0,0,0,0.7);
	padding: 20px 10px;
	opacity: 1;
}
.slick-prev {
	height: 60px;
	left: -15px;
}
.slick-next {
	height: 60px;
	right: -8px;
}
/*スライドカウンター*/
div.slick-counter {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 20px;
	padding: 5px 20px;
}
/*選択するサムネイル画像の設定*/
ul.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width: 50%!important;
	position: relative;
	height: 135px;
}
ul.choice-btn li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
ul.choice-btn li:hover img {
	filter: brightness(120%);
}
ul.choice-btn li::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
}
ul.choice-btn li.slick-current::after {
	border: 4px solid #E60011;
}
ul.choice-btn .slick-track {
	width: 360px !important;
}
/*設備*/
section.menu > ol {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
section.menu > ol li {
	width: calc(100% / 4);
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 15px;
}
section.menu > ol li::before{
	display: inline;
	position: static;
	content: "●";
	color: #FFE3E5;
	margin-right: 10px;
}







/* 付近にある他のコバック *******************/
section.nearby {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 120px;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.nearby h3:nth-of-type(1):before {
	content: '\f54f';
}
section.nearby div {
	display: flex;
	margin-top: 40px;
}
section.nearby div a {
	width: 340px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #E60011;
	padding: 22px 20px;
	background-color: #fff;
	border: 1px solid #E60011;
	border-radius: 8px;
	position: relative;
	margin-right: 30px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
/*hover*/
section.nearby div a:hover {
	opacity: 0.6;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}
section.nearby div a:nth-of-type(3) {
	margin-right: 0px;
}
section.nearby div a::after {
	position: absolute;
	top: 50%;
	right: 14px;
	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";
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/* 共通 *******************/
/*共通見出し*/
section h3 {
	width: 100%;
	font-size: 20px;
	padding: 18px 0;
}
section h3::before {
	font-size: 20px;
}
section.shop_cv > div {
	display: flex;
	flex-direction: column-reverse;	
}

/*店舗ページCVボタン*/
section.shop_cv ul.cvbtn {
	flex-wrap: wrap;
	width: 90%;
	max-width: 400px;
}
section.shop_cv ul.cvbtn li {
	width: 100%;
}
/*WEB車検予約ボタン*/
section.shop_cv ul.cvbtn li:nth-of-type(1) a {
	width: 100%;
	text-align: center;
	padding: 21px 0;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a p {
	font-size: min(7vw,24px);
}
section.shop_cv ul.cvbtn li:nth-of-type(1) a p::before {
	position: static;
	width: 26px;
	height: 24px;
	margin-right: 8px;
}

/*ここから予約で最大13,200円割引*/
section.shop_cv ul.cvbtn li:nth-of-type(1) > span {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
	background-color: #FFE3E5;
	border: 1px solid #E60011;
	border-radius: 14px;
	font-size: min(4vw, 14px);
	font-weight: 600;
	color: #E60011;
	padding: 6px 0 6px min(24vw, 100px);
	position: relative;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) > span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/common/midasi_santa.png);
	content: '';
	display: inline-block;
	width: 85px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.shop_cv ul.cvbtn li:nth-of-type(1) > span::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 120px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #E60011 transparent transparent transparent;
	border-width: 6px 4px 0 4px;
}

/*車検無料見積お申込み*/
section.shop_cv ul.cvbtn li:nth-of-type(2) a {
	width: 100%;
	font-size: min(7vw, 24px);
	padding: 23px 0;
}
/*電話番号*/
section.shop_cv > div > div {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 40px;
}
section.shop_cv > div > div a.tel {
	width: 90%;
	max-width: 400px;
	padding: 10px 0px 7px 0;
	padding-left: min(21vw, 96px);
}
section.shop_cv > div > div a.tel span {
	font-size: min(3.5vw, 14px);
	margin-left: 0;
}
section.shop_cv > div > div a.tel b {
	font-size: min(8vw,32px);
}
section.shop_cv > div > div a.tel b::before {
	width: 35px;
	height: 35px;
	left: -50px;
}
section.shop_cv > div > div a.tel p {
    font-size: 12px;
	margin-left: min(8vw, 50px);
	margin-top: 3px;
}







/* TOP *******************/
section.top {
	margin-top: 0;
	padding-bottom: 0px;
}
section.top > div.wrapper {
	padding-top: 0;
	max-width: 750px;
	padding-bottom: 40px;
}
section.top h2 {
	font-size: 20px;
	padding: 22px 0;
}
section.top ul {
	flex-wrap: wrap;
	margin-top: 0;
}
section.top ul li:nth-of-type(1) {
	width: 100%;
}
section.top ul li:nth-of-type(2) {
	width: 90%;
	margin: 20px auto 0;
}
/*電話番号ボタン*/
section.top ul li:nth-of-type(2) a.tel {
	max-width: 400px;
	padding: 10px 0px 7px 0;
	padding-left: min(21vw, 96px);
	margin: 0 auto 20px;
	transform: translateZ(0);
}
section.top ul li:nth-of-type(2) a.tel span {
	font-size: min(3.5vw,14px);
	margin-left: 0;
}
section.top ul li:nth-of-type(2) a.tel p {
	font-size: 12px;
	margin-left: min(8vw, 50px);
	margin-top: 3px;
}
section.top ul li:nth-of-type(2) a.tel b {
	font-size: min(8vw,32px);
}
section.top ul li:nth-of-type(2) a.tel b::before {
	width: 35px;
	height: 35px;
	left: -50px;
}
section.top ul li:nth-of-type(2) > p {
	width: 100%;
	max-width: 485px;
	margin: 0 auto;
	font-size: 12px;
}
/*予約・見積もりボタン*/
section.top div.btns {
	max-width: 400px;
	margin: 0 auto;
	border-top: none;
}
/*予約ボタン*/
section.top div.btns a:nth-of-type(1) {
	width: 100%;
	text-align: center;
	padding: 21px 0;
}
section.top div.btns a:nth-of-type(1) p {
	font-size: min(7vw,24px);
}
section.top div.btns a:nth-of-type(1) p::before {
	position: static;
	width: 26px;
	height: 24px;
	margin-right: 8px;
}

/*ここから予約で最大13,200円割引*/
section.top div.btns > span {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
	background-color: #FFE3E5;
	border: 1px solid #E60011;
	border-radius: 14px;
	font-size: min(4vw, 14px);
	font-weight: 600;
	color: #E60011;
	padding: 6px 0 6px min(24vw, 100px);
	position: relative;
}
section.top div.btns > span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/common/midasi_santa.png);
	content: '';
	display: inline-block;
	width: 85px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.top div.btns > span::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 120px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #E60011 transparent transparent transparent;
	border-width: 6px 4px 0 4px;
}


/*車検無料見積お申込み*/
section.top div.btns a:nth-of-type(2) {
	width: 100%;
	font-size: min(7vw, 24px);
	padding: 23px 0;
}








/* 店舗情報 *******************/
section.info {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 30px;
}
section.info h3:nth-of-type(1) {
	margin-bottom: 26px;
}
/*お知らせ部分*/
a.top_news {
	width: 90%;
}
/*営業日・営業時間*/
section.info ul {
	width: 90%;
	max-width: 750px;
	flex-wrap: wrap;
	margin-bottom: 0px;
}
section.info ul li {
	width: 100%;
	margin-bottom: 10px;
}
section.info ul li table th {
	font-size: 16px;
}
/*営業日*/
section.info ul li:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(1) {
	width: 29px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}
section.info ul li:nth-of-type(1) tr td img {
	width: 28px;
	height: 28px;
}
/*営業時間*/
section.info ul li:nth-of-type(2) {
    width: max-content;
}
section.info ul li:nth-of-type(2) table {
    height: auto;
}
section.info ul li:nth-of-type(2) tr:nth-of-type(1) th:nth-of-type(1) {
	width: 29px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}
section.info ul li:nth-of-type(2) tr td p {
	font-size: min(6vw,22px);
	padding: 0 20px;
}
section.info ul li:nth-of-type(2) tr td span {
	font-size: min(4vw,15px);
}
/*PC用非表示*/
section.info ul li:nth-of-type(1) table tr:last-of-type {
	display: none;
}
/*SP用表示*/
section.info ul li:nth-of-type(3) table tr th {
	width: 29px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}
section.info ul li:nth-of-type(3) table tr td {
	font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: left;
	line-height: 1.4;
    vertical-align: middle;
    background-color: #FFF;
    padding: 0 0 0 4px;
}

/*店舗へのアクセス*/
section.info div.wrapper {
	width: 90%;
	max-width: 750px;
	margin-top: 30px;
}
section.info div.wrapper p {
	font-size: 16px;
	margin-bottom: 13px;
}
section.info div.wrapper div.map {
	margin-bottom: 30px;
}







/* 店舗CVエリア *******************/
section.shop_cv {
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0 auto 0;
}
section.shop_cv h4 {
	font-size: 20px;
	margin: 0 auto 34px;
}
section.shop_cv div.res_btn {
	padding-bottom: 40px;
}
/*WEB車検予約する*/
div.shp_cv_btns + a.btn:nth-of-type(1) {
	width: 90%;
	max-width: 750px;
	font-size: min(8vw,28px);
	padding: 23px 0;
	margin-top: 40px;
}
div.shp_cv_btns + a.btn:nth-of-type(1)::before {
	width: 28px;
	height: 26px;
}
div.shp_cv_btns + a.btn:nth-of-type(1) > span {
	font-size: 24px;
}
/*WEB車検予約すると5,500円割引！*/
div.shp_cv_btns + a.btn:nth-of-type(1) p {
	width: max-content;
	font-size: 14px;
	padding: 2px 20px;
}







/* ご対応可能メニュー *******************/
section.menu {
	margin: 0 auto 0;
	padding-top: 0;
	padding-bottom: 40px;
}
section.menu ul.sv {
	width: 90%;
	max-width: 600px;
	justify-content: space-between;
	margin-top: 30px;
}
section.menu ul.sv li {
	width: 48%;
	font-size: min(4.5vw,16px);
	padding: 19px 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
section.menu > p {
	width: 90%;
	margin: 0 auto 50px;
}
section.menu > div.wrapper > div:nth-of-type(2) {
	width: 90%;
	max-width: 500px;
	margin: 20px auto 40px;
}
section.menu > div.wrapper > div img {
	width: 48%;
}
section.menu > div.wrapper > div:nth-of-type(2) {
	justify-content: space-between;
}
section.menu > div.wrapper > div img {
	margin-right: 0px;
}
/*スライダー*/
div.shop_slider {
	width: 90%;
	max-width: 750px;
	flex-wrap: wrap;
	margin-top: 40px;
}
div.shop_slider ul:nth-of-type(1){
	margin-bottom: 10px;
}
.boxLeft, .boxRight {
	width: 100%;
}
.slick-prev {
	left: -4%;
}
.slick-next {
	right: 0%;
}
/*スライドカウンター*/
div.slick-counter {
	font-size: 14px;
	left: 10px;
}
/*サムネイル画像*/
ul.choice-btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
ul.choice-btn .slick-track {
	width: 100% !important;
}
ul.choice-btn li {
	width: 25% !important;
	height: min(17vw, 140px);
}
/*コメント*/
ul.imgSlider li p {
	font-size: min(4vw,16px);
}
/*設備*/
section.menu > ol {
	width: 90%;
	max-width: 750px;
	margin-top: 20px;
}
section.menu > ol li {
	font-size: 16px;
	width: 50%;
}
section.menu > ol li::before{
	font-size: 12px;
	margin-right: 10px;
}








/* 付近にある他のコバック *******************/
section.nearby {
	margin: 40px auto 80px;
	padding-top: 40px;
	padding-bottom: 20px;
}
section.nearby div {
	width: 90%;
	max-width: 500px;
	flex-wrap: wrap;
	margin-top: 30px;
}
section.nearby div a {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 20px 20px;
}
section.nearby div a:nth-of-type(3) {
	margin-right: 0px;
}
section.nearby div a::after {
	font-size: 18px;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
