@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  text-align: center;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: "Nirmala";
  src: local("../fonts/Nirmala"), url("../fonts/Nirmala.woff") format("woff"),
    url("../fonts/Nirmala.ttf") format("truetype");
}

@font-face {
  font-family: "ShinGoPr6";
  src: local("../fonts/ShinGoPr6-DeBold.otf"),
    url("../fonts/ShinGoPr6-DeBold.otf") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1120px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #333;
}

a img:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}

em {
  font-family: "Nirmala";
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
}
th,
td {
  padding: 0.75em 1.5em;
  vertical-align: middle;
  border: solid 1px #dcdcdc;
}

.section_title {
  text-align: left;
  width: 20%;
}

.section_title h2 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  display: block;
}

.section_title p {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 40px;
  border-bottom: 2px solid #000;
}

.subtitle_area {
  text-align: left;
  width: 75%;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alphabet-error {
  color: red;
  font-size: 12px !important;
}
.hidden {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.mb30 {
  margin-bottom: 30px;
}

/*.btn_green::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.btn_green:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}*/

/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  height: 84px;
  margin: 0;
  padding: 22px 30px;
  background-color: #fff;
  top: 0;
}

.h_logo_area {
  width: 140px;
  float: left;
}

.h_nav {
  float: right;
}

.h_nav ul {
  text-align: center;
  width: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.h_nav ul li {
  min-width: 100px;
  list-style: none;
}
.h_nav ul li:nth-child(4) {
  padding: 0 20px;
}

.h_nav ul li:last-child {
  width: 140px;
}

.h_nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}
.h_nav ul li a:hover {
  color: #008e4c;
}

.h_nav ul li:nth-child(7) {
  margin-right: 15px;
}

.h_nav .us_nav li:nth-child(6) {
  margin-right: 0px;
}

.h_nav .us_nav li {
  width: 160px;
}

.h_nav .us_nav li:nth-child(5) {
  width: 120px;
}

.h_nav ul li .contact_btn {
  color: #008e4c;
  border: 1px solid #008e4c;
  border-radius: 4px;
  padding: 15px;
  position: relative;
}

.h_nav ul li .contact_btn:hover {
  background-color: #008e4c;
  color: #fff;
}

/* --------------------------------
 * keyvisual
 * -------------------------------- */
.key_v {
  background-color: #000;
  height: 700px;
  background-image: url(../images/top-key01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 5%;
  margin-top: -10px;
}

.key_v .copy_area {
  position: relative;
  margin: auto;
  top: 20%;
  font-weight: bold;
}
.section.ta-l {
  padding: 30px 0;
}
/*.key_v .copy_area h2 {
		font-size: 8.0rem;
		color: #FFF;
		margin-bottom: 20px;
	}*/
.key_v .copy_area h2 {
  font-size: 94px;
  margin: 0 auto 0px;
  color: #fff;
  /*width: 100%;
    height: 100vh;
    max-width: 600px;
    max-height: 122px;
    background: url(../images/top-txt01.png) no-repeat center;
    background-size: 100% auto;*/
}

.key_v .copy_area p {
  color: #fff;
  margin-bottom: 40px;
}
.key_v .copy_area .btn_banner {
  display: flex;
}
.key_v .copy_area .btn_banner a {
  width: 49%;
}

.btn_lang {
  border: solid 1px rgb(255, 255, 255);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.502);
  display: inline-block;
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1em;

  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.btn_lang:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.key_v .btn_lang,
.child_key_v .btn_lang {
  position: absolute;
  right: 30px;
  bottom: -30px;
}

.widget_sp_image .widget-title {
  display: none !important;
}
.widget_sp_image {
  padding-top: 15px;
  background: #f0f3f5;
  text-align: center;
}
.widget_wp_posts_widget .readmore {
  display: none !important;
}
.wp-post-widget-div {
  padding: 20px;
  background-color: #f0f3f5;
}
.widget_wp_posts_widget .post-li {
  position: relative !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.widget_wp_posts_widget .post-li p {
  margin-bottom: 5px !important;
}
.widget_wp_posts_widget .post-date {
  font-size: 14px !important;
  color: #000000 !important;
}
.bolg_clock {
  font-size: 14px !important;
}
.wpp-item-data a span {
  margin-right: 10px !important;
}
.wpp-date {
  font-size: 14px !important;
}
.wp-post-widget-listing img.alignleft.wp-post-image {
  margin-bottom: 10px !important;
}
.widget_wp_posts_widget .post-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  display: inline-block;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
}
.widget_wp_posts_widget .post-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  display: inline-block;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
}
.widget_wp_posts_widget {
  margin-bottom: 40px !important;
}
.widget_wpcategorieswidget {
  margin-bottom: 40px;
}
.widget_archive {
  margin-bottom: 20px !important;
}
.widget_wpcategorieswidget .widget-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #008e4c;
  color: #fff;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
}
.widget_wpcategorieswidget ul {
  padding-left: 0px !important;
}
.widget_wpcategorieswidget ul li li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  padding-right: 10px;
  color: #969fa8;
}
.widget_wpcategorieswidget ul li {
  border-bottom: none !important;
}

