@charset "UTF-8";
html {
/*  font-family: "Noto Sans JP", sans-serif;*/
  color: #000;
  /*font-size: 62.5%;*/
  font-size: 0.66667vw;
  line-height: 1;
  font-weight: 400;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a,
input[type="submit"] {
  outline: none;
  color: inherit;
  transition: 0.5s;
}
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:focus,
*:focus {
  outline: none;
}
@media screen and (min-width: 821px) {
  a:hover,
  input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.cl-white {
  color: #fff !important;
}
.cl-white.shadow {
  text-shadow: 1px 1px 8px #000;
}

/*font
-----------------------------------------------------------------------------*/
/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
  .sp {
    display: none;
  }
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    opacity: 1;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*--------------------------endSP--------------------------------*/
