@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.meal .main_visual {
  aspect-ratio: 1280/720;
  background: url(../image/meal/main_visual.jpg?20250406) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .main_visual {
    aspect-ratio: 375/440;
    background: url(../image/meal/main_visual_sp.jpg?20250406) no-repeat center center/cover;
  }
}
.meal .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.meal .main_visual .main_copy h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 {
    font-size: 30px;
    text-align: center;
  }
}
.meal .main_visual .main_copy h1 span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 span {
    font-size: 10px;
  }
}
.meal .concept_wave_container {
  overflow: hidden;
  position: relative;
  top: -99px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal .concept_wave_container {
    top: -99px;
  }
}
.meal .concept_text {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal .concept_text .concept_text_inner {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner {
    margin: 0 auto;
    width: 90%;
  }
}
.meal .concept_text .concept_text_inner h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.meal .concept_text .concept_text_inner .concept_text_sub {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
.meal .concept_text .concept_text_inner .concept_text_copy {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner .concept_text_copy {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .meal .concept_text .concept_text_inner .concept_text_copy {
    text-align: left;
  }
}
.meal .meal_swiper_container {
  height: 100%;
  margin: 20px auto 80px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal .meal_swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal .meal_swiper .swiper-wrapper {
  align-items: center;
  display: flex;
}
.meal .meal_swiper .swiper-slide {
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.meal .meal_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all 0.3s ease;
}
.meal .meal_swiper .swiper-slide .meal_image {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.meal .swiper_button_wrapper {
  bottom: -30px;
  display: block;
  left: 50% !important;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}
.meal .swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  position: static;
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .meal .swiper_button_wrapper .swiper-button {
    bottom: -25px !important;
    height: 25px;
    width: 40px;
  }
}
.meal .swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.meal .swiper_button_wrapper .meal-swiper-button-next {
  background-color: #e6d6ca;
  right: -110px;
}
@media screen and (max-width: 959px) {
  .meal .swiper_button_wrapper .meal-swiper-button-next {
    right: -110px;
  }
}
.meal .swiper_button_wrapper .meal-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.meal .swiper_button_wrapper .meal-swiper-button-prev {
  background-color: #f5f1ee;
  left: -110px;
}
@media screen and (max-width: 959px) {
  .meal .swiper_button_wrapper .meal-swiper-button-prev {
    left: -110px;
  }
}
.meal .swiper_button_wrapper .meal-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}
.meal .meal-swiper-pagination {
  align-items: center;
  bottom: -17px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal .meal-swiper-pagination {
    gap: 10px;
  }
}
.meal .swiper-pagination-bullet {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.meal .swiper-pagination-bullet-active {
  border: 1px solid #36454d;
}
.meal .meal_section {
  background-color: #fdfcfc;
  height: 100%;
  margin-top: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .meal_section {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 60px;
  }
}
.meal .meal_section .meal_inner {
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner {
    padding-bottom: 10px;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .meal_title {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_title {
    text-align: left;
  }
}
.meal .meal_section .meal_inner .meal_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_title h2 {
    font-size: 26px;
  }
}
.meal .meal_section .meal_inner .meal_title h2 span {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_title h2 span {
    margin-top: 8px;
  }
}
.meal .meal_section .meal_inner .meal_head {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_head {
    height: auto;
  }
}
.meal .meal_section .meal_inner .meal_head img {
  -o-object-fit: cover;
  -o-object-position: bottom;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
.meal .meal_section .meal_inner .meal_content {
  height: 100%;
  margin: 0 auto 150px;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content {
    margin-bottom: 100px;
  }
}
.meal .meal_section .meal_inner .meal_content .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .tag {
    font-size: 11px;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_flex {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_flex {
    flex-direction: column;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_images {
  margin-bottom: 160px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_images {
    gap: 0px;
    margin-bottom: 100px;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_images:last-child {
  margin-bottom: 100px;
}
.meal .meal_section .meal_inner .meal_content .meal_images .dinner_swiper_wrapper,
.meal .meal_section .meal_inner .meal_content .meal_images .morning_swiper_wrapper {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_images .dinner_swiper_wrapper,
  .meal .meal_section .meal_inner .meal_content .meal_images .morning_swiper_wrapper {
    gap: 0px;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_images .meal_image {
  height: 100%;
  max-width: 370px;
  overflow: hidden;
  position: relative;
  width: 33.3333333333%;
}
.meal .meal_section .meal_inner .meal_content .meal_images .meal_image img {
  width: 100%;
}
.meal .meal_section .meal_inner .meal_content .meal_item {
  height: 100%;
  padding: 0 20px 0 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_item {
    padding: 0 0 30px;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_item .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_item .title {
    font-size: 22px;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_item .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal .meal_section .meal_inner .meal_content .meal_item .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.meal .meal_section .meal_inner .meal_content .meal_menu {
  align-items: center;
  border-left: 1px solid #d5d5d5;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .meal_content .meal_menu {
    border-left: none;
    border-top: 1px solid #d5d5d5;
    display: block;
    padding: 30px 0 0;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .meal_content .meal_menu .menu_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.meal .meal_section .meal_inner .meal_content .meal_image_child {
  max-width: 450px;
  width: 100%;
}
.meal .meal_section .meal_inner .meal_content .meal_image_child img {
  width: 100%;
}
.meal .meal_section .meal_inner .supervision_section {
  margin: 80px auto;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section {
    width: 90%;
  }
}
.meal .meal_section .meal_inner .supervision_section .supervision_inner {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section .supervision_inner {
    flex-direction: column;
  }
}
.meal .meal_section .meal_inner .supervision_section .image_area {
  max-width: 376px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section .image_area {
    max-width: 100%;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .supervision_section .image_area img {
  height: 100%;
  width: 100%;
}
.meal .meal_section .meal_inner .supervision_section .supervision_text_area {
  padding-left: 90px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section .supervision_text_area {
    padding-left: 0;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .supervision_section .supervision_text_area .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section .supervision_text_area .tag {
    font-size: 11px;
    margin-top: 32px;
  }
}
.meal .meal_section .meal_inner .supervision_section .supervision_text_area .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .supervision_section .supervision_text_area .title {
    font-size: 22px;
  }
}
.meal .meal_section .meal_inner .supervision_section .supervision_text_area .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal .meal_section .meal_inner .supervision_section .supervision_text_area .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
.meal .meal_section .meal_inner .morning {
  margin: 0 auto;
  max-width: 1140px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning {
    width: 90%;
  }
}
.meal .meal_section .meal_inner .morning .morning_inner {
  align-items: flex-start;
  background-color: #f8f5f2;
  border: 2px solid #e6d6ca;
  display: flex;
  justify-content: flex-start;
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_inner {
    flex-direction: column-reverse;
    padding: 10px;
  }
}
.meal .meal_section .meal_inner .morning .morning_text_area {
  padding-left: 23px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_text_area {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}
.meal .meal_section .meal_inner .morning .morning_text_area .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_text_area .tag {
    font-size: 11px;
    margin-top: 32px;
  }
}
.meal .meal_section .meal_inner .morning .morning_text_area .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_text_area .title {
    font-size: 22px;
  }
}
.meal .meal_section .meal_inner .morning .morning_text_area .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal .meal_section .meal_inner .morning .morning_text_area .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_text_area .text {
    margin-bottom: 16px;
  }
}
.meal .meal_section .meal_inner .morning .morning_text_area .morning_menu {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_text_area .morning_menu {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 16px;
  }
}
.meal .meal_section .meal_inner .morning .morning_image {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.meal .meal_section .meal_inner .morning .morning_image .morning_image_item {
  height: 100%;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .morning .morning_image .morning_image_item {
    height: auto;
    margin-bottom: 10px;
  }
}
.meal .meal_section .meal_inner .morning .morning_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.meal .meal_section .meal_inner .link_btn {
  height: 56px;
  margin: 50px auto 0;
  width: 318px;
}
@media screen and (max-width: 959px) {
  .meal .meal_section .meal_inner .link_btn {
    margin: 30px auto 0;
  }
}
.meal .meal_section .meal_inner .link_btn a {
  align-items: center;
  background-color: #e6d6ca;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.meal .meal_section .meal_inner .link_btn a::after {
  background-image: url(../image/right_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  margin-left: 10px;
  transition: all 0.3s ease;
  width: 9px;
}
.meal .meal_section .meal_inner .link_btn a:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
/*# sourceMappingURL=sourcemaps/meal.css.map */