@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){
  /*必要ならばここにコードを書く*/
}
/* 固定ボタンの色変更 */
.reserve-button.net { background-color: #3399ff; }
.reserve-button.net:hover { background-color: #2a86e0; }

.reserve-button.tel { background-color: #ff7f50; }
.reserve-button.tel:hover { background-color: #e67343; }

.reserve-button.line { background-color: #06C755; }
.reserve-button.line:hover { background-color: #04a746; }

/* 固定ボタンの色変更 */
.reserve-button.net { background-color: #3399ff; }
.reserve-button.net:hover { background-color: #2a86e0; }

.reserve-button.tel { background-color: #ff7f50; }
.reserve-button.tel:hover { background-color: #e67343; }

.reserve-button.line { background-color: #06C755; }
.reserve-button.line:hover { background-color: #04a746; }

/* スマホ下部フッターバー */
.footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  background-color: #fff8ec;
  padding: 10px 0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.footer-bar a {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 5px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.footer-bar a:nth-child(1) { background-color: #ff7f50; } /* 電話 */
.footer-bar a:nth-child(2) { background-color: #06C755; } /* LINE */
.footer-bar a:nth-child(3) { background-color: #3399ff; } /* ネット */