@charset "EUC-JP";
a:hover img{
  opacity:0.8;
  filter:alpha(opacity=70);
  -ms-filter: ��alpha( opacity=70 )��;
}
.menuwaku600{
  width : 600px;
  height : 200px;
}
.waku-gazou{
  width : 100px;
  height : 120px;
  margin-left : 40px;
  margin-top : 20px;
  float : left;
}
.waku-menu{
  width : 250px;
  height : 150px;
  float : left;
  margin-left : 10px;
  margin-right : 20px;
}
.waku-hotcold{
  width : 70px;
  height : 150px;
  float : left;
  margin-left : 10px;
}
.waku-kakau{
  width : 90px;
  height : 150px;
  float : left;
  margin-left : 10px;
}
.waku-daimei{
  font-size : 28px;
  font-weight : bold;
  width : 280px;
  height : 30px;
  float : left;
  font-family : "�ͣ� ��ī";
  margin-top : 10px;
  margin-left : 35px;
}
.waku-syousai{
  font-size : 14px;
  width : 250px;
  height : 30px;
  float: left;
  font-weight : bold;
  margin-top : 15px;
  margin-left : 15px;
}
.cafemenu1{
  width : 230px;
  height : 20px;
  margin-top : 20px;
  font-weight : bold;
}
.cafemenu2{
  width : 230px;
  height : 20px;
  font-weight : bold;
  margin-top : 10px;
}
.cafemenu3{
  width : 230px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.cafemenu4{
  width : 250px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.hotcold1{
  width : 60px;
  height : 20px;
  margin-top : 20px;
}
.hotcold2{
  width : 60px;
  height : 20px;
  margin-top : 10px;
}
.hotcold3{
  width : 60px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.hotcold4{
  width : 60px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.kakaku1{
  width : 80px;
  height : 20px;
  margin-top : 20px;
  font-weight : bold;
}
.kakaku2{
  width : 80px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.kakaku3{
  width : 80px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.kakaku4{
  width : 80px;
  height : 20px;
  margin-top : 10px;
  font-weight : bold;
}
.cake-daimei{
  width : 200px;
  height : 30px;
  font-size : 28px;
  font-family : "�ͣ� ��ī";
  float : left;
  margin-top : 10px;
  margin-left : 35px;
  font-weight : bold;
}
.cake-syousai{
  font-weight : bold;
  margin-top : 20px;
  width : 350px;
  float : left;
  margin-left : 15px;
  height : 30px;
}
.cakemenu1{
  font-weight : bold;
  width : 200px;
  height : 20px;
  margin-top : 20px;
}
.cakemenu2{
  font-weight : bold;
  width : 200px;
  height : 20px;
  margin-top : 10px;
}
.cakemenu3{
  font-weight : bold;
  width : 200px;
  height : 20px;
  margin-top : 10px;
}
.cakemenu4{
  font-weight : bold;
  margin-top : 10px;
}
.waku-menu-cake{
  margin-left : 50px;
  width : 200px;
  height : 150px;
  float : left;
}
.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background : rgb(153, 0, 0) none repeat scroll 0% 0%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.list{
	list-style-type: none;
	overflow: hidden;
}
.list li{
	float: left;
	transition: .8s;
}
.list-mv05{
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.mv05{
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

#dropmenu{
	list-style-type: none;
	width : 650px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #77120e;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom : 0px none;
	border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #ba2c0d;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #ba2c0d;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #ea3710;
  border-bottom: 1px solid #ba2c0d;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
