@charset "utf-8";
/* CSS Document */
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
/*========= 上部固定させるためのCSS ===============*/
header{
        height: auto;
        padding: 0px;
        position: fixed;
        background: #ffffff; 
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
	line-height : 0;
}
	#top{
		width : 100%;
		padding : 75px 0px 0px 0px;
		background-color : #b61d22;
	}

}

