/*=================================================
 * CSS for PC
 * ================================================= */

body{
	text-align  : center;
	font-size   : 12px;
	line-height : 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration : none;
	color: #e0abff;
}

a:hover{
	text-decoration : underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #e0abff;}
a[href^="tel:"]:hover{  text-decoration: none;}

h1, h2, h3, h4, h5{
	font-size   : 13px;
	margin: 0;
	padding: 0;
}

ul{
	list-style-type : none;
}

li{
	margin      : 0px;
	padding     : 0px;
}

table{
	font-size   : 13px;
}

table tr{
	vertical-align  : top;
}

i, em{
	font-style      : normal;
}

div, p{
	margin: 0;
	padding: 0;
}

body{
	background: #0f0f0f;
	margin: 0;
}


br.pc_none{ display: none;}

h1{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -100px;
}

main,
aside,
footer{
	background: #0f0f0f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


/** header **/
header{
	height: 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	color: #666;
	position: absolute;
	z-index: 1001;
	top: 6px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

header #h_logo{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	position: absolute;
	z-index: 3;
	top: 25px;
	left: 10px;
}
header #h_logo:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header #h_logo img{
	width: auto;
	height: 40px;
}

.common_bt_trans{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: absolute;
	top: 25px;
	right: 30px;
}
.common_bt_trans p{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}
.common_bt_trans p:before{
	content: "";
	width: 4px;
	height: 5px;
	background: currentColor;
	position: absolute;
	top: 6px;
	right: -14px;
}
.common_bt_trans p:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent currentColor;
	border-width: 6px 0px 6px 8px;
	position: absolute;
	top: 2px;
	right: -22px;
}
.common_bt_trans a{
	margin-left: 10px;
}
.common_bt_trans a img{
	width: 27px;
	height: auto;
}
.common_bt_trans a:active{
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/** main **/

main{
	display: block;
	padding: 20px 0 50px 0;
	background: #0f0f0f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#bg{
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	grid-template-rows: auto 1fr auto;
}

footer{
	padding: 10px 0 70px 0;
}
footer address{
	font-style: normal;
	line-height: 18px;
	text-align: center;
	color: #fff;
}
footer address a{	color: #fff;}
footer address a:hover{	color: #9bc93a;}
footer p:nth-of-type(1){	font-size: 11px;}
footer p:nth-of-type(2){	font-size: 10px;}

.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.app{
	font-size: 11px;
	line-height: 13px;
}


/** spmenu **/

.spmenu{
}







/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	a[href^="tel:"] { cursor: pointer;}
	a:hover{    text-decoration: none;}
	body{   min-width: 0; box-shadow: none;}
	br.pc_none{ display: inline;}
	br.sp_none{ display: none;}
	#bg{	width: 100%; margin-left: 0; margin-right: 0;}
	.anchor{
		display: block;
		padding-top: 80px;
		margin-top: -80px;
	}

	header{
		width: 100%;
		height: 65px;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	header #h_logo{
		top: 22px;
		left: 10px;
	}
	header #h_logo img{
		width: 170px;
		height: auto;
	}

	.common_bt_trans{
		width: 120px;
		flex-wrap: wrap;
		top: 12px;
		right: 10px;
	}
	.common_bt_trans p{
		width: 100%;
		font-size: 10px;
		text-align: center;
		line-height: 1;
		margin: 0 0 5px 0;
	}
	.common_bt_trans p:before{
		content: "";
		width: 10px;
		height: auto;
		background: none;
		border-bottom: 1px solid currentColor;
		position: absolute;
		top: 3px;
		right: calc(50% - 50px);
	}
	.common_bt_trans p:after{
		content: "";
		width: 10px;
		height: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid currentColor;
		position: absolute;
		top: 3px;
		right: auto;
		left: calc(50% - 50px);
	}
	.common_bt_trans a{	margin: 0 5px;}

}