html,
body {
	font-family: 'Cabin',"Noto Sans Japanese";
	text-align: left;
	background: #000;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:100%;
	margin:auto;
	position:relative;
}

p {
	color: #fff;
	font-size: 1.6em;
	font-weight:lighter;
	letter-spacing: .025em;
	line-height: 2.0;
}
a {
	outline:none;
}
a:link,
a:visited {
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: none;
}
.tel-link a {
	color:#000;
}

img {
	width:100%;
	height:auto;
	vertical-align:top;
}

/*IE11スクロールバー調整*/
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
/*/IE11スクロールバー調整*/

/*印刷用*/
@media print {
.noPrint {
	display:none !important;
}
body {
	padding-top:0 !important;
}
header,footer {
	display:none !important;
}
}
 /* message */
.message { margin-bottom: 0; padding-bottom: 10px; font-size: 1em; font-style: italic;}
.message+p { margin-bottom: 0;}

/* close
-------------------------------------------------- */
#close { position: fixed; top: 10px; right: 10px; z-index: 100;}
#close a { display: block; width: 48px; height: 48px; background: #fff; color: #000; border-radius: 50%; font-size: 2.8em; font-family: sans-serif; line-height: 38px;}



