@charset "utf-8";

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
	max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body,
input,
textarea {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.55em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #1F1F1F;
}
body {
	background: #fff;
}

p {
	margin: 0;
}

img,
iframe {
	max-width: 100%;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.55;
	font-family: "Noto Sans JP", serif;
}

a {
	color: unset;
	text-decoration: none;
	transition: opacity ease 0.3s;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a.underline {
	text-decoration: underline;
}

a.img-box {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	transition: 0.35s opacity;
	transition: opacity ease 0.3s;
}

a.tel,
.tel a {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	a.tel,
	.tel a {
	  pointer-events: none;
	}
}

.img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	body,
	input,
	textarea {
	font-size: 2.8vw;
	}
}