@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(1100px + 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: 1100px;
  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: 1100px;
  margin: 0 auto;
}

/*-----------------
nav
-----------------*/
nav {
  padding: 0 0 1em;
  margin: 0 auto;
}
nav ul {
  font-size: 0;
  text-align: center;
  max-width: 1100px;
  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
-----------------*/
#header_image {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
article {
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
}
article h2,
section h2 {
  font-size: 30px;
  font-size: 3.0rem;
  color: #0c4fab;
  padding: 0 14px;
}
.dealer_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.dealer_shop li {
  font-size: 14px;
  font-size: 1.4rem;
  width: 49%;
  text-align: left;
  padding: 2em;
  margin: 1em 0 0;
  background-color: #eaf7ff;
}
.dealer_shop h4 {
  font-size: 18px;font-size: 1.8rem;
}
.carList {
    background-color: #45b4ee;
    padding: 4em 1em;
}
.carList ul {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.carList ul li {
    margin: 0 5px;
}
.goCata {
    padding: 2em 2em 2em;
    max-width: calc(1100px + 4em);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.goCata a {
  width: 49%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.btnA {
  background-color: #de0022;
}
.btnB {
  background-color: #004097;
}
.bg {
    background-color: #29abe2;
    padding: 2em 1em;
}

/* aside  */
aside {
  background-color: #f8b62d;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1em 2em;
  z-index: 1;
}
aside ul {
  max-width: 980px;
  margin: .5em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside li {
  width: 48%;
  margin: 0 1%;
}
aside li a {
  background-color: #fff;
  padding: 1em;
  display: block;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

/*-----------------
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_text {
  margin: 3em 2em 0;
  text-align: center;
}
.footer_text p {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 2px;
}

/*-----------------
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 14px 150px;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (max-width: 640px) {
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  .dealer_shop li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1em;
  }
  .dealer_shop h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section {
    padding: 0;
  }
  article h2,
  section h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer_menu  p {
    text-align: left;
  }
  footer {
    text-align: left;
  }
  .goCata a {
    width: 100%;
  }
  #pagetop {
      position: static;
      margin: 2em auto;
  }
  .fix-menu {
      bottom: 0;
      width: 100%;
      border-left: 0;
      border-bottom: 0;
  }
  .fix-menu ul {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .fix-menu li {
      width: 50%;
  }
  .fix-menu a {
      width: 100%;
      height: 60px;
  }
  .fix-menu a br {
    display: none;
  }
}