/* CSS Document */

.pc {
	display: block;
}

.sp {
	display: none;
}

.tbl {
	display: none;
}	

.tbl_sp {
	display: none;
}


/* ページのトップへ戻るボタン
*****************************************************/

#page_top{
	width:60px;
	height:60px;
	display:none;
	position:fixed;
	right:30px;
	bottom:10px;
	border-radius:50px;
}
 
#page_top p{
	display:block;
	width:60px;
	height:60px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	background:#691B21;
	border-radius:50px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	position:fixed;
	right:30px;
	bottom:10px;
	cursor:pointer;
}
 
#page_top p:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 200ms;
}
#move_page_top{
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	line-height:60px;
	font-weight:bold;
	font-size:55px;
}


#footer_fix_tel{
	display:none;
}
.fix_footer p{
	display:none;
}
