@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){
  /*必要ならばここにコードを書く*/
}
/* 電話占いヴェルニ CTA共通 */
.verni-cta {
  max-width: 680px;
  margin: 32px auto;
  padding: 24px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
}

.verni-cta-label {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.verni-cta-text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
}

.verni-btn {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.verni-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* CTA① 控えめ */
.verni-cta-sub {
  background: #fff8fb;
  border: 1px solid #f2d7e3;
}

.verni-btn-sub {
  background: #d95c8a;
  color: #ffffff !important;
}

/* CTA② メイン */
.verni-cta-main {
  background: #fff4f8;
  border: 2px solid #e45687;
}

.verni-btn-main {
  background: #e45687;
  color: #ffffff !important;
  font-size: 17px;
  padding: 18px 20px;
}

.verni-cta-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

/* CTA③ 最終誘導 */
.verni-cta-last {
  background: #fff8f3;
  border: 1px solid #efd7c7;
}

.verni-btn-last {
  background: #d96545;
  color: #ffffff !important;
}

/* スマートフォン */
@media screen and (max-width: 600px) {
  .verni-cta {
    margin: 24px 0;
    padding: 20px 15px;
  }

  .verni-cta-label {
    font-size: 17px;
  }

  .verni-cta-text {
    font-size: 14px;
  }

  .verni-btn {
    font-size: 15px;
    padding: 15px 10px;
  }
}