.widget_wpcategorieswidget li a {
  color: #333 !important;
  font-size: 17px;
  font-weight: 400;
}
.arrowBre {
  margin: 0px !important;
}
.upcase {
  text-transform: capitalize !important;
}
/* --------------------------------
 * keyvisual (Subpages)
 * -------------------------------- */

.child_key_v {
  min-height: 380px;
  background-image: url(../images/sub-key.jpg);
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.child_key_v .wrapper {
  position: static;
}

.child_key_v .copy_area {
  margin: auto;
  color: #fff;
  padding: 42px 0 0px;
}

.child_key_v .copy_area h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.child_key_v .copy_area p {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}

.child_key_v .copy_area h2
/* --------------------------------
 * subnav (Subpages)
 * -------------------------------- */

.child_key_v .subnav_area {
}
.subnav_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.subnav_area .subnav_list {
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}
.subnav_area .subnav_list li {
  display: inline-block;
  font-size: 1.4rem;
}
.subnav_area .subnav_list li a {
  display: block;
  padding: 0.7em 1.5em 0.4em;
  color: #fff;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
}
.subnav_area .subnav_list li a:hover {
  border-color: rgba(255, 255, 255, 1);
}

/* --------------------------------
 * pankuzu (Subpages)
 * -------------------------------- */
.pankuzu_area {
  width: 100%;
  height: auto;
  padding: 13px 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  color: #fff;
  text-transform: uppercase;
}

.pankuzu_area .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.2rem;
}

.pankuzu_area .wrapper > span {
  display: inline-block;
  margin: 0 1em;
}

.pankuzu_area span a {
  color: inherit;
}

.pankuzu_area span a:hover {
  text-decoration: underline;
}

.pankuzu_area span:first-child {
  margin-left: 0;
}

/* --------------------------------
* fotter
* -------------------------------- */
footer {
}

footer #contact_area {
  background-color: #333;
  padding: 70px 0;
  color: #fff;
  position: relative;
}

footer #contact_area .wrapper {
  max-width: 500px;
}

footer #contact_area .wrapper h2 {
  /*font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 20px;*/

  max-width: 254px;
  margin: 0 auto 20px;
}

footer #contact_area .wrapper p {
  font-size: 1.4rem;
  font-weight: bold;
}

footer #contact_area .wrapper .white_border {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 45px;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
}

footer #contact_area .wrapper .tel {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

footer #contact_area .wrapper .tel span {
  font-size: 3.6rem;
  margin-left: 15px;
}

footer #contact_area .wrapper .btn_green {
  margin-bottom: 30px;
}

footer #contact_area .pagetop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 40px;
}

footer #contact_area .pagetop img {
  width: auto;
}

footer #f_nav_area {
  background-color: #fff;
  padding: 40px 80px 30px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer #f_nav_area .f_nav {
  text-align: left;
  width: 83%;
}
　 footer #f_nav_area .f_nav h3,
footer #f_nav_area .f_nav h3 a,
footer #f_nav_area .f_nav h3 a:active {
  color: #008e4c;
  font-weight: bold;
  font-size: 1.8rem;
}

footer #f_nav_area .f_nav .nav_box {
  margin-right: 6.8%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}

