@charset "UTF-8";

/*/==========================================================
/ 
/ 光射す教室 css
/
==========================================================/*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap');

body {
	font-family:'Noto Sans JP',sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height:125%;
	background-color: #000000;
}

/*----------------------------------

 本文

----------------------------------*/
main{
	display:block;
	overflow:hidden;
	text-align:center;
}

main img{
	width: min(100%,842px);
	height:auto;
}


/* for Narrow --------------------*/
@media screen and ( max-width:979px) {

}


/* for Sp --------------------*/
@media screen and ( max-width:768px) {


}






/*----------------------------------

 フッタ

----------------------------------*/
footer{
	display: block;
    overflow: hidden;
    position: relative;
    text-align:center;
    padding:1em 0;
}

footer address{
	font-size:1.4rem;
	line-height:125%;
	color:#FFFFFF;
}



/* for Narrow --------------------*/
@media screen and ( max-width:979px) {

}


/* for Sp --------------------*/
@media screen and ( max-width:768px) {


}



