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

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

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

.page-body {padding: 0 0px;}


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

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


#drawer .widget .custom-html-widget {
    padding: 0 15px;
}



.no-sidebar .wrap {
 width: 94%;
}

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}


#footerFloatingMenu2 {
display: block;
width: 50px;
position: fixed;
right: 20px;
top: 20px;
z-index: 9999;
text-align: right;
padding: 0 auto;
}
#footerFloatingMenu2 img {
max-width: 60%;
}


#footerFloatingMenu3 {
display: block;
width: 50px;
position: fixed;
right: 20px;
top: 90px;
z-index: 9999;
text-align: right;
padding: 0 auto;
}
#footerFloatingMenu3 img {
max-width: 60%;
}


#footerFloatingMenu4 {
display: block;
width: 50px;
position: fixed;
right: 20px;
top: 130px;
z-index: 9999;
text-align: right;
padding: 0 auto;
}
#footerFloatingMenu4 img {
max-width: 60%;
}

a{
text-decoration:none;
}
a:hover{
text-decoration: underline;
}



