/*
Theme Name: momentum Child
Theme URI: https://isotype.blue
Template: momentum
Author: isotype
Author URI: https://isotype.blue
Version: 1.8.1772499487
Updated: 2026-03-03 09:58:07

*/

@media only screen and (min-width: 769px){
	.footerBtn{
		display: none;
	}
.f18.smart_tel{
display: inline;
}
}
@media only screen and (max-width: 768px){
.f18.smart_tel{
	  display: none;
}
.footer_copyright{
	padding-bottom: 60px;
}
.footerBtn{
  font-family: 'Noto Sans JP', sans-serif;
  height: 60px;	
  display: flex;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
	text-align: center;
}
.footerTelBtn .fa,
.footerContactBtn .fa{
	margin-right: 0.5em;		
}
.footerTelBtn,.footerTelBtn:hover{
	width: 59.4%;
	color: #fff;
	box-sizing: border-box;
		background: #273706;
	display: block;
  height: 60px;		
	padding: 8px 0;
}
.footerTelText{
	font-size: 18px;
}

.footerOpeningHours{
	font-size: 12px;
}
.footerContactBtn,.footerContactBtn:hover{
	font-family:'Oswald', 'Noto Sans JP', sans-serif;
	width: 41.6%;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	background: #C9A23D;
	display: block;
	 height: 60px;	
	padding: 16px 0;
}
}	