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

/************************************
** 子テーマ用のスタイルを書く
.wp-block-search__button-outside.wp-block-search__icon-button.alignright.wp-block-search {
    display: none;
}
/************************************


.content-top{
	margin-top: 3em;
	margin-bottom: 0em;
}


@media screen and (min-width: 600px){
.wwa .box-menu {
	width: 25%;
}
}


@media screen and (max-width: 599px){
.wwa .box-menu {
	width: 25%;
}
}


/*-------TOP ヘッダーと画像の空間削除-------*/
/*--以下PC--*/
@media (min-width: 700px){
	.singular .entry-header {
			padding:0;
	}
}

/*-------スライドインメニューを右から-------*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

/*-------カラム下の空間削除-------*/
@media screen and (max-width: 599px){
#post-9794 .column-wrap.column-2 {
    margin-top: 0;
    margin-bottom: 0;
}
}

/*-------左寄せ-------*/
.logo{
	text-align:left;
}


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

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

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