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

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

/*共通*/
body{
	letter-spacing:.2em;
	overflow-x: hidden;
	font-family: "Noto Serif JP", serif;
}
.main{
	border:none;
}
.content{
	margin-top:60px;
}
#container{
	overflow-x:hidden;
}
a:hover{
	color: inherit;
}
.serif{
	font-family: serif;
}
.center-left{
	text-align:left;
}
.center-left br{
	display:none;
}
@media screen and (min-width: 750px){
	.center-left{
		text-align:center;
	}
	.center-left br{
		display:block;
	}
}
.wp-block-button a:after{
	content: " →";
}
.wp-block-button:after {
    content: " ";
    border: 2px solid lightgray;
    width: 100%;
    height: 63px;
    display: block;
    margin: -60px 0 0 6px;
}
.wp-block-button:hover{
	transform:scale(1.1);
	transition: opacity 1s ease, transform 1s ease;
}
.entry-title{
	font-size: 2em;
	padding: 0;
	margin-bottom: 1.5em;
}
.grecaptcha-badge { visibility: hidden; }


/*ページのフェードイン*/
#container.page-fade-in{
	opacity: 1;
}
#container{
	opacity: 0;
	transition: opacity 1.2s ease, transform 1.2s ease;
}

/*ヘッダー*/
#header-in .logo.logo-header.logo-text {
    display: none;
}

/*フッター*/
#footer{
	display:none;
}

/*TOPページ*/
.home #content, .home #content-in{
  margin: 0;
  width: 100%;
}
.home .main{
  padding: 0;
  border: none;
}
.home .entry-title{
  display: none;
}
.home header.article-header.entry-header{
	display:none;
}
.home .page .entry-content{
	margin-top:60px;
}
@media screen and (min-width: 1238px){
	.home .page .entry-content{
		max-width:100%;
	}
}



/*固定ページ*/
.page .wrap{
	margin:0;
	width:100%;
}
@media screen and (min-width: 940px){
	.page .wrap{
		width: 900px;
		margin: 0 auto;
	}
}

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

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

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