.nav-link {
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif TC', sans-serif;
  color: #533a30;
  font-size: 18px;
}

.nav-link:hover {
  color: #e43f11;
}

.nav-link.w--current {
  color: #e43f11;
  text-decoration: none;
}

.fb_img {
  width: 18px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.media_link {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
}

.fb_icon {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #533a30;
}

.text-block {
  font-family: 'Noto Sans SC', sans-serif;
  color: #822b09;
}

.text-block.current {
  text-decoration: underline;
}

.lang {
  display: flex;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.link-block {
  text-decoration: none;
}

.text-block-2 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #822b09;
}

.index_hb {
  width: 100%;
  height: auto;
  margin-top: 51px;
}

.index_hb_each {
  width: 100%;
  height: auto;
}

.index_hb_each_p {
  width: 100%;
  padding-top: 50%;
  background-image: url('../images/banner01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.index_hb_each_p.p2 {
  background-image: url('../images/banner02.jpg');
}

.index_hb_each_p.p3 {
  background-image: url('../images/banner03.jpg');
}

.index_hb_each_p.p4 {
  background-image: url('../images/banner04.jpg');
}

.banner {
  display: block;
  width: 100%;
}

.nav-menu {
  display: flex;
}

.container-2 {
  width: 100%;
  height: 80px;
  max-width: 1680px;
  padding: 10px 20px;
}

.brand {
  width: 165px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #eddece;
  background-image: url('../images/menu_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 0 3px 1px #2e2e2e;
}

.slide-nav {
  display: none;
}

.left-arrow {
  left: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-3 {
  font-size: 25px;
}

.icon-4 {
  font-size: 25px;
}

.right-arrow {
  right: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_arrow_right {
  width: 45px;
  height: 45px;
  box-shadow: 0 0 3px 1px #1d1d1d;
}

.img_arrow_left {
  width: 45px;
  height: 45px;
  box-shadow: 0 0 3px 1px #1d1d1d;
}

.header {
  position: relative;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: auto;
}

.media_wrapper {
  display: flex;
}

.about {
  position: relative;
  top: 0px;
  z-index: 120;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/paper_bg3_03.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about_wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  justify-content: space-around;
  align-items: flex-start;
}

.about_txt_wrapper {
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1180px;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.about_txt_cont {
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.about_txt_cont.white {
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: justify;
}

.about_tit_wrapper_mob {
  display: none;
  width: 8%;
}

.div-block-9 {
  background-image: url('../images/about_txt_bg.png');
}

.about_tit {
  font-family: 'Noto Serif TC', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  font-weight: 400;
}

.about_tit_mob {
  display: none;
  font-family: 'Noto Serif TC', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  font-weight: 400;
}

.ink {
  position: absolute;
  left: -35%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 935px;
  height: 400px;
  background-image: url('../images/ink_bg2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.master {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 65%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/master_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.master_txt_wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  width: 40%;
  height: 100%;
  max-width: 590px;
  margin-right: 5%;
  padding-top: 10%;
  justify-content: center;
  align-items: flex-start;
}

.slide-nav-2 {
  display: none;
}

.slider {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.left-arrow-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 150px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.slide {
  height: 450px;
}

.about_txt_cont_wrapper {
  height: auto;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.icon-5 {
  display: none;
}

.div-block-16 {
  width: 100%;
}

.image-6 {
  width: 30px;
  height: auto;
}

.icon-6 {
  display: none;
}

.image-7 {
  width: 30px;
  height: auto;
}

.text-block-5 {
  padding-top: 5px;
  padding-right: 15px;
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.div-block-17 {
  width: 100%;
  height: auto;
}

.menu {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/menu_2_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu_tit_wrapper {
  position: relative;
  display: flex;
  width: 10%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
  align-items: flex-start;
}

.menu_tit {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_tit_txt {
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
}

.menu_album {
  display: block;
  width: 85%;
  height: auto;
}

.menu_wrapper {
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.slider-3 {
  z-index: 100;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide_pd_wrapper {
  width: 100%;
  height: auto;
}

.left-arrow-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  background-color: #bbb3a9;
}

.slide-1 {
  overflow: hidden;
  width: 30.6%;
  height: auto;
  margin-right: 1.2%;
  margin-left: 1.2%;
}

.slide_pd {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 68%;
  background-image: url('../images/pd_01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide_pd.p1 {
  padding-bottom: 130%;
  background-image: url('../images/album08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p2 {
  padding-bottom: 130%;
  background-image: url('../images/album09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p3 {
  padding-bottom: 130%;
  background-image: url('../images/album03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p4 {
  padding-bottom: 130%;
  background-image: url('../images/album04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p5 {
  padding-bottom: 130%;
  background-image: url('../images/album06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p6 {
  padding-bottom: 130%;
  background-image: url('../images/album11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p7 {
  padding-bottom: 130%;
  background-image: url('../images/album01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p8 {
  padding-bottom: 130%;
  background-image: url('../images/album07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p9 {
  padding-bottom: 130%;
  background-image: url('../images/album10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p10 {
  padding-bottom: 130%;
  background-image: url('../images/album05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_pd.p11 {
  padding-bottom: 130%;
  background-image: url('../images/album11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-3 {
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  background-color: #bbb3a9;
}

.slide-nav-3 {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mask-2 {
  overflow: hidden;
  width: 95%;
  height: 100%;
  margin-top: 0px;
  margin-right: 2%;
  margin-left: 2%;
}

.dinner_wrapper {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dinner_inner {
  position: relative;
  display: flex;
  width: 243px;
  height: 69px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  background-image: url('../images/menu_button.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.dinner_txt {
  position: absolute;
  font-family: 'Noto Serif TC', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}

.dinner_cont_tit_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 29px;
  line-height: 30px;
}

.dinner_cont_tit_wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.dinner_time_txt {
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dinner_time_wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.dinner_service_tit {
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.dinner_service_wrapper {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}

.img_menu_tit_circle {
  width: 50px;
  height: 50px;
}

.menu_tit_circle {
  position: absolute;
  left: auto;
  top: -3%;
  right: 5%;
  bottom: auto;
}

.icon-7 {
  font-size: 28px;
}

.icon-8 {
  font-size: 28px;
}

.booking {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/shop_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.bookng_inner {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.booking_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif TC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.booking_phone_txt {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif TC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.booking_phone_txt.phone {
  margin-top: 0px;
}

.booking_btn_wrapper {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.index_tit_line_wrapper {
  display: flex;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.index_tit_line_wrapper.white {
  padding-bottom: 0px;
}

.index_tit_line {
  display: none;
  width: 30px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #000;
  transform: rotate(90deg);
}

.lottie-animation-2 {
  display: block;
  width: 100px;
  height: auto;
}

.footer {
  position: relative;
  display: flex;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1e2d2;
}

.footer_logo_wrapper {
  width: 50%;
  height: auto;
}

.footer_copyright_txt {
  font-family: 'Noto Sans SC', sans-serif;
  color: #737373;
  font-size: 13px;
}

.footer_copyright_wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

.web_design {
  font-family: 'Noto Sans SC', sans-serif;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
}

.link {
  color: #737373;
  text-decoration: none;
}

.footer_cont_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_btn {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.img_top_btn_arrow {
  display: none;
  width: 20px;
  height: auto;
}

.top_btn_txt {
  margin-top: 0px;
  transform: rotate(90deg);
  font-family: 'Noto Sans SC', sans-serif;
  color: #737373;
  font-size: 13px;
}

.top_btn_txt_wrapper {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.top_btn_arrow {
  text-decoration: none;
}

.map {
  display: block;
}

.map_wrapper {
  width: 100%;
  height: auto;
}

.html-embed {
  width: 100%;
  height: 50vh;
}

.top {
  display: none;
}

.instagram_icon {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #533a30;
}

.about_tit_wrapper_desktop {
  display: flex;
  width: 89px;
  height: 248px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/about_txt_bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.dinner_price_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 35px;
  line-height: 30px;
}

.booking_btn {
  position: relative;
  display: flex;
  width: 243px;
  height: 69px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  background-image: url('../images/menu_button.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.booking_wrapper {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 78px;
}

.html-embed-2 {
  width: 100%;
  height: auto;
}

.lottie-animation-3 {
  width: 40px;
  height: 40px;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.bg_about {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 400px;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: auto;
}

.div-block-20 {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  background-image: url('../images/shop_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_master_mob {
  display: none;
}

.paper_top {
  position: absolute;
  left: 0%;
  top: -95px;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-image: url('../images/paper_bg3_02.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.add_wrapper {
  margin-bottom: 20px;
}

.master_txt_slide_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  transform: translate(0px, -100px);
}

@media screen and (min-width: 1280px) {
  .overflow-x {
    overflow: hidden;
  }

  .lang {
    display: none;
  }

  .index_hb {
    overflow: hidden;
  }

  .banner {
    display: block;
    overflow: hidden;
  }

  .container-2 {
    overflow: hidden;
  }

  .navbar-2 {
    overflow: hidden;
  }

  .header {
    overflow: hidden;
  }

  .about {
    align-items: center;
  }

  .about_txt_cont.white {
    letter-spacing: 1px;
  }

  .ink {
    left: -21%;
  }

  .master {
    top: 0px;
    display: block;
    padding-top: 45%;
    background-image: url('../images/master_bg.jpg');
  }

  .master_txt_wrapper {
    left: auto;
    right: 0%;
    width: 30%;
    margin-right: 15%;
    padding-top: 0%;
    align-items: center;
  }

  .slider {
    display: block;
  }

  .slide {
    height: 450px;
  }

  .menu {
    display: block;
    margin-top: 0px;
  }

  .menu_wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow-3 {
    right: 120px;
  }

  .slide_pd.p1 {
    background-image: url('../images/album08.jpg');
  }

  .slide_pd.p2 {
    background-image: url('../images/album09.jpg');
  }

  .booking {
    display: block;
  }

  .footer {
    margin-top: 0px;
  }

  .map {
    display: block;
  }

  .booking_wrapper {
    display: block;
  }

  .paper_top {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    background-image: url('../images/paper_bg4_02.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: repeat-x;
  }

  .master_txt_slide_wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 15px;
  }

  .media_link {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lang {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    justify-content: flex-start;
  }

  .index_hb {
    width: 100%;
  }

  .index_hb_each {
    width: 100%;
    height: auto;
  }

  .banner {
    display: block;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    background-color: #e9ddd1;
  }

  .container-2 {
    height: 80px;
    padding-right: 20px;
    padding-left: 40px;
  }

  .brand {
    position: absolute;
    left: 3%;
    top: auto;
    right: auto;
    bottom: auto;
    display: flex;
    width: 165px;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    background-image: url('../images/menu_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .menu-button-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 3%;
    bottom: auto;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .icon-2 {
    color: #533a30;
  }

  .header {
    width: 100%;
    height: auto;
    background-image: url('../images/menu_bg.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .media_wrapper {
    margin-left: 15px;
  }

  .about {
    top: 0px;
    padding-bottom: 60px;
    background-image: url('../images/paper_bg3_03.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .about_wrapper {
    padding-top: 40px;
    align-items: flex-start;
  }

  .about_txt_cont {
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 33px;
  }

  .about_txt_cont.white {
    padding-left: 0px;
  }

  .about_tit_wrapper_mob {
    width: 13%;
  }

  .ink {
    display: none;
  }

  .master {
    top: 0px;
    display: flex;
    overflow: hidden;
    padding-top: 0%;
    flex-direction: column-reverse;
    background-image: linear-gradient(180deg, #596063, #596063);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .master_txt_wrapper {
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    justify-content: center;
    align-items: flex-end;
  }

  .slider {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0px;
    background-color: transparent;
  }

  .left-arrow-2 {
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .right-arrow-2 {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .about_txt_cont_wrapper {
    width: 100%;
  }

  .mask {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .menu {
    display: block;
    margin-top: 0px;
  }

  .menu_album {
    padding-right: 20px;
  }

  .slider-3 {
    height: auto;
    clear: none;
  }

  .left-arrow-3 {
    right: 55px;
  }

  .slide-1 {
    width: 47.5%;
  }

  .slide_pd.p1 {
    overflow: visible;
  }

  .slide_pd.p2 {
    overflow: visible;
  }

  .slide_pd.p3 {
    overflow: visible;
  }

  .slide_pd.p4 {
    overflow: visible;
  }

  .slide_pd.p5 {
    overflow: visible;
  }

  .slide_pd.p6 {
    overflow: visible;
  }

  .slide_pd.p7 {
    overflow: visible;
  }

  .slide_pd.p8 {
    overflow: visible;
  }

  .slide_pd.p9 {
    overflow: visible;
  }

  .slide_pd.p10 {
    overflow: visible;
  }

  .slide_pd.p11 {
    overflow: visible;
  }

  .right-arrow-3 {
    right: 1.5%;
  }

  .slide-nav-3 {
    margin-top: 0px;
  }

  .mask-2 {
    overflow: hidden;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .dinner_wrapper {
    margin-top: 100px;
  }

  .booking {
    display: block;
    padding-bottom: 140px;
  }

  .bookng_inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .booking_phone_txt {
    margin-top: 30px;
  }

  .booking_btn_wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .index_tit_line_wrapper.white {
    padding-bottom: 10px;
  }

  .lottie-animation-2 {
    width: 80px;
  }

  .footer {
    margin-top: -89px;
    padding-bottom: 80px;
  }

  .map {
    display: block;
  }

  .mask-3 {
    width: 100%;
    height: auto;
  }

  .bg_about {
    padding-bottom: 450px;
  }

  .div-block-20 {
    padding-bottom: 75%;
  }

  .img_master_mob {
    display: block;
    width: 100%;
    height: auto;
  }

  .master_img_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .master_txt_slide_wrapper {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index_hb_each_p {
    padding-top: 58.6%;
  }

  .container-2 {
    padding-left: 30px;
  }

  .banner_arrow {
    width: 40%;
  }

  .icon-3 {
    font-size: 20px;
  }

  .icon-4 {
    font-size: 20px;
  }

  .about {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/paper_bg2.png');
    background-position: 50% 100%;
    background-size: auto;
    background-attachment: scroll;
  }

  .about_wrapper {
    position: static;
    overflow: hidden;
    padding-top: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .about_txt_wrapper {
    overflow: hidden;
    width: 100%;
  }

  .about_txt_cont {
    overflow: hidden;
    padding-left: 0px;
    font-size: 16px;
  }

  .about_tit_wrapper_mob {
    z-index: 100;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    background-image: url('../images/about_txt_bg_hori.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .about_tit {
    display: none;
  }

  .about_tit_mob {
    z-index: 20;
    display: block;
    font-size: 30px;
    line-height: 50px;
  }

  .ink {
    left: auto;
  }

  .master {
    top: 0px;
    background-image: linear-gradient(180deg, #596063, #596063);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .master_txt_wrapper {
    padding-top: 0%;
  }

  .slider {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 60px;
    padding-bottom: 120px;
    padding-left: 60px;
  }

  .left-arrow-2 {
    margin-left: 60px;
  }

  .right-arrow-2 {
    margin-right: 60px;
  }

  .menu {
    margin-top: 0px;
  }

  .menu_album {
    padding-right: 20px;
  }

  .left-arrow-3 {
    right: 55px;
  }

  .dinner_wrapper {
    margin-top: 120px;
  }

  .booking {
    position: relative;
    display: block;
    background-image: url('../images/shop_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .booking_btn_wrapper {
    margin-top: 40px;
  }

  .index_tit_line_wrapper.white {
    padding-bottom: 40px;
  }

  .lottie-animation-2 {
    width: 80px;
  }

  .about_tit_wrapper_desktop {
    display: none;
    transform: rotate(-90deg);
  }

  .booking_wrapper {
    margin-top: 77px;
  }

  .bg_about {
    display: none;
  }

  .div-block-19 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: auto;
  }

  .div-block-20 {
    padding-bottom: 110%;
    background-image: url('../images/shop_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paper_top {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    height: 70px;
  }

  .brand {
    width: 150px;
  }

  .menu-button-2 {
    margin-top: -3px;
  }

  .about_txt_cont.white {
    line-height: 26px;
  }

  .ink {
    left: auto;
  }

  .master {
    background-image: linear-gradient(180deg, #596063, #596063);
    background-size: auto;
    background-repeat: repeat;
  }

  .slider {
    padding-right: 40px;
    padding-left: 40px;
  }

  .left-arrow-2 {
    margin-left: 40px;
  }

  .right-arrow-2 {
    margin-right: 40px;
  }

  .menu_album {
    padding-left: 20px;
  }

  .menu_wrapper {
    padding-left: 20px;
  }

  .left-arrow-3 {
    right: 50px;
  }

  .slide-1 {
    width: 100%;
  }

  .slide-nav-3 {
    width: 80%;
    padding-top: 10px;
  }

  .dinner_wrapper {
    margin-top: 140px;
  }

  .booking_wrapper {
    margin-top: 68px;
  }

  .div-block-20 {
    padding-bottom: 225%;
  }

  .master_img_wrapper {
    display: flex;
  }

  .master_txt_slide_wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@font-face {
  font-family: 'Times';
  src: url('../fonts/times.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kozuka mincho std b';
  src: url('../fonts/Kozuka-Mincho-Std-B.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}