@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.fixed-reserve-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #06C755;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999;
}

/* ボタンでフッターが隠れないようにする */
body {
  padding-bottom: 60px;
}

.fixed-reserve-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* 文字とアイコンの間隔 */
}

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

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

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