@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.75;
  font-size: 16px;
  font-size: 1.6rem;
  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;
}
.backtop {
  position: absolute;
  top: 0;
  right: 0;
}
.backtop a {
  background-color: #f18e18;
  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;
}
#header_imaeg {
  text-align: center;
}

/*-----------------
main
-----------------*/
.mv {
  text-align: center;
  padding: 3em;
  background-image: url(images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-----------------
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 #008a32;
  border-bottom: 4px solid #008a32;
  color: #008a32;
}
nav li:nth-child(3) a {
  border-top: 4px solid #E5425B;
  border-bottom: 4px solid #E5425B;
  color: #E5425B;
}
nav li:nth-child(4) a {
  border-top: 4px solid #0F75B9;
  border-bottom: 4px solid #0F75B9;
  color: #0F75B9;
}
nav li:nth-child(5) a {
  border-top: 4px solid #888;
  border-bottom: 4px solid #888;
  color: #888;
}
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: #008a32;
}
nav li:nth-child(3) a:hover {
  background-color: #E5425B;
}
nav li:nth-child(4) a:hover {
  background-color: #0F75B9;
}
nav li:nth-child(5) a:hover {
  background-color: #888;
}

/*-----------------
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: 4em 2em;
  text-align: center;
}
#link04.shop_link,
#link03.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;
}
#link05.shop_link li a {
  background-color: #888;
}
.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;
  border-radius: 10px;
}
.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: #fff;
  max-width: 980px;
  margin: 0 auto;
}
.shop_link section div {
  padding: 4em 2em;
}
.shop_link section h3 {
  margin: 0 0 0.5em;
}
.shop_link section li {
  background-color: #f15a24;
  color: #fff;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.shop_link section p {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.shop_link section a {
  display: block;
  background-color: #e50012;
  padding: 1em 2em;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 500px;
  margin: 1em auto 0;
}
#link01 {
  background-image: url(images/bg_topleft.png),
                    url(images/bg_topright2.png),
                    url(images/bg_bottomleft.png),
                    url(images/bg_bottomright.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top left,
                       top right,
                       bottom -1px left,
                       bottom -1px right;
}
#link02 {
  background-image: url(images/bg_topleft.png),
                    url(images/bg_topright.png),
                    url(images/bg_bottomleft2.png),
                    url(images/bg_bottomright.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top left,
                       top right,
                       bottom -1px left,
                       bottom -1px right
}
#link03 {
  background-image: url(images/bg_topleft.png),
                    url(images/bg_topright.png),
                    url(images/bg_bottomleft.png),
                    url(images/bg_bottomright2.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top left,
                       top right,
                       bottom -1px left,
                       bottom -1px right
}
#link04 {
  background-image: url(images/bg_topleft2.png),
                    url(images/bg_topright.png),
                    url(images/bg_bottomleft.png),
                    url(images/bg_bottomright.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top left,
                       top right,
                       bottom -1px left,
                       bottom -1px right
}
#link05 {
  background-image: url(images/bg_topleft.png),
                    url(images/bg_topright.png),
                    url(images/bg_bottomleft.png),
                    url(images/bg_bottomright.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top left,
                       top right,
                       bottom -1px left,
                       bottom -1px right
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
  padding: 3em 2em;
  text-align: center;
  background-color: #33c2de;
}
.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-color: #fff;
  padding: 1em 1em;
  border-radius: 10px;
  color: #e50012;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.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 {
  text-align: center;
  padding: 2em 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 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;
  }
  .shop_link section li {
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .shop_link section li br {
    display: none;
  }
  .shop_link section div {
    padding: 1em 2em 1em;
  }
  .shop_link h3 img {
    height: 15vw;
    width: auto;
  }
  .shop_link section h3 img {
    height: auto;
  }
}