@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

#header-in{
	width: 100%;
    background-color: #333;
} 
#site-title a{
	color: #d0a900;
    margin-left: 55px;
	padding-left:45px;
	background-image:url(https://zugvogel.heteml.net/reisewebwork/wp-content/themes/simplicity2-child/images/rlogo.png);
	background-position:left middle;
	background-size:contain;
	background-repeat:no-repeat;
}
#site-description{
	margin-left: 100px;
    color: #fff;
}
#mobile-menu a{
	color:#FFF;

}
div.hero{
	background-image:url(https://zugvogel.heteml.net/reisewebwork/wp-content/themes/simplicity2-child/images/hero.jpg);
	background-size:cover;
	background-position:middle right;
	background-repeat:no-repeat;
	width:100%;
	margin:0;
	padding-bottom:12%;
	
}
#navi ul{
	border:none;
}
.article h1{
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
	padding:20px 0;
	display:block;
	background-color:#f6f2f7;
	margin-bottom:40px;
	text-align:center;
	font-size:22px;
}
.post-meta{
	display:none;
}
.article h5{
	border-left:10px solid #65318e;
	border-bottom:1px solid #65318e;
	padding-left:10px;
	padding-bottom:5px;
}
@media screen and (max-width: 1110px){
	div#header-in{
	width: 100%;
    background-color: #333;
} 
	#site-title a{
	color: #d0a900;
    margin-left: 50px;
	padding-left:35px;
}
#site-description{
	margin-left: 50px;
    color: #fff;

}
}
@media screen and (max-width: 630px){
	#site-title a{
    margin-left: 20px;
	padding-left:35px;
}
	#site-description{
	margin-left: 20px;
}
}