@charset "UTF-8";
/* englishページ用 
------------------------------*/
/* ----基本設定---- */
.en-page {
  --color-black: #1A1A1A;
  --color-darkgray: #1A1A1A;
  --color-bg: #F5F5F5;
  --color-gray: #C1C1C1;
}
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  font-size: 15px;
  font-family:
  "Yu Mincho",
  "YuMincho",
  "Hiragino Mincho ProN",
  "Hiragino Mincho Pro",
  "MS PMincho",
  "MS Mincho",
  serif;
}
a:hover {
  text-decoration: none;
}
a.is-link,
a.is-tel {
  text-decoration: underline;
}
.lang_btn {
  margin-left: 4vw;
}
@media (hover:hover){
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

/* slick基本設定 */
.slick-slider {
  top: auto;
}
.slick-track {
  margin: 0;
}
.slick-slide {
  height: auto;
}
.slick-dots {
  bottom: auto;
  left: auto;
  margin: 15px auto 0;
  padding: 0;
  right: auto;
  top: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  margin: 0 10px;
  height: 14px;
  width: 14px;
}
.slick-dots li button {
  background-color: var(--color-gray);
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.slick-dots li.slick-active button {
  background-color: var(--color-black);
}
.slick-dots li button:before {
  content: unset;
}
.slick-arrow {
  height: 30px;
  top: 40%;
  width: 19px;
}
.slick-prev,
.slick-next {
  z-index: 2;
}
.slick-prev {
  left: -5%; 
}
.slick-next {
  right: -5%; 
}
.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.slick-prev:before { 
  background: url(../images/english/ic_prev.svg) left top / contain no-repeat;
}
.slick-next:before { 
  background: url(../images/english/ic_next.svg) left top / contain no-repeat;
}
a.text-less {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .slick-arrow {
    top: 85px;
  }
  .slick-dots {
    height: 10px;
    margin-top: 10px;
  }
  .slick-dots li {
    margin: 0 7px;
    height: 10px;
    vertical-align: top;
    width: 10px;
  }
}

/* utility --------------------------- */
.ib {
  display: inline-block;
}
.bg-gray {
  background-color: var(--color-bg);
}
.line-white {
  border: 1px solid white;
  margin: 2em 0;
}
.mb-1em {
  margin-bottom: 1em;
}

/* inview エフェクト */
[data-inview="fade"] {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
[data-inview="fade"].is-inview {
  opacity: 1
}
[data-inview="fadeup"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
[data-inview="fadeup"].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}
/* 共通コンポーネント ------------------- */
.c-heading {
  align-items: center;
  display: flex;
  font-size: min(8vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  justify-content: flex-start;
  text-transform: none;
}
.c-heading.-line-bf:before {
  background-color: var(--color-black);
  border-radius: 1px;
  content: '';
  display: inline-block;
  height: 2px;
  margin-right: 16px;
  width: 30px;
}
.en-btnBorder {
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  color: white !important;
  display: inline-block;
  padding: 0.5em 2em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .en-btnBorder {
    padding: 0.4em 1em;
  }
  .c-heading {
    font-size: min(5.4vw, 24px);
  }
}


/* header --------------------------*/
.en-header {
  left: 0;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  width: fit-content;
  z-index: 10;
}
.en-header_logo {
  filter: brightness(10);
  height: auto;
  position: relative;
  padding: 0;
  width: 100px;
}
.en-header_logo img {
  height: auto;
  width: 100%;
}
.menu-trigger {
  display: none;
}
/* pc言語 */
.lang_btn {
  border-color: #fff;
  position: relative;
  top: auto;
  right: auto;
  margin: 0 auto;
}
.lang_btn li:after {
  background: #fff;
}
.lang_btn a {
  color: #fff;
}
/* sp言語 */
.en-header_languageList {
  display: flex;
  list-style: none;
  line-height: 1.2;
  padding: 0.5em;
  width: fit-content;
}
.en-header_languageList li a {
  display: block;
  color: white;
  padding: 0.1em 1em;
  text-decoration: underline;
}
.en-header_languageList li + li {
  border-left: 1px solid #fff;
}
.en-header_languageList li a.disabled {
  pointer-events: none;
  opacity: 0.7;
  text-decoration: none;
}
.en-header_languageList.for-pc {
  margin: -5px 0 0 auto;
}
@media (max-width: 767px) {
  .en-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 15px 5%;
    width: 100%;
  }
  .en-header_logo {
    width: 85px;
  }
  .en-header_hamburger {
    align-items: center;
    background-color: transparent;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 auto auto;
    position: fixed;
    right: 5%;
    text-align: center;
    top: 15px;
    transition: color 0.2s;
    width: 21px;
  }
  .en-header_hamburger-line,
  .en-header_hamburger-line:before ,
  .en-header_hamburger-line:after {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    height: 3px;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: background 0.2s;
    width: 100%;
  }
  .en-header_hamburger-line:before {
    margin-top: 7px;
  }
  .en-header_hamburger-line:after {
    margin-top: 6px;
  }
  .en-header_hamburger-text {
    font-size: 9px;
    margin-top: 21px;
  }
  .-black .en-header_hamburger {
    color: var(--color-black);
  }
  .-black .en-header_hamburger-line,
  .-black .en-header_hamburger-line:before ,
  .-black .en-header_hamburger-line:after {
    background-color: var(--color-black);
  }
  /* headerナビ */
  .en-header_menu {
    background-color: #605b54;
    display: block;
    height: 100vh;
    right: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .en-header_menu a {
    color: white!important;
  }
  .en-header_menuInner {
    padding: 15px 5%;
  }
  .en-header_close {
    cursor: pointer;
    display: block;
    margin: 0 0 0 auto;
    height: 36px;
    position: relative;
    width: 36px;
  }
  .en-header_close:before,
  .en-header_close:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    width: 100%;
  }
  .en-header_close:before {
    transform: rotate(45deg);
  }
  .en-header_close:after {
    transform: rotate(-45deg);
  }
  .en-header_languageList {
    margin-top: 0.5em;
  }
  .en-header_reservation {
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.5em 2em;
  }
  /* .en-header_menu { */
  .menu-trigger:checked ~ .en-header_menu,
  .menu-trigger:checked ~ * .en-header_menu {
  color: white;
    transition: 0.3s ease-out;
    transition-delay: 0s, 0s, 0s;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .en-header_nav {
    list-style: none;
  }
  .en-header_nav > li {
    margin: 1em 0.5em;
  }
}
/* hero --------------------------*/
/* メインビジュアル（3エリア） */
.en-hero {
  height: 100vh;
  min-height: 500px;
  position: relative;
}
.en-hero_topbar {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 190px;
}
/* 天気 （https://weatherwidget.io/）*/
.en-hero_navText {
  font-size: 13px;
  top: 10px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: fit-content;
}
.weatherwidget-io {
  height: 80px !important;
  pointer-events: none;
  width: 100%;
}
.weatherwidget-io:after {
  background-color: #fff;
  content: '';
  height: 22px;
  width: 1px;
  position: absolute;
  transform: rotate(15deg);
  display: block;
  bottom: 20px;
  right: 68px;
}
.weatherwidget-io iframe {
  left: auto;
  right: 0;
  width: 295px;
}

.en-hero_visual {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr min(33vh, 33vw);
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.en-hero_visualMain {
  align-items: flex-start;
  background: #e8e6e3;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.en-hero_visualMain_Bg {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.en-hero_visualChild {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 33.4vh;
}
.en-hero_visualChildItem {
  aspect-ratio: 1 / 1;
  background: #e0ddd9;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.en-hero_visualChildItem_bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.en-hero_visualChildItem a {
  aspect-ratio: 1 / 1;
  align-items: flex-start;
  display: flex;
  color: #fff;
  flex-direction: column;
  font-size: min(5.4vw, 20px);
  height: 100%;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  width: 100%;
}
.en-hero_visualChildItem_Img {
  height: 80%;
  margin: 0;
  max-height: 60px;
}
.en-hero_visualChildItem_Text {
  position: relative;
}
/* MV動画追加 */
.MainVisual {
  height: 100%;
}
.movie-frame iframe, .movie-frame video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mvMovie {
  background-color: #000;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .en-hero {
    height: auto;
  }
  .en-hero_topbar {
    right: 9%;
  }
  .en-hero_visual {
    display: flex;
    min-height: 400px;
    height: 100%;
    flex-direction: column;
  }
  .en-hero_visualMain {
    /* aspect-ratio: 3 / 3.5; */
    /* align-items: center; */
    height: 400px;
    /* flex: 1; */
    /* justify-content: center; */
    padding: 15px 5%;
  }
  .en-hero_visualChild {
    flex-direction: row;
    width: 100%;
  }
  .en-hero_visualChildItem {
    background: #000;
    width: 100%;
  }
  .en-hero_visualChildItem a {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
  .en-hero_visualChildItem_bg {
    opacity: 0.5;
  }
  .en-hero_visualChildItem_Text {
    align-items: center;
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero_visualChildItem_Img {
    margin-bottom: 5px;
  }
  .MainVisual {
    aspect-ratio: auto;
    height: calc(100vh - 25px);
  }
}
@media (min-width: 768px) {
  .en-hero_visualChildItem_Text {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: flex-start;
  }
  .en-hero_visualChildItem_Icon {
    height: auto;
    margin-right: 15px;
    text-align: center;
    width: 50px;
  }
  .-food {
    height: auto;
    width: 50px;
  }
  .-drink {
    height: auto;
    width: 30px;
  }
  .-oyster {
    height: auto;
    width: 30px;
  }
}

/* セクション共通--------------------- */
.en-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 8%;
}
.en-section_inner {
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
}
.en-heading {
  display: flex;
  align-items: center;
  font-size: min(6.4vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.en-heading_line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #1A1A1A;
  margin-right: 12px;
}
.en-heading--right {
  justify-content: flex-end;
}
.en-heading--right .en-heading_line {
  order: 1;
  margin-right: 0;
  margin-left: 12px;
}
.en-heading--left .en-heading_line {
  display: none;
}
.en-heading--left {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .en-section {
    padding: 35px 8%;
  }
}
/* NEWS ------------------------- */
.en-news_item {
  left: 0;
  margin-right: 20px;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.en-news_item:first-child {
  position: relative;
}
.slick-initialized .en-news_item {
  position: relative;
}
.en-news_itemImg {
  aspect-ratio: 1 / 1;
  aspect-ratio: 1;
  background: #e8e6e3;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.en-news_itemImg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.en-news_itemImg.-noimage img {
  bottom: 0;
  height: auto;
  margin: auto;
  object-fit: contain;
  right: 0;
  width: 60%;
}
.en-news_itemDate {
  align-items: center;
  font-size: 14px;
  color: #666;
  display: flex;
  margin-bottom: 4px;
  position: relative;
}
.en-news_itemDate:before {
  background: url(../images/english/ic_time.svg) center / contain no-repeat;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
  width: 13px;
}
.en-news_itemTitle {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.en-news_itemMeta {
  font-size: 12px;
  color: #888;
}
.en-news_slider .slick-list {
  padding-right: 45% !important;
}
@media (max-width: 767px) {
  .en-news_slider .slick-list {
    padding-right: 30% !important;
  }
}
/* INSTAGRAM ---------------------- */
.en-insta_item {
  margin-right: 20px;
  width: 570px;
}
.en-insta_item a {
  align-items: stretch;
  border: 1px solid var(--color-gray);
  display: flex;
}
.en-insta_itemImg {
  aspect-ratio: 1;
  background: #e8e6e3;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 140px;
}
.en-insta_itemImg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.en-insta_itemDesc {
  font-size: 15px;
  color: #666;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding: 15px 30px 15px;
  text-align: left;
  width: 100%;
}
.en-insta_itemText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 0.5em;

  overflow: hidden;
  width: calc(100% - 60px);
}
.en-insta_itemUser {
  align-items: center;
  display: inline-flex;
  margin: auto 0 0;
}
.en-insta_itemUser::before {
  background: url(../images/english/ic_insta.svg) left top / contain no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.en-insta_slider .slick-track {
  margin-right: auto;
}
@media (max-width: 767px) {
  .en-insta .c-heading {
    margin-bottom: 0;
  }
  .en-insta_itemUser {
    color: #747474;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .en-insta_itemUser::before {
    height: 14px;
    width: 14px;
  }
  .en-insta_item {
    width: 240px;
  }
  .en-insta_itemImg {
    width: 100px;
  }
  .en-insta_itemDesc {
    justify-content: center;
    font-size: 13px;
    padding: 10px;
  }
  .en-insta_itemText {
    margin-bottom: 0;
    width: calc(100% - 20px);
  }
  .en-insta_slider .slick-dots {
    margin-top: 20px;
  }
}

/* 2カラム（ABOUT / Fresh Oysters / SAFETY） */
.en-twoCol {  
  /* display: flex; */
  min-height: 300px;
  padding-bottom: 0.5em;
  /* padding-left: 300px; */
  position: relative;
}
.en-twoCol .c-heading {
  float: right;
  justify-content: flex-end;
  margin-left: auto;
  width: calc(100% - 330px);
}
.en-twoCol_img {
  aspect-ratio: 1;
  float: left;
  /* left: 0; */
  margin-bottom: 3em;
  margin-right: 30px;
  max-width: 100%;
  margin-bottom: 1em;
  /* position: absolute; */
  /* top: 0; */
  width: 300px;
}
.en-twoCol_img img {
  height: auto;
  width: 100%;
}
.en-twoCol_text {
  position: relative;
  padding: 20px 0 0;
}
.en-twoCol_text p {
  margin-bottom: 1.5em;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-size: 15px;
}
.en-twoCol_detail {
  /* padding-top: 1em; */
  width: 100%;
}
.en-twoCol.en-twoCol--reverse { 
  flex-direction: row-reverse;
  padding-left: 0;
  /* padding-right: 300px; */
}
.en-twoCol.en-twoCol--reverse .c-heading {
  float: left;
  justify-content: flex-start;
  margin-left: 0;
}
.en-twoCol.en-twoCol--reverse .en-twoCol_img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.en-twoCol.en-twoCol--reverse .en-twoCol_text {
  padding: 20px 0 0;
}
.en-twoCol.en-twoCol--reverse .en-plusIcon {
  margin-left: 0; 
}
.toggle-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.toggle-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.en-plusIcon .contents_desc {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.en-plusIcon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 28px;
  margin: 1em 0 0 auto;
  text-align: center;
  width: 28px;
}
.en-plusIcon::before {
  background: url(../images/english/ic_plus.svg) center center / contain no-repeat;
  content: "";
  display: block;
  height: 100%;
  margin-left: auto;
  width: 100%;
}
.toggle_moreShow,
p.toggle_moreShow {
  box-sizing: border-box;
  display: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: 0.5s;
}
.toggle_moreShow.-inline,
p.toggle_moreShow.-inline {
  display: inline;
}
.toggle-trigger:checked ~ .toggle_moreShow,
.toggle-trigger:checked ~ * .toggle_moreShow {
  display: block;
  height: auto;
  margin-bottom: 1em;
  opacity: 1;
  position: relative;
  visibility: visible;
}
.toggle-trigger:checked ~ .toggle_moreShow.-inline,
.toggle-trigger:checked ~ * .toggle_moreShow.-inline {
  display: inline;
}
/*チェックされていたらーを表示*/
.toggle-trigger:checked ~ .en-plusIcon::before,
.toggle-trigger:checked ~ * .en-plusIcon::before {
  background: url(../images/english/ic_minus.svg) center center / contain no-repeat;
}
@media (max-width: 767px) {
  .en-twoCol {
    display: block;
    padding: 0;
  }
  .en-twoCol .c-heading {
    float: none;
    justify-content: flex-start;
    width: 100%;
  }
  .en-twoCol_img {
    float: none;
    margin: 0 auto;
    position: relative;
  }
  .en-twoCol_text {
    padding: 20px 0 0;
  }
  .en-twoCol.en-twoCol--reverse { 
    padding: 0;
  }
  .en-twoCol.en-twoCol--reverse .c-heading {
    float: none;
  }
  .en-twoCol.en-twoCol--reverse .en-twoCol_img {
    float: none;
    margin: 0 auto;
  }
  .en-twoCol.en-twoCol--reverse ~ .en-plusIcon {
    margin-left: auto;
  }
  .en-twoCol.en-twoCol--reverse .en-twoCol_text {
    padding: 20px 0 0;
  }
  .en-twoCol.en-twoCol--reverse .en-plusIcon {
    margin-left: auto;
  }
  .toggle_moreShow_sp,
  p.toggle_moreShow_sp {
      box-sizing: border-box;
      display: none;
      height: 0;
      margin: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: 0.5s;
  }
  .toggle-trigger:checked ~ .toggle_moreShow_sp,
  .toggle-trigger:checked ~ * .toggle_moreShow_sp {
    clear: both;
    display: block;
    height: auto;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
  .toggle-trigger:checked ~ p.toggle_moreShow_sp,
  .toggle-trigger:checked ~ * p.toggle_moreShow_sp {
    margin-top: 1em;
  }
  .toggle-trigger:checked ~ .toggle_moreShow_sp.-inline,
  .toggle-trigger:checked ~ * .toggle_moreShow_sp.-inline {
    display: inline;
  }
}

/* FOOD / DRINK */
.en-section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
a.en-btnMore {
  background: #000;
  color: #fff;
  height: 40px;
  padding: 12px 28px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s;
  width: 160px;
}
@media (hover:hover){
  .en-btnMore:hover {
    color: #fff;
    opacity: 0.8;
  }
}
.en-menu_item {
  font-size: 13px;
  margin-right: 20px;
  padding: 0;
  width: 170px;
}
.en-menu_itemImg {
  aspect-ratio: 1;
  background: #e8e6e3;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.en-menu_itemImg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.en-menu_itemTitle {
  line-height: 1.28;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.en-menu_itemMeta {
}
@media (max-width: 767px) {
  .en-section_head {
    margin-bottom: 20px;
  }
  .en-section_head .c-heading {
    margin-bottom: 0;
  }
  a.en-btnMore {
    font-size: 15px;
    height: auto;
    padding: 5px 12px;
    width: fit-content;
  }
  .en-menu_item {
    font-size: 15px;
  }
  .en-food {
    padding-bottom: 30px;
  }
  .en-drink {
    padding-top: 0;
  }
  .en-menu_slider .slick-list {
    padding-right: 30% !important;
  }
}

/* ACCESS */
.en-access {
  padding-top: 70px;
}
.en-access_inner {
  align-items: flex-start;
  display: flex;
  gap: 40px;
}
.en-access_map {
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 400px;
}
.en-access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.en-access_info {
  font-size: 14px;
  line-height: 1.28;
  width: 100%;
}
.en-access_postcode {
  font-weight: 600;
  margin-bottom: 0;
}
.en-access_address {
  margin-bottom: 16px;
}
.ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.rt {
  font-size: 0.7em;
  line-height: 1.1;
}
.en-access_dl {
  margin-bottom: 12px;
}
.en-access_dl dt {
  font-weight: 600;
  margin-bottom: 4px;
}
.en-access_dl dd {
  margin-left: 0;
}
.en-access_rest,
.en-access_seats,
.en-access_tel {
  margin-top: 8px;
}
.en-access_tel a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .en-access {
    padding-top: 35px;
  }
  .en-access_inner {
    display: block;
  }
  .en-access_map {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .en-access_info {
    margin-top: 20px;
  }
}

#fixArea {
  bottom: 10px;
  opacity: 0;
  right: 10px;
  position: fixed;
  transform: translateY(100%);
  transition: 0.3s;
  visibility: hidden;
  width: fit-content;
  z-index: 9;
}
#fixArea.js-fixed {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.en-btnReserve {
  display: block;
  width: 180px;
}
.en-btnReserve img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .en-btnReserve {
    display: block;
    width: 120px;
  }
}
/* フッター */
.en-footer {
  align-items: center;
  background: #000;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.en-footer .copyright {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

/*  NEWS詳細  */
.en-news .n-title {
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
  text-transform: none;
}
.en-news .n-content {
  line-height: 1.28;
  letter-spacing: 0.06em;
}

/* YouTube動画を背景化 */
#player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh; /* 16:9比率 */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
/* @media (max-width: 767px) {
  #player {
    height: 177.77vw;
    width: 100vw;
  }
} */