@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){
  /*必要ならばここにコードを書く*/
}


/* === 咲ちゃんあーと Global Hero Styles === */
.saki-hero{text-align:center;padding:40px 20px 30px;background:linear-gradient(135deg,#f0f8fd 0%,#e4f2f9 100%);border-radius:12px;margin-bottom:40px}
.saki-hero-in-header{background:transparent !important;border-radius:0 !important;margin-bottom:0 !important;padding:16px 20px 12px !important}
.saki-hero-in-header .saki-name{color:#fff !important}
.saki-hero-in-header .saki-tagline{color:rgba(255,255,255,0.92) !important}
.saki-hero-in-header .saki-profile-img{border-color:rgba(255,255,255,0.7) !important}
.saki-profile-img{width:130px;height:130px;border-radius:50%;object-fit:cover;border:4px solid #3d9ab0;margin:0 auto 16px;display:block}
.saki-name{font-size:26px;color:#2a6d82;margin:0 0 10px;font-weight:bold;line-height:1.3}
.saki-tagline{color:#5a8a96;font-size:14px;margin:0 0 10px;line-height:1.7}