@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 {
	font-size: 18px !important;
}
.tagline{
	color: #ffff;
	font-size: 20px;
}
.skin-grayish .footer {	
    color: var(--white) !important;
    background-color: var(--skin-grayish-site-sub-color);
}
.skin-grayish .navi-footer-in a {
    color: var(--white) !important;
}
.cta-button > a.btn{
	max-width: 300px;
	margin: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.menu-button-in>img.site-logo-image{
		visibility: hidden;
	}
	/* モバイルロゴ表示 */
	.logo-menu-button.menu-button{
		background-image: url(http://toyohashi-honganji.com/wp-content/uploads/theme/logM.png);
		background-size: auto 30px;
		background-position: center;
		background-repeat: no-repeat;
	}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.tagline{
	color: #ffff;
	font-size: 12px;
}
}