@charset "utf-8";
/* CSS Document */

#toparea {
    width: 100%;
    height: 85px;
    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(25% - 2px);
	height: 75px;
	display: inline-block;
	margin: 5px 2px 5px 2px;
	line-height: 1em;
	float: left;
	background-color: #ff9500;
}
#reservation a {
}
#pagetop {
	width: calc(25% - 2px);
	height: 75px;
	display: inline-block;
	margin: 5px 5px 5px 0px;
	float: left;
	background-color: #d4ecef;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
    #pagetop a {
}
#telcall {
	width: calc(50% - 10px);
	height: 75px !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: 105%;
	background-position: center;
	height: 75px;
	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_03.svg");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	height: 75px;
	text-indent: -9999px;
}
#pagetop a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:visited{
	color: #ffffff;
}
#telcall a {
	width: 100%;
	height: 75px;
	display: block;
	background-image:url("../img/SVG/call_02.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:90%;
	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;
}

@media (min-width: 1140px) {
#telcall {
}
#pagetop {
}
#pagetop_01 {
	position: fixed;
    bottom: 12px;
    left: 50%;
    margin-left: 495px;
    clear: both;
}
}
#pagetop_01 a {
	display: block;
	z-index: 999;
	padding: 19px 5px 0 5px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-image: url("../img/SVG/top_02.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: #93857a;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
}
#pagetop_01 a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#pagetop_01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop_01 a:visited{
	color: #ffffff;
}
