@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html,
body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
	color: #211A00;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.neue {
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.mincho {
	font-family: "Zen Old Mincho", serif;
	font-style: italic;
	font-weight: 900;
}

.serif {
	font-family: "Noto Serif JP", serif;
	font-style: normal;
}

/* default */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

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

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	background: none;
	border: none;
    color: #211A00 !important;
}

q::before,
q::after {
	content: '';
}

abbr {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #fff;
}

select,
input,
button,
textarea {
	font-family: "Noto Sans JP", sans-serif;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

figure {
	padding: 0;
	margin: 0;
}

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

a {
	text-decoration: none !important;
	transition: all .25s ease;
	color: #333;
}

* {
	box-sizing: border-box;
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

.inner {
	max-width: 1440px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

@media screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 834px) {
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	.pc {
		display: none !important;
	}
}
