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

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

.shop_btn {
  margin: 5em 2em;
}
.shop_btn a {
  position: relative;
  background-color: #e50012;
  color: #fff;
  display: block;
  padding: .5em 2em;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.shop_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(980px + 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: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
#header_image {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*-----------------
topic_path
-----------------*/
.topic_path {
  padding: 1em 2em;
}
.topic_path ul {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/*-----------------
nav
-----------------*/
nav {
  background-color: #fff000;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 2em;
}
nav a {
  display: block;
}

/*-----------------
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;
}

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

/*-----------------
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 {
  background-color: #ededed;
  text-align: center;
  padding: 1.5em 2em;
  color: #000;
}
footer div {
  margin: 0 auto;
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (max-width: 640px) {
  .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;
  }
  .shop_btn a {
  font-size: 20px;
  font-size: 2.0rem;
  }
}