/*
			
Theme Name:	寺田本家
Description: 自然酒五人娘 発芽玄米酒むすひ 香取 蔵元 寺田本家
Version: 1.0
Theme URI: https://www.teradahonke.co.jp/
Author: mdm-adachi
Author URI:	
Tags: 
License: 
License URI: 
Text Domain: 

*/

/* Fixed Online Button（SPのみ表示） */
.c-fixedButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  background: #eee5de;
}

@media (min-width: 768px) {
  .c-fixedButton {
    display: none;
  }
}

.c-fixedButton .c-fixedButton__inner {
  display: block;
  width: 100%;
  max-width: 375px;
}

.c-fixedButton .c-fixedButton__label {
  display: block;
  width: 100%;
  height: auto;
}