footer #f_nav_area .f_nav .nav_box .title {
  font-size: 1.4rem;
}

footer #f_nav_area .f_nav ul li a {
  color: #333;
  font-size: 1.2rem;
}

footer #f_nav_area .f_nav ul li a:hover {
  color: #008e4c;
}

footer #f_nav_area .f_nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  padding-right: 5px;
  float: left;
  line-height: 2.8;
  font-size: 12px;
  color: #008e4c;
}

footer #f_nav_area .f_logo_area {
  width: 140px;
}

footer #f_nav_area .f_logo_area span {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

footer .copyright_area {
  font-size: 1.2rem;
  width: 100%;
  text-align: right;
}

/* --------------------------------
 * Common Parts (Subpages)
 * -------------------------------- */

.main_contents {
}
.main_contents p {
  margin: 0 0 2em;
}

.section {
  padding: 80px 0;
}

.block {
  margin: 0 auto 30px;
}

/* Layout */
.frame_box {
  border: solid 3px #008e4c;
  background-color: #fff;
  border-radius: 5px;
}
.frame_box .title {
  background-color: #008e4c;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
}
.frame_box .in {
  padding: 20px;
}

.flex_wrap.column_2 .box {
  width: 100%;
  max-width: 535px;
}

/* Heading */
.title_section {
  margin: 0 0 0.5em;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.title_section .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}

.title_simple {
  margin: 0 0 0.75em;
  font-size: 1.125em;
  font-weight: bold;
}

.title_sub {
  margin: 0 0 0.75em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.title_sub em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2em;
  color: #008e4d;
  font-size: 1.2rem;
  font-weight: normal;
}
.title_sub .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75em 0 0;
}
.title_sub.border {
  padding: 0 0 0.5em;
  border-bottom: solid 1px #dcdcdc;
}

.hr-sep {
  display: block;
  background-color: #dcdcdc;
  height: 1px;
  margin: 1em auto;
  border: 0;
}
.hr-gradient {
  display: block;
  border: 0;
  margin: 0 auto;
  height: 3px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
}

/* Alignment */
.alignleft {
  display: block;
  float: left;
  margin: 0 2em 2em 0;
}
.alignright {
  display: block;
  float: right;
  margin: 0 0 2em 2em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}

.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}

.ta-l img,
.ta-r img,
.ta-c img {
  display: inline-block;
}

/* Text */
.text_note {
  font-size: 1.2rem;
  opacity: 0.75;
}

.fc_green {
  color: #008e4c;
}
.fc_red {
  color: #a00;
}

/* Table */
.table_gray th,
.table_gray td {
  padding: 0.75em 1.5em;
  vertical-align: middle;
  border: solid 1px #dcdcdc;
}
.table_gray th {
  background-color: #666;
  color: #fff;
  text-align: center;
}
.table_gray td {
  text-align: left;
}

/* List */
.list_meta {
  margin: 0 auto 1em;
}
.list_meta li {
  margin: 0 0 0.5em;
  font-size: 1.2rem;
}
.list_meta li span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.list_meta li .head {
  max-width: 33%;
  margin-right: 3%;
}
.list_meta li .text {
  max-width: 55%;
}

.list_meta li .head {
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  padding: 0.25em 1em;
}

/* Button */
.btn_normal {
  display: block;
  background-color: transparent;
  color: #333;
  border-radius: 40px;
  text-align: left;
  padding: 15px 0;
  padding-left: 40px;
  width: 100%;
  max-width: 280px;
  border: solid 1px #333;
  font-weight: bold;

  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.btn_normal::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
  float: right;
  font-size: 26px;
  line-height: 1.15;

  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.btn_normal:hover {
  background-color: #333;
  color: #fff;
}

.btn_normal:hover::after {
  padding-right: 16px;
  color: #fff;
}

.ta-r .btn_normal {
  margin-left: auto;
}

.btn_green {
  position: relative;
  overflow: hidden;
  display: block;
  /*background-color: #008E4C;*/
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(55, 236, 186) 0%,
    rgb(114, 175, 211) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(55, 236, 186) 0%,
    rgb(114, 175, 211) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(55, 236, 186) 0%,
    rgb(114, 175, 211) 100%
  );
  color: #fff;
  border-radius: 40px;
  text-align: center;
  margin: auto;
  padding: 12px 0;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
}

