@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;
}

/*-----------------
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;
}
article>p {
  display: flex;
  align-items: center;
}
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;
}
/*-----------------
shoplist
-----------------*/
#shoplist {
    padding: 0 2em;
}
#shoplist ul {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#shoplist h3 {
    text-align: center;
}
#shoplist li {
    width: 48%;
    min-height: 126px;
    text-align: left;
}
#shoplist a {
    color: #000;
}
#shoplist ul li>p,
#shoplist ul li>a>p {
    font-size: 16px;
    font-size: 1.6rem;
}
#shoplist ul li>p span,
#shoplist ul li>a>p span {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}
#shoplist ul li {
    padding: 1em 5px;
    border-bottom: 1px solid #000;
    min-height: 126px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#shoplist ul li div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
#shoplist address {
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}
#shoplist ul li div p {
    color: #1b4c94;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0 1em;
}

.support {
    text-align: center;
    background-color: #eee;
    max-width: 980px;
    padding: 4em 2em;
    margin: 3em auto;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
    padding: 2em 2em 3em;
}
.footer_menu p {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  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: 780px) {
  #shoplist ul li>p, #shoplist ul li>a>p {
      font-size: 12px;
      font-size: 1.2rem;
  }
  #shoplist ul li>p span,
  #shoplist ul li>a>p span {
      font-size: 16px;
      font-size: 1.6rem;
  }
  #shoplist address {
      font-size: 12px;
      font-size: 1.2rem;
      width: 100%;
  }
  #shoplist ul li div p {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0;
  }
  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;
}
}