@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
  color: #333; }

body {
  margin: 0;
  background-color: #fff; }

a {
  text-decoration: none;
  color: #707070; }
  a:visited {
    color: #707070; }
  a:hover {
    color: #B25900; }
  a:hover {
    transition-duration: 0.5s; }

.tel a, .tel a:visited, .tel2 a, .tel2 a:visited {
  color: #FF7A33; }

*, *::before, *::after {
  box-sizing: border-box; }

li {
  list-style: none; }

img {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "object-fit: cover;"/9;
  width: 100%; }

@media all and (-ms-high-contrast: none) {
  img {
    font-family: "object-fit: cover;"; } }

@supports (-ms-ime-align: auto) {
  img {
    font-family: "object-fit: cover;"; } }

h2, h3, h4, h5 {
  font-weight: 700; }

/*--------------------------------------------------- */
/* ユーティリティタグ */
/*--------------------------------------------------- */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.maxWid {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 1060px) {
  .mbPad {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 768px) {
  .maxWid {
    max-width: initial; }
  .mbInvi {
    display: none; } }

@media (min-width: 769px) {
  .pcInvi {
    display: none; } }

@media (min-width: 481px) {
  .pcInvi2 {
    display: none; } }

@media (max-width: 1060px) {
  .pcInvi3 {
    display: none; } }

@media (max-width: 480px) {
  .mbInvi2 {
    display: none; } }
