/*
  Theme Name: barrier_2026
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html {
  height: 100%;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #212121;
  overscroll-behavior: none;
  height: 100%;
}

:root {
  --fontjp: 'Noto Serif JP', serif;
  --fonten: 'EB Garamond', serif;
  --color: #212121;
}


/* pcのみ表示 */
.pc { display: block; }
.sp { display: none; }
/* spのみ表示 */
@media only screen and (max-width: 750px) {
  .pc { display: none; }
  .sp { display: block; }
}
.pc_i { display: inline !important; }
.sp_i { display: none !important; }
@media only screen and (max-width: 750px) {
  .pc_i { display: none !important; }
  .sp_i { display: inline !important; }
}

a {
  color:inherit;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.link_range {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

img {
  width: 100%;
  height: auto;
}


/*------------------------------------*\
    共通
\*------------------------------------*/
/* inview用 */
.inview, .inview2, .inview_init {
  transition: all 800ms ease-in-out;
  opacity: 0;
}
.inview_up, .inview_up2 {
  transition: all 500ms ease-in-out;
  opacity: 0;
  transform: translate(0,10px);
  -webkit-transform: translate(0,10px);
}
.inview_action {
  opacity: 1.0;
}
.inview_up_action {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
@media only screen and (max-width:750px) {
}




/*------------------------------------*\
    header (logo)
\*------------------------------------*/
#header .header_logo_wrapper {
  position: fixed;
  top: 32px;
  left: 45px;
  z-index: 910;
  /*
    -webkit-filter: invert(100%);
    filter: invert(100%);
    mix-blend-mode: exclusion;
    display: block;
  */  
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  transition: all 500ms ease-in-out;
}

#header .header_logo_wrapper.top {
  visibility: visible;
  opacity: 1;
}
#header .header_logo_wrapper.top .header_logo_icon .cls-1 {
  fill: #FFF;
}
#header .header_logo_wrapper.nomal {
  visibility: visible;
  opacity: 1;
}
#header .header_logo_wrapper.nomal .header_logo_icon .cls-1 {
  fill: #212121;
}
#header .header_logo_wrapper.short {
  visibility: visible;
  opacity: 1;
  top: 6px;
  left: 20px;
}
#header .header_logo_wrapper.short .header_logo_icon {
  width: 35px;
}
#header .header_logo_wrapper.short .header_logo_icon .cls-1 {
  fill: #212121;
}

@media only screen and (max-width:750px) {
  #header .header_logo_wrapper {
    top: 14px;
    left: 21px;
  }
  #header .header_logo_wrapper.top {
  }
  #header .header_logo_wrapper.nomal {
  }
  #header .header_logo_wrapper.short {
    top: 14px;
    left: 21px;
  }
  #header .header_logo_wrapper.short .header_logo_icon {
    width: 20px;
  }
  #header .header_logo_wrapper.nav_open {
    visibility: hidden;
    opacity: 0;
  }
}

#header .header_logo_wrapper.not_index {
}
#header .header_logo_wrapper.not_index.nav_open {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width:750px) {
  #header .header_logo_wrapper.not_index {
    visibility: visible;
    opacity: 1;
  }
  #header .header_logo_wrapper.not_index.nav_open {
    visibility: hidden;
    opacity: 0;
  }
}


#header .header_logo_icon_wrapper {
}
#header .header_logo_icon {
  width: 70px;
  height: auto;
  transition: all 500ms ease-in-out;
}
#header .header_logo_icon .cls-1 {
  fill: #fff;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width:750px) {
  #header .header_logo_icon {
    width: 20px;
  }
}




/*------------------------------------*\
    header (sns)
\*------------------------------------*/
/*
#header .header_sns_wrapper {
  position: fixed;
  top: 38px;
  left: 193px;
  z-index: 920;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
#header .header_sns_wrapper.top {
  visibility: visible;
  opacity: 1;
}
#header .header_sns_wrapper.top .header_sns_name {
  color: #FFF;
}
#header .header_sns_wrapper.nomal {
  visibility: visible;
  opacity: 1;
}
#header .header_sns_wrapper.nomal .header_sns_name {
  color: #212121;
}
#header .header_sns_wrapper.short {
  visibility: visible;
  opacity: 1;
  top: 20px;
}
#header .header_sns_wrapper.short .header_sns_name {
  color: #212121;
}
@media only screen and (max-width:750px) {
  #header .header_sns_wrapper {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_sns_wrapper.top {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_sns_wrapper.nomal {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_sns_wrapper.short {
    visibility: hidden;
    opacity: 0;
  }
}

#header .header_sns_list_wrapper {
  display: -webkit-flex;
  display: flex;
}
#header .header_sns_name {
  font-family: var(--fonten);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-right: 20px;
  transition: all 150ms ease-in-out;
}
#header .header_sns_name.header_sns_name__jp {
  font-family: var(--fontjp);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#header .header_sns_name:last-child {
  margin-right: 0;
}
*/








/*------------------------------------*\
    header (nav)
\*------------------------------------*/
#header .header_nav_wrapper {
  display: flex;
  position: fixed;
  top: 36px;
  right: 45px;
  z-index: 920;
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
  #header .header_nav_wrapper {
    top: 18px;
    right: 5%;
    width: 90%;
  }
}
#header .header_nav_wrapper.top {
  visibility: visible;
  opacity: 1;
}
#header .header_nav_wrapper.top .header_nav_name {
  color: #FFF;
}
#header .header_nav_wrapper.nomal {
  visibility: visible;
  opacity: 1;
}
#header .header_nav_wrapper.nomal .header_nav_name {
  color: #212121;
}
#header .header_nav_wrapper.short {
  visibility: visible;
  opacity: 1;
  top: 18px;
}
#header .header_nav_wrapper.short .header_nav_name {
  color: #212121;
}
#header .header_nav_wrapper.nav_open {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width:750px) {
  #header .header_nav_wrapper.top .header_nav_name {
  }
  #header .header_nav_wrapper.top .header_nav_name .nav_button {
    background-color: #FFF;
  }
  #header .header_nav_wrapper.nomal .header_nav_name .nav_button {
    background-color: #212121;
  }
  #header .header_nav_wrapper.short .header_nav_name .nav_button {
    background-color: #212121;
  }
}


