@charset "UTF-8";
/*
Theme Name: 植田板金店WordPressテーマ
Version: 1.0.0
Author: hareweb*
Author URI: https://hareweb.jp
*/
body {
  background: #F4F4F4;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 0.875rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  width: 100%;
  letter-spacing: 0.1em;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 340px) {
  body {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
    line-height: 1.9;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}