@charset "UTF-8";
/* CSS Document */
/*************************************
						   ヘ ッ ダ ー
*************************************/
header { display: flex; align-items: center; justify-content: center; background-color: #FFF; }
header h1 { font-size: 0; width: 30%; max-width: 200px; height: auto; }
header h1 img { width: 100%; height: auto; }