#header .header_nav {
}
#header .header_nav ul {
  display: -webkit-flex;
  display: flex;
}
#header .header_nav li {
  margin-right: 20px;
}
#header .header_nav li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:750px) {
  #header .header_nav {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
  }
  #header .header_nav li {
    display: none;
  }
  #header .header_nav li:nth-child(3) {
    display: block;
    margin-right: 0;
  }
}
#header .header_nav .header_nav_name {
  font-family: var(--fonten);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #FFF;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width:750px) {
  #header .header_nav .header_nav_name {
    font-size: 14px;
  }
}

#header .header_nav .header_nav_name .nav_button {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_nav .header_nav_name .nav_button {
    /*
    width: 11px;
    height: 11px;
    background-color: #FFF;
    display: inline-block;
    margin-left: 11px;
    transition: all 150ms ease-in-out;
    */
  }
}



/*------------------------------------*\
    header (Reservation)
\*------------------------------------*/

.header_reservation_wrap {
  position: fixed;
  bottom: 36px;
  right: 0;
  z-index: 890;
  width: 258px;
  height: 60px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-color: #000;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  opacity: 0;
  transition: opacity 800ms ease-in-out, background-color 800ms ease-in-out, border 800ms ease-in-out;
}
body.scroll_bottom .header_reservation_wrap {
  opacity: 0;       
  pointer-events: none;
}
@media (max-width: 750px) {
  .header_reservation_wrap {
    bottom: 1.5%;
    width: 218px;
    height: 44px;

    /* bottom: 0; */
    /* width: 100%; */
    /* height: 44px; */
    /* border: none; */
  }
  /* body.scroll_bottom .header_reservation_wrap {
    visibility: visible;
    opacity: 1;
  } */
}
.header_reservation_wrap.top {
  opacity: 1;
}
@media (max-width: 750px) {
  /* .header_reservation_wrap.top {
    visibility: hidden;
    opacity: 0;
  } */
}
.header_reservation_wrap.nomal {
  opacity: 1;
}
.header_reservation_wrap.short {
  opacity: 1;
}
.header_reservation_wrap.nav_open {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
    .header_reservation_wrap:hover {
      background-color: #FFF;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
    }
    @media (max-width: 750px) {
      .header_reservation_wrap:hover {
        background-color: #FFF;
        border: none;
      }
    }
}

.header_reservation_text_wrap {
  width: 100%;
  height: 100%;
}
.header_reservation_text_wrap .com_lang_wrap {
  width: 100%;
  height: 100%;
}
.header_reservation_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  white-space: nowrap;
  transition: all 800ms ease-in-out;
}
.header_reservation_text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
    .header_reservation_wrap:hover .header_reservation_text {
        color: #000;
    }
}
.header_reservation_text .text_en {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-right: 13px;
}
.header_reservation_text .text_jp {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}





/*------------------------------------*\
    header language
\*------------------------------------*/
.header_lang_wrap {
  margin-left: 60px;
}
@media only screen and (max-width:750px) {
  .header_lang_wrap {
    margin-left: auto;
    margin-top: -2px;
    /*
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%,0);
    margin-left: 0;
    */
  }
}
@media only screen and (max-width:320px) {
  .header_lang_wrap {
    left: 0;
    transform: none;
  }
}
.header_lang_radio_wrap {
  display: flex;
  justify-content: center;
}
.header_lang_radio {
}

.header_lang_radio input[type="radio"] {
  display:none; 
}
.header_lang_radio label {
  font-family: var(--fonten);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #212121;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  transition: all 150ms ease-in-out;
}
#header .header_nav_wrapper.top .header_lang_radio label {
  color: #FFF;
}
@media only screen and (max-width:750px) {
  .header_lang_radio label {
    font-size: 12px;
  }
}
.header_lang_radio .header_lang_radio_label_jp {
}
.header_lang_radio .header_lang_radio_label_en {
}

.header_lang_radio_text {
  font-family: var(--fonten);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #212121;
  transition: all 150ms ease-in-out;
  display: inline-block;
}
#header .header_nav_wrapper.top .header_lang_radio_text {
  color: #FFF;
}
@media only screen and (max-width:750px) {
  .header_lang_radio_text {
    font-size: 12px;
  }
}

.header_lang_radio label .header_lang_select {
  content: '';
  width: 100%;
  height: 1px;
  background: #212121;
  position: absolute;
  top: 21px;
  left: 0;
  display: none;
  transition: all 150ms ease-in-out;
  /*
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #212121;
  position: absolute;
  top: 25px;
  left: calc(50% - 5px);
  display: none;
  transition: all 150ms ease-in-out;
  */
}
#header .header_nav_wrapper.top .header_lang_radio label .header_lang_select {
  background: #FFF;
}
.header_lang_radio input[type="radio"]:checked + label { 
}
.header_lang_radio input[type="radio"]:checked + label .header_lang_select { 
  display: block;
}


/* メニューの日英切り替え用 */
.lang_hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 500ms ease-in-out;
}
.lang_visible {
  opacity: 1;
  position: relative;
  z-index: auto;
}


