@charset "utf-8";

body.is-fixed .nav-fix-pos {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;left: 0;
}
body.is-fixed .header {
	margin-bottom: 51px;	
}
body.is-fixed .mt-top {
	margin-top: 701px;	
}
body.is-fixed .mt-top2 {
	margin-top: 301px;	
}

@media screen and (max-width:800px){

body.is-fixed .header {
	margin-bottom: 102px;	
}
body.is-fixed .mt-top {
	margin-top: 552px;	
}
body.is-fixed .mt-top2 {
	margin-top: 252px;	
}
.aisatoplogo {
    font-size: 85%;
	margin-top : -3px  ;
}		
	
}

@media (orientation: landscape) and (max-width: 800px){

body.is-fixed .nav-fix-pos {
	position: static;
	top: auto;
}
body.is-fixed .header {
	margin-bottom: 0px;	
}
body.is-fixed .mt-top {
	margin-top: 450px;	
}
body.is-fixed .mt-top2 {
	margin-top: 150px;	
}
}

@media screen and (max-width:480px){

body.is-fixed .header {
	margin-bottom: 0px;	
}
body.is-fixed .mt-top {
	margin-top: 350px;	
}
body.is-fixed .mt-top2 {
	margin-top: 100px;	
}
}