@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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: #383838;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

/* 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;
}

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;
}

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: 99% arial, helvetica, clean, sans-serif;
}

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

.aligncenter {
	text-align: center;
}

figure {
	padding: 0;
	margin: 0;
}

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

a {
	text-decoration: none;
	transition: all .25s ease;
}

* {
	box-sizing: border-box;
}

img {
	width: 100%;
	display: block;
}

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

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

/* layout ---------------------------------------*/
.wrapper {}

.inner {
	max-width: 1080px;
	margin: 0 auto;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

/* footer ---------------------------------------*/
.footer-inner {
	padding: 90px 0 20px;
	background-image: url(../img/wood_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-line {
	height: 42.5px;
	background-color: #231815;
	width: 100%;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 13px;
	letter-spacing: .8px;
	color: #231815;
}

.footer-btns {
	max-width: 1060px;
	width: 95%;
	margin: 0 auto 110px;
	display: flex;
	justify-content: space-between;
}

.footer-btns .btn {
	width: 31%;
}

/* text ---------------------------------------*/
.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

/* btn ---------------------------------------*/
.btn {
	width: 345px;
	display: block;
	margin: 0 auto;
	background: #F2F7F3;
	border: 1.5px solid #32634B;
	line-height: 1;
	padding: 25px 0;
	transition: all .25s ease;
	cursor: pointer;
	position: relative;
	border-radius: 35px;
	text-align: center;
}

.btn a {
	font-size: 17px;
	color: #231815;
	font-weight: 700;
	text-align: center;
}

.btn:hover {
	background-color: #32634B;
	border: 1px solid #F2F7F3;
}

.btn:hover a {
	color: #fff;
}

.mincyo {
	font-family: 'Zen Old Mincho', serif;
}

/* modal ---------------------------------------*/
.modal-wrapper {
	display: none;
}

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

	.spbr {
		display: none;
	}
}

@media screen and (max-width: 834px) {

	/* default ---------------------------------------*/
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	/* common item ---------------------------------------*/
	.pc {
		display: none !important;
	}

	.pcbr {
		display: none;
	}

	.btn {
		max-width: 280px;
		padding: 22.5px 0;
		width: 97.5%;
	}

	.btn a {
		font-size: 16px;
	}
}