/*------------------------------------*\
    header (navigation)
\*------------------------------------*/
#header .header_background_wrapper {
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  z-index: 898;
  /* display: none; */
}
#header .header_background_wrapper.nav_open {
  opacity: 0.1;
  visibility: visible;
}
@media only screen and (max-width:750px) {
}

#header .header_close_wrapper {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF;
  border-bottom: 1px solid #707070;
  z-index: 899;
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
  #header .header_close_wrapper {
    height: 50px;
  }
}

#header .header_close_wrapper.top {
  visibility: hidden;
  opacity: 0;
  height: 89px;
}
#header .header_close_wrapper.nomal {
  visibility: visible;
  opacity: 0.98;
  height: 138px;
}
#header .header_close_wrapper.short {
  visibility: visible;
  opacity: 0.98;
  height: 50px;
}
@media only screen and (max-width:750px) {
  #header .header_close_wrapper.top {
    /* visibility: visible; */
    /* opacity: 0.98; */
    height: 50px;
  }
  #header .header_close_wrapper.nomal {
    height: 50px;
  }
}


#header .header_open_wrapper {
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #EFEFEF;
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  transition: all 600ms ease-in-out;
  z-index: 900;
}
@media only screen and (max-width:750px) {
}
#header .header_open_wrapper.nav_open {
  width: 514px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width:750px) {
  #header .header_open_wrapper.nav_open {
    width: 100%;
  }
}


#header .header_open_header_wrapper {
  width: 514px;
  position: relative;
}
@media only screen and (max-width:750px) {
  #header .header_open_header_wrapper {
    width: 100vw;
  }
}

#header .header_open_logo_icon_wrapper {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_open_logo_icon_wrapper {
    display: block;
    position: absolute;
    top: 38px;
    left: 10%;
  }
  #header .header_open_logo_icon {
    width: 124px;
    height: auto;
  }
  #header .header_open_logo_icon .cls-1 {
    fill: #1a1311;
  }
}


#header .header_open_and_close_wrapper {
  position: absolute;
  top: 22px;
  right: 26px;
}
@media only screen and (max-width:750px) {
  #header .header_open_and_close_wrapper {
    top: 19px;
    right: 5%;
  }
}
#header .header_open_and_close_button_wrapper {
  position: relative;
  width: 49px;
  height: 49px;
  text-align: center;
  cursor: pointer;
}
#header .header_open_and_close_line {
  height: 1px;
  background-color: #707070;
  border: none;
  font-size: 0;
  position: absolute;
  width: 44px;
  top: 24px;
  left: 2px;
}
#header .header_open_and_close_line_1 {
  transform: rotate(45deg);
}
#header .header_open_and_close_line_2 {
  transform: rotate(-45deg);
}
@media only screen and (max-width:750px) {
  #header .header_open_and_close_line {
    width: 22px;
    left: 12px;
  }
}



#header .header_open_scroll_wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
#header .header_open_scroll_wrapper::-webkit-scrollbar{
  display: none;
}

#header .header_open_navigation_wrapper {
  width: 514px;
}
@media only screen and (max-width:750px) {
  #header .header_open_scroll_wrapper {
    height: calc(100% - 90px);
    margin-top: 90px;
  }
  #header .header_open_navigation_wrapper {
    width: 100vw;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}



#header .header_open_reservation_wrapper {
  padding-top: 137px;
  width: calc(100% - 68px - 68px);
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_wrapper {
    padding-top: 27px;
    width: 80%;
  }
}
#header .header_open_reservation_title_wrapper, #header .header_open_location_title_wrapper {
  display: flex;
  position: relative;
}
#header .header_open_reservation_title, #header .header_open_location_title {
  font-family: var(--fonten);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 11px;
  border-bottom: 1px solid #707070;
}
#header .header_open_reservation_title_jp {
  font-family: var(--fontjp);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-left: 14px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_title, #header .header_open_location_title {
    font-size: 16px;
  }
  #header .header_open_reservation_title_jp {
    font-size: 10px;
    margin-top: 4px;
  }
}

#header .header_open_reservation_text_wrapper {
  position: relative;
  margin-top: 22px;
}
#header .header_open_reservation_text {
  font-family: var(--fontjp);
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#header .header_open_reservation_text.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_text_wrapper {
    margin-top: 12px;
  }
  #header .header_open_reservation_text {
    font-size: 11px;
  }
}


#header .header_open_reservation_tel_and_time_wrapper {
  margin-top: 40px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_tel_and_time_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 21px;
  }
}
@media only screen and (max-width:365px) {
  #header .header_open_reservation_tel_and_time_wrapper {
    display: block;
  }
}

#header .header_open_reservation_tel_wrapper {
  text-align: center;
}
#header .header_open_reservation_tel {
  font-family: var(--fonten);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_tel_wrapper {
    text-align: start;
    margin-right: 20px;
  }
  #header .header_open_reservation_tel {
    font-size: 18px;
    white-space: nowrap;
  }
}

#header .header_open_reservation_time_wrapper {
  position: relative;
  text-align: center;
  margin-top: 19px;
}
#header .header_open_reservation_time {
  font-family: var(--fontjp);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#header .header_open_reservation_time.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_time_wrapper {
    text-align: start;
    margin-top: 3px;
  }
  #header .header_open_reservation_time {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width:365px) {
  #header .header_open_reservation_time_wrapper {
    margin-top: 10px;
  }
}


