/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(77px, 7.6388888889vw, 110px);
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 16.5333333333vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #4D4B4B;
  font-weight: 600;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

img {
  height: auto;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  border: none;
  cursor: auto;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1;
  background: transparent;
}
@media (max-width: 768px) {
  input, select, textarea {
    font-size: 3.7333333333vw;
  }
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #DBDAD9;
}
@media (max-width: 768px) {
  input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
    font-size: 3.7333333333vw;
  }
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #DBDAD9;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 768px) {
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #DBDAD9;
  opacity: 1;
}
@media (max-width: 768px) {
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 3.7333333333vw;
  }
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #DBDAD9;
  opacity: 1;
}
@media (max-width: 768px) {
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #DBDAD9;
}
@media (max-width: 768px) {
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
}
input::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}
input::-ms-value, select::-ms-value, textarea::-ms-value {
  background: none;
  color: #4D4B4B;
}
@media (max-width: 768px) {
  input::-ms-value, select::-ms-value, textarea::-ms-value {
    font-size: 3.7333333333vw;
  }
}
input::-ms-clear, select::-ms-clear, textarea::-ms-clear {
  visibility: hidden;
}

input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  appearance: none;
  width: 27px;
  height: auto;
  aspect-ratio: 22/22;
  border-radius: 0;
  border: 1px solid #707070;
  position: relative;
  transition: 0.3s;
  outline: none;
  vertical-align: -6px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cg%20transform%3D%22translate(-528%20-9874)%22%3E%3Crect%20width%3D%2227%22%20height%3D%2227%22%20transform%3D%22translate(528%209874)%22%20fill%3D%22%23ededed%22%2F%3E%3Cpath%20d%3D%22M15.612%2C0%2C5.772%2C9.038.79%2C6.606%2C0%2C7.942l5.933%2C3.7%2C6.36-6.384L16.709.912Z%22%20transform%3D%22translate(533.146%209881.68)%22%20fill%3D%22%23aaabab%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 768px) {
  input[type=checkbox] {
    width: 5.3333333333vw;
    vertical-align: -0.8vw;
    margin-right: 2.1333333333vw;
    transition: 0s;
  }
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cg%20transform%3D%22translate(-528%20-9874)%22%3E%3Crect%20width%3D%2227%22%20height%3D%2227%22%20transform%3D%22translate(528%209874)%22%20fill%3D%22%23707070%22%2F%3E%3Cpath%20d%3D%22M15.612%2C0%2C5.772%2C9.038.79%2C6.606%2C0%2C7.942l5.933%2C3.7%2C6.36-6.384L16.709.912Z%22%20transform%3D%22translate(533.146%209881.68)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*# sourceMappingURL=settings.css.map */
