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

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


/*トップページ*/
.home .header{
  background: linear-gradient(to bottom,rgba(0,0,0,.0) ,rgba(0,0,0,.2) 400px,rgba(0,0,0,.4) 500px),
  url(http://sub.yarubon.com/wp-content/uploads/2020/12/fly_books_white.jpg);
  background-size: cover;	
}



.home .header-in{
  height: 500px;/*好みの高さ*/
}


.home .header-in .logo-image{
	position: absolute;
	top: 400px;
	left: 10%;
}



/*TOP以外（投稿ページ.single） */
.header{
  background: linear-gradient(to bottom,rgba(0,0,0,.0) ,rgba(0,0,0,.2) 50px,rgba(0,0,0,.4) 100px),
  url(http://sub.yarubon.com/wp-content/uploads/2020/12/fly_books_white.jpg);
  background-size: cover;	
} 
.header-in{
  height: 100px;/*←ここを変更*/
} 
.header-in .logo-image{
	position: absolute;
	top: 20px;
	left: 10%;
}

/*ギャラリーの画像リンクに下線のスタイルが入るのを防ぐ*/
.entry-content a:focus,
.entry-content a:hover,
.entry-content a,
.widget ul li a:focus,
.widget ul li a:hover
.widget ul li a{
	color: #f00;/*マウスオーバー時の文字色*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
}


.jissen span{
    padding-left: 30px;
    background: url(https://yarubon.com/wp-content/uploads/2020/12/icon-pen-pink.png) no-repeat left center;	
	background-size:20px 20px;
}

.mark-yellow { background: linear-gradient(transparent 40%, #f6ff5f 40%);}
.mark-pink { background: linear-gradient(transparent 40%, #ff80c4 40%);}

H2.entry-title{
	margin-bottom: 10px !important;
}

.zukai-img img{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.zukai-img a img{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.zukai-midashi{
	padding:75px 0 30px 0;
}


.help-list-tbl{
	border:none;
	font-size:0.8em;
}


.zukai-gallery{
	text-align:center;
}

.zukai-gallery a img{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	width:120px;
}

.zukai-gallery a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.zukai-gallery a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.footer_link{
	text-align:center;
}




/*●●line風CSS●●*/
.line_box{
    align:center;
}


/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 0.8em;
/*  background: #7da4cd; */

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #eee8aa; /* #30e852; */
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid  #eee8aa; /* #30e852; */
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* ここまで  */


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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