#header .header_open_reservation_link_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 38px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_link_wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 12px;
  }
}
#header .header_open_reservation_link_img_wrapper {
  width: 190px;
  height: 50px;
  border: 1px solid #707070;
  background-color: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 13px;
}
#header .header_open_reservation_link_img_wrapper.tablecheck {
  background-color: #000;
}
#header .header_open_reservation_link_img_wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_link_img_wrapper {
    width: 144px;
    height: 38px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #header .header_open_reservation_link_img_wrapper:last-child {
    margin-right: 0;
  }
}
#header .header_open_reservation_link_img__tripadvisor {
  width: 140px;
  height: 24px;
}
#header .header_open_reservation_link_img__gurunavi {
  width: 132px;
  height: 19px;
}
#header .header_open_reservation_link_img__tablecheck {
  width: 170px;
  height: auto;
}
#header .header_open_reservation_link_img__tabelog {
  width: 125px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_link_img__tripadvisor {
    width: 105px;
    height: 18px;
  }
  #header .header_open_reservation_link_img__gurunavi {
    width: 100px;
    height: 14px;
  }
  #header .header_open_reservation_link_img__tablecheck {
    width: 140px;
  }
  #header .header_open_reservation_link_img__tabelog {
    width: 95px;
  }
}



#header .header_open_location_wrapper {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_open_location_wrapper {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 32px;
  }
  #header .header_open_location_text_wrapper {
    position: relative;
    margin-top: 15px;
  }
  #header .header_open_location_text {
    font-family: var(--fontjp);
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  #header .header_open_location_text.en {
    font-family: var(--fonten);
    letter-spacing: 0.07em;
  }
  #header .header_open_location_text .address {
    margin-right: 11px;
  }
  #header .header_open_location_text .map {
    font-family: var(--fonten);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  #header .header_open_location_text .tel {
  }
  #header .header_open_location_text .location_open {
  }
  #header .header_open_location_text .location_dinner {
  }
  #header .header_open_location_text .location_close {
  }

}


#header .header_open_footer_wrapper {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_open_footer_wrapper {
    display: block;
    background-color: #FFF;
    padding: 20px 0;
    margin-top: auto;
  }
  #header .header_open_footer_sns_wrapper {
  }
  #header .header_open_footer_sns_list_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #header .header_open_footer_sns_name {
    font-family: var(--fonten);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-right: 20px;
  }
  #header .header_open_footer_sns_name.header_open_footer_sns_name__jp {
    font-family: var(--fontjp);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: -2px;
  }
  #header .header_open_footer_sns_name:last-child {
    margin-right: 0;
  }
}



/*------------------------------------*\
    top (共通)
\*------------------------------------*/
.com_top_title_wrap {
}
.com_top_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width:750px) {
  .com_top_title {
    font-size: 16px;
  }
}

/*------------------------------------*\
    top
\*------------------------------------*/
.top_main {
  margin-bottom: 14px;
}
@media only screen and (max-width:750px) {
  .top_main {
    margin-bottom: 50px;
  }
}


