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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/* スタンプの親要素（画像）を基準にする */
.stamp-container {
    position: relative !important;
    display: block;
}

/* スタンプ本体（先ほどの内容とほぼ同じですが、z-indexを最強に） */
.family-stamp-final {
    position: absolute !important;
    top: 5px !important;
    left: 5px !important;
    width: 70px !important;
    height: 70px !important;
    background-color: rgba(220, 50, 50, 0.9) !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px dashed #fff !important;
    box-shadow: 0 0 0 2px rgba(220, 50, 50, 0.9) !important;
    z-index: 999 !important; /* 最前面 */
    transform: rotate(-15deg);
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    pointer-events: none;
}

.stamp-text { font-size: 10px !important; font-weight: bold !important; line-height: 1.2 !important; }
.stamp-date { font-size: 8px !important; margin-top: 2px !important; }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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