@charset "UTF-8";
/* CSS Document */



.conA{
    width: 100%;
    height: 70vh;
    background-image:url( "../../img/euphonium2.jpg");
    background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	background-size: cover;
    z-index: 100;
}
@media(max-width:670px){
    .yoko h1{
        font-size: 4vw;
}
	.yoko h2{
		font-size: 4.5vw;
	}
}
@media(max-width:768px){
	.var h1{
    color: aliceblue;
    font-size: 6vw;
}
}