.top_kv_wrapper {
  position: relative;
}
.top_kv_img_wrapper {
  font-size: 0;
}
.top_kv_img {
}
@media only screen and (max-width:750px) {
  .top_kv_logo_wrapper {
    display: none;
  }
  .top_kv_logo_icon_wrapper {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .top_kv_logo_icon {
    width: 106px;
    height: auto;
  }
  .top_kv_logo_icon .cls-1 {
    fill: #FFF;
  }


  .top_kv_logo_text_wrapper {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
  }
  .top_kv_logo_text {
    width: 120px;
    height: auto;
  }
  .top_kv_logo_text .cls-1 {
    fill: #FFF;
  }

}






/* 
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} 
.top_slide_wrapper {
  height: 42px; 
}
@media only screen and (max-width:750px) {
  .top_slide_wrapper {
    display: none;
  }
}

.top_slide_text_list_wrapper {
  display: inline-block;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  border-bottom: 1px solid #212121;
}
.top_slide_text_wrapper {
  display: inline-block;
  white-space: nowrap;
  margin-top: 12px;
  animation: loop-slide 70s infinite linear 1s both;

}
.top_slide_text_en {
  font-family: var(--fonten);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-left: 23px;
}
.top_slide_text_jp {
  font-family: var(--fontjp);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-left: 23px;
}
@media only screen and (max-width:750px) {
  .top_slide_text_en {
    font-size: 12px;
  }
  .top_slide_text_jp {
    font-size: 11px;
  }
} */





/*------------------------------------*\
    top (store)
\*------------------------------------*/
.top_store_wrap {
    padding-top: 55px;
    padding-bottom: 55px;
}
@media (max-width: 750px) {
  .top_store_wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.top_store_inner {
    width: 89%;
    /* max-width: 1160px; */
    margin: 0 auto;
    background-color: #000;
    padding-top: 150px;
    padding-bottom: 60px;
}
@media (max-width: 750px) {
  .top_store_inner {
      width: 90%;
  }
}
.top_store_text_wrap {
  text-align: center;
  padding-bottom: 40px;
}
.top_store_text {
  font-family: var(--fontjp);
  color: #FFF;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.1em;
}
.top_store_text.en {
  font-family: var(--fonten);
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .top_store_text {
    font-size: 14px;
    line-height: 36px;
  }
  .top_store_text.en {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
}
.top_store_img_wrap {
    max-width: 1160px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .top_store_img_wrap {
    overflow: hidden;
  }
}
.top_store_img {
}
@media (max-width: 750px) {
  .top_store_img {
    width: 120%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}


/*------------------------------------*\
    top (exp)
\*------------------------------------*/
.top_exp_wrap {
    padding-top: 50px;
}
@media (max-width: 750px) {
  .top_exp_wrap {
      padding-top: 90px;
  }
}
.top_exp_inner {
    margin-top: 70px;
}
@media (max-width: 750px) {
  .top_exp_inner {
      margin-top: 50px;
  }
}
.top_exp_content_wrap {
    display: flex;
    background-color: #151515;
}
.top_exp_content_wrap.reverse {
    flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .top_exp_content_wrap {
    flex-direction: column-reverse;
  }
  .top_exp_content_wrap.reverse {
    flex-direction: column-reverse;
  }
}
.top_exp_img_wrap {
    width: 50%;
}
@media (max-width: 750px) {
  .top_exp_img_wrap {
      width: 100%;
  }
}
.top_exp_img {
}
.top_exp_text_wrap {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 750px) {
  .top_exp_text_wrap {
      width: 100%;
      aspect-ratio: 375 / 270;
  }
}
.top_exp_text_inner {
    width: 95%;
    margin: 0 auto;
}
.top_exp_text {
    font-family: var(--fontjp);
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.15em;
    color: #FFF;
}
.top_exp_text.en {
    font-family: var(--fonten);
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.15em;
}
@media (max-width: 1024px) {
  .top_exp_text {
      font-size: 14px;
      line-height: 36px;
  }
  .top_exp_text.en {
      font-size: 14px;
      line-height: 36px;
  }
}



/*------------------------------------*\
    top (menu)
\*------------------------------------*/
.top_menu_wrapper {
  padding-top: 160px;
  margin-top: -50px;
  padding-bottom: 60px;
}
@media only screen and (max-width:750px) {
  .top_menu_wrapper {
    padding-top: 115px;
    margin-top: -50px;
    padding-bottom: 30px;
  }
}
.top_menu_img_wrap {
  aspect-ratio: 1280 / 615;
  margin-top: 55px;
}
@media (max-width: 750px) {
  .top_menu_img_wrap {
    aspect-ratio: 375 / 298;
    margin-top: 50px;
  }
}
.top_menu_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_menu_title_and_detail_wrapper {
  display: flex;
  width: 89%;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .top_menu_title_and_detail_wrapper {
    margin-top: 90px;
  }
}
.top_menu_title_wrapper {
  opacity: 0;
  width: 50%;
}
.top_menu_detail_wrapper {
  width: 50%;
  min-width: 570px;
  max-width: 590px;
  margin-left: auto;
}
@media only screen and (max-width:750px) {
  .top_menu_title_and_detail_wrapper {
    display: block;
    width: 80%;
  }
  .top_menu_title_wrapper {
    display: none;
    opacity: 1;
    width: auto;
    text-align: center;
  }
  .top_menu_detail_wrapper {
    width: 100%;
    min-width: auto;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 43px;
  }
}


/* .com_title_wrapper {
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px solid #707070;
}
.com_title {
  font-family: var(--fonten);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .com_title {
    font-size: 16px;
  }
} */

.top_menu_detail_inner_wrapper {
}
.top_menu_detail_set_wrapper {
}
.top_menu_detail_set_inner_wrapper {
}
@media only screen and (max-width:750px) {

}

.top_menu_detail_set_title_and_note_wrapper {
}
.top_menu_detail_set_title_wrapper {
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title_and_note_wrapper {
    text-align: center;
  }
  .top_menu_detail_set_title_wrapper {
    text-align: center;
    display: block;
  }
}
.top_menu_detail_set_title {
  font-family: var(--fonten);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}

.top_menu_detail_set_title_note_wrapper {
  margin-top: 26px;
  position: relative;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title_note_wrapper {
    text-align: center;
    margin-top: 45px;
  }
}
.top_menu_detail_set_title_note {
  font-family: var(--fontjp);
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
}
.top_menu_detail_set_title_note.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title_note {
    font-size: 11px;
    line-height: 22px;
  }
}


.top_menu_detail_set_name_wrapper {
  margin-top: 70px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name_wrapper {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 51px;
  }
}
.top_menu_detail_set_name_inner_wrapper {
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name_inner_wrapper {
    margin-bottom: 5px;
  }
}

.top_menu_detail_course_list {
}
.top_menu_detail_course {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  padding-bottom: 35px;
}
body.lang_en .top_menu_detail_course {
  width: 300px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_course {
    padding-bottom: 30px;
  }
}
.top_menu_detail_course.course_text {
  border-bottom: 1px dotted #707070;
  margin-bottom: 35px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_course.course_text {
    margin-bottom: 30px;
  }
}


.top_menu_detail_set_name_lang {
  margin-bottom: 12px;
}
body.lang_en .top_menu_detail_set_name_lang {
  margin-bottom: 14px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name_lang {
    margin-bottom: 15px;
  }
  body.lang_en .top_menu_detail_set_name_lang {
    margin-bottom: 16px;
  }
}
.top_menu_detail_set_name {
  font-family: var(--fontjp);
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
}
.top_menu_detail_set_name.en {
  font-family: var(--fonten);
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name {
    font-size: 12px;
  }
}
.top_menu_detail_set_name .menu_name {
}
.top_menu_detail_set_name.en .menu_name {
}
@media only screen and (max-width:750px) {
}

.top_menu_detail_set_name .menu_price {
  white-space: nowrap;
  margin-left: auto;
  letter-spacing: 0.08em;
}
.top_menu_detail_set_name.en .menu_price {
  letter-spacing: 0.1em;
}
@media only screen and (max-width:750px) {
}


.top_menu_detail_course_note_wrap {
}
.top_menu_detail_course_note_lang {
  position: relative;
  margin-bottom: 5px;
}
body.lang_en .top_menu_detail_course_note_lang {
  margin-bottom: 6px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_course_note_lang {
    margin-bottom: 6px;
  }
  body.lang_en .top_menu_detail_course_note_lang {
    margin-bottom: 8px;
  }
}
.top_menu_detail_course_note_lang:last-child {
  margin-bottom: 0;
}
body.lang_en .top_menu_detail_course_note_lang:last-child {
  margin-bottom: 0;
}


/* .top_menu_detail_course_note .note_dot {
}
.top_menu_detail_course_note.en .note_dot {
}
@media only screen and (max-width:750px) {
} */

/* .top_menu_detail_course_note .note_text {
}
.top_menu_detail_course_note.en .note_text {
}
@media only screen and (max-width:750px) {
} */



.top_menu_detail_course_note {
  font-family: var(--fontjp);
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
}
.top_menu_detail_course_note.en {
  font-family: var(--fonten);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:750px) {
}


.top_menu_detail_course_text_lang {
  position: relative;
}
body.lang_en .top_menu_detail_course_text_lang {
}
@media only screen and (max-width:750px) {
}

.top_menu_detail_course_text {
  font-family: var(--fontjp);
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
}
.top_menu_detail_course_text.en {
  font-family: var(--fonten);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.07em;
  width: 95%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_course_text.en {
    width: 100%;
  }
}


.top_menu_detail_note_wrapper {
  border-top: 1px dotted #707070;
  margin-top: 40px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_note_wrapper {
    margin-top: 20px;
  }
}
.top_menu_detail_note_lang {
  position: relative;
}
.top_menu_detail_note_lang.note_1 {
  margin-top: 40px;
}
.top_menu_detail_note_lang.note_2 {
  margin-top: 30px;
}
.top_menu_detail_note_lang.note_3 {
  margin-top: 11px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_note_lang.note_1 {
    margin-top: 30px;
  }
  .top_menu_detail_note_lang.note_2 {
    border-top: 1px dotted #707070;
    margin-top: 30px;
    padding-top: 20px;
  }
  .top_menu_detail_note_lang.note_3 {
    margin-top: 10px;
  }
}
.top_menu_detail_note {
  font-family: var(--fontjp);
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_menu_detail_note.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_note {
    font-size: 11px;
    line-height: 22px;
  }
}



/*------------------------------------*\
    top (movie)
\*------------------------------------*/
.top_kv_video_wrapper {
  padding-top: 50px;
  padding-bottom: 55px;
  /* border-bottom: 1px solid #707070; */
}
@media only screen and (max-width:750px) {
  .top_kv_video_wrapper {
    padding-top: 77px;
    padding-bottom: 60px;
  }
}
.top_kv_video_inner_wrapper {
  position: relative;
  overflow: hidden;
  width: 89%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .top_kv_video_inner_wrapper {
    width: 100%;
  }
}
.top_kv_video_inner_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (9 / 16));
}
@media (max-width: 750px) {
  .top_kv_video_inner_wrapper:before {
    display: none;
  }
}
.top_kv_video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
@media (max-width: 750px) {
  .top_kv_video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.top_kv_video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #212121;
  opacity: 0;
}
@media only screen and (max-width:750px) {
}




/*------------------------------------*\
    FAQ
\*------------------------------------*/

.top_faq_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 750px) {
  .top_faq_wrap {
      padding-top: 40px;
      padding-bottom: 85px;
  }
}
.top_faq_inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .top_faq_inner {
      width: 87%;
  }
}
.top_faq_title_wrap {
  text-align: center;
}

