@charset "UTF-8";

/*
Theme Name: for poland2017
Theme URI: https://poland2017.mydns.jp
Author: Toshiyuki Miyata
Author URI: https://poland2017.mydns.jp
Description: 「mytheme 6-7-2」の子テーマ
Template: mytheme 6-7-2
Version: 1.0
*/


/* ------------------- ヘッダー ------------------- */

/* サイト名 */

.site h1 a	{display: inline-block;
	padding: 10px;
	background-color: #006400;
	color: #ffffff;
	text-decoration: none}

.site h1	{margin: 0;
	font-family: 'Arial Black', sans-serif;
	font-size: 30px}
/*
@media (max-width: 599px)	{
	.site h1	{font-size: 14px;}}
*/

/* ヘッダー画像 */
.hero	{position: relative}

.hero-img	{width: 100%;
	height: 300px;
	margin: 20px 0 10px;
	background-color: #dddddd;
	background-size: cover;
	background-position: 50% 50%}

.hero-text	{position: absolute;
	top: 120px;
	right: 30px;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 0 10px #000000}

@media (max-width: 599px)	{
	.hero-img	{height: 200px}

	.hero-text	{top: 100px;
		right: 10px;
		font-size: 18px;
		text-align: center}
}


