@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: .7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

/*-----------------
header
-----------------*/
header {
  background-color: #fff;
  padding: 0 0 .5em;
  z-index: 999;
}
.backtop {
  position: absolute;
  top: 0;
  right: 0;
}
.backtop a {
  background-color: #004299;
  color: #fff;
  padding: 0 1em;
  display: flex;
  align-items: center;
  height: 45px;
}
#header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
}
#header_summary img {
  display: block;
}
.title {
    padding: 0 2em;
    color: #0c4fab;
}
.title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
}
#pnkz {
  padding: 1em 2em;
}
#pnkz p {
  font-size: 12px;font-size: 1.2rem;
  max-width: 980px;
  margin: 0 auto;
}

/*-----------------
main
-----------------*/
.mv {
  text-align: center;
    padding: 3em;
  background-color   : #f7931e;
  background-image   : radial-gradient(#fbb90f 18%, transparent 21%),
                       radial-gradient(#fbb90f 18%, transparent 21%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}

/*-----------------
nav
-----------------*/
nav ul {
  max-width: 980px;
  margin: 3em auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
}
nav li {
  flex-grow: 1;
  text-align: center;
}
nav a {
  display: block;
  padding: 1em;
  font-weight: bold;
}
nav li:nth-child(1) a {
  border-top: 4px solid #FC9208;
  border-bottom: 4px solid #FC9208;
  color: #FC9208;
}
nav li:nth-child(2) a {
  border-top: 4px solid #E5425B;
  border-bottom: 4px solid #E5425B;
  color: #E5425B;
}
nav li:nth-child(3) a {
  border-top: 4px solid #0F75B9;
  border-bottom: 4px solid #0F75B9;
  color: #0F75B9;
}
nav li:nth-child(4) a {
  border-top: 4px solid #008a32;
  border-bottom: 4px solid #008a32;
  color: #008a32;
}
nav li a:hover {
  opacity: 1;
  color: #fff;
}
nav li:nth-child(1) a:hover {
  background-color: #FC9208;
}
nav li:nth-child(2) a:hover {
  background-color: #E5425B;
}
nav li:nth-child(3) a:hover {
  background-color: #0F75B9;
}
nav li:nth-child(4) a:hover {
  background-color: #008a32;
}

/*-----------------
article
-----------------*/
.contents1 {
  text-align: center;
  padding: 0 2em;
  margin: -3% 0 0;
}
.contents {
  text-align: center;
  padding: 0 2em;
}
.contents p {
  margin: 10px auto;
}
.contents div {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 2em 0 0;
}
.contents div small {
  font-size: 70%;
}
.shop_btn {
  max-width: 980px;
  background-color: #f2901b;
  border: 4px solid #000;
  margin: 0 auto;
  text-align: center;
  padding: 4em 1em;
}
.hustler {
  margin: 3em 2em;
  text-align: center;
}
.hustler p {
  margin: 2em 0;
}
.hustler h3 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 2em 0 0;
}
.hustler h3 br {
  display: none;
}
.shop_link {
  background-color: #e6f4ff;
  padding: 2em;
  text-align: center;
}
#link02.shop_link,
#link04.shop_link {
  background-color: #fff;
}
#link01.shop_link li a {
  background-color: #FC9208;
}
#link02.shop_link li a {
  background-color: #E5425B;
}
#link03.shop_link li a {
  background-color: #0F75B9;
}
#link04.shop_link li a {
  background-color: #008a32;
}
.shop_link h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.shop_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 2em auto 0;
}
.shop_link li {
  width: 32%;
  margin: 0 0 1em;
}
.shop_link li a {
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #0c4fab;
  color: #fff;
  min-height: 130px;
}
.shop_link  li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.shop_link li strong {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}
.shop_link li address {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
.shop_link li p {
  font-size: 12px;
  font-size: 1.2rem;
}
section {
  background-color: #eee;
  max-width: 980px;
  margin: 0 auto;
  padding: 4em 2em;
}
section h3 {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 0 0.5em;
}
section ul {
  font-size: 12px;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
}
section li {
  margin: 0.5em 0 0 1em;
  text-indent: -1em;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
  margin: 3em 2em;
  text-align: center;
}
.footer_menu ul {
  display: flex;
  justify-content: center;
  margin: 0 0 1em;
}
.footer_menu li {
  align-self: center;
  width: 33%;
  margin: 0 0.5em;
}
.footer_menu a {
  display: block;
  background: #e50012;
  padding: 0.5em 1em;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;font-size: 1.6rem;
}
.footer_menu p {
  font-size: 12px;
  font-size: 1.2rem;
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
}
#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: #004299;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}

/*-----------------
copyright
-----------------*/
footer {
  background: #ededed;
  text-align: center;
  padding: 1em 2em;
}
footer p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .blog_contents {
    margin: 2em;
  }
  .footer_menu li {
    width: 50%;
  }
  .shop_btn {
    margin: 0 2em;
    padding: 2em 1em;
    border: 2px solid #000;
  }
}

@media screen and (max-width: 780px) {
  .title h1 {
    font-size: 5vw;
  }
  .contents div {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .contents div br {
    display: none;
  }
  .shop_link li {
    width: 49%;
  }
  .shop_link li strong br {
    display: none;
  }
  .shop_link li strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop_link li a {
    justify-content: left;
    text-align: left;
  }
  .shop_link li:nth-child(3n+2):last-child {
    margin: 0 0 1em;
  }
  .hustler h3 br {
    display: block;
  }
  .hustler h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section {
    padding: 2em;
  }
  section ul {
    width: auto;
  }
  .footer_menu {
    margin: 2em 2em 3em;
  }
  .footer_menu ul {
    display: block;
  }
  .footer_menu li {
    width: 100%;
    margin: 0 0 0.5em;
  }
  footer {text-align: left;}
  .footer_menu a {
    font-size: 4vw;
  }
  .footer_menu p {
    text-align: left;
  }
  #pagetop {
    position: static;
    margin: 0 auto;
  }
}