/**********************************************************************/
/*page_top*/



/*
#bottom_nav {
	display: block;
    position: fixed;
    bottom: 0px;
	background: rgba(255,255,255,0.5);
    width: 100%;
    text-align: center;
    z-index: 3;
    padding: 15px 0;
}
@media screen and (max-width:767px) {
#bottom_nav {
	display: none;
    position: fixed;
    bottom: 0px;
	background: rgba(255,255,255,0.5);
    width: 100%;
    text-align: center;
    z-index: 3;
}
}


.bottom_nav_box{
	display: block;
max-width: 330px;
margin: 0 auto;
padding: 10px;
}
@media screen and (max-width:767px) {
.bottom_nav_box{
	display: none;
max-width: 330px;
margin: 0 auto;
padding: 10px;
}
}


/**********************************************************************/
/*bottom_nav*/
#bottom_nav2 {
	display: none;
    position: fixed;
    bottom: 0px;
	background: rgba(255,255,255,0.5);
    width: 100%;
    text-align: center;
    z-index: 3;
    padding: 15px 0;
}
@media screen and (max-width:767px) {
#bottom_nav2 {
	display: block;
    position: fixed;
    bottom: 0px;
	background: rgba(255,255,255,0.5);
    width: 100%;
    text-align: center;
    z-index: 3;
}
}


#tel {
display: none;
}
@media screen and (max-width:767px) {
#tel {
display: block;
}
}
