@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;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
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;
}
.movie {
  max-width: calc(800px + 4em);
  padding: 0 2em;
  margin: 1em auto 0;
}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
hr {
  border-top: 1px dotted #fff;
  width: 90%;
  margin: 0 auto;
}

/* 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 {
    margin: 0 2em 3em;
    text-align: center;
}
.footer_menu a {
    display: block;
    background: #e50012;
    padding: 0.5em 1em;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 250px;
    margin: 0 auto 1em;
}
.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 {
    background: #fff;
    text-align: center;
    padding: 5em 2em 150px;
}
footer>p {
    font-size: 12px;
    font-size: 1.2rem;
}

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