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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap');

.logo-header img {
	width: 64%;
	max-width: 240px;
	height: auto;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	font-family: 'Zilla Slab', serif;
	line-height: 1.25;
	font-weight: bold;
	color: #008dd3;
	text-align: center;
	letter-spacing: 1px;
}

.footer-bottom-logo img {
  height: auto;
  width: 128px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
	.mblt-header-mobile-buttons {
		margin-top: 0;
	}
	ul#menu-mobile-header-btn {
		background: none;
		box-shadow: none;
		position: fixed;
		width: fit-content;
		margin: 0 0 0 auto;
		top: 12px;
		right: 12px;
		font-size: 24px;
	}
	.mobile-menu-buttons .menu-icon {
		line-height: 1em;
	}
	.widget_nav_menu ul li a {
		color: #333;
		text-decoration: none;
		padding: 10px 0;
		padding-right: 4px;
		padding-left: 10px;
		display: inline-block;
	}
	.fa, .fab, .fad, .fal, .far, .fas {
		display: block;
	}

}

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

}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	.navi-footer-in > .menu-footer li.menu-item {
    width: auto;
}
}