.btn_large {
  max-width: 540px;
  padding: 18px 0;
  font-size: 2.4rem;
}

.btn_green:hover {
  opacity: 0.85;
}

.btn_main {
  display: block;
  margin: auto;
  padding: 12px 0;
  padding-left: 2em;
  width: 100%;
  margin-bottom: 4em;
  max-width: 400px;

  border: solid 1px #008e4c;
  background-color: #008e4c;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 40px;
  text-align: center;

  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.btn_main::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 20px;
  float: right;
  font-size: 26px;
  line-height: 1.6;

  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.btn_main:hover {
  background-color: #fff;
  color: #008e4c;
}

.btn_main.gray {
  background-color: #333;
  border: solid 1px #333;
}
.btn_main.gray:hover {
  color: #333;
}

/* Object Fit */
.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------------------------
 * Filter Window
 * -------------------------------- */

/* filter_window */
.used_car_filter {
  font-size: 1.2rem;
}
.used_car_filter .used_car_filter_window {
  margin: 0 auto 20px;
}

.used_car_filter .box {
  border: solid 1px #dcdcdc;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
}
.used_car_filter .box01 {
  max-width: 320px;
}
.used_car_filter .box02 {
  max-width: 580px;
}
.used_car_filter .box03 {
  max-width: 320px;
}

.used_car_filter .box .in {
  padding: 15px 20px 0px;
}
.used_car_filter .box .block {
  margin: 0 auto 10px;
}
.used_car_filter .box .hr-sep {
  margin: 7px auto;
}

.used_car_filter .filter_area {
}
.used_car_filter .filter_maker {
}
.used_car_filter .filter_type {
}
.used_car_filter .filter_price {
}

.used_car_filter .filter_area a {
  text-decoration: underline;
  display: block;
}
.used_car_filter .filter_area .content-region a {
  font-weight: 100;
}

.used_car_filter .filter_price a {
  font-size: 12px;
  display: block;
  text-decoration: underline;
  margin-bottom: 1px;
}

.used_car_filter .filter_area .title_simple:not(:first-child) {
  margin: 1em 0 0.5em;
}
.select_style01 {
  -webkit-appearance: none;
  appearance: none;
  border: none;

  width: 100%;
  padding: 0.75em 1.25em;
  border-radius: 3px;
  background: url(../images/ico-arrow-down-select.png) no-repeat right 1em
    center;
  background-size: 13px auto;
  background-color: #f6f6f6;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.used_car_filter .filter_type ul.list-cartype {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.used_car_filter .filter_type ul.list-cartype li,
.used_car_filter .filter_type a {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 20%;
  text-align: center;
  margin: 1% 2%;
  font-size: 1.2rem;
  padding: 35px 0 0;
  text-decoration: underline;
  background: no-repeat center top 2px;
}

.used_car_filter .filter_type ul.list-cartype li.convertible,
.used_car_filter .filter_type a.convertible {
  order: 6;
  background-image: url(../images/ico-convertible.png);
}

.used_car_filter .filter_type ul.list-cartype li.coupe,
.used_car_filter .filter_type a.coupe {
  order: 5;
  background-image: url(../images/ico-coupe.png);
}

.used_car_filter .filter_type ul.list-cartype li.hatchback,
.used_car_filter .filter_type a.hatchback {
  order: 3;
  background-image: url(../images/ico-hatchback.png);
}

.used_car_filter .filter_type ul.list-cartype li.sedan,
.used_car_filter .filter_type a.sedan {
  order: 4;
  background-image: url(../images/ico-sedan.png);
}

.used_car_filter .filter_type ul.list-cartype li.suv,
.used_car_filter .filter_type a.suv {
  order: 0;
  background-image: url(../images/ico-suv.png);
}

.used_car_filter .filter_type ul.list-cartype li.truck,
.used_car_filter .filter_type a.truck {
  order: 7;
  background-image: url(../images/ico-truck.png);
}

.used_car_filter .filter_type ul.list-cartype li.van,
.used_car_filter .filter_type a.van {
  order: 2;
  background-image: url(../images/ico-van.png);
}

.used_car_filter .filter_type ul.list-cartype li.wagon,
.used_car_filter .filter_type a.wagon {
  order: 1;
  background-image: url(../images/ico-wagon.png);
}

.used_car_filter .filter_type ul.list-cartype li input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;

  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
}

.used_car_filter
  .filter_type
  ul.list-cartype
  li
  input[type="checkbox"]:checked {
  border: solid 3px #008e4c;
}

.used_car_filter .filter_price ul {
}
.used_car_filter .filter_price ul li {
  margin: 0 0 1em;
}

/* sort */
.filter_sort {
}

.filter_sort ul,
.filter_sort ul li {
  display: inline;
}
.filter_sort ul li::before {
  content: " 　|　 ";
}
.filter_sort ul li a {
  text-decoration: underline;
}
.filter_sort ul li a:hover {
  text-decoration: none;
}

.search_box input[type="search"] {
  width: 98%;
  border-radius: 12px;
  text-align: left;
  padding: 0 20px;
  padding-right: 48px;
  display: block;
  margin: auto;
  height: 35px;
  box-shadow: none;
  border: 1px solid #666;
  margin-bottom: 5px;
  background: #f0f1f2;
  -webkit-appearance: none;
}

.search_box {
  position: relative;
  clear: both;
}

.search_box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  color: #093764;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 20px;
  float: right;
  font-size: 24px;
  line-height: 1.8;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.search_box .search_click {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 18px;
  color: #093764;
  cursor: pointer;
}

/* --------------------------------
 * gallery +flexslider
 * -------------------------------- */

.gallery {
}
.gallery .flexslider {
  border: 0;
  margin: 0 auto;
}
.gallery .flexslider .slides,
.gallery .flexslider .flex-control-thumbs {
  width: 100%;
}

.gallery .flexslider .flex-control-thumbs {
  margin: 15px 0 0;
  margin-right: -1%;
}
.gallery .flexslider .flex-control-thumbs {
}
.gallery .flexslider .flex-control-thumbs li {
  width: 19%;
  margin: 0 1% 1% 0;
  padding: 0;
  vertical-align: top;
  background-color: #000;
}
.gallery .flexslider .flex-control-thumbs li img {
  opacity: 1;
}

.gallery .flexslider .caption {
  margin: 1em 0 0;
}

/* --------------------------------
 * store_lineup
 * -------------------------------- */

.store_lineup {
}
.store_lineup .box {
  margin: 0 auto 30px;
}
.store_lineup ul a {
  text-decoration: underline;
  color: #888;
}
.store_lineup ul a {
  text-decoration: none;
}
.store_lineup .list_meta li .head {
  max-width: 120px;
}

.store_lineup .content_left,
.store_lineup .content_right {
  width: 100%;
}
.store_lineup .content_left {
  max-width: 27%;
}
.store_lineup .content_right {
  max-width: 70%;
}

.store_lineup .image img {
  width: 100%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .store_lineup .content_left,
  .store_lineup .content_right {
    max-width: 100%;
  }
}

/* --------------------------------
 * flow_chart
 * -------------------------------- */

.flow_chart {
}
.flow_chart .box {
  background-color: rgba(0, 142, 77, 0.35);
}
.flow_chart .box:nth-child(even) {
  background-color: rgba(0, 142, 77, 0.25);
}
.flow_chart .box .content {
  position: relative;
  padding: 0 0 0 200px;
}
.flow_chart .box .num {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 112px;
  color: #fff;
  line-height: 1;
  text-align: left;
}

.flow_chart .box01 {
}

.flow_heart {
  text-align: center;
}
.flow_heart .image {
  margin: 0 auto 20px;
}
.flow_heart .text {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow_chart .box .content {
    padding: 0 0 0 24vw;
  }
  .flow_chart .box .num {
    font-size: 12vw;
  }
  .flow_chart .box br {
    display: none;
  }
  .flow_heart .text {
    font-size: 1.6rem;
  }
  /*.flow_heart .text br { display: none; }*/
}

/* --------------------------------
 * form_inquiry
 * -------------------------------- */

.form_inquiry {
  border: solid 3px #009efd;
  background-color: #fff;
  border-radius: 5px;
}
.form_inquiry .title {
  background-color: #009efd;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
}
.form_inquiry .in {
  padding: 20px;
}
.form_inquiry th,
.form_inquiry td {
  display: block;
  border: none;
  padding: 0.25em 0;
  font-weight: normal;
}

textarea {
  resize: vertical !important;
  overflow: auto !important;
}

.form_inquiry input[type="text"],
.form_inquiry input[type="email"],
.form_inquiry textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border: solid 1px #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  max-width: 100%;
}
.form_inquiry input[type="email"],
.form_inquiry textarea {
  width: 100%;
}
.form_inquiry input[type*="submit"] {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  padding: 10px;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  cursor: pointer;
  border-color: rgba(16, 16, 16, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.form_inquiry input[type*="submit"]:hover {
  opacity: 0.7;
}

/* --------------------------------
 * WP Plugin
 * -------------------------------- */

/* WP-PageNavi */
.wp-pagenavi {
  margin-bottom: 80px;
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  text-decoration: none;
  padding: 7px 10px;
  margin: 3px;
  color: #000;
  font-size: 1.3rem;
}
.wp-pagenavi a {
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  border: 1px solid #fff;
  border-radius: 50%;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #008e4c;
  background: #008e4c;
  color: #fff;
}

/*##################################################################*/
@media screen and (max-width: 1100px) {
  /* --------------------------------
  * nav
  * -------------------------------- */
  .h_nav ul li {
    width: 100%;
  }

  .global-nav {
    position: fixed;
    right: -260px;
    top: 0px;
    width: 260px;
    height: 100%;
    padding-top: 40px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
  }
  .global-nav__item a {
    font-size: 3rem;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  .global-nav__item:first-child {
    margin-top: 20px;
  }

  .global-nav__item:first-child a {
    border-top: 1px solid #eee;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .h_nav ul li:last-child {
    width: 80%;
    margin: 30px auto;
  }

  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 30px;
    height: 4px;
    background-color: #111;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 34px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.5;
    visibility: visible;
  }

  .nav-open .hamburger {
    position: fixed;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  .h_nav ul li:nth-child(6) {
    margin-right: 0px;
  }

  .h_nav .us_nav li,
  .h_nav .us_nav li:nth-child(5) {
    width: 100%;
  }

  .h_nav .us_nav li:nth-child(6) {
    margin: 30px auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .key_v {
    margin-top: -5px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .key_v {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1441px) {
  .key_v {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .key_v {
    margin-top: -30px;
  }
}
/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    font-size: 3.5vw;
  }

  .wrapper {
    padding: 0 5%;
  }

  .key_v .btn_lang,
  .child_key_v .btn_lang {
    bottom: -30px;
  }
  .key_v .copy_area .btn_banner a {
    width: 100%;
  }

  /* --------------------------------
   * header
   * -------------------------------- */
  .header {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 15px;
  }

  /* --------------------------------
   * keyvisual
   * -------------------------------- */
  .key_v {
    height: 140vw;
    margin-top: 30px !important;
  }

  .key_v .copy_area h2 {
    font-size: 5rem;
    margin-bottom: 20px;
  }

  .key_v .copy_area p {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .child_key_v {
    height: 100vw;
  }
  .key_v .copy_area .btn_banner {
    display: block;
  }
  .key_v .copy_area .btn_banner :not(:last-child) {
    margin-bottom: 2rem;
  }
  .child_key_v .copy_area {
  }

  .child_key_v .copy_area h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .child_key_v .copy_area p {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 0;
  }
  .subnav_area .wrapper {
    padding: 0;
  }
  .subnav_area {
    overflow: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .subnav_area .subnav_list {
    width: 80rem;
  }
  .subnav_area .subnav_list li {
    font-size: 1.2rem;
  }
  .pankuzu_area {
    /*padding: 0 5%;*/
    overflow: auto;
    overflow-x: scroll;
  }

  .pankuzu_area .wrapper {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
  }

  /* --------------------------------
    * footer
    * -------------------------------- */
  footer #contact_area .wrapper {
    padding: 0 5%;
  }

  footer #contact_area .pagetop {
    position: absolute;
    bottom: 5%;
    right: 5%;
  }

  footer #contact_area .wrapper .tel span {
    font-size: 2.4rem;
  }

  footer #f_nav_area {
    padding: 5%;
  }

  footer #f_nav_area .f_nav {
    width: 100%;
  }

  footer #f_nav_area .f_nav .nav_box {
    margin: 0 auto 20px;
    width: 100%;
    width: 49%;
  }

  footer #f_nav_area .f_nav ul li a:before {
    float: none;
  }

  footer #f_nav_area .f_logo_area {
    margin: auto;
  }

  footer .copyright_area {
    text-align: center;
  }

  /* --------------------------------
    * common parts (subpages only)
    * -------------------------------- */
  .main_contents {
    font-size: 1.4rem;
  }
  .section {
    padding: 5% 0;
  }
  .block {
    margin: 0 auto 5%;
  }

  .flex_wrap .box {
    margin: 0 auto 20px;
  }

  .title_section {
    font-size: 1.8rem;
  }

  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .list_meta li {
    font-size: 1rem;
  }

  th,
  td {
    font-size: 1rem;
  }

  iframe {
    max-width: 100%;
  }

  .block iframe {
    max-width: 100%;
    max-height: 280px;
  }

  /* --------------------------------
     * Filter Window
     * -------------------------------- */
  .used_car_filter .box {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  /* --------------------------------
     * form_inquiry
     * -------------------------------- */
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1.7rem;
  line-height: 1.5;
  border-radius: 40px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-search {
  background-color: #fff;
  border-color: #6c757d;
}

.btn-search i {
  padding-left: 20px;
}

.btn-search:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-search:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 98, 104, 0.5);
}
.filter_area .select-search {
  margin-bottom: 15px;
}
.filter_area .select-search,
.used_car_filter .filter_price a {
  padding-left: 7px;
}
.selected-search {
  background-color: #008e4c !important;
  color: #fff;
  font-weight: bold;
}
.searchUsedCar:hover {
  background: #008e4c;
  border: 1px solid #008e4c;
}
.gglcptch_recaptcha div {
  margin: 0px auto;
}
.selectedSearchUsedCar {
  background: #008e4c;
  border: 1px solid #008e4c;
  color: #fff;
}
.searchUsedCar.selectedSearchUsedCar:hover {
  background: #fff;
  border: 1px solid #6c757d;
  color: #000;
}
.button-search-mobile {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 30px;
  z-index: 999;
  text-align: center;
  margin-left: -20px;
}
.button-search-mobile .searchUsedCar {
  margin: 0px auto;
}
.store_lineup ul .link-map,
.store_lineup ul .link-blog,
.store_lineup ul .link-notice {
  text-decoration: underline;
  color: #008e4c;
  font-weight: 600;
}
.btn-bg-red {
  background-color: #e72d44 !important;
  color: #ffffff !important;
  border: none !important;
}
.btn-bg-red:disabled {
  background-color: transparent !important;
  color: #cbcbcb !important;
  border: #1010104d 1px solid !important;
}
.btn-bg-red:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .searchUsedCar {
    /*display: none;*/
  }
  .button-search-mobile .searchUsedCar {
    display: block;
  }
}
@media screen and (min-width: 380px) and (max-width: 480px) {
  .g-recaptcha-bubble-arrow {
    display: none;
  }
  .g-recaptcha-bubble-arrow + div {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #recaptcha-container {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .global-nav__list li:not(:last-child) {
    padding-left: 10px;
    text-align: left;
    position: relative;
  }
  .sub-menu-header.menu-open li a:after {
    display: block;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 1em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.15em solid #008e4c;
    border-right: 0.15em solid #008e4c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn-menu.active:before {
    transform: rotate(90deg);
  }
  .btn-menu {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
  }
  .btn-menu:before {
    position: absolute;
    top: 50%;
    right: 1.1em;
    margin-top: -0.4em;
    content: "";
    display: inline-block;
    height: 0.8em;
    border-right: 0.15em solid #008e4c;
    transition: 0.3s;
  }
  .btn-menu:after {
    position: absolute;
    top: 50%;
    right: 0.75em;
    margin-top: -0.075em;
    content: "";
    display: inline-block;
    width: 0.9em;
    border-top: 0.15em solid #008e4c;
    transition: 0.3s;
  }
  .global-nav__item ul {
    max-height: 0px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
    display: block !important;
    margin-top: 0px !important;
    border-radius: 0 0 15px 15px;
    padding: 0 10px !important;
    transition: max-height 0.24s ease-in;
  }
  .global-nav__item > a {
    width: 80% !important;
  }
  .sub-menu-header.menu-open {
    max-height: 1000px;
    transition: max-height 0.4s ease-out;
  }
  .sub-menu-header li:last-child {
    margin: 0px !important;
    position: relative !important;
  }
  .sub-menu-header li {
    border: none !important;
    position: relative;
  }
  .sub-menu-header li:last-child {
    width: 100% !important;
    text-align: left;
    padding-left: 10px;
  }
  .sub-menu-header li a {
    border: none !important;
  }
  #sub-menu-5 a {
    padding-right: 20px;
  }
  #sub-menu-4 a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .global-nav__item:not(:last-child):hover {
    border-bottom: 1px solid #008e4c;
  }
  .global-nav__item ul {
    max-height: 0px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    display: block !important;
    margin-top: 0px !important;
    border-radius: 0 0 15px 15px;
    padding: 0 10px !important;
    position: absolute;
    z-index: 20;
  }
  .global-nav__item li {
    width: auto !important;
    height: 34px !important;
    cursor: pointer;
  }
  .global-nav__item:hover > ul {
    max-height: 500px;
    display: block !important;
    transition: max-height 0.25s ease-out;
    transform: translateX(-12%);
  }
  .global-nav__item:hover > .en {
    transform: translateX(7%);
  }
  .sub-menu-header li:hover {
    border-bottom: 1px solid #008e4c;
  }
  .sub-menu-header li {
    text-align: left !important;
  }
  .sub-menu-header li a {
    font-weight: normal !important;
    font-size: 13px !important;
  }
  #sub-menu-4 {
    transform: translateX(-20%) !important;
  }
  #sub-menu-5 {
    transform: translateX(-25%) !important;
  }
}

