@charset "UTF-8";


/* mv */
.mv{
    width: 100vw;
    height: 20vh;/*全面表示の高さ*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv h1{
	
	
	font-family:"Shippori Mincho" , serif;
    text-align: center;
    font-size: 25px;/******** 書体名 **********/
    font-weight:400;
	
	margi:100px 0 0 0;/*旧safariではtop隠れるからこれで調整するか*/
	
	font-feature-settings:"palt";
}

.mv p{
    font-size: 16px;
    text-align: center;
}



/* pc Only */
@media screen and (min-width: 769px) {


    /*mv*/
	
	
	.mv{
    width: 100vw;
    height: 35vh;/*全面表示の高さ*/
    display: flex;
    justify-content: center;
    align-items: center;
}

	
	
	.mv h1{
		
    text-align: center;
    font-size: 35px;    /****************** 第3回個展の様子 ******************/
	
	
	margin:100px 0 0 0;/*旧safariではtop隠れるからこれで調整するか*/
}


    .mv p{
        font-size: 18px;
    }
	}