:root {
  --color-bg: rgba(255, 0, 0, 0.4);
}
html {
  scroll-behavior: smooth;
}
* {
  font-weight: 500 !important;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", "メイリオ", "游ゴシック体", YuGothic, sans-serif; */
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  background-color: #000;
}
a:active {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
.font-open {
  font-family: 'Open Sans', sans-serif !important;
}
.font-times {
  font-feature-settings: "palt";
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.Semi {
  font-weight: 400 !important;
}
.fs-36 {
  font-size: 36px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-10 {
  font-size: 10px;
}
.w-768 {
  width: 768px;
  margin-left: 20px;
  margin-right: 20px;
}
.w-80 {
  width: 80px;
  display: inline-block;
}
.w-420 {
  width: 420px;
}
.w-240 {
  width: 240px;
}
.w-160 {
  width: 170px;
}
.m0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.p20 {
  padding: 20px;
}
.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m0-20 {
  margin: 0 20px;
}
.m0au {
  margin-left: auto;
  margin-right: auto;
}
.pr10 {
  padding-right: 10px !important;
}
.pr30 {
  padding-right: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pt65 {
  padding-top: 65px;
}
.pt80 {
  padding-top: 80px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl10 {
  padding-left: 10px !important;
}
.mt4 {
  margin-top: 4px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml10 {
  margin-left: 20px;
}
.mr100 {
  margin-right: 100px;
}
.btn-meal {
  margin-top: 20px;
}
.lightYello {
  background-color: #ffffee;
}
.lightRed {
  background-color: #ffefef;
}
.lightBlue {
  background-color: #eeffff;
}
.lightGreen {
  background-color: #ecffee;
}
.bg-brown {
  background-color: #513A32;
}
.text-brown {
  color: #513A32;
}
.text-gray {
  color: #333333;
}
.text-center {
  text-align: center;
}
.bg-bl {
  background-color: #000000;
  padding: 17px 26px !important;
}
.lh28 {
  line-height: 28px;
}
.btn.btn-infoo {
  padding: 12px 15px;
  border-radius: 0;
  width: 240px;
}
.container-fluid {
  background-color: #000;
  color: #fff;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .for-pc {
    display: none!important;
  }
}
@media (min-width: 768px) {
  * {
    font-size: 16px;
  }
  .for-sp {
    display: none!important;
  }
}
/* header
/ ーーーーーーーーーーーーーーーーーー */
header {
  background-color: #191919;
  /* bottom: 0; */
  left: 0;
  position: fixed;
  transition: 0.3s 0.5s;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.header_logo {
  line-height: 1.1;
  max-width: 200px;
  text-align: center;
  width: 52%;
}
.header_logo-text {
  font-size: 16px;
  display: block;
  line-height: 1.1;
  margin-top: 10px;
}
.header_logo img {
  width: 100%;
  height: auto;
}
.header_nav {
  max-width: 630px;
  width: 45%;
}
.header_nav-list {
  /* display: flex; */
  list-style: none;
  max-width: 120px;
  margin: 0 0 0 auto;
  width: 100%;
}
.header_nav-list li {
  margin: 0 10px;
}
.header_nav-list li + li {
  margin-top: 10px;
}
.header_nav-link {
  align-items: center;
  border: 1px solid #fff;
  color: white;
  display: flex;
  justify-content: center;
  height: 22px;
  line-height: 1.1;
  transition: 0.3s ease;
  width: 100%;
}
.header_nav-link:hover {
  background-color: #fff;
  color: black;
  text-decoration: none;
}
@media (min-width: 768px) {
  .fp-viewing-0 .header {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(-130px);
  }
  .header_logo {
    max-width: 285px;
    text-align: center;
    width: 50%;
  }
  .header_logo-text {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 8px;
  }
  .header_nav {
    width: calc(100% - 310px);
  }
  .header_inner {
    align-items: flex-start;
    height: 130px;
    padding: 20px 3.5% 20px 4%;
  }
  .header_nav-list {
    display: flex;
    list-style: none;
    max-width: 100%;
  }
  .header_nav-list li {
    margin: 0 10px;
    max-width: 100%;
    width: calc(33% - 20px);
  }
  .header_nav-list li + li {
    margin: 0 10px;
  }
  .header_nav-link {
    align-items: center;
    border: 1px solid #fff;
    color: white;
    display: flex;
    justify-content: center;
    height: 50px;
    line-height: 1.1;
    width: 100%;
  }
}
/* main
/ ーーーーーーーーーーーーーーーーーー */
.mv {
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.mv_pix {
  height: auto;
  width: 100%;
}
.mv img {
  height: auto;
  width: 100%;
}
.mv_header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #000;
  height: 170px;
  bottom: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.mv_header .header_inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.mv_header .header_logo {
  max-width: 646px;
  text-align: center;
  width: 50%;
}
.mv_header .header_logo img {
  width: 100%;
  height: auto;
  position: relative;
}
.mv_header .header_logo-text {
  font-size: min(2.8vw,36px);
  line-height: 1.1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #mv {
    height: auto!important;
  }
  #mv .fp-tableCell {
    height: auto!important;
  }
  .mv_header {
    display: none;
  }
}
@media (min-width: 768px) {
  #mv {
    height: 100vh;
    padding-top: 0;
  }
  .mv_pix {
    display: block;
    height: 100%;
    width: 100%;
  }
  .mv_pix img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* section */
.section {
  background: #000;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
.section_inner {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}
.section_title {
  color: rgba(255, 255, 255, 0.22);
  font-size: 40px;
  margin: 0 0 -26px;
  padding: 15px 5px 0;
  position: relative;
  z-index: 2;
}
.section_content {
  background-color: var(--color-bg);
  line-height: 1.46;
  margin-left: -15px;
  padding: 60px 15px;
  position: relative;
  width: 100%;
}
.section_content-sub {
  font-size: 10px;
}
.section_content-title {
  font-size: 26px;
  margin-bottom: 1.5rem;
}
.section_content-text + .section_content-title {
  margin-top: 2.5em;
}
.section_pix {
  display: block;
  margin-bottom: -30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: -15px;
  position: relative;
  width: 87%;
}
.section_pix img {
  height: auto;
  width: 100%;
}
.section.-left .section_inner {
  flex-direction: column-reverse;
}
.section.-left .section_pix {
  margin-left: -15px;
  margin-right: auto;
}
.section.-left .section_content {
  margin-left: auto;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .section,
  .section .fp-tableCell {
    height: auto !important;
  }
  #chef .section_title {
    width: 45%;
  }
  #information .section_title {
    margin-left: auto;
    width: 85%;
  }
  .instagram_title {
    width: 60%;
    margin: 0 15px -112px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 0;
  }
  .section .fp-tableCell {
  }
  .section_inner {
    flex-direction: row;
    padding-bottom: 30px;
    padding-top: 130px;
  }
  .section_title {
    font-size: 120px;
    position: absolute;
    top: 100px;
  }
  .section_content {
    background-color: transparent;
    margin-top: 200px;
    position: relative;
    width: 50%;
    z-index: 1;
  }
  .section_content:before {
    background-color: var(--color-bg);
    content: '';
    display: block;
    height: 100%;
    right:0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .section_content-sub {
    font-size: 20px;
  }
  .section_content-title {
    font-size: 36px;
  }
  .section_pix {
    width: 50%;
    z-index: 1;
  }
  /* chef */
  #chef .section_inner {
    max-width: 1500px;
  }
  #chef .section_title {
    right: 54%;
  }
  #chef .section_content-title {
    /* font-size: 16px; */
    margin-left: 60px;
    margin-bottom: 55px;
    margin-top: 25px;
  }
  #chef .section_content-text {
    line-height: 1.5;
  }
  #chef .section_pix {
    margin-left: -60px;
    width: 55%;
  }
  /* information */
  #information .section_inner {
    flex-direction: row-reverse;
    max-width: 1480px;
  }
  #information .section_content  {
    margin-left: 0;
    margin-right: auto;
    margin-top: 120px;
    padding-left: 100px;
    width: 58%;
  }
  #information .section_content:before  {
    left: 0;
    right: auto;
  }
  #information .section_title {
    top: 19%;
    left: 29%;
  }
  #information .section_pix {
    margin-right: -40px;
    max-width: 557px;
    width: 42%;
  }
}

