@charset "utf-8";
/* CSS Document */
#toparea {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0,0,0,0.50);
}

@media (min-width: 768px) {
	#toparea {
		display: none !important;
	}
}
@media (max-width: 768px) {
	#pagetop_01 {
		display: none !important;
	}
}
@media (max-width: 1139px) {
#reservation {
	width: calc(20% - 2px);
	height: 80px;
	display: inline-block;
	margin: 5px 0px 5px 2px;
	line-height: 1em;
	float: left;
	background-color: #389eff;
}
#reservation a {
}
#pagetop {
	width: calc(20% - 7px);
	height: 80px;
	display: inline-block;
	margin: 5px 0px 5px 2px;
	float: left;
	background-color: #389eff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
    #pagetop a {
}
#telcall {
	width: calc(60% - 5px);
	height: 80px !important;
	display: inline-block;
	margin: 5px 0px 5px 5px;
	float: left;
	background-color: #ff9500;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
    /*#telcall a:before {
    content: '';
    display: inline-block;
    background-image: url(../images/SVG/call_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 25px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    }*/
#pagetop_01 {
	position: fixed;
    bottom: 10px;
    right: 0%;
    margin-right: 10px;
    clear: both;
}

}





#reservation a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/reservation_02.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 80px;
	text-indent: -9999px;
}

#reservation a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#reservation a:hover {
  text-decoration: none;
}
#reservation a:visited{
	color: #ffffff;
}
#pagetop a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/top_01.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 14px;
	height: 80px;
	text-indent: -9999px;
	/* padding-left: 10px; */
}

a.d-inline-block {}

#pagetop a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:visited{
	color: #ffffff;
}
#telcall a {
	width: 100%;
	height: 80px;
	display: block;
	background-image:url("../img/svg/call_01.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	text-indent: -9999px;
}

#telcall a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#telcall a:hover {
  text-decoration: none;
}
#telcall a:visited{
	color: #ffffff;
}


