@charset "UTF-8";
/* 変数定義
----------------------------------------- */
.food-drink_description {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-weight: 500;
  text-align: center;
}

/* メニュー
----------------------------------------- */
.menu_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.menu_title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.menu_title_jp {
  font-size: 1.4rem;
  font-weight: 500;
}

.menu_title_under {
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.menu_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.menu_item {
  width: 48%;
  margin-bottom: 25px;
}

.menu_item_image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 100%;
}
.menu_item_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu_item_name {
  font-size: 1.4rem;
  text-align: center;
}

/* 売店
----------------------------------------- */
.store_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 90px;
  padding: 0 20px;
}

.store_text {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.store_image {
  width: 100%;
  margin-bottom: 25px;
}
.store_image img {
  width: 100%;
}

.sennennoki_logo {
  display: block;
  width: 150px;
  margin: 0 auto 15px;
}

/* 貸し切り部屋・テラス席
----------------------------------------- */
.room_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 90px;
  padding: 0 20px;
}

.room_title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.room_image {
  width: 100%;
  margin-bottom: 20px;
}
.room_image img {
  width: 100%;
}

.room_table_title {
  margin: 30px auto 5px;
  font-size: 500;
}

.room_table {
  width: 100%;
  margin-bottom: 80px;
  font-size: 1.6rem;
  background-color: #FEFDFD;
  border-collapse: collapse;
  border: 1px solid #452C17;
}
.room_table th, .room_table td {
  width: 50%;
  padding: 8px 15px 7px;
  font-weight: 500;
  vertical-align: middle;
  background-color: #FEFDFD;
  border-collapse: collapse;
  border: 1px solid #452C17;
}/*# sourceMappingURL=food-drink.css.map */