@charset "UTF-8";

#under_main {
    background: url(../images/hakuba_top.jpg)no-repeat center/cover;
    
}
/* メニュー */
.leaf img {
  width: 60%;
}
.leaf {
  text-align: center;
  margin-bottom: 40px;
}
.food_list li {
  width: 30%;
}
.food_list li img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.food_list li h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
}
.food_list li h4 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 16px;
  color: navy;
  margin-bottom: 10px;
}
.food_list li span {
  font-size: 22px;
}
.food_txt {
  font-size: 13px;
 padding: 0 10px;
}
.drink_item {
  align-items: center;
}
.drink_list {
  width: 30%;
  line-height: 2.5;
}
.drink_list ul li span {
  font-size: 12px;
}

.drink_list img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.desert_item {
  align-items: center;
}
.desert_list {
  width: 45%;
  line-height: 2.5;
}
.desert_list img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.desert_list ul li span {
  font-size: 12px;
}
.menu-txt {
  bottom: 20px;
  right: -170px;
  text-align: center;
  border: 1px solid rgb(207, 206, 206);
  width: 40%;
  padding: 10px;
  color: #444;
  margin: 50px auto;
}
.menu-txt span {
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
}

/* フッター */

@media screen and (max-width:768px) {
  
  .food_list li {
    width: 90%;
    margin: 5px auto;
  }
  .food_list li h3 {
    margin-top: 20px;
    font-size: 17px;
    
  }
  .food_list li h4 {
    font-size: 16px;
  }
  .food_txt {
    font-size: 12px;
   padding: 0 10px;
   margin-bottom: 25px;
  }
  .drink_item {
    display: block;
  }
  .drink_list {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  .drink_list img {
    margin-top: 30px;
    width: 70%;
  }
  .desert_item {
    display: block;
  }
  .desert_list {
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 20px;
  }
  .menu-txt {
    width: 85%;
    margin: 0 auto 20px;
    padding: 15px;
    font-size: 12px;
  }
  
  .leaf img {
    width: 70%;
  }
}