@charset "UTF-8";
.swiper {
  margin-top: 32px;
}
.swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.MealFrench, .MealBuffet, .MealDanro, .MealBreakfast {
  margin-top: 64px;
}
.MealFrench__heading, .MealBuffet__heading, .MealDanro__heading, .MealBreakfast__heading {
  text-align: center;
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.MealFrench__heading > span, .MealBuffet__heading > span, .MealDanro__heading > span, .MealBreakfast__heading > span {
  display: block;
}
.MealFrench__heading > span:first-of-type, .MealBuffet__heading > span:first-of-type, .MealDanro__heading > span:first-of-type, .MealBreakfast__heading > span:first-of-type {
  font-size: 16px;
}
.MealFrench__container, .MealBuffet__container, .MealDanro__container, .MealBreakfast__container {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 16px;
}
.MealFrench__inner, .MealBuffet__inner, .MealDanro__inner, .MealBreakfast__inner {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
}
.MealJapanese {
  position: relative;
  margin-top: 64px;
}
.MealJapanese__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.MealJapanese__container {
  display: flex;
}
.MealJapanese__contents {
  flex: 1;
}
.MealJapanese__contents:first-of-type {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.MealJapanese__sub--heading {
  padding: 0 24px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.MealJapanese__inner {
  margin-top: 8px;
  padding: 0 24px;
}

.Breakfast {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 48px;
  padding: 0 16px;
}
.Breakfast:nth-child(odd) {
  flex-direction: row-reverse;
}
.Breakfast__container {
  flex: 4;
}
.Breakfast__point {
  width: 60px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid currentColor;
  text-align: center;
  color: #81a92d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.Breakfast__point > span {
  display: block;
  text-transform: uppercase;
}
.Breakfast__point > span:first-of-type {
  font-size: 10px;
}
.Breakfast__point > span:last-of-type {
  line-height: 1;
  font-size: 24px;
}
.Breakfast__heading {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.Breakfast__inner {
  margin-top: 12px;
}
.Breakfast__image {
  flex: 6;
}