@charset "UTF-8";
/* CSS Document */

/* ------------------------------ PC ------------------------------ */

.sp-only { display: none; }

/* 基本 */
body {
	min-width: 1280px;
	font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	font-size: calc(16rem / 16);
	line-height: calc(24em / 16);
	text-align: left;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	color: #000;
	background: #FFF;
}

/* IE用　*/
_:lang(x)::-ms-backdrop, body {
	font-family: Roboto, Meiryo, sans-serif;
} 

/* 電話発信無効 */
a[href*="tel:"] {
	pointer-events: none;
	display: inline-block; /* IE */
}

a         { transition: all 0.35s ease }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; opacity: 1.00; }

/* 汎用 */
.wrapper {
	position: relative;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
i {
	margin-left: 0.65em;
}

/* ページトップへスクロール */
.pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 33px;
	width: 60px;
	height: 60px;
	opacity: 1.0;
	z-index: 9;
}
.pagetop a:hover {
	opacity: 0.65;
}