.faq_list_wrap{
  margin-top: 60px;
}
.faq_list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
}
.faq_list li {
    padding: 25px 0 26px;
    border-bottom: 1px solid #000;
}
@media (max-width: 750px) {
    .faq_list li {
        padding: 19px 0 20px;
    }
}
.faq_detail {
}
.faq_q_wrap {
    width: 100%;
    position: relative;
}
.faq_q_detail {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}
@media (max-width: 750px) {
    .faq_q_detail {
        gap: 10px;
    }
}
.faq_q_text_wrap {
    text-align: left;
    padding-right: 45px;
}
.faq_q_text {
    font-family: var(--fontjp);
    color: #000;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.faq_q_text.en {
    font-family: var(--fonten);
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 750px) {
    .faq_q_text {
        font-size: 13px;
        line-height: 22px;
    }
    .faq_q_text.en {
        font-size: 13px;
        line-height: 22px;
    }
}

.com_accordion {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease;
}
.faq_a_wrap {
    padding-top: 34px;
}
@media (max-width: 750px) {
    .faq_a_wrap {
        padding-top: 24px;
    }
}
.faq_a_detail {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}
@media (max-width: 750px) {
    .faq_a_detail {
        gap: 10px;
    }
}
.faq_a_text_wrap {
}
.faq_a_text {
    font-family: var(--fontjp);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.faq_a_text.en {
    font-family: var(--fonten);
    font-size: 15px;
    line-height: 22px;
}
@media (max-width: 750px) {
    .faq_a_text {
        font-size: 12px;
        line-height: 22px;
    }
    .faq_a_text.en {
        font-size: 12px;
        line-height: 22px;
    }
}

.faq_arrow_wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 750px) {
}
.faq_arrow {
    width: 20px;
	  position: relative;
    cursor: pointer;
    transition: transform 300ms ease;
}
@media (max-width: 750px) {
    .faq_arrow {
        width: 14px;
    }
}
.faq_q_wrap.accordion_open .faq_arrow {
    transform: rotate(180deg);
}
@media (max-width: 750px) {
}
.faq_arrow .cls-1 {
    fill: none;
    stroke: var(--color);
    stroke-width: 1px;
}


