@charset "UTF-8";

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

html {
  overflow-y: scroll;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 1101px) { html { font-size: 16px; } }
@media (max-width: 1100px) { html { font-size: 14px; } }

body {
  background-color: #F5EFE9;
  color: #14141E;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:not([href^="tel:"]) { transition: opacity 0.2s; }
a:not([href^="tel:"]):hover { opacity: 0.7; }
a[href^="tel:"] { cursor: default; }
@media (min-width: 768px) { a[href^="tel:"] { pointer-events: none; } }

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
address { font-style: normal; }
