@charset "utf-8";

@media print,screen and (min-width : 501px) {

#fees{
  margin-top: 40px;
}
#fees section{
  margin-top: 40px;
}
#fees .menu_title small{
  display: block;
  line-height: 1.2;
}
#fees .menu_price small{
  display: block;
  line-height: 1.2;
}
#fees .b_menu_01{
  padding: 10px 30px;
  margin: 0 10px;
  border:solid 1px #dfdfdf;
  border-radius:10px;
  background-color: #faf8f9;
}
#fees .b_menu_01 dl:last-child{
  border: none;
}

#fees .listyle{
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
  border:solid 1px #dfdfdf;
}


}
@media screen and (max-width : 500px) {

#fees{
  margin-top: 20px;
}
#fees section{
  margin-top: 20px;
}
#fees .menu_title small{
  display: block;
  line-height: 1.2;
}
#fees .menu_price small{
  display: block;
  line-height: 1.2;
}
#fees .b_menu_01{
  padding: 10px 10px;
  border:solid 1px #dfdfdf;
  border-radius:10px;
  background-color: #faf8f9;
}
#fees .b_menu_01 dl:last-child{
  border: none;
}

#fees .listyle{
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
  border:solid 1px #dfdfdf;
}

}
