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

/************************************
** 子テーマ用スタイル
************************************/

/* ヘッダーモバイルボタン */
.logo-menu-button.menu-button{
	background-color: #0d1216;
	height: 60px;
}

.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #0d1216;
	color: #ffffff;
	height: 60px;
	padding-top: 5px;
}

.mobile-menu-buttons{
	background: #0d1216;
	height: 60px;
}

/************************************
** スマホ（768px以下）の固定お問い合わせボタン
************************************/
@media screen and (max-width: 768px) {

  .fixed-contact-buttons {
    position: fixed !important; 
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: transparent !important;
    text-align: center !important;
    padding: 10px 0 !important;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1) !important;

    display: flex !important; 
    flex-direction: column !important; 
    gap: 10px !important; 
    align-items: center !important;
  }

  .fixed-contact-buttons a {
    display: inline-block !important;
    width: 90% !important;
    max-width: 600px !important;
    padding: 25px 0 !important;
    font-size: 18px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  /* ★ 修正済み：青背景＋影 */
  .fixed-contact-buttons a.btn-contact {
    background: #143764 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    transition: 0.3s;
  }

  .fixed-contact-buttons a.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  }

  body {
    padding-bottom: 300px !important;
  }
}

/************************************
** PC（769px以上）の固定お問い合わせボタン
************************************/
@media screen and (min-width: 769px) {

  .fixed-contact-buttons {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: transparent !important;
    text-align: center !important;
    padding: 10px 0 !important;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1) !important;

    flex-direction: row !important; 
    gap: 10px !important;
    justify-content: center !important; 
    align-items: center !important;
  }

  .fixed-contact-buttons a {
    display: inline-block !important;
    padding: 25px 60px !important;
    font-size: 19px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  /* ★ 修正済み：青背景＋影 */
  .fixed-contact-buttons a.btn-contact {
    background: #143764 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    transition: 0.3s;
  }

  .fixed-contact-buttons a.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  }
}

/************************************
** SNSアイコン
************************************/
.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 10px 0;
}

.social-icons i {
  font-size: 32px;
  transition: color 0.3s;
}

.social-icons a.tiktok-icon i { color: #69C9D0; }
.social-icons a.insta-icon i { color: #E4405F; }
.social-icons a.youtube-icon i { color: #FF0000; }
.social-icons a.x-icon i { color: #1DA1F2; }

.social-icons a:hover i {
  opacity: 0.8;
}

/************************************
** メンバーInstagram
************************************/
.members-instagram {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.member {
  width: 100%;
  text-align: center;
}

.member a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  gap: 8px;
  transition: color 0.3s;
}

.member a i {
  font-size: 24px;
  color: #C13584;
}

.member a:hover i {
  color: #E4405F;
}

/************************************
** メインエリア装飾削除
************************************/
#main {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
