@charset "UTF-8";

/*!
Template: cocoon-master
*/

/* iPhone 16 Pro 縦 (約430px) */
@media screen and (max-width: 480px) and (orientation: portrait) {
	/*トップページのコンテンツ余白を調整*/
	body.home .content {
		margin-top: 0px;
		margin-bottom: -100px;
	}
	/*固定ページのコンテンツ余白を調整*/
	body.page:not(.home) .content {
		margin-top: 0px;
		margin-bottom: -80px;
	}
	/*投稿ページのコンテンツ余白を調整*/
	body.single .content {
		margin-top: 0px;
		margin-bottom: -90px;
	}
	/*トップページのエントリータイトル余白を調整*/
	body.home.page .entry-title {
		margin-top: -20px;
		margin-bottom: 25px;
	}
	/*トップページの見出し余白を調整*/
	body.home .article h1 {
		margin-top: 15px;
		margin-bottom: -5px;
	}
	/*固定ページのエントリータイトル余白を調整*/
	body.page:not(.home) .entry-title {
		margin-top: -20px;
		margin-bottom: 5px;
	}
	/*投稿ページのエントリータイトル余白を調整*/
	body.single .entry-title {
		margin-top: -20px !important;
		margin-bottom: -5px !important;
	}
	/*投稿ページの見出し余白を調整*/
	body.single .article h1 {
		margin-top: -5px;
		margin-bottom: 0px;
	}
	/*投稿ページの日付の上下間隔を修正*/
	.date-tags {
		margin-top: 20px;
		margin-bottom: -10px;
	}
	/*シェアボタンの上下間隔を修正*/
	.sns-share-buttons {
		margin-top: 0px;
		margin-bottom: 50px;
		margin-right: 20px;
		margin-left: 20px;
	}
	#main .button-caption {
		display: none; /*キャプション非表示*/
	}
}

/* iPhone 16 Pro 横 (約932px) */
@media screen and (max-width: 1024px) and (orientation: landscape) {
	/*ヘッダーエリアを非表示*/
	#header-container {
		display: none !important;
	}
	/*トップページのコンテンツ余白を調整*/
	body.home .content {
		margin-top: -25px;
		margin-bottom: -120px;
	}
	/*固定ページのコンテンツ余白を調整*/
	body.page:not(.home) .content {
		margin-top: 0px;
		margin-bottom: -110px;
	}
	/*投稿ページのコンテンツ余白を調整*/
	body.single .content {
		margin-top: -25px;
		margin-bottom: -125px;
	}
	/*固定ページのエントリータイトル余白を調整*/
	body.page:not(.home) .entry-title {
		margin-top: -10px;
		margin-bottom: 5px;
	}
	/*投稿ページの日付の上下間隔を修正*/
	.date-tags {
		margin-top: -5px;
		margin-bottom: -20px;
	}
	/*記事の投稿日のレイアウトを変更*/
	.post-date{
		font-size: 20px;
	}
}

/* PC (1920×1080ディスプレイ) iPad Pro 横 12.9インチ (第4世代) */
@media screen and (min-width: 1025px) {
	/*トップページのコンテンツ余白を調整*/
	body.home .content {
		margin-top: -15px;
		margin-bottom: -75px;
	}
	/*投稿ページのコンテンツ余白を調整*/
	body.single .content {
		margin-top: 0px;
		margin-bottom: -80px;
	}
	/*エントリータイトル余白を調整*/
	.article h1.entry-title{
		margin-top: -25px;
		margin-bottom: 0px;
	}
	/*投稿ページの日付の上下間隔を修正*/
	.date-tags {
		margin-top: 25px;
		margin-bottom: -10px;
	}
	/*記事の投稿日のレイアウトを変更*/
	body.home .post-date{
		font-size: 26px;
	}
	body.single .post-date{
		font-size: 15px;
	}
}

/************************************
  共通
************************************/

/*H1見出しをカスタマイズ*/
.article h1 {
	font-size: 18px;
	color: #ffffff;
	background: #ea3599;
	border-radius: 1.5em;
	padding: 0.7em;
	text-align: center;
}

/*フロントページのみタイトルを非表示にする*/
body.home .entry-title {
	/*display: none;*/
}

