@charset "UTF-8";
body{ margin: 0px;
  padding: 0px;

}
.all{
	height: 430vw;
	width: 100%;
	background-size: cover;
	background-image: url("images/recipepageback.jpg");
    background-repeat: repeat;
}
.cakeppyrecipe{
	margin: 0px;
    padding: 0px;
}
.cakeppymoji{
	width: 50vw;
	position: relative;
    padding-top: 12vw;
	left: 25vw;
	
}
.cakeppyphoto{
	width: 50vw;
	position: relative;
    padding-top: 2vw;
	margin-left: 24.5vw;
}
.recipesetumei{
	position: relative;
	margin-top: 2vw;
	text-align: center ;
	font-family: "YuGothic";
	font-weight:600;
	font-size: 3.2vw;
	margin-bottom: 0vw;
	color: #00124B
}
.btn01{
	margin-top: 12vw;
	padding-top: 3vw;
	padding-bottom: 9vw;
	background-size: cover;
	position: relative;
	font-family: "YuGothic";
	text-align: center ;
	text-decoration: none;
	background-color: #0023E4;
	font-size: 4vw
}
.btn01 a{
	color: white;
    text-decoration: none;
	font-family: "YuGothic";
}