@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 10px;
}

body {
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #3f302d;
	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%;
	font-weight: 700;
	font-size: 1.7rem;
}

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

	html {
		font-size: 0.752vw;
	}
}

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

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

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

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

main {
	display: block;
}



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 {
	cursor: pointer;
	opacity: .7;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col__12 {
	width: 100%;
}