/* commitment */
.commitment {
  margin-top: 50px;
}
.commitment_title {
  font-size: 26px;
  color: white;
  padding: 25px 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.commitment_inner {
  position: relative;
}
.commitment_list {
  list-style: none;
  position: relative;
}
.commitment_item {
  margin-bottom: 45px;
}
.commitment_item-title {
  font-size: 15px;
}
.commitment_item-content {
  padding: 25px 15px;
}
.commitment_item > a {
  display: block;
  position: relative;
}
.commitment_item-pix img {
  height: auto;
  transition: opacity 0.3s;
  width: 100%;
}
.commitment_item-more {
  align-items: center;
  bottom: 0.5em;
  color: white;
  display: inline-flex;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  transition: opacity 0.3s;
}
.commitment_item-more:after {
  border-right: 1px solid white;
  border-top: 1px solid white;
  content: '';
  display: block;
  height: 8px;
  margin-left: 5px;
  transform: rotate(45deg);
  width: 8px;
}
.commitment_item a:hover img {
  opacity: 0.8;
}
.commitment_item a:hover .commitment_item-more {
  opacity: 1;
}
@media (min-width: 768px) {
  .commitment {
    margin-top: 0;
  }
  .commitment_inner {
    margin: 0 auto;
    max-width: 1340px;
    padding-bottom: 130px;
    padding-top: 130px;
    position: relative;
  }
  .commitment_en {
    bottom: 0;
    left: 0;
    max-height: calc(100vh - 130px);
    position: absolute;
    top: 0;
    transform: translateY(130px);
    z-index: 2;
  }
  .commitment_en img {
    height: 80vh;
    max-height: 800px;
  }
  .commitment_title {
    font-size: 40px;
    left: 3vh;
    padding-bottom: 50px;
    padding-top: 0px;
  }
  .commitment_list {
    display: flex;
    justify-content: space-evenly;
    max-width: 1100px;
    margin: 0 auto;
  }
  .commitment_item {
    max-width: 300px;
    width: 30%;
  }
  .commitment_item-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .commitment_item-content {
    padding: 25px 0;
  }
}
/* instagram */
.instagram_inner {
  padding: 15px;
}
.instagram_logo {
  margin-left: auto;
  width: 30px;
}
.instagram_title {
  color: rgba(255, 255, 255, 0.22);
  font-size: 40px;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.instagram_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  max-width: 1012px;
}
.instagram_list:before,
.instagram_list:after {
  content: '';
  display: block;
  margin: 0 10px 20px;
  max-width: 200px;
  order: 1;
  width: calc(33% - 20px);
}
.instagram_item {
  max-width: 200px;
  margin: 0 auto 20px;
  width: calc(33% - 20px);
}
.instagram_item-pix {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.instagram_item-pix img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagram_link {
  color: white;
  display: block;
  font-size: 15px;
  margin: -2em auto 0;
  padding: 5px 1px;
  position: relative;
  transition: 0.3s;
  width: fit-content;
  z-index: 999998;
}
.instagram_link:after {
  bottom: 0px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  width: calc(100% + 5px);
  height: 5px;
  left: -5px;
  position: absolute;
  right: 8.7%;
  transform: skew(45deg);
}
.instagram_link:hover {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}
.instagram_logo {
  margin-bottom: 20px;
  margin-right: 50px;
}
/* #eapps-instagram-feed-1 {
  margin: 0 auto;
}
#eapps-instagram-feed-1:after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 47px;
  position: absolute;
  width: 100%;
  z-index: 999998;
}
.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none!important;
} */
@media (min-width: 768px) {
  .instagram_logo {
    margin: 140px auto 40px;
    text-align: center;
    width: 60px;
  }
  .instagram_inner {
    margin: 0 auto;
    max-width: 989px;
    padding: 0 15px 120px;
    position: relative;
  }
  .instagram_title {
    position: absolute;
    margin-top: 23px;
    right: 3vw;
    top: 0;
    margin: auto;
    bottom: 0;
    height: fit-content;
  }
  .instagram_title img {
    height: 60vh;
    max-height: 578px;
  }
  .instagram_list {
    justify-content: space-between;
  }
  .instagram_list:before,
  .instagram_list:after {
    margin: 25px auto;
    width: 21%;
  }
  .instagram_item {
    margin: 25px 0;
    width: 21%;
  }
  .instagram_item:last-child {
    display: none;
  }
  .instagram_link {
    font-size: 26px;
    margin-top: -20px;
    z-index: 999998;
  }
}
/* menu */
.menu_pix {
  margin: 0 auto;
  text-align: center;
}
.menu_pix img {
  max-width: 450px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 767px) {
  #instagram .section_title {
    width: 50%;
  }
  #menu .section_inner {
    text-align: center;
  }
  #menu .section_title {
    margin-bottom: 15px;
    width: 40%;
  }
}
@media (min-width: 768px) {
  #menu {
    /* padding-bottom: 60px; */
    position: relative;
  }
  #menu .section_title {
    bottom: 10px;
    /* margin-left: 120px; */
    left: 63%;
    position: absolute;
    top: auto;
    width: 467px;
  }
  #menu .section_inner {
    position: relative;
  }
  #menu .menu_pix img {
    display: block;
    height: auto;
    max-height: calc(100vh - 130px);
    max-width: 90%;
    margin: 0 auto;
    width: auto;
  }
}
/* floormap */
/* .floormap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #513A32;
} */
img.floor-map-img {
  width: 100%;
  height: auto;
}
.a-modal {
  display: block;
  max-width: 100%;
  display: inline-block;
  color: #CFB27A;
  border-bottom: 1px solid transparent;
}
.a-modal:hover {
  text-decoration: none;
  color: #CFB27A;
  border-bottom-color: #CFB27A;
}
.iframe {
  width: 367px;
  height: 367px;
}
.modal-header {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
.modal-title {
  width: 100% !important;
}
.modal.show .modal-dialog {
  max-width: 768px;
}
@media (max-width: 767px) {
  .floor-map .section_inner {
    display: block;
  }
  .floor-map .section_title {
    position: relative;
    bottom: auto;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .floor-map .floormap-wrap {
    margin: 0 0 0 auto;
    position: relative;
    max-height: calc(100vh - 130px);
    max-width: 840px;
    z-index: 2;
  }
  .floor-map .img-floormap {
    height: 100%;
    width: 100%;
  }
  img.floor-map-img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .floor-map .section_title {
    bottom: 0;
    left: 0;
    top: auto;
    width: 777px;
    z-index: 1;
  }
  .floor-map .section_inner {
    margin: 0 auto;
    max-width: 1440px;
  }
}
/* .contact
/ ーーーーーーーーーーーーーーーーーー */
.contact {
  margin: 0;
  padding-bottom: 40px;
}
.contact a {
  display: inline-block;
  transition: .15s;
}
.contact a:hover {
  color: white;
  opacity: 0.6;
  text-decoration: none;
}
.contact .section_inner {
  align-items: flex-start;
}
.contact_gmap {
  aspect-ratio: 1 / 1;
  display: block;
  margin-bottom: -30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: -15px;
  position: relative;
  width: 89%;
}
.contact_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* グレースケール */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2em;
}
.contact_logos a {
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .contact .section_title {
    margin: 0 0 15px 15px;
    width: 65%;
  }
  .contact .section_content-text dt {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .contact .section_inner {
    flex-direction: row-reverse;
    padding-bottom: 10px;
  }
  .contact .section_content {
    padding-left: 120px;
    margin-left: -60px;
    margin-right: auto;
    margin-top: 0;
    padding: 50px 0 50px 120px;
    width: 62.5%;
  }
  .contact .section_title {
    top: 13%;
  }
  .contact .section_content:before {
    left: 0;
    right: auto;
  }
  .contact .section_content-text dt {
    float: left;
    clear: both;
    width: 5em;
  }
  .contact .section_content-text dd {
    overflow: hidden;
  }
  .contact_gmap {
    margin-right: 0;
    margin-top: 72px;
    width: 480px;
    z-index: 1;
  }
}
/* .お知らせ詳細
/ ーーーーーーーーーーーーーーーーーー */
.x {
  color: #ffffff;
  text-shadow: none;
  font-size: 35px;
}
.n-hot {
  background-color: #CFB27A;
  padding: 1px 20px;
  color: #ffffff;
  margin-left: 20px;
  height: 22px;
}
.n-title {
  font-size: 21px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-body {
  margin: 20px;
}
.header-row {
  position: absolute;
  top: 0;
  right: 16px;
}
.header-menu {
  float: right;
  z-index: 22;
}
.ml {
  padding: 13px 20px;
}
.img-box {
  margin-right: 0px !important;
  width: 23px !important;
}
.a-ml:hover {
  opacity: 0.2;
}
.header-menu-ul {
  list-style: none;
}
.dropdown-menu {
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 44px !important;
  left: 53px !important;
  width: 207px;
  background: transparent;
}
.header-menu-btn {
  border-color: #000000 !important;
  background-color: #000000 !important;
  border-radius: 0 !important;
  width: 50px;
}
.header-menu-btn:hover {
  opacity: 1;
}
.header-menu-btn:before {
  background-image: url('../images/common/icon-bars.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  content: "";
  margin-top: 10px;
}
.show .header-menu-btn:before {
  background-image: url('../images/common/icon-close.png');
  opacity: 1;
}
.btn-more {
  background-color: #5A5A5A;
  padding: 14px 100px;
  color: #ffffff;
  border: none;
  margin-top: 10px;
  display: inline-block;
}
.btn-more:hover {
  background-color: #7B7B7B;
  color: #ffffff;
  border: none;
  text-decoration: none;
}
.address {
  padding: 60px 20px;
}
.time-table tr {
  vertical-align: top;
}
.header-row {
  padding: 0;
  z-index: 99;
}
.dropdown-menu a:hover div.ml {
  opacity: 0.8;
}
.lst-img {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1) !important;
  margin: 0 !important;
  opacity: 1;
  z-index: 99;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.modal-content {
  border-radius: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-meal {
    width: 378px;
  }
  .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
  .nav-item {
    font-size: 14px;
  }
  .navbar-brand {
    height: 37px;
  }
  .logo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 238px;
  }
  .btn-fb {
    right: 50px;
  }
  .btn-insta img {
    width: 30px;
  }
  .btn-fb img {
    width: 30px;
  }
  .w-768 {
    width: 100%;
  }
  /* .iframe{
		width: 100%;
		height: 100%;
		padding: 0;
	} */
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .carousel-item .slide1 {
    background-image: url('../images/top/slide07_sp.jpg');
  }
  .carousel-item .slide2 {
    background-image: url('../images/top/slide06_sp.jpg');
  }
  .carousel-item .slide3 {
    background-image: url('../images/top/slide09_sp.jpg');
  }
  .carousel-item .slide4 {
    background-image: url('../images/top/slide10_sp.jpg?r2');
  }
  .img-food1, .img-food2, .img-food3, .img-food4, .img-food5 {
    height: 276px;
    background-position: center;
  }
  .modal-dialog {
    margin: 40px;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }
  .w-768 {
    width: 100%;
  }
  .carousel-item img {
    height: 480px;
  }
  .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
  }
  .carousel-indicators {
    left: 0 !important;
    right: 0 !important;
  }
  .carousel-caption {
    font-size: 20px;
  }
  .scroll {
    display: none;
    z-index: 12;
  }
  .logo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 238px;
	filter: drop-shadow(0px 0px 12px black);
  }
  .lst-news {
    width: 100%;
    padding-bottom: 15px;
  }
  .lst-news > .w-160 {
    margin-bottom: 10px;
    width: 100%;
  }
  .lst-news.d-sm-flex {
    display: block !important;
  }
  .content-meal {
    margin: 42px auto;
  }
  .content-meal {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .img-food {
    height: 240px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .flex-direc {
    display: flex;
    flex-direction: column-reverse;
  }
  .w-420 {
    width: 240px;
  }
  .iframe {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .lst-img .col-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 10px;
  }
  .lst-img .col-6:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
    padding-top: 10px;
  }
  .lst-img {
    margin: 0 !important;
  }
  .btn-fb {
    bottom: 0;
    right: 0;
  }
  .btn-insta {
    bottom: 34px;
    right: 0;
  }
  .btn-insta img {
    width: 20px;
  }
  .btn-fb img {
    width: 20px;
  }
  .timetable {
    margin-right: auto;
    margin-left: auto;
    /* width: 300px !important; */
    padding: 0 !important;
    width: 100%;
    margin-top: 35px;
  }
  .c-news {
    width: 100%;
  }
  .btn.btn-infoo {
    padding: 12px 15px;
    width: auto;
    border-radius: 0;
    width: 120px;
  }
  .img-info {
    height: 100px;
  }
  .timetable table {
    width: 100%;
  }
  .address {
    padding: 60px 20px;
  }
  .floormap {
    padding-top: 60px;
    padding-bottom: 5px;
  }
  footer {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }
  .iframe-maps {
    padding-top: 100%;
    position: relative;
  }
  .iframe-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}


.fp-watermark {
  display: none!important;
}