@charset "utf-8";
/* CSS Document */

#menu {
  width: 520px;
  padding: 30px 0 0;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: normal;
}
.wrapper {
  width: 100%;
  padding: 0 0 50px;
}
.wrapper:first-child {
  padding-bottom: 40px;
}
.wrapper:last-child {
  padding-bottom: 0;
}
.menu_list {
  color: #ddd;
  display: flex;
  list-style: none;
  padding: 0 10px;
  gap: 15px;
  margin: 0;
}
.menu_list li {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.menu_list li:last-child {
  border-right: none;
  padding-right: 0;
}
.menu_list li a {
  cursor: pointer;
  text-decoration: underline;
}
.menu_list li a:hover {
  opacity: 0.8;
  text-decoration-line: none;
}
.menu_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.menu_head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu_head-text {
  position: absolute;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.menu_head-text h2 {
  padding: 0;
  margin: 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.menu_head-text p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #ddd;
}
.menu_body {
  display: flex;
  justify-content: space-between;
}
.menu_left {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.menu_caption {
  color: #ddd;
  font-size: 13px;
  font-weight: normal;
}
.menu_caption ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  width: calc(100% + 30px);
}
.menu_caption li::before {
  content: '・';
}
.menu_item {
  padding: 0 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
}
.menu_item-head {
  color: #ddd;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.menu_item-head p {
  font-size: 16px;
  margin: 0;
}
.menu_item-head .menu_price span {
  font-size: 14px;
}
.menu_item-bottom {
  color: #bbb;
  font-weight: normal;
}
.menu_item-bottom p {
  font-size: 13px;
  margin: 0;
}
.menu_item-bottom p span {
  font-size: 12px;
}
.menu_item-bottom p a {
  text-decoration: none;
  opacity: 0.7;
}
.menu_right {
  width: 155px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.figure_wrap {
  display: flex;
}
.menu_photo {
  width: 155px;
}
.menu_photo img {
  width: 100%;
}
.menu_photo figure {
  margin: 0;
  color: #bbb;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}
.menu_item-tag {
  display: flex;
  gap: 0 5px;
  margin-left: -10px;
}
.menu_item-tag p {
  font-size: 13px;
  color: #fff;
  width: fit-content;
  padding: 1px 10px 2px;
  margin: 0 0 3px 0;
}
.bg_darkgreen {
  background-color: #2E6417;
}
.bg_yellowgreen {
  background-color: #79A156;
}
.bg_darkgoldenrod {
  background-color: #A67C52;
}
.bg_darkorange {
  background-color: #FF751F;
}
#menu_ippin .menu_item-tag {
  position: absolute;
  width: inherit;
  display: flex;
  justify-content: center;
  margin: -13px auto;
}
#menu_ippin .menu_head, #menu_drink .menu_head {
  position: initial;
}
#menu_ippin .menu_head-text, #menu_drink .menu_head-text {
  position: initial;
}
#menu_ippin .menu_body {
  display: block;
}
#menu_ippin .menu_body .menu_under {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 30px;
}
#menu_ippin .menu_body .menu_under .figure_wrap {
  display: flex;
  justify-content: space-between;
}
#menu_ippin .menu_body .menu_under .figure_wrap figure {
  font-size: 16px;
  color: #ddd;
  font-weight: bold;
  text-align: left;
}
#menu_ippin .menu_body .menu_under .figure_wrap figure span {
  font-size: 14px;
}
#menu_drink .menu_body .menu_item-head > p > span {
  font-size: 13px;
}
#menu_drink .menu_body .menu_item-head > p.menu_price > span {
  font-size: 14px;
}
