@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
	font-size: 10px;
}

body {
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	color: #21212f;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after,
*::before {
	box-sizing: border-box;
}

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

main {
	display: block;
}

a:hover,
a:focus,
a:visited {
	outline: none;
	border: none;
}

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

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}

.hv-o:hover {
	opacity: .7;
}

.txt-fs18.menu-item-ani.is-active {
	color: white !important;
}

.txt-fs18.menu-item-ani {
	font-size: 1.8rem !important;
}

@media screen and (max-width:1310px) {
	html {
		font-size: 0.76vw;
	}
}

@media screen and (max-width:767px) {
	html {
		font-size: 2.67vw;
	}

	.view-pc {
		display: none !important;
	}
}

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

.auto_fix_top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}