@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  color: #383e3a;
  outline: 0;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-feature-settings: "palt";
  word-break: break-all;
  word-wrap: break-word;
}

body {
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #ece8e1;
  text-size-adjust: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

button {
  cursor: pointer;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.wp_social_bookmarking_light:after {
  content: "" !important;
  clear: both !important;
  display: block !important;
}

.home .home-none {
  display: none;
}

.page-template-page-latest .latest-none {
  display: none;
}

.sp-co {
  display: none;
}

.pc-co {
  display: block;
}

@media (max-width: 1020px)  {
  .sp-co {
    display: block;
  }
  .pc-co {
    display: none;
  }
}