@charset "UTF-8";
/* ｃｓｓ */
html body .page_wrap .test_ride_page {
  width: 100%;
  max-width: 1330px;
  background-color: #fff;
  padding-top: 200px;
  margin: 0 auto;
}
html body .page_wrap .test_ride_page .sub {
  text-align: right;
  padding-right: 20px;
}
html body .page_wrap .test_ride_page .sub span {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px;
  background-color: #a00;
  padding: 0 50px;
}
html body .page_wrap .test_ride_page .testRideBack {
  text-align: right;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 50px;
}
html body .page_wrap .test_ride_page .testRideBack a {
  color: #000;
  text-decoration: none;
}
html body .page_wrap .test_ride_page img {
  width: 100%;
}
html body .page_wrap .test_ride_page .model_name {
  font-size: 5rem;
  font-weight: 800;
  border-left: 100px solid #f00;
  padding-left: 20px;
}
html body .page_wrap .test_ride_page .testride_block_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
html body .page_wrap .test_ride_page .testride_block_01 .main_photo {
  width: 50%;
  padding-right: 50px;
}
html body .page_wrap .test_ride_page .testride_block_01 .main_photo img {
  width: 100%;
}
html body .page_wrap .test_ride_page .testride_block_01 .model_text {
  width: 50%;
  padding-right: 20px;
}
html body .page_wrap .test_ride_page .testride_block_01 .model_text p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
html body .page_wrap .test_ride_page .testride_block_01 .model_text p:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 4rem;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_page .testride_block_01 .model_text p:nth-of-type(2) {
  color: #a00;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_page .testride_block_02 {
  margin-top: 100px;
}
html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap .spec_a {
  width: 20%;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 20px;
}
html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap .spec_b {
  width: 80%;
  font-size: 1.4rem;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
html body .page_wrap .test_ride_page .notes {
  font-size: 1.4rem;
  margin-top: 50px;
  padding-left: 20px;
}
html body .page_wrap .test_ride_page .notes p {
  margin-bottom: 10px;
}
html body .page_wrap .test_ride_page .form_link {
  margin-top: 100px;
  margin-bottom: 200px;
}
html body .page_wrap .test_ride_page .form_link a {
  width: 80%;
  display: block;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  background-color: #a00;
  padding: 30px;
  margin: 0 auto;
  margin-top: 100px;
  -webkit-box-shadow: 6px 10px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 6px 10px 8px 0 rgba(0, 0, 0, 0.4);
}
html body .page_wrap .test_ride_page .form_link a:hover {
  background-color: #f00;
}
html body .page_wrap .test_ride_page .google_map {
  margin-top: 20px;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 75%;
}
html body .page_wrap .test_ride_page .google_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html body .page_wrap .test_ride_page .testride_block_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #f00;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map {
  width: 40%;
  padding-right: 50px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text {
  width: 60%;
  padding-top: 50px;
  padding-right: 50px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text p a {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text p.test_ride_course {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text p.courseLink {
  text-align: right;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text .qr {
  margin-top: 30px;
}
html body .page_wrap .test_ride_page .testride_block_03 .map_text .qr img {
  width: 80px;
  display: block;
  margin-left: auto;
}
html body .page_wrap .test_ride_page .testride_block_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #f00;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
}
html body .page_wrap .test_ride_page .testride_block_04 .map {
  width: 40%;
  padding-right: 50px;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text {
  width: 60%;
  padding-top: 50px;
  padding-right: 50px;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text p.test_ride_course {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text p.courseLink {
  text-align: right;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text .qr {
  margin-top: 30px;
}
html body .page_wrap .test_ride_page .testride_block_04 .map_text .qr img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  html body {
    background-color: #fff;
  }
  html body .page_wrap .test_ride_page {
    padding-top: 100px;
  }
  html body .page_wrap .test_ride_page .sub {
    text-align: center;
    padding: 0;
  }
  html body .page_wrap .test_ride_page .sub span {
    display: block;
    font-size: 2rem;
    padding: 2px 50px;
  }
  html body .page_wrap .test_ride_page img {
    width: 100%;
  }
  html body .page_wrap .test_ride_page .model_name {
    font-size: 2.5rem;
    font-weight: 600;
    border-left: 10px solid #f00;
    padding-left: 10px;
  }
  html body .page_wrap .test_ride_page .testride_block_01 {
    display: block;
    margin-top: 10px;
  }
  html body .page_wrap .test_ride_page .testride_block_01 .main_photo {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .test_ride_page .testride_block_01 .model_text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  html body .page_wrap .test_ride_page .testride_block_01 .model_text p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  html body .page_wrap .test_ride_page .testride_block_01 .model_text p:nth-of-type(1) {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .testride_block_01 .model_text p:nth-of-type(2) {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .testride_block_02 {
    margin-top: 100px;
  }
  html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap {
    display: block;
  }
  html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap .spec_a {
    width: 100%;
    color: #444;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: none;
    padding: 0;
    padding-top: 10px;
  }
  html body .page_wrap .test_ride_page .testride_block_02 .spec_wrap .spec_b {
    width: 100%;
    font-size: 1.2rem;
    border-bottom: solid 1px #ccc;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .notes {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  html body .page_wrap .test_ride_page .notes p {
    margin-bottom: 10px;
  }
  html body .page_wrap .test_ride_page .form_link {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  html body .page_wrap .test_ride_page .form_link a {
    width: 90%;
    font-size: 2.5rem;
  }
  html body .page_wrap .test_ride_page .google_map {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
  }
  html body .page_wrap .test_ride_page .google_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  html body .page_wrap .test_ride_page .testride_block_03 {
    display: block;
    border-bottom: solid 1px #f00;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  html body .page_wrap .test_ride_page .testride_block_03 .map {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .test_ride_page .testride_block_03 .map_text {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  html body .page_wrap .test_ride_page .testride_block_03 .map_text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .testride_block_03 .map_text p.test_ride_course {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .testride_block_04 {
    display: block;
    border-bottom: solid 1px #f00;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  html body .page_wrap .test_ride_page .testride_block_04 .map {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .test_ride_page .testride_block_04 .map_text {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  html body .page_wrap .test_ride_page .testride_block_04 .map_text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_page .testride_block_04 .map_text p.test_ride_course {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}