@charset "UTF-8";
/* CSS Document */


/*top*/
.top .mv {
  width: 100%;
}
.top main {
  position: relative;
  background: #f9cb81;
  padding: 0 20px;
  padding-top: 140px;
  padding-bottom: 180px;
}
.top main::before ,
.top main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.top main::before {
  left: 0;
  background: url(../img/top/main_bg_l.svg) repeat-y left top;
}
.top main::after {
  right: 0;
  background: url(../img/top/main_bg_r.svg) repeat-y right top;
}
.top main .map {
  position: relative;
  z-index: 1;
  max-width: 1740px;
  margin: 0 auto;
  margin-bottom: 150px;
}
/*.top main .map * {
  pointer-events: none !important;
}*/
.top main .maker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 140px;
}
.top main .maker ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.top main .maker ul li {
  width: 340px;
  margin-bottom: 50px;
  filter: drop-shadow(0px 0px 12px rgba(125,87,67,0.75));
}
.top main .maker ul li:not(:nth-of-type(4n)) {
  margin-right: 30px;
}
.top main .btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.top main .btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.top main .btn ul li {
  max-width: 710px;
}




/*overview*/
.overview main {
  position: relative;
  background: #f9cb81;
}
.overview main::before ,
.overview main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.overview main::before {
  left: 0;
  background: url(../img/overview/main_bg_l.svg) repeat-y left top;
}
.overview main::after {
  right: 0;
  background: url(../img/overview/main_bg_r.svg) repeat-y right top;
}
.overview main .mw1250 .bg {
  background: rgba(255, 255, 255, .7);
  padding: 60px 120px 100px;
}
.overview main .mw1250 .bg .img {
  margin-bottom: 30px;
}
.overview main .mw1250 .bg h2 {
  background: #f79700;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .2em .4em;
  margin-bottom: 1.2em;
}
.overview main .mw1250 .bg .list section h3 {
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.overview main .mw1250 .bg .list section:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.overview main .mw1250 .bg .list section h3 {
  font-weight: 700;
  color: #f79700;
}
.overview main .mw1250 .bg .list section .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.overview main .mw1250 .bg p.mb-130 {
  margin-bottom: 130px;
}


/*contact*/
.contact main {
  position: relative;
  background: #f9cb81;
}
.contact main::before ,
.contact main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.contact main::before {
  left: 0;
  background: url(../img/contact/main_bg_l.svg) repeat-y left top;
}
.contact main::after {
  right: 0;
  background: url(../img/contact/main_bg_r.svg) repeat-y right top;
}
.contact main .mw1250 .bg {
  background: rgba(255, 255, 255, .7);
  padding: 60px 200px 50px;
}
.contact main .mw1250 .bg h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.contact main .mw1250 .bg h3 * {
  line-height: 1em;
  display: block;
  color: #665146;
}
.contact main .mw1250 .bg h3 em {
  font-size: 2.0rem;
  letter-spacing: .5em;
  text-indent: .5em;
  margin-bottom: .5em;
}
.contact main .mw1250 .bg h3 span {
  font-size: 5.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
}
.contact main .mw1250 .bg h3 + .comment.mb50 {
  margin-bottom: 50px;
}
.contact main .mw1250 .bg h3 + .comment p:not(:last-child) {
  margin-bottom: 1.2em;
}
.contact main .mw1250 .bg h3 + .comment p.red {
  color: #ed2019;
}
.contact main .mw1250 .bg h3 + .comment .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact main .mw1250 .bg h3 + .comment .btn p {
	width: 200px;
}
.contact main .mw1250 .bg h3 + .comment .btn p input {
	position:relative;
	background: #f79700;
	border: solid 1px #f79700;
	display:block;
	cursor:pointer;
	color:#FFFFFF;
	padding:.8em 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-size:2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	border-radius: 0;
  appearance: none;
	outline: 0;
}
.contact main .mw1250 .bg .form .form_box {
  margin-bottom: 40px;
}
.contact main .mw1250 .bg .form .form_box dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact main .mw1250 .bg .form .form_box dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .2em;
  color: #665146;
}
.contact main .mw1250 .bg .form .form_box dl dd {
  font-size: 1.8rem;
  color: #665146;
}
.contact main .pp_box {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  padding-top: 80px;
  max-width: 1040px;
  margin: 0 auto;
}
.contact main .pp_box dl {
  font-size: 1.4rem;
}
.contact main .pp_box dl:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.contact main .pp_box dl dt {
  font-weight: 700;
}
.contact main .pp_box dl dd .comment ul li {
  position: relative;
  padding-left: .8em;
}
.contact main .pp_box dl dd .comment ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
.contact main .pp_box dl dd address {
  display: flex;
}
.contact main .pp_box dl dd address p:not(:last-of-type) {
  margin-right: .8em;
}




