/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

#footerFloatingMenu {padding-top: 50px; }
ul.footerBtn {margin: 0 auto;padding: 3px 0;width: 100%;overflow: hidden;display: table;}
ul.footerBtn li {margin: 0;padding: 0;width: 25%;display: table-cell;vertical-align:middle;list-style-type: none;font-size: 10px;border-right: #fff solid 1px;}
ul.footerBtn li a i{font-size: 24px;color: #fff;}
ul.footerBtn li a {border: none;display: block;color: #fff!important;text-align: center;text-decoration: none;}
.footerBtn {position: fixed;bottom: 0;left:0;background: #333333;z-index: 9999999999;-moz-opacity: 0.9;opacity: 0.9;}
.footerBtn li:last-child {border-right: none;}

.header-stack #Top_bar .logo {
    border-bottom-width: 0px;
}

/*スマホの時だけ*/
@media(max-width: 767px){ 

/*ボトムメニュー付けたのでフッタを底上げする*/
#footer{margin-bottom:50px;}
}