@charset "UTF-8";
body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  min-height: 100vh;
  background: #fff;
}
.en {
  font-family: 'Cormorant Infant', serif;
}
.menu_logo {
  max-width: 240px;
  padding: 30px;
}
.centerTtl, .modalTtl {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.centerTtl small, .modalTtl small {
  font-size: 20px;
}
.centerTtl .en, .modalTtl .en {
  font-size: 34px;
  display: block;
}
.menu_list ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-bottom: none;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.menu_list ul li {
  width: 50%;
}
.menu_list li a {
  display: block;
  padding: 50px 30px;
  color: #000;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  font-size: 20px;
}
.menu_list li a span {
  font-size: 24px;
}
.menu_list li:nth-child(2n) a {
  border-right: none
}
.menu_inr_txt {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_inr_txt .en {
  font-size: 22px;
}
.wth50 {
  width: 46%;
}
.remodal {
  padding: 60px
}
.remodal ul li {
  margin-bottom: 20px;
}
.remodal-cancel {
  background: #000;
}
.star, .starBlack {
  position: relative;
}



.star::after , .starBlack::after{
  position: absolute;
  content: "☆";
  left: -22px;
  font-size: 18px;
  top: 0;
}

.starBlack::after{
  content: "★";

}

.menu {
	margin-top: 100px;
}

.menu_list--food {
	margin-top: 120px;
	margin-bottom: 220px;
}

.menu_list--food ul {
	text-align: center;
}

.menu_list--food ul li {
	font-size: 26px;
	letter-spacing: 1.4px;
}

.menu_list--food ul li small {
	font-size: 22px;
}