/*------------------------------------*\
    top (about)
\*------------------------------------*/
.top_about_wrapper {
  padding-top: 57px;
}
@media only screen and (max-width:750px) {
  .top_about_wrapper {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.top_about_img_wrapper {
  position: relative;
}
.top_about_img_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (853 / 1280));
}
.top_about_img {
  background-image: url(img/top_5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:750px) {
}


.top_about_inner_wrapper {
  padding-top: 120px;
  margin-top: -10px;
  padding-bottom: 110px;
}
@media only screen and (max-width:750px) {
  .top_about_inner_wrapper {
    width: 83%;
    padding-top: 85px;
    margin-top: -45px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  /* body.lang_en .top_about_inner_wrapper {
    width: 89%;
  } */
}

.top_about_location_and_logo_wrapper {
  display: flex;
}
@media only screen and (max-width:750px) {
  .top_about_location_and_logo_wrapper {
    display: block;
  }
}

.top_about_logo_wrapper {
  width: 50%;
}
.top_about_logo_img_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: 2.5%;
}
.top_about_logo {
  width: 156px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .top_about_logo_wrapper {
    width: 100%;
  }
  .top_about_logo_img_wrapper {
    justify-content: flex-start;
    margin-left: 0;
  }
  .top_about_logo {
    width: 136px;
  }
}


.top_about_location_wrapper {
  width: 50%;
}
@media only screen and (max-width:750px) {
  .top_about_location_wrapper {
    width: 100%;
  }
}
.top_about_location_inner_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .top_about_location_inner_wrapper {
    width: 100%;
  }
}
/* .top_about_location_title_wrapper {
  display: none;
} */

.top_about_location_text_wrapper {
  margin-top: 19px;
}
@media only screen and (max-width:750px) {
  .top_about_location_text_wrapper {
    margin-top: 64px;
  }
}

.top_about_location_text_lang {
  position: relative;
}
.top_about_location_text {
  font-family: var(--fontjp);
  font-size: 13px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_about_location_text.en {
  font-family: var(--fonten);
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .top_about_location_text {
    font-size: 12px;
    line-height: 30px;
  }
}
.top_about_location_text .location_address {
  margin-right: 10px;
}
.top_about_location_text .location_map {
  font-size: 12px;
}
.top_about_location_text .location_whatsapp a {
  text-decoration: underline;
  margin-right: 4px;
}
.top_about_location_text .location_open {
}
.top_about_location_text .location_dinner {
  margin-right: 28px;
}
.top_about_location_text .location_close {
}
@media only screen and (max-width:750px) {
  .top_about_location_text .location_map {
    font-size: 10px;
    white-space: nowrap;
    display: inline-block;
  }
  .top_about_location_text .location_open {
  }
  .top_about_location_text .location_dinner {
    margin-right: 0;
  }
  .top_about_location_text .location_close {
    display: block;
  }
}
@media only screen and (max-width:425px) {
  .top_about_location_text .location_post {
    display: block;
    line-height: 12px;
  }
}


.top_about_location_note_lang {
  position: relative;
  margin-top: 20px;
}
.top_about_location_note {
  font-family: var(--fontjp);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_about_location_note.en {
  font-family: var(--fonten);
  letter-spacing: 0.05em;
}
@media only screen and (max-width:950px) {
  .top_about_location_note_lang {
    margin-top: 32px;
  }
  .top_about_location_note {
    line-height: 22px;
  }
}


.top_about_location_map_text_lang {
  position: relative;
  margin-top: 20px;
}
.top_about_location_map_text {
  font-family: var(--fontjp);
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_about_location_map_text.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:950px) {
  .top_about_location_map_text_lang {
    margin-top: 34px;
  }
  .top_about_location_map_text {
    line-height: 22px;
  }
}



/*------------------------------------*\
    top (image)
\*------------------------------------*/
.top_img_wrapper {
}
.top_img_2_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.top_img_type_a_wrapper {
  position: relative;
  width: calc(100% - 58px - 58px);
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 58px;
}
@media only screen and (max-width:750px) {
  .top_img_type_a_wrapper {
    width: 90%;
    margin-top: 19px;
    margin-bottom: 19px;
  }
}
.top_img_type_a_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (776 / 1164));
}
@media only screen and (max-width:750px) {
  .top_img_type_a_wrapper_vertical:before {
    padding-top: calc(100% * (959 / 640));
  }
}
.top_img_type_a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_img__1 {
  background-image: url(img/top_1.jpg);
}
.top_img__6 {
  background-image: url(img/top_6.jpg);
}
@media only screen and (max-width:750px) {
  .top_img__1 {
    background-image: url(img/top_1_sp.jpg);
  }
}



