@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.fixed-tel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2f5d50;
  text-align: center;
  padding: 12px 0;
  z-index: 9999;
}

.fixed-tel a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

body {
  padding-bottom: 60px;
}
