@charset "UTF-8";
/*-----------------------------------------
/*
/* 共通部分 layout
/*
/*----------------------------------------*/

/* 移植用 */
#pancake #about h1 img{
	width: 100%;
	max-width: 344px;
}
#pancake .menu.annon .pic img{
	width: 100%;
	max-width: 570px;
}
#pancake .menu .pic img{
	width: 100%;
	max-width: 500px;
}
#pancake .menu .dyT{
	margin-top: 15%;
}
#pancake .menu .menuT{
	text-align: center;
}
#pancake .menu .menuT img{
	width: 100%;
	max-width: 455px;
}
#pancake .kids .pic{
	width: 100%;
	max-width: 570px;
	margin: auto;
}
#pancake .kids .pic img{
	width: 100%;
	max-width: 570px;
}
#pancake .kids h2{
	margin-top: 20px;
}
#pancake p.txt{
	font-size: 24px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 0;
	margin-bottom: 5px;
}
#pancake .sirop{
	border-top: 2px solid;
}
#pancake p.category{
	margin-top: 5px;
}
#pancake .menuIMG img{
	width: 100%;
	max-width: 674px;
}

@media screen and (max-width: 767px){
	#pancake .menu .menuT{
		margin-top: 30px;
	}
	#pancake .menu .dyT{
		margin-top: 0;
	}
}
@media screen and (max-width: 575px){
	#pancake section.kids{
		padding: 5%;
	}
	#pancake .kids .container{
		border: 10px solid #fff;
		padding: 10px;
	}
}
@media screen and (max-width: 399px){
	#pancake p.txt br{
		display: none;
	}
	#pancake #about h1 img{
		width: 95%;
	}
}