@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* display setting
----------------------------------------------------------- */

@font-face {
  font-family: 'MINI Sans Serif Regular';
  src: url(fonts/MINI_Sans_Serif/mini_sans_serif-regular-webfont.eot);
  src: url(fonts/MINI_Sans_Serif/mini_sans_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Sans_Serif/mini_sans_serif-regular-webfont.woff) format("woff"), url(fonts/MINI_Sans_Serif/mini_sans_serif-regular-webfont.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Sans Serif Bold';
  src: url(fonts/MINI_Sans_Serif/mini_sans_serif-bold-webfont.eot);
  src: url(fonts/MINI_Sans_Serif/mini_sans_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Sans_Serif/mini_sans_serif-bold-webfont.woff) format("woff"), url(fonts/MINI_Sans_Serif/mini_sans_serif-bold-webfont.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Serif Regular';
  src: url(fonts/MINI_Serif/mini_serif-regular-web.eot);
  src: url(fonts/MINI_Serif/mini_serif-regular-web.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Serif/mini_serif-regular-web.woff) format("woff"), url(fonts/MINI_Serif/mini_serif-regular-web.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Serif Italic';
  src: url(fonts/MINI_Serif/mini_serif-italic-web.eot);
  src: url(fonts/MINI_Serif/mini_serif-italic-web.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Serif/mini_serif-italic-web.woff) format("woff"), url(fonts/MINI_Serif/mini_serif-italic-web.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Serif Bold';
  src: url(fonts/MINI_Serif/mini_serif-bold-web.eot);
  src: url(fonts/MINI_Serif/mini_serif-bold-web.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Serif/mini_serif-bold-web.woff) format("woff"), url(fonts/MINI_Serif/mini_serif-bold-web.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Serif Regular';
  src: url(fonts/MINI_Serif/mini_serif-regular-web.eot);
  src: url(fonts/MINI_Serif/mini_serif-regular-web.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Serif/mini_serif-regular-web.woff) format("woff"), url(fonts/MINI_Serif/mini_serif-regular-web.ttf) format("truetype");
}
@font-face {
  font-family: 'MINI Serif Italic';
  src: url(fonts/MINI_Serif/mini_serif-italic-web.eot);
  src: url(fonts/MINI_Serif/mini_serif-italic-web.eot?#iefix) format("embedded-opentype"), url(fonts/MINI_Serif/mini_serif-italic-web.woff) format("woff"), url(fonts/MINI_Serif/mini_serif-italic-web.ttf) format("truetype");
}
@font-face {
  font-family: 'motoya w3';
  src: url(fonts/motoya/MotoyaAporoStd-W3.eot);
  src: url(fonts/motoya/MotoyaAporoStd-W3.eot?#iefix) format("embedded-opentype"), url(fonts/motoya/MotoyaAporoStd-W3.woff) format("woff");
}
@font-face {
  font-family: 'motoya w4';
  src: url(fonts/motoya/MotoyaAporoStd-W4.eot);
  src: url(fonts/motoya/MotoyaAporoStd-W4.eot?#iefix) format("embedded-opentype"), url(fonts/motoya/MotoyaAporoStd-W4.woff) format("woff");
}

body {
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
  font-family: 'motoya w3';
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 13px;
    line-height: calc(34 / 22);
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
}

img {
  vertical-align: bottom;
}

wbr + span {
  white-space: nowrap;
}

br.pcHide {
  display: none;
}
br.spHide {
}
@media screen and (max-width: 767px) {
  br.pcHide {
    display: inline;
  }
  br.spHide {
    display: none;
  }
}

.serif {
  display: inline-block;
  margin-top: .05em;
  font-family: 'MINI Serif Regular';
  font-size: 120%;
  letter-spacing: .01em;
  line-height: 1.00;
}

/* header
----------------------------------------------------------- */

header {
  height: 80px;
  background-color: #fff;
  border-top: #000 solid 8px;
  overflow: hidden;
}
header .inner {
  min-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}
header .inner:before,
header .inner:after {
  content: " ";
  display: table;
}
header .inner:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    min-height: 50px;
    border-top-width: 10px;
    overflow: visible;
  }
  header .inner {
    position: relative;
    z-index: 1000;
    width: auto;
    min-width: 290px;
    padding: 10px 15px;
  }
}

header .title {
  float: left;
}
header .title > div {
  display: table;
}
header .title > div > * {
  display: table-cell;
  vertical-align: middle;
}
header .title .logo {
  display: inline-block;
  width: 88px;
  height: 80px;
  background: url(/common/images/header/logo_pc.png) no-repeat 0px center;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}
header .title h1 .main {
  display: block;
  font-family: 'MINI Serif Regular';
  font-size: 24px;
  line-height: 1.10;
}
header .title h1 .sub {
  display: block;
  font-family: 'MINI Serif Italic';
  font-size: 18px;
  line-height: 1.10;
}

@media screen and (max-width: 767px) {
  header .title {
    float: none;
  }
  header .title > div {
    display: block;
  }
  header .title > div > * {
    display: block;
  }
  header .title .logo {
    width: 56px;
    height: 29px;
    background-image: url(/common/images/header/logo_sp.png);
    background-size: 56px 29px;
  }
  header .title h1 {
    width: auto;
    padding-left: 0;
  }
  header .title h1 .main {
    font-family: 'MINI Serif Bold';
    font-size: 24px;
    line-height: 1.10;
  }
  header .title h1 .sub {
    font-family: 'MINI Serif Italic';
    font-size: 9px;
  }
}

header .menu {
  float: right;
  margin-top: 29px;
}
header .menu .toggle_btn {
  display: none;
}
header .menu ul {
}
header .menu ul:before,
header .menu ul:after {
  content: " ";
  display: table;
}
header .menu ul:after {
  clear: both;
}
header .menu ul li {
  float: left;
  margin-left: 35px;
}
header .menu ul li:first-child {
  margin-left: 0;
}
header .menu ul li a {
  display: block;
}
header .menu ul li a:hover {
  opacity: .6;
}
.web_href_div {
  margin-top: 10px;
  width: 100%;
}
.web_href_div span {
  float: right;
}
.web_href:hover {
  opacity: .6;
}
header .menu ul li a > span {
  display: block;
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: 0px center;
}
header .menu ul li a > span:not(:target) {
  padding-top: .35em\9;
  margin-bottom: -.35em\9;
  background-position: 0px .1em\9;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  header .menu ul li a > span {
    padding-top: .35em;
    margin-bottom: -.35em;
    background-position: 0px .1em;
  }
}
header .menu ul li.testdrive a > span {
  padding-left: 50px;
  background-image: url(/common/images/header/menu_testdrive_pc.png);
}
header .menu ul li.catalog a > span {
  background-image: url(/common/images/header/menu_catalog_pc.png);
}
header .menu ul li.estimate a > span {
  background-image: url(/common/images/header/menu_estimate_pc.png);
}
header .menu ul li.dealer a > span {
  background-image: url(/common/images/header/menu_dealer_pc.png);
}

@media screen and (max-width: 767px) {
  header .menu {
    float: none;
    margin-top: 0;
  }
  header .menu .toggle_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 50px;
    background: url(/common/images/header/menu_toggle_open_sp.png) no-repeat center center;
    background-size: 14px 10px;
    text-indent: -9999px;
    overflow: hidden;
  }
  header .menu.open .toggle_btn {
    background-color: #e5e5e5;
    background-image: url(/common/images/header/menu_toggle_close_sp.png);
  }
  header .menu ul {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 9px;
    background-color: #e5e5e5;
  }
  header .menu ul li {
    float: none;
    margin-top: 2px;
    margin-left: 0;
  }
  header .menu ul li:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  header .menu ul li a {
    padding: 11px 20px 11px 10px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    white-space: nowrap;
  }
  header .menu ul li a:hover {
    opacity: 1;
  }
  .web_href_div {
    margin-top: 15px;
    text-align: center;
  }
  .web_href_div span {
    float: none;
  }
  .web_href {
    font-size: 18px;
    display: inline-block;
  }
  header .menu ul li a > span {
    width: auto;
    height: auto;
    padding-left: 34px;
    background-position: 2px center;
    background-size: 21px 21px;
    text-indent: 0;
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
  }
  header .menu ul li.testdrive a > span {
    padding-left: 34px;
    background-image: url(/common/images/header/menu_testdrive_sp.png);
    background-position: 0px center;
    background-size: 27px 21px;
  }
  header .menu ul li.catalog a > span {
    background-image: url(/common/images/header/menu_catalog_sp.png);
  }
  header .menu ul li.estimate a > span {
    background-image: url(/common/images/header/menu_estimate_sp.png);
  }
  header .menu ul li.dealer a > span {
    background-image: url(/common/images/header/menu_dealer_sp.png);
  }
}

/* footer
----------------------------------------------------------- */

footer {
  background-color: #030303;
}
footer .inner {
  min-width: 980px;
  margin: 0 auto;
  padding: 52px 30px;
}
footer .inner:before,
footer .inner:after {
  content: " ";
  display: table;
}
footer .inner:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  footer {
    font-size: 32px;
  }
  footer .inner {
    min-width: 290px;
    padding: 20px 15px;
  }
}

footer .f_link {
  float: left;
}
footer .f_link ul {
}
footer .f_link ul:before,
footer .f_link ul:after {
  content: " ";
  display: table;
}
footer .f_link ul:after {
  clear: both;
}
footer .f_link ul li {
  float: left;
  margin-left: 7px;
}
footer .f_link ul li:first-child {
  margin-left: 0;
}
footer .f_link ul li a {
  display: block;
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
footer .f_link ul li a:hover {
  opacity: 0.6;
}
footer .f_link ul li.gp a {
  background-image: url(/common/images/footer/sns_gp_pc.png);
}
footer .f_link ul li.tw a {
  background-image: url(/common/images/footer/sns_tw_pc.png);
}
footer .f_link ul li.fb a {
  background-image: url(/common/images/footer/sns_fb_pc.png);
}

@media screen and (max-width: 767px) {
  footer .f_link ul li a {
    display: block;
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
  }
  footer .f_link ul li a:hover {
    opacity: 0.6;
  }
  footer .f_link ul li.gp a {
    background-image: url(/common/images/footer/sns_gp_sp.png);
  }
  footer .f_link ul li.tw a {
    background-image: url(/common/images/footer/sns_tw_sp.png);
  }
  footer .f_link ul li.fb a {
    background-image: url(/common/images/footer/sns_fb_sp.png);
  }
}

footer .f_logo {
  float: right;
}
footer .f_logo a {
  display: block;
  width: 88px;
  height: 39px;
  background: url(/common/images/footer/logo_pc.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  footer .f_logo {
  }
  footer .f_logo a {
    width: 56px;
    height: 37px;
    background: url(/common/images/footer/logo_sp.png);
    background-size: 56px 37px;
  }
}

/* module
----------------------------------------------------------- */

main {
  box-sizing: border-box;
  min-width: 980px;
}
@media screen and (max-width: 767px) {
  main {
    min-width: 320px;
    padding: 0;
  }
}

.locations {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .locations {
    width: 100%;
  }
}