/* 20th Campaign Settings */
.key_v {
  background: url(../images/top-key_20th_pc.webp) center top / cover no-repeat;
}

.key_v:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  display: block;
  background: url("../images/logo_20th.webp") center / 100% auto no-repeat;
  margin: 0 0 0 -233px;
  width: 466px;
  height: 407px;
}

.key_v:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url("../images/img_txt-20th.webp") center bottom / contain no-repeat;
  width: 100%;
  height: 100%;
  max-height: 123px;
}

.key_v .copy_area {
  top: 61.8%;
}

.btn_green {
  background: #cb3241;
}

.btn_green:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url("../images/ico_car01.webp") 0 0 / cover no-repeat;
  margin: -16px 0 0 -105px;
  width: 40px;
  height: 28px;
}

.btn_green + .btn_green:before {
  background: url("../images/ico_car02.webp") 0 0 / cover no-repeat;
  margin: -16px 0 0 -90px;
  width: 33px;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .key_v:before {
    top: 150px;
  }
}

@media screen and (max-width: 440px) {
  .key_v {
    background: url(../images/top-key_20th_sp.webp) center top / 100% auto no-repeat;
  }
  
  .key_v:before {
    top: 56vw;
    margin: 0 0 0 -45.8vw;
    width: 91.6vw;
    height: 72vw;
  }
}

/*** fixed-btn ***/
@media screen and (min-width: 769px) {
  .fixed_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fixed_sp {
    position: fixed;
    left: 0;
    bottom: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10;
  }
  .fixedarea--list {
    position: relative;
    margin: 2vw auto;
    width: 90vw;
  }
  a.fixedicn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 50px;
    background-image: -webkit-linear-gradient(90deg, #e72d44 0, #e72d44 75%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  }
  a.fixedicn::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: 0;
    transform: rotate(45deg);
    content: '';
  }
  .fixedbtn--txt {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
  }
}
