@charset "UTF-8";

.main_bg_wrap {
  position: relative;
}

.main_bg_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - min(640px, 33.33334vw));
  left: 0;
  top: min(640px, 33.33334vw);
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/bg_main.jpg)
    no-repeat center top / cover;
}
.main_bg_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media screen and (min-width: 1921px) {
  .main_bg_wrap {
    background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/bg_main.png)
      no-repeat center top / 100vw 2649px;
  }

  .main_bg_wrap::before {
    content: none;
  }
}

.read {
  position: relative;
  padding-top: 94px;
  padding-bottom: 75px;
}

.read_heading {
  position: relative;
  /* max-width: 950px; */
  font-weight: bold;
  font-size: 48px;
  line-height: 1.375;
  text-align: center;
  color: var(--color-main-blue);
}

.read_heading::before {
  content: "";
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: var(--color-main-blue);
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/common/icon_eat.svg);
  background-size: contain;
  background-position: center;
  border-radius: 50%;
}

.read_sub_heading {
  /* max-width: 950px; */
  font-weight: bold;
  line-height: 1.64;
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
  color: #4a586e;
}

.map {
  position: relative;
}

.map_accent {
  position: absolute;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: var(--color-main-blue);
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/common/icon_eat.svg);
  background-size: 80px;
  background-position: center 10px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  outline: 5px solid var(--color-main-blue);
  z-index: 5;
}

.map_accent::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -65px;
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/icon_nanzi.png)
    no-repeat center / cover;
  width: 121px;
  height: 162px;
}

.map_heading {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fbdf29;
  margin-top: 97px;
}

.map_read {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #f9f7ea;
  margin-top: 10px;
}

.map_item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.map_item.egg {
  top: 316px;
  left: 23px;
}

.map_item.rise {
  top: 368px;
  left: 356px;
}

.map_item.milk {
  top: 312px;
  left: 689px;
}

.map_item.tomato {
  top: 938px;
  left: 18px;
}

.map_item.vegetable {
  top: 1024px;
  left: 337px;
}

.map_item.mozuku {
  top: 943px;
  left: 676px;
}

.map_sub_heading span {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-main-blue);
}

.map_item_image {
  position: relative;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 10px #c8b555);
  margin: 14px 0;
}

.map_hover_text {
  width: 222px;
  height: 222px;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #f9f7ea;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.64);
  /* (plus shape's fill blended on top as a separate layer with 60% opacity) */
  border-radius: 50%;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.map_item_image:hover .map_hover_text {
  opacity: 1;
}

.map_text span {
  font-weight: bold;
  font-size: 14px;
  color: var(--text-color);
}

.map_image {
  position: relative;
  margin-left: -60px;
  margin-right: -35px;
  margin-top: -22px;
}

.map_image::after {
  content: "";
  position: absolute;
  top: 615px;
  left: 107px;
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/niwatori-img.svg)
    no-repeat center / cover;
  width: 151px;
  height: 124px;
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 3;
}

.map_image::before {
  content: "";
  position: absolute;
  top: 829px;
  left: 750px;
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/tomato.svg)
    no-repeat center / cover;
  width: 120px;
  height: 90px;
  z-index: 3;
}

.bg_green {
  padding-top: 66px;
  padding-bottom: 60px;
  background-color: #f0f9ea;
}

.anchor_wrap {
  position: relative;
  width: min(880px, 55%);
  /* width: min(1000px, 65%); */
  background-color: var(--color-main-blue);
  border-radius: 59px;
  margin: auto;
  overflow: hidden;
}

.anchor_wrap::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 59px;
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/common/bg_book_now.svg);
  opacity: 0.12;
}

.anchor_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 118px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 59px;
  z-index: 1;
}
.anchor_inner a.button_large {
  width: min(250px, 15.625vw);
}

#breakfast.section {
  position: relative;
  padding-top: 60px;
  margin-top: 14px;
}

#lunch.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7ea;
}

#dinner.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
}

#dinner.section::before {
  content: "";
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://www.neoxone.co.jp/hotel/yuinchi/images/restaurant/bg_dinner.png)
    no-repeat center / cover;
  width: 2322px;
  height: 1609px;
  z-index: -1;
}
#dinner.section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media screen and (min-width: 1921px) {
  #dinner.section::before {
    width: auto;
    left: -114px;
    right: -190px;
    transform: none;
  }
}

.section_inner {
  position: relative;
  width: min(1200px, 95%);
  margin-left: auto;
  margin-right: auto;
}

#breakfast .section_inner::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 416px;
  top: -41px;
  left: -278px;
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/top/bg_grid.svg);
  background-repeat: repeat;
  background-position-y: -12px;
  mix-blend-mode: screen;
  opacity: 0.6;
}

#breakfast .section_inner::after {
  content: "";
  position: absolute;
  width: 408px;
  height: 512px;
  bottom: 40px;
  right: -304px;
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/top/bg_grid.svg);
  background-repeat: repeat;
  background-position-y: -12px;
  mix-blend-mode: screen;
  opacity: 0.6;
}

#lunch .section_inner {
  position: relative;
  width: min(1200px, 95%);
  margin-left: auto;
  margin-right: auto;
}

#lunch .section_inner::after {
  position: relative;
  width: min(1200px, 95%);
  margin-left: auto;
  margin-right: auto;
}

#lunch .section_inner::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 416px;
  top: 4px;
  right: -304px;
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/top/bg_grid.svg);
  background-repeat: repeat;
  background-position-y: -12px;
  mix-blend-mode: screen;
  opacity: 0.6;
}

#lunch .section_inner::after {
  content: "";
  position: absolute;
  width: 408px;
  height: 612px;
  bottom: -8px;
  left: -278px;
  background-image: url(https://www.neoxone.co.jp/hotel/yuinchi/images/top/bg_grid.svg);
  background-repeat: repeat;
  background-position-y: -12px;
  mix-blend-mode: screen;
  opacity: 0.6;
}

.section_heading {
  position: relative;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  color: #aa6a21;
}

.section_heading span {
  display: block;
  font-family: var(--web-font-en);
  color: #aa6a21;
  font-weight: bold;
  font-size: 25px;
  margin-top: -4px;
}

.section_heading::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  border-bottom: 2px solid #aa6a21;
}

.section_image {
  position: relative;
  margin-top: 74px;
  z-index: 5;
}

.section_text {
  max-width: 760px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #4a586e;
  margin: 40px auto 0;
}

.sction_description {
  display: flex;
  flex-wrap: wrap;
  max-width: 608px;
  margin: 32px auto 0;
  color: #4a586e;
}
.sction_description.border_bottom {
  border-bottom: 1px solid var(--color-main-blue);
}

.sction_description dt {
  width: 23%;
  font-size: 16px;
  font-weight: 500;

  padding: 10px 26px 10px 24px;
  border-top: 1px solid var(--color-main-blue);
  line-height: 2;
}

.sction_description dd {
  width: 77%;
  padding: 10px 0 10px 16px;
  border-top: 1px solid var(--color-main-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.sction_description dd span {
  font-size: 14px;
}

.sction_description dd.align_right {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}

.section_slide {
  margin-top: 74px;
}

#dinner .section_text {
  margin-top: 60px;
}

/* 2024 0607追加 */
.map_item_wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

.map_image {
  top: 20px;
}
