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

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(1200px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  color: #fff;
  background-color: #0c4fab;
}
.title h1 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
#pnkz {
  padding: 1em 2em;
}
#pnkz p {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
#header_image {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
article {
  text-align: center;
}

.btn {
    background-color: #595757;
    color: #fff;
    padding: 1em;
    display: block;
}
.wrap {
    padding: 0 2em 2em;
}

/*-----------------
nav
-----------------*/
nav {
  padding: 0 0 1em;
  margin: 0 auto;
}
nav ul {
  font-size: 0;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
nav ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 24%;
}
nav a {
  background-color: #0c4fab;
  color: #fff;
  display: block;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 10px;
}
nav a:hover {
  opacity: 1;
  background-color: #5885c5;
}

/*-----------------
blog
-----------------*/
article {
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
}
section {
  max-width: calc(980px + 4em);
  margin: 3em auto 0;
  text-align: center;
  padding: 0 2em;
}
article h2,
section h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #0c4fab;
  color: #fff;
  padding: 14px;
}

.carLineup {
  border-top: 0;
    margin: 0 auto;
}
.carLineup div {
    display: flex;

}
.btn_car {
    display: flex;
    justify-content: center;
}
.btn_car li {
}
.useList {
    text-align: left;
    display: flex;
}
.useList ul {
    display: flex;
}
.use_first {
    display: flex;
}
.spcar {
    background-color: #c6e7f9;
    padding: 30px 0;
}
.contents {
  margin: 0 auto;
  text-align: left;
}
.caution {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 1em 0 0;
  text-align: left;
}
#present {
  padding: 0 0 3em;
}
#present>ul {
  max-width: 980px;
  margin: 0 auto;
}
#present>ul li {
  margin: 0 0 1em;
}
#car p {
    display: flex;
    justify-content: center;
}
.dealer_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.dealer_shop li {
  font-size: 14px;
  font-size: 1.4rem;
  width: 49%;
  text-align: left;
  margin: 1em 0 0;
  border: 3px solid #194e94;
}
.dealer_shop h4 {
  font-size: 18px;font-size: 1.8rem;
    color: #000;
    width: 100%;
}
#sub_shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dealer_shop li a,
.dealer_shop li div {
    padding: .5em;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #0c4fab;
}
.dealer_shop h4 span {
    display: block;
    font-weight: normal;
}
.dealer_shop address {
    color: #000;
    font-style: normal;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 2em 0 0;
    font-weight: normal;
}
#sub_shop li {
  font-size: 14px;
  font-size: 1.4rem;
  width: 32%;
  text-align: left;
  padding: 1em;
  margin: 1em 0 0;
  border-left: 3px solid #ccc;
}
#sub_shop li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
#sub_shop h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
#sub_shop h4 span {
  background-color: #e50012;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1px 5px;
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#sub_shop h3 {
  background-color: #6fb92c;
  color: #fff;
  padding: 0.5em;
  margin: 2em 0 0;
}
#sub_shop h3 span {
  background-color: #fff;
  color: #6fb92c;
  padding: 5px;
  border-radius: 50%;
}
#sub_shop h3:nth-of-type(2) {
  background-color: #009fe8;
}
#sub_shop h3:nth-of-type(2) span {
  color: #009fe8;
}
#sub_shop h3:nth-of-type(3) {
  background-color: #e50012;
}
#sub_shop h3:nth-of-type(3) span {
  color: #e50012;
}
#sub_shop h3:nth-of-type(4) {
  background-color: #ef8200;
}
#sub_shop h3:nth-of-type(4) span {
  color: #ef8200;
}
#sub_shop p {
    padding: 10px 0 0;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu a {
  background: #e50012;
  padding: 10px 30px;
  margin: 3em auto 10px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 450px;
}
.footer_menu p {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 14px;
  text-align: center;
}

/*-----------------
footer
-----------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
    width: 60px;
    height: 60px;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0c4fab;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}
footer {
  margin: 30px 0 0;
  background: #ededed;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (max-width: 640px) {
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  #present ul {
    padding: 0 2em;
  }
  #present ul li {
    margin: 2em 0 0;
    width: 100%;
  }
  .dealer_shop li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .dealer_shop h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #sub_shop h3 {
    margin: 1em 0 0;
  }
  #sub_shop li {
    width: 49%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  section {
    padding: 0;
  }
  article h2,
  section h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer_menu  p {
    text-align: left;
  }
  footer {
    text-align: left;
  }
  #sub_shop li:nth-child(3n+2):last-child {
    margin: 10px 0 0;
  }
.btn_car {
    margin: .3em 0;
}
}