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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/** フッター */
.footer-left {
	width: auto;
}
.footer-widgets .textwidget > p{
  font-size: 16px;
	line-height: 1.5;
}
.footer-center, .footer-right {
	width: 0;
}
.footer-left, .footer-center, .footer-right {
	padding: 0 16px;
}
.footer-widgets {
	margin-bottom: 0;
}
.footer-widgets .widget {
	margin-bottom: 0;
}
.footer-bottom {
	margin: 0;
  padding-top: 0;
}
/** モバイル設定 */
@media screen and (max-width: 834px) {
	.footer-widgets {
		display: block;
	}
  .footer-widgets .textwidget > p{
    font-size: 13px;
	  line-height: 1.2;
  }
}
@media screen and (max-width: 1020px) {
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
		width: 100%;
	}
}
/** ブログ */
#main .sns-share a {
	width: 2.5em;
	margin-left: 0.2em;
}
.sns-share-buttons {
	justify-content: right;
}
#main .button-caption {
	display: none;
}
#main .social-icon {
	font-size: 20px;
}

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

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

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