@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;
}

* {
	max-height: 999999px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

figure {
	line-height: 0;
}

figcaption {
	line-height: 1.2;
}

sup,
sub {
	line-height: 1;
}

.img_inherit {
	max-width: inherit;
	max-height: inherit;
}

main {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: none;
}

a[href*="tel:"] {
	color: inherit;
	text-decoration: none;
}

@media screen and (min-width: 768px), print {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

button {
	font-family: var(--font-base);
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
	color: inherit;
}

.slick-slide {
	outline: none;
}

table {
	font-size: inherit;
	font: 100%;
}

.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;
}