@charset "UTF-8";

body{
	margin:0;
	padding: 0;
}

p{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.header{
	background-image: url("images/header1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 20%;
    width: 355px;
    height: 77px;
    display: flex;
	  justify-content:flex-start;
    align-items: center;
	padding-left: 20px;
}

.modoru{
	margin-top: 20px;
	margin-left: 300px;
}

.icon1{
	display: flex;
	
}

.top2{
	width:50px;
	margin-top: 10px;
	margin-left:45px;
}


.namae1{
	font-size:15px;
	margin-top:20px;
	margin-left: 20px;
	padding-bottom: 0;

}

.gakunen{
	font-size:10px;
	margin-top:0 ;
	padding-top: 25px;
	margin-left: 25px;
	font-weight: 300;
}

.sakuhin{
	margin-top: 20px;
	margin-left: 40px;
}

.setumei{

width: 320px;
	height: 200px;
	align-items: center;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 50px;
	border-radius: 10px;/*四角形の角を丸く指定（なくてもOK）*/
	border: 1px solid #000000
}

.syussin{
	 display: flex;	
	align-items: center;
	margin-top: 20px;
}

.bun1{
	font-size:11px;
	margin-left: 35px;
}

.bun12{
	font-size:10px;
	margin-left:40px;
	font-weight: 300;
}

.sentaku{
	 display: flex;	
	align-items: center;
}

.bun2{
	font-size:11px;
	margin-left: 35px;
}

.bun22{
	font-size:10px;
	margin-left:40px;
	font-weight: 300;
}


.sa-kuru{
	 display: flex;	
	align-items: center;
}

.bun3{
	font-size:10px;
	margin-left: 35px;
}

.bun32{
	font-size:10px;
	margin-left:45px;
	font-weight: 300;
}

.motto{
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

.medama2{
	margin-top:0;
	margin-left:300px;
}

.instaicon{
	margin-top: 0;
	margin-left: 50px;
	margin-bottom: 10px;
}

.insta{
	margin-top: 20px;
}

.medama3{
	margin-top:20px;
	margin-left:40px;

}

.topnimodoru{
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 30px;
}

.footer{
	background-image: url("images/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 20%;
    width: 375px;
    height: 120px;
    display: flex;
	  justify-content:flex-end;
    align-items: center;

}

.gakkou{
	padding-left: 250px;
}
