@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

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

/************************************
** 基本フォント設定
************************************/

body {
font-family: Microsoft YaHei, Heiti SC, sans-serif;
}

#whatsapp-button{
      background-color: #25d366;
    }

.icon-whatsapp:before {
  content: "\e915";
}

/*日本語フォント*/
.nihongo {
	font-family:'Kosugi Maru', sans-serif;
}

/************************************
** カスタマイズ
************************************/
.textwidget {
	font-size: 16px;
}


.related-entry-card-title{
	font-size:0.9rem;
}

.related-list .a-wrap {
	padding : .6em 0 0 0;
	margin :0;
	border-bottom:1px dashed #ccc;
}

#insta-widget {
    text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.widget-below-related-entries {
    text-align:center;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

/************************************
** メイン　ウィジェット
************************************/
/* .main .widget{
	margin-left:1px;
	margin-right:auto;
} */

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

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

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

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