/*
Template: twentyseventeen
Theme Name: kz
Author: KZらぼ
*/

/* headerロゴサイズ指定 */
/*
.site-logo img {
	max-height: 80px;
}
*/


/* footer サイトクレジットを消す */
/*
.site-credit{
    display: none!important;
}
	*/

/* Google reCAPTCHAバッジ（ロゴマーク）を消す */
.grecaptcha-badge { visibility: hidden; }


/* サイトを開いた時にロゴがふわっとフェードインする */
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/* TOP PAGE */

/*
#header-image.header-image {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

#header-image.header-image img {
	width: 100%!important;
}
*/
.site-title {
	text-transform: none;
}