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





/* 会話アバター大きさ */
div.speech-person {
  width: 11%;
  min-width: 77px;
}

/* 会話アイコン左縁取り */
.sbs-line.sbp-l .speech-icon-image {
	background-color:  #ecf4D9;
	border:solid 1px  #78b320;
}
/* 会話アイコン右縁取り */
.sbs-line.sbp-r .speech-icon-image {
	background-color:  #ecf4D9;
	border:solid 1px  #78b320;
}
/* 会話枠左縁取り */
.speech-wrap.sbs-line.sbp-l .speech-balloon{
    background: #ecf4D9;/*コメント部分の「背景色」*/
    border-color: #78b320;/*コメント部分の「枠の色」*/
}
.speech-wrap.sbs-line.sbp-l .speech-balloon::before{
  border-right: 12px solid #78b320; /* 三角部分の外側（ボーダー）の太さ・形状・色 */
}
.speech-wrap.sbs-line.sbp-l .speech-balloon::after{
  border-right: 12px solid #ecf4D9; /* 三角部分の内側（背景）の色 */	
}	
@media screen and (max-width: 480px){
.speech-wrap.sbs-line.sbp-l .speech-balloon::before { border-right: 7px solid #78b320; /* スマホでの三角部分の外側 */
  }
.speech-wrap.sbs-line.sbp-l .speech-balloon::after { border-right: 7px solid #ecf4D9; /* スマホでの三角部分の内側 */
  }
}


/* 会話枠右縁取り */
.speech-wrap.sbs-line.sbp-r .speech-balloon{
	background-color:  #ecf4D9;
	border:solid 1px  #78b320;
}
.speech-wrap.sbs-line.sbp-r .speech-balloon::before{
  border-left: 12px solid #78b320; /* 三角部分の外側（ボーダー）の太さ・形状・色 */
}
.speech-wrap.sbs-line.sbp-r .speech-balloon::after{
  border-left: 12px solid #ecf4D9; /* 三角部分の内側（背景）の色 */	
}	
@media screen and (max-width: 480px){
.speech-wrap.sbs-line.sbp-r .speech-balloon::before { border-left: 7px solid #78b320; /* スマホでの三角部分の外側 */
  }
.speech-wrap.sbs-line.sbp-r .speech-balloon::after { border-left: 7px solid #ecf4D9; /* スマホでの三角部分の内側 */
  }
}


/* rakuten motion---------------------------- */
@media only screen and (min-width: 481px){
#rakuten300 {       display:none;}
}
@media screen and (max-width: 480px){
#rakuten600 {       display:none;}
}



.mobile-menu-buttons {
background-color: #ffffff;
font-weight:bold;
}

.navi-menu-content,#navi .navi-in>.menu-mobile li{
background-color: #ffffff;
font-weight:bold;
}

