@charset "utf-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none;
}

/*footer
================================================*/
footer {
  background: #2f2f2f;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: normal;
  margin-right: 5px;
}
.footer-area {
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
}
footer small {
  display: block;
  color: #ffffff;
}

/*body
================================================*/
body {
　-webkit-appearance: none;
　-webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, 'Noto Serif JP', serif;
  margin: 0 auto;
  width: 100%;
  background-color: #9c7692;
}

a:hover {
  text-decoration: none;
}

/*スマホ対応　レスポンシブ
======================================*/
@media only screen and (max-width: 749px) {
	footer {
		font-size: 3.5vw;
	}
	
}