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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.home .entry-title{display:none;}
.wp-block-group hr{ height: 1px; border: none;}
.content-in.wrap{width:100%;margin:0;}
.content-in #main{background-color:transparent;padding:0;}
.content-in #main .article,
.content-in #main .article .entry-content,
.content-in #main .article .entry-content>div:last-child{padding-bottom:0;margin-bottom:0 !important;}
#footer{margin-top:0;}
#footer .footer-center .widget_media_image,
#footer .footer-mobile .widget_media_image{text-align:center;}
.gtranslate_wrapper {
    position: absolute;
    top: 0px;
    right: 10px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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