@charset "UTF-8";

#logo {
	border:none;
	width: auto;
	padding: 0;
	margin: 0;
}

#logo img {
	width: 120px;
	height: auto;
}

.teramono_header {
	/*background-image: url(../images/teramono/teramono-top.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: center top;*/
	height: 160px;
	background-color: transparent;
	padding: 40px 40px 80px;
}

.teramono_header::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:160px;
	background-image: url(../../images/teramono/teramono-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

@media only screen and (min-width:768px) {

#logo img {
	width: 250px;
	height: auto;
}

.teramono_header {
	padding: 40px 40px 80px;
}

.teramono_header::before {
	background-position: center top -120px;
}

}