/*固定ページの新着記事一覧を2カラムにする*/
.new-entry-cards.fp-new-entry-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.fp-new-entry-cards .new-entry-card-link.a-wrap {
	display: inline-block;
	width: 49%;
	margin: auto;
}
/*固定ページの新着記事カードの上下の余白を調整*/
.new-entry-card {
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1.5px solid #707070;
	padding: 6px;
}
/*固定ページの新着記事一覧のタイトル文字色を変更*/
.new-entry-card-title {
	padding-left: 10px;
	padding-top: 0.4em;
	padding-bottom: 1em;
	color: #707070;
	font-size: 22px;
}
/*固定ページの新着記事一覧に日付を入れる*/
.new-entry-card-date {
	display: block;
	padding-left: 5px;
	padding-top: 0.2em;
	text-align: left;
	color: #707070;
	font-size: 32px;
	border-top: 1.5px solid #707070;
}

/*固定ページの日付を非表示*/
.post-3 .date-tags,
.post-6 .date-tags,
.post-16 .date-tags,
.post-4389 .date-tags{
	display: none;
}

/*記事一覧の更新日を非表示*/
.widget-entry-card-update-date {
	display: none;
}

/*PCのコンテンツ領域の背景を変更*/
.main {
	width: 100%;
	background-color: #ffffff;
	/*フッターはCocoon設定*/
}

/*PCのサイドメニュー表示を非表示にしてメインの幅を広げる*/
.sidebar {
	display: none;
}

/*PCのヘッダーとグローバルメニューを調整*/
.logo{
	text-align: center;
}
#navi {
    background-color: #ffffff;
	margin-right: 65px;
}
#navi .navi-in > ul li{
	height: 80px;
	line-height: 80px;
	padding-left: -15px;
}
#navi .navi-in > .menu-header .item-label{
	font-size: 16px;
}

/*PCのコンテンツ外の背景色*/
body {
	background-color: #ffffff;
    /*cocoon設定の全体-サイト背景色で変更中*/
}
/*リンクの下線を非表示にする*/
a {
	text-decoration: none;
}

/************************************
  480px以下
  スマホ縦用
************************************/

@media screen and (max-width: 480px){
	/*見出しと本文の余白を調節*/
	.article h1 {
		font-size: 18px !important;
		color: #ffffff;
		background: #ea3599;
		padding: 0.4em;/*見出しの高さを設定*/
		border-radius: 1.5em;
		text-align: center;
	}

	/*固定ページの新着記事の上下の余白を調整*/
	.new-entry-card {
		margin-top: -7px;
		margin-bottom: 10px;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 6px;
	}
	
	/*固定ページの新着記事一覧のタイトル文字色変更*/
	.new-entry-card-title {
		padding-left: 3.5px;
		padding-top: 0em;
		padding-bottom: 0.5em;
		color: #707070;
		font-size: 12px;
	}
	/*固定ページの新着記事一覧に日付を入れる*/
	.new-entry-card-date {
		display: block;
		padding-top: 0.5em;
		padding-bottom: -3em;
		margin-bottom: -14px;
		text-align: left;
		color: #707070;
		font-size: 12px;
	}

	/*記事の投稿日と更新日のレイアウトを変更*/
	.post-date{
		font-size: 14px;
	}
	
	/*記事一覧の更新日を非表示*/
	.widget-entry-card-update-date {
		display: none;
	}
	
	/*固定ページの新着記事一覧を2カラムにする*/
	.new-entry-cards.fp-new-entry-cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		margin-bottom: -30px;
	}
	.fp-new-entry-cards .new-entry-card-link.a-wrap {
		display: inline-block;
		width: 49.8%;
	}
	
	/*コンテンツ領域の背景を変更*/
	.main {
		background-color: #ffffff;
		/*フッターはCocoon設定*/
	}

	/*矢印アイコンの色*/
	#pager-post-navi .fa-chevron-left, #pager-post-navi .fa-chevron-right{
		color: black;
	}

	/*フッターメニューの文字の大きさを変更*/
	.navi-footer-in a{
		font-size: 75%;
	}
	/*フッターメニューの上下の余白を調整*/
	.navi-footer-in{
		margin-top: -20px;
	}
}