/*chart*/
.chart main {
  position: relative;
  background: #f9cb81;
}
.chart main::before ,
.chart main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.chart main::before {
  left: 0;
  background: url(../img/chart/main_bg_l.svg) repeat-y left top;
}
.chart main::after {
  right: 0;
  background: url(../img/chart/main_bg_r.svg) repeat-y right top;
}
.chart main .mw1250 .bg {
  background: rgba(255, 255, 255, .7);
  padding: 60px 200px 50px;
}
.chart main .mw1250 .bg h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.chart main .mw1250 .bg h3 * {
  line-height: 1em;
  display: block;
  color: #665146;
}
.chart main .mw1250 .bg h3 em {
  font-size: 2.0rem;
  letter-spacing: .5em;
  text-indent: .5em;
  margin-bottom: .5em;
}
.chart main .mw1250 .bg h3 span {
  font-size: 5.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
}
.chart main .mw1250 .bg .maker_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.chart main .mw1250 .bg .maker_list section {
  width: calc((100% - 40px) / 2);
  margin-bottom: 50px;
}
.chart main .mw1250 .bg .maker_list section:nth-of-type(odd) {
  margin-right: 40px;
}
.chart main .mw1250 .bg .maker_list section h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #88ae36;
}
.chart main .mw1250 .bg .maker_list section h4 span {
  display: block;
  width: 250px;
}
.chart main .mw1250 .bg .maker_list section > ul > li {
  position: relative;
  padding-left: 1.5em;
}
.chart main .mw1250 .bg .maker_list section > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '＞';
}
.chart main .mw1250 .bg .maker_list section > ul > li a ,
.chart main .mw1250 .bg .maker_list section > ul > li span {
  font-weight: 500;
}
.chart main .mw1250 .bg .maker_list section > ul > li a[target="_blank"]::after {
/*	font-family: "Font Awesome 6 Free";
	content: "\f08e";
  font-weight: 400;
  margin-left: .5em;*/
}
.chart main .mw1250 .bg .maker_list section > ul > li > ul > li {
  position: relative;
  padding-left: 1em;
}
.chart main .mw1250 .bg .maker_list section > ul > li > ul > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: .8em;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  content: '';/**/
}
.chart main .mw1250 .bg .maker_list section > ul + dl {
  padding-top: .5em;
  padding-left: 1.5em;
}
.chart main .mw1250 .bg .maker_list section > ul + dl dt {
  color: rgba(233,18,22,1);
  font-weight: 500;
}
.chart main .mw1250 .bg .maker_list section > ul + dl dd {
  position: relative;
  padding-left: 1em;
}
.chart main .mw1250 .bg .maker_list section > ul + dl dd::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: .8em;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  content: '';
}
.chart main .mw1250 .bg .maker_list section > ul + dl dd a[href^="tel:"] {
  text-decoration: underline;
  color: #88ae36;
}




/*特選中古車*/
.u-car .mv {
  position: relative;
  display: flex;
  justify-content: center;
  height: 1035px;
  padding-top: 40px;
  overflow: hidden;
}
.u-car .mv p {
  max-width: 1290px;
}
.u-car main h2 {
  position: relative;
  top: calc(-205px / 2);
  margin-bottom: calc((-205px / 2) + 20px);
}
.u-car main .car_list {
  margin-bottom: 120px;
	max-width: 1000
}
.u-car main .car_list ul li:not(:last-of-type) {
  margin-bottom: 60px;
}
.u-car main .chart_list {
  margin-bottom: 120px;
}
.u-car main .chart_list p {
  margin-bottom: 30px;
}
.u-car main .chart_list > ul > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 2.0rem;
}
.u-car main .chart_list > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '＞';
}
.u-car main .chart_list > ul > li:not(:last-of-type) {
  margin-bottom: 30px;
}
.u-car main .chart_list > ul > li a ,
.u-car main .chart_list > ul > li span {
  font-weight: 500;
}
.u-car main .chart_list > ul > li > ul > li {
  position: relative;
  padding-left: 1em;
}
.u-car main .chart_list > ul > li > ul > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: .8em;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  content: '';/**/
}
.u-car main .use-info {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.u-car main .use-info p {
  display: flex;
  justify-content: center;
}
.u-car main .use-info p a {
  display: block;
  background: #FFF;
  font-size: 5.5rem;
  letter-spacing: .1em;
  padding: .7em .8em;
  line-height: 1em;
  border-radius: 15px;
  /*pointer-events: none;*/
}
.u-car main .use-info p a span {
  position: relative;
  display: block;
  font-weight: 900;
  padding-right: 2.5em;
}
.u-car main .use-info p a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 1.5454em;
  aspect-ratio: 1;
}
.u-car main .return-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.u-car main .return-top p {
  display: flex;
  justify-content: center;
}
.u-car main .return-top p a {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1em;
  color: #6a5f4a;
  letter-spacing: .1em;
}
/*ダイハツ*/
.u-car.daihatsu .mv {
  background: url(../img/u-car-daihatsu/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.daihatsu main {
  position: relative;
  background: #f0c047;
}
.u-car.daihatsu main::before ,
.u-car.daihatsu main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.daihatsu main::before {
  left: 0;
  background: url(../img/u-car-daihatsu/main_bg_l.svg) repeat-y left top;
}
.u-car.daihatsu main::after {
  right: 0;
  background: url(../img/u-car-daihatsu/main_bg_r.svg) repeat-y right top;
}
.u-car.daihatsu main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.daihatsu main .use-info p a span::after {
  background: url(../img/u-car-daihatsu/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.daihatsu main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.daihatsu main .use-info p a:hover span::after {
  background: url(../img/u-car-daihatsu/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*ホンダ*/
.u-car.honda .mv {
  background: url(../img/u-car-honda/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.honda main {
  position: relative;
  background: #d3de25;
}
.u-car.honda main::before ,
.u-car.honda main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.honda main::before {
  left: 0;
  background: url(../img/u-car-honda/main_bg_l.svg) repeat-y left top;
}
.u-car.honda main::after {
  right: 0;
  background: url(../img/u-car-honda/main_bg_r.svg) repeat-y right top;
}
.u-car.honda main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.honda main .use-info p a span::after {
  background: url(../img/u-car-honda/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.honda main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.honda main .use-info p a:hover span::after {
  background: url(../img/u-car-honda/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*マツダ*/
.u-car.mazda .mv {
  background: url(../img/u-car-mazda/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.mazda main {
  position: relative;
  background: #ffde7a;
}
.u-car.mazda main::before ,
.u-car.mazda main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.mazda main::before {
  left: 0;
  background: url(../img/u-car-mazda/main_bg_l.svg) repeat-y left top;
}
.u-car.mazda main::after {
  right: 0;
  background: url(../img/u-car-mazda/main_bg_r.svg) repeat-y right top;
}
.u-car.mazda main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.mazda main .use-info p a span::after {
  background: url(../img/u-car-mazda/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.mazda main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.mazda main .use-info p a:hover span::after {
  background: url(../img/u-car-mazda/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*ミツビシ*/
.u-car.mitsubishi .mv {
  background: url(../img/u-car-mitsubishi/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.mitsubishi main {
  position: relative;
  background: #96ca28;
}
.u-car.mitsubishi main::before ,
.u-car.mitsubishi main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.mitsubishi main::before {
  left: 0;
  background: url(../img/u-car-mitsubishi/main_bg_l.svg) repeat-y left top;
}
.u-car.mitsubishi main::after {
  right: 0;
  background: url(../img/u-car-mitsubishi/main_bg_r.svg) repeat-y right top;
}
.u-car.mitsubishi main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.mitsubishi main .use-info p a span::after {
  background: url(../img/u-car-mitsubishi/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.mitsubishi main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.mitsubishi main .use-info p a:hover span::after {
  background: url(../img/u-car-mitsubishi/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*日産*/
.u-car.nissan .mv {
  background: url(../img/u-car-nissan/mv_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.u-car.nissan main {
  position: relative;
  background: #dae84a;
}
.u-car.nissan main::before ,
.u-car.nissan main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.nissan main::before {
  left: 0;
  background: url(../img/u-car-nissan/main_bg_l.svg) repeat-y left top;
}
.u-car.nissan main::after {
  right: 0;
  background: url(../img/u-car-nissan/main_bg_r.svg) repeat-y right top;
}
.u-car.nissan main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.nissan main .use-info p a span::after {
  background: url(../img/u-car-nissan/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.nissan main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.nissan main .use-info p a:hover span::after {
  background: url(../img/u-car-nissan/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*スバル*/
.u-car.subaru .mv {
  background: url(../img/u-car-subaru/mv_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.u-car.subaru main {
  position: relative;
  background: #dcc79c;
}
.u-car.subaru main::before ,
.u-car.subaru main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.subaru main::before {
  left: 0;
  background: url(../img/u-car-subaru/main_bg_l.svg) repeat-y left top;
}
.u-car.subaru main::after {
  right: 0;
  background: url(../img/u-car-subaru/main_bg_r.svg) repeat-y right top;
}
.u-car.subaru main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.subaru main .use-info p a span::after {
  background: url(../img/u-car-subaru/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.subaru main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.subaru main .use-info p a:hover span::after {
  background: url(../img/u-car-subaru/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*スズキ*/
.u-car.suzuki .mv {
  background: url(../img/u-car-suzuki/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.suzuki main {
  position: relative;
  background: #ffd8de;
}
.u-car.suzuki main::before ,
.u-car.suzuki main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.suzuki main::before {
  left: 0;
  background: url(../img/u-car-suzuki/main_bg_l.svg) repeat-y left top;
}
.u-car.suzuki main::after {
  right: 0;
  background: url(../img/u-car-suzuki/main_bg_r.svg) repeat-y right top;
}
.u-car.suzuki main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.suzuki main .use-info p a span::after {
  background: url(../img/u-car-suzuki/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.suzuki main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.suzuki main .use-info p a:hover span::after {
  background: url(../img/u-car-suzuki/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
/*トヨタ*/
.u-car.toyota .mv {
  background: url(../img/u-car-toyota/mv_bg.svg) no-repeat center center;
  background-size: cover;
}
.u-car.toyota main {
  position: relative;
  background: #83e1ff;
}
.u-car.toyota main::before ,
.u-car.toyota main::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.u-car.toyota main::before {
  left: 0;
  background: url(../img/u-car-toyota/main_bg_l.svg) repeat-y left top;
}
.u-car.toyota main::after {
  right: 0;
  background: url(../img/u-car-toyota/main_bg_r.svg) repeat-y right top;
}
.u-car.toyota main .use-info p a {
  color: #009259;
  border: solid 8px #009259;
}
.u-car.toyota main .use-info p a span::after {
  background: url(../img/u-car-toyota/use-info-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.u-car.toyota main .use-info p a:hover {
  background: #009259;
  color: #FFF;
  border: solid 8px #009259;
}
.u-car.toyota main .use-info p a:hover span::after {
  background: url(../img/u-car-toyota/use-info-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}





@media screen and (max-width: 1540px) {
  .top main .maker ul li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .top main .maker ul li:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
}





@media screen and (max-width: 1240px) {
  .u-car .mv {
    height: calc(80vw + 40px);
    padding-top: 40px;
  }
}





@media screen and (max-width: 1180px) {
  .u-car main .use-info p a {
    font-size: 4.0rem;
  }
}





@media screen and (max-width: 1080px) {
  .top main .maker ul li {
    width: 250px;
  }
}





@media screen and (max-width: 1040px) {
  .overview main .mw1250 .bg {
    padding: 60px 40px 100px;
  }



  .contact main .mw1250 .bg {
    padding: 60px 40px 50px;
  }



  .chart main .mw1250 .bg {
    padding: 60px 40px 50px;
  }
}





@media screen and (max-width: 940px) {
  .top main .maker ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .top main .maker ul li:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
}





@media screen and (max-width: 840px) {
  .u-car .mv {
    height: calc(85vw + 40px);
    padding-top: 40px;
  }
}





@media screen and (max-width: 767px) {
  .top main {
    padding: 0 4vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .top main::before {
    left: 0;
    background: url(../img/top/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .top main::after {
    right: 0;
    background: url(../img/top/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .top main .map {
    max-width: 100%;
    margin-bottom: 20vw;
  }
  .top main .maker {
    padding: 0;
    margin-bottom: 15vw;
  }
  .top main .maker ul {
    margin-bottom: -6vw;
  }
  .top main .maker ul li {
    width: calc((100% - 4vw) / 2);
    margin-bottom: 6vw;
  }
  .top main .maker ul li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .top main .maker ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .top main .maker ul li:not(:nth-of-type(2n)) {
    margin-right: 4vw;
  }
  .top main .btn {
    padding: 0;
  }
  .top main .btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
  }
  .top main .btn ul li {
    max-width: 710px;
  }





  .overview main::before {
    left: 0;
    background: url(../img/overview/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .overview main::after {
    right: 0;
    background: url(../img/overview/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .overview main .mw1250 .bg {
    padding: 10vw 4vw 10vw;
  }
  .overview main .mw1250 .bg .img {
    margin-bottom: 10vw;
  }
  .overview main .mw1250 .bg h2 {
    font-size: 2.0rem;
  }
  .overview main .mw1250 .bg .list section h3 {
    font-size: 1.6rem;
  }





  .contact main::before {
    left: 0;
    background: url(../img/contact/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .contact main::after {
    right: 0;
    background: url(../img/contact/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .contact main .mw1250 .bg {
    padding: 10vw 4vw 10vw;
  }
  .contact main .mw1250 .bg h3 {
    margin-bottom: 6vw;
  }
  .contact main .mw1250 .bg h3 em {
    font-size: 1.8rem;
    letter-spacing: .5em;
    text-indent: .5em;
    margin-bottom: .5em;
  }
  .contact main .mw1250 .bg h3 span {
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-indent: .1em;
  }
  .contact main .mw1250 .bg h3 + .comment.mb50 {
    margin-bottom: 5vw;
  }
  .contact main .mw1250 .bg h3 + .comment .btn p {
    width: 10vw;
  }
  .contact main .mw1250 .bg h3 + .comment .btn p input {
    font-size:1.8rem;
  }
  .contact main .mw1250 .bg .form .form_box {
    margin-bottom: 5vw;
  }
  .contact main .mw1250 .bg .form .form_box dl:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .contact main .mw1250 .bg .form .form_box dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .2em;
    color: #665146;
  }
  .contact main .mw1250 .bg .form .form_box dl dd {
    font-size: 1.8rem;
    color: #665146;
  }
  .contact main .pp_box {
    padding: 0 4vw;
    padding-top: 10vw;
    max-width: 100%;
  }
  .contact main .pp_box dl {
    font-size: 1.4rem;
  }
  .contact main .pp_box dl:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .contact main .pp_box dl dt {
    font-weight: 700;
  }
  .contact main .pp_box dl dd .comment ul li {
    position: relative;
    padding-left: .8em;
  }
  .contact main .pp_box dl dd .comment ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }
  .contact main .pp_box dl dd address {
    display: flex;
    flex-direction: column;
  }
  .contact main .pp_box dl dd address p:not(:last-of-type) {
    margin-right: 0;
  }




  .chart main::before {
    left: 0;
    background: url(../img/chart/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .chart main::after {
    right: 0;
    background: url(../img/chart/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .chart main .mw1250 .bg {
    padding: 10vw 4vw 10vw;
  }
  .chart main .mw1250 .bg h3 {
    margin-bottom: 6vw;
  }
  .chart main .mw1250 .bg h3 * {
    line-height: 1em;
    display: block;
    color: #665146;
  }
  .chart main .mw1250 .bg h3 em {
    font-size: 1.8rem;
    letter-spacing: .5em;
    text-indent: .5em;
    margin-bottom: .5em;
  }
  .chart main .mw1250 .bg h3 span {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-indent: .1em;
  }
  .chart main .mw1250 .bg .maker_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: -10vw;
  }
  .chart main .mw1250 .bg .maker_list section {
    width: 100%;
    margin-bottom: 10vw;
  }
  .chart main .mw1250 .bg .maker_list section:nth-of-type(odd) {
    margin-right: 0;
  }
  .chart main .mw1250 .bg .maker_list section h4 {
    padding-bottom: 1vw;
    margin-bottom: 3vw;
    border-bottom: solid 1px #88ae36;
  }
  .chart main .mw1250 .bg .maker_list section h4 span {
    width: 60vw;
  }




  .u-car .mv {
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }
  .u-car .mv p {
    max-width: 100%;
  }
  .u-car main h2 {
    position: relative;
    top: inherit;
    margin-bottom: 5vw;
    padding-top: 10vw;
  }
  .u-car main .car_list {
    margin-bottom: 15vw;
  }
  .u-car main .car_list ul li:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .u-car main .chart_list {
    margin-bottom: 15vw;
  }
  .u-car main .chart_list p {
    margin-bottom: 5vw;
  }
  .u-car main .chart_list > ul > li:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .u-car main .use-info {
    margin-bottom: 5vw;
  }
  .u-car main .use-info p a {
    font-size: 2.0rem;
    padding: .7em .8em;
    letter-spacing: 0;
    border-radius: 5px;
  }
  .u-car main .use-info p a span::after {
    transition: inherit;
  }
  .u-car main .return-top {
    margin-bottom: 5vw;
  }
  .u-car main .return-top p a {
    font-size: 1.8rem;
  }
  .u-car.daihatsu main::before {
    left: 0;
    background: url(../img/u-car-daihatsu/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.daihatsu main::after {
    right: 0;
    background: url(../img/u-car-daihatsu/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.honda main::before {
    left: 0;
    background: url(../img/u-car-honda/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.honda main::after {
    right: 0;
    background: url(../img/u-car-honda/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.mazda main::before {
    left: 0;
    background: url(../img/u-car-mazda/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.mazda main::after {
    right: 0;
    background: url(../img/u-car-mazda/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.mitsubishi main::before {
    left: 0;
    background: url(../img/u-car-mitsubishi/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.mitsubishi main::after {
    right: 0;
    background: url(../img/u-car-mitsubishi/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.nissan main::before {
    left: 0;
    background: url(../img/u-car-nissan/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.nissan main::after {
    right: 0;
    background: url(../img/u-car-nissan/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.subaru main::before {
    left: 0;
    background: url(../img/u-car-subaru/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.subaru main::after {
    right: 0;
    background: url(../img/u-car-subaru/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.suzuki main::before {
    left: 0;
    background: url(../img/u-car-suzuki/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.suzuki main::after {
    right: 0;
    background: url(../img/u-car-suzuki/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  .u-car.toyota main::before {
    left: 0;
    background: url(../img/u-car-toyota/main_bg_l.svg) repeat-y left top;
    background-size: 40vw auto;
  }
  .u-car.toyota main::after {
    right: 0;
    background: url(../img/u-car-toyota/main_bg_r.svg) repeat-y right top;
    background-size: 40vw auto;
  }
  
  





}