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

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

.entry-content, article, #main{
margin-bottom:0em !important;
}
#content-bottom{
margin-top:0em;
}
.margin-side-1{
margin-right:1em;
	margin-left:1em;
}
.go-to-top-button{
	display:none;
}
.line-height-12{
	line-height:1.2em;
}

.margin-bottom-05{
margin-bottom:.5em !important;
}

#sidebar{
	display:none;
}

#content-in{
justify-content:center;
}

#breadcrumb{
	margin-top:0em !important;
}

#header-in{
	margin-left:0em;
	margin-right:0em;
	width:100%;
}

#content{
	background-color:white;
	margin-top:0em;
}

#footer{
	margin-top:0em;
}
.wrap{
	width:100%;
}


.tagline {
    background-color: black;
    color: white;
    margin: 0em !important;
	padding-top:.5em;
	padding-bottom:.5em;
	    text-align: center;
    font-size: 11px;
}

#navi{
	display:none;
}
#main{
	margin-top:0em;
}

.margin-bottom-zero{
margin-bottom:0em !important;
}

.margin-top-1{
	margin-top:1em !important;
}

.border-radius-none{
border-radius:0em !important;
}

@media only screen and (min-width: 768px) {
    .logo-header img {
        width: 400px;
        height: auto;
        float: left;
    }
	    .logo-header a {
        float: left;
    }
	.logo {
  /* border-bottom: 1px solid #ccc;  ← これは削除 */
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
	padding:0em;
	margin-bottom:.5em;
	margin-top:.5em;
}

}

@media screen and (max-width: 767px) {
  /* ここにモバイル用スタイル */
	.site-logo-image{
padding-left:.5em;
	}     /* 例：1カラムにする */
	.logo-header{
		padding-top:0em;
		padding-bottom:0em;
}
	.site-name{
		padding-left:0em;
	}
}

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

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

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