@charset "UTF-8";
/*@mixin tab {
  @media only screen and (max-width: ($tab)) {
    @content;
  }
}*/
.pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

/*************************************************************

RECET

*************************************************************/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

/*************************************************************

共通パーツ

*************************************************************/
ol, ul, li {
  list-style: none !important;
}

main, header, footer, section {
  display: block;
}

@media only screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 750px) {
  a[href^="tel:"] {
    display: inline-block;
  }
}
/************************************
フォント
************************************/
b, .fwb {
  font-weight: bold;
}

small {
  font-size: 80%;
}

.tc {
  text-align: center;
}

a {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  color: #111;
}
a:hover {
  opacity: 0.8;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*# sourceMappingURL=common.css.map */