@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
    overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

*,
*::before,
*::after {
  max-height: 999999px;
  box-sizing: border-box;
}

main {
  display: block;
}

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

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.2;
}

sup,
sub {
  line-height: 1;
}

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

a:focus {
  outline: none;
}

a[href*="tel:"] {
  color: inherit;
  text-decoration: none;
}

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

button {
  font-family: var(--font-base);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  background: none;
  cursor: pointer;
}

.slick-dots button {
  border: none !important;
  background: none !important;
  outline: none !important;
  font-size: 0;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
}