@charset "UTF-8";
/* CSS Document */
body, #wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: auto;
	background: #fff;
	color: #333;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 100%;
	z-index: 1;
}
.page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	transition: 0.5s;
	opacity: 0.8;
}
.page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*PC 時のメールアイコンの位置*/
.contact {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
}
/*font*/
.mizolet-bokutoh-Regular {
	font-family: "mizoletbokutoh", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.corsario-variable {
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: "opsz"48, "wght"900;
}
.klee-one-reguler {
	font-family: "klee-one", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.klee-one-semi-bld {
	font-family: "klee-one", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.txt-font-size
{
	font-size: 120%;
}

@media only screen and (min-width: 544px) {
	
}
@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
	
	.txt-font-size
{
	font-size: 150%;
}
}