.top_img_type_b_outer_wrapper {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width:750px) {
  .top_img_type_b_outer_wrapper {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
    margin-top: 19px;
  }
}
.top_img_type_b_wrapper {
  position: relative;
  width: 50%;
}
@media only screen and (max-width:750px) {
  .top_img_type_b_wrapper {
    width: 100%;
    margin-bottom: 19px;
  }
  .top_img_type_b_wrapper.img_2 {
    display: none;
  }
  .top_img_type_b_wrapper:last-child {
    margin-bottom: 0;
  }
  .top_img_type_b_wrapper_pc {
    display: none;
  }
}
.top_img_type_b_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (959 / 640));
}
@media only screen and (max-width:750px) {
  .top_img_type_b_wrapper_horizontal:before {
    padding-top: calc(100% * (776 / 1164));
  }
}
.top_img_type_b {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_img__2 {
  background-image: url(img/top_2.jpg);
}
.top_img__3 {
  background-image: url(img/top_3.jpg);
}
.top_img__7 {
  background-image: url(img/top_7.jpg);
}
.top_img__8 {
  background-image: url(img/top_8.jpg);
}
@media only screen and (max-width:750px) {
  .top_img__2 {
    background-image: url(img/top_2_sp.jpg);
  }
  .top_img__3 {
    background-image: url(img/top_3_sp.jpg);
  }
}



.top_img_type_c_wrapper {
  position: relative;
  margin: 58px 0;
}
@media only screen and (max-width:750px) {
  .top_img_type_c_wrapper {
    margin: 19px 0;
  }
}
.top_img_type_c_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (613 / 1280));
}
@media only screen and (max-width:750px) {
  .top_img_type_c_wrapper:before {
    content: "";
    display: block;
    padding-top: calc(100% * (297 / 375));
  }
}
.top_img_type_c {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_img__4 {
  background-image: url(img/top_4.jpg);
}
@media only screen and (max-width:750px) {
  .top_img__4 {
    background-image: url(img/top_4_sp.jpg);
  }
}



/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer_wrapper {
  padding-bottom: 15px;
}
.footer_inner_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .footer_wrapper {
    padding-bottom: 30px;
  }
  .footer_inner_wrapper {
    width: 80%;
  }
}

.footer_left_and_right_wrapper {
  display: flex;
}
.footer_left_wrapper {
}
.footer_right_wrapper {
  margin-left: auto;
  display: flex;
}
@media only screen and (max-width:1024px) {
  .footer_left_and_right_wrapper {
    display: block;
  }
  .footer_left_wrapper {
    max-width: 270px;
    margin: 0 auto;
  }
  .footer_right_wrapper {
    justify-content: center;
    margin-top: 80px;
  }
}
@media only screen and (max-width:750px) {
  .footer_right_wrapper {
    flex-direction: column;
    width: 270px;
    margin: 0 auto;
    margin-top: 80px;
  }
}


.footer_barrier_wrapper {
}
.footer_barrier_logo_wrapper {
  text-align: center;
}
.footer_barrier_logo {
  width: 75px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .footer_barrier_logo_wrapper {
    text-align: left;
  }
  .footer_barrier_logo {
    width: 60px;
    height: auto;
  }
}
.footer_barrier_text_wrapper {
  margin-top: 40px;
}
.footer_barrier_text_lang {
  position: relative;
}
.footer_barrier_text {
  font-family: var(--fontjp);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer_barrier_text.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
.footer_barrier_url {
  font-family: var(--fonten);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
}


.footer_sns_wrapper {
  margin-top: 40px;
}
.footer_sns_list_wrapper {
  display: flex;
}
.footer_sns_name {
  font-family: var(--fonten);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: 10px;
  position: relative;
  transition: all 150ms ease-in-out;
}
.footer_sns_name.font_jp {
  font-family: var(--fontjp);
  letter-spacing: 0.05em;
}
.footer_sns_name:last-child {
  margin-right: 0;
}
@media only screen and (max-width:750px) {
  .footer_sns_wrapper {
    margin-top: 20px;
  }
}

.footer_sns_name::before {
  content: "";
  width: 0;
  height: 1px;
  background: #212121;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 150ms ease-in-out;
}
.footer_sns_name:hover::before {
  width: 100%;
}
@media only screen and (max-width:750px) {
  .footer_sns_name:hover::before {
    width: 0;
  }
}


.footer_sister_wrapper {
  width: 270px;
  margin-right: 50px;
}
@media only screen and (max-width:750px) {
  .footer_sister_wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.footer_com_title_wrapper {
  margin-bottom: 40px;
}
.footer_com_title {
  font-family: var(--fonten);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .footer_com_title_wrapper {
    margin-bottom: 24px;
  }
}

.footer_tile_wrapper {
}
.footer_coil_wrapper {
  margin-top: 35px;
}

.footer_com_logo_and_text_wrapper {
}
@media only screen and (max-width:750px) {
  .footer_com_logo_and_text_wrapper {
  }
}
.footer_com_logo_wrapper {
}
.footer_tile_logo {
  width: 70px;
}
.footer_coil_logo {
  width: 32px;
}
@media only screen and (max-width:750px) {
  .footer_com_logo_wrapper {
  }
  .footer_coil_logo {
  }
}


.footer_com_text_wrapper {
  margin-top: 13px;
}
@media only screen and (max-width:750px) {
  .footer_com_text_wrapper {
  }
}
.footer_com_text_lang {
  position: relative;
}
.footer_com_text {
  font-family: var(--fontjp);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer_com_text.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
.footer_com_url {
  font-family: var(--fonten);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 5px;
}



.footer_management_wrapper {
  width: 240px;
}
@media only screen and (max-width:750px) {
  .footer_management_wrapper {
    width: 100%;
    margin-top: 80px;
  }
}
.footer_subee_wrapper {
}
.footer_com_name_wrapper {
}
.footer_com_name {
  font-family: var(--fonten);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  padding-top: 3px;
}

@media only screen and (max-width:750px) {
  .footer_subee_wrapper {
  }
}



.footer_com_note_wrapper {
  position: relative;
  margin-top: 32px;
}
.footer_com_note {
  font-family: var(--fontjp);
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer_com_note.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .footer_com_note_wrapper {
    margin-top: 22px;
  }
  .footer_com_note {
    line-height: 16px;
  }
}




.footer_copyright_wrapper {
  width: 95%;
  margin: 0 auto;
  text-align: right;
  margin-top: 19px;
}
.footer_copyright {
  font-family: var(--fonten);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .footer_copyright_wrapper {
    width: 90%;
    margin-top: 80px;
  }
}
