@charset "UTF-8";
/*????
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*????
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*????????
---------------------------------------------*/
body {
  font-size: 14px;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}

img {
  width: 100%;
}

div.all {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.all {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  div.all {
    width: 100%;
  }
}

div.body {
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pcNone {
    display: block;
  }
}

h1.menu {
  width: 1060px;
  font-size: 28px;
  text-align: center;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  h1.menu {
    font-size: 16px;
    width: 100%;
  }
}

div.flexslider {
  margin: 100px auto 80px;
}
@media screen and (min-width: 769px) {
  div.flexslider {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  div.flexslider {
    width: 90%;
    display: block;
    font-size: 10px;
    margin-top: 100px;
  }
}
div.flexslider ul.block li.item {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.flexslider ul.block li.item {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  div.flexslider ul.block li.item {
    width: 1060px;
  }
}
@media screen and (min-width: 769px) {
  div.flexslider ul.block li.item div.itemimg {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  div.flexslider ul.block li.item div.itemimg {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: black;
  text-align: left;
}

p.text {
  width: 100%;
  text-align: center;
  margin: 10px 0 100px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p.text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p.text {
    font-size: 10px;
  }
}
p.text a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  p.text a {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  p.text a {
    margin-bottom: 5px;
  }
}
p.text span {
  background: #000;
  color: #fff;
  padding: 2px 4px;
}
@media screen and (min-width: 769px) {
  p.text span {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  p.text span {
    margin: 0 0 0 5px;
    font-size: 10px;
  }
}

div.footer div.ciaopanic {
  margin: 200px auto 100px;
}
@media screen and (max-width: 768px) {
  div.footer div.ciaopanic {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  div.footer div.ciaopanic {
    width: 200px;
  }
}
div.footer p.copy {
  margin: 50px;
  text-align: center;
  font-size: 10px;
}