/*
  Theme Name: tile_2026
*/

@charset "UTF-8";

/*------------------------------------*\
    COMMON
\*------------------------------------*/

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

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

.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }
}

a {
  color:inherit;
}

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

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


/*------------------------------------*\
    共通
\*------------------------------------*/
/* 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: 38px;
  left: 45px;
  z-index: 910;
  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: 20px;
}
#header .header_logo_wrapper.short .header_logo_icon .cls-1 {
  fill: #212121;
}
@media only screen and (max-width:750px) {
  #header .header_logo_wrapper {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_logo_wrapper.top {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_logo_wrapper.nomal {
    visibility: hidden;
    opacity: 0;
  }
  #header .header_logo_wrapper.short {
    visibility: hidden;
    opacity: 0;
    left: 5%;
  }
}

#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: 106px;
  height: 15px;
}
#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: 92px;
    height: 13px;
  }
}




/*------------------------------------*\
    header language
\*------------------------------------*/
.header_lang_wrap {
  position: fixed;
  top: 36px;
  z-index: 920;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

body.nav_top .header_lang_wrap {
  top: 37px;
  right: 35px;
  visibility: visible;
  opacity: 1;
}
body.nav_nomal .header_lang_wrap {
  top: 37px;
  right: 35px;
  visibility: visible;
  opacity: 1;
}
body.nav_short .header_lang_wrap {
  top: 18px;
  right: 35px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width:750px) {
  body.nav_top .header_lang_wrap {
    top: 20px;
    /* left: calc(50% - 18px); */
    /* right: auto; */
    right: 5%;
  }
  body.nav_nomal .header_lang_wrap {
    top: 20px;
    /* left: calc(50% - 18px); */
    /* right: auto; */
    right: 5%;
  }
  body.nav_short .header_lang_wrap {
    top: 20px;
    /* left: calc(50% - 18px); */
    /* right: auto; */
    right: 5%;
  }
}

body.nav_open .header_lang_wrap {
  visibility: hidden;
  opacity: 0;
}


.header_lang_radio_wrap {
}
.header_lang_radio {
  display: flex;
  align-items: flex-start;
}

.header_lang_radio input[type="radio"] {
  display:none; 
}
.header_lang_radio label {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  padding-bottom: 1px;
  display: block;
  transition: all 150ms ease-in-out;
}
body.nav_top .header_lang_radio label {
  color: #FFF;
}
body.nav_nomal .header_lang_radio label, body.nav_short .header_lang_radio label {
  color: var(--color);
}
@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: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color);
  transition: all 150ms ease-in-out;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: -1px;
}
body.nav_top .header_lang_radio_text {
  color: #FFF;
}
body.nav_nomal .header_lang_radio_text, body.nav_short .header_lang_radio_text {
  color: var(--color);
}
@media only screen and (max-width:750px) {
.header_lang_radio_text {
  font-size: 12px;
  margin: 0 5px;
}
}

.header_lang_radio label .header_lang_select {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  transition: all 150ms ease-in-out;
}
body.nav_top .header_lang_radio label .header_lang_select {
  background-color: #FFF;
}
body.nav_nomal .header_lang_radio label .header_lang_select, body.nav_short .header_lang_radio label .header_lang_select {
  background-color: var(--color);
}

.header_lang_radio input[type="radio"]:checked + label { 
}
.header_lang_radio input[type="radio"]:checked + label .header_lang_select { 
  display: block;
}


/* 言語切り替え用 */
.com_lang_wrap {
  position: relative;
}
.lang_jp, .lang_en {
  display:none;
}
body.jp .lang_jp, body.en .lang_en {
  display:block;
}
.lang_jp {
  font-family: var(--fontjp);
  color: var(--color);
  letter-spacing: 0.05em;
  font-weight: 400;
}
.lang_en {
  font-family: var(--fonten);
  color: var(--color);
  letter-spacing: 0.05em;
  font-weight: 300;
}
.font_jp {
  font-family: var(--fontjp);
}
.font_en {
  font-family: var(--fonten);
}


/*------------------------------------*\
    header (sns)
\*------------------------------------*/
#header .header_sns_wrapper {
  position: fixed;
  top: 38px;
  left: 193px;
  z-index: 920;
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  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:870px) {
  #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: 'Oswald', sans-serif;
  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: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#header .header_sns_name:last-child {
  margin-right: 0;
}



/*------------------------------------*\
    header (nav)
\*------------------------------------*/
#header .header_nav_wrapper {
  position: fixed;
  top: 36px;
  right: 110px;
  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 {
    display: none;

    
    top: 18px;
    right: 5%;
  }
}
#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 {
    /* color: #212121; */
  }
  #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 li {
    display: none;
  }
  #header .header_nav li:nth-child(3) {
    display: block;
    margin-right: 0;
  }
}
#header .header_nav .header_nav_name {
  font-family: 'Oswald', sans-serif;
  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;
  visibility: hidden; /* javascriptで変更 */
  opacity: 0;         /* javascriptで変更 */
  width: 258px;
  height: 60px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-color: #000;
  border: 1px solid #FFF;
  cursor: pointer;
  transition: all 800ms ease-in-out;
}
body.scroll_bottom .header_reservation_wrap {
  visibility: hidden;
  opacity: 0;       
}
@media (max-width: 750px) {
  .header_reservation_wrap {
    bottom: 0;
    width: 100%;
    height: 44px;
    border: none;
  }
  body.scroll_bottom .header_reservation_wrap {
    visibility: visible;
    opacity: 1;
  }
}
.header_reservation_wrap.top {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 750px) {
  .header_reservation_wrap.top {
    visibility: hidden;
    opacity: 0;
  }
}
.header_reservation_wrap.nomal {
  visibility: visible;
  opacity: 1;
}
.header_reservation_wrap.short {
  visibility: visible;
  opacity: 1;
}
.header_reservation_wrap.nav_open {
  visibility: hidden;
  opacity: 0;
}
@media (hover: hover) {
    .header_reservation_wrap:hover {
      background-color: #FFF;
      border: 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 Passcode (SP)
\*------------------------------------*/
#header .header_nav_passcode_wrapper {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_nav_passcode_wrapper {
    display: block;
    position: fixed;
    top: 18px;
    left: 5%;
    z-index: 920;
    visibility: hidden; /* javascriptで変更 */
    opacity: 0;         /* javascriptで変更 */
    transition: all 500ms ease-in-out;
  }
}


#header .header_nav_passcode_wrapper.top {
  visibility: visible;
  opacity: 1;
}
#header .header_nav_passcode_wrapper.top .header_nav_name_passcode {
  color: #FFF;
}
#header .header_nav_passcode_wrapper.nomal {
  visibility: visible;
  opacity: 1;
}
#header .header_nav_passcode_wrapper.nomal .header_nav_name_passcode {
  color: #212121;
}
#header .header_nav_passcode_wrapper.short {
  visibility: visible;
  opacity: 1;
}
#header .header_nav_passcode_wrapper.short .header_nav_name_passcode {
  color: #212121;
}
#header .header_nav_passcode_wrapper.nav_open {
  visibility: hidden;
  opacity: 0;
}


  #header .header_nav_passcode_wrapper.top .header_nav_name_passcode .nav_button {
    background-color: #FFF;
  }
  #header .header_nav_passcode_wrapper.nomal .header_nav_name_passcode .nav_button {
    background-color: #212121;
  }
  #header .header_nav_passcode_wrapper.short .header_nav_name_passcode .nav_button {
    background-color: #212121;
  }


@media only screen and (max-width:750px) {
  #header .header_nav_passcode {
  }
  #header .header_nav_passcode ul {
  }
  #header .header_nav_passcode li {
  }
  #header .header_nav_passcode .header_nav_name_passcode {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #FFF;
    cursor: pointer;
    transition: all 150ms ease-in-out;
  }
  #header .header_nav_passcode .header_nav_name_passcode .nav_button {
    width: 6px;
    height: 1px;
    background-color: #FFF;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    bottom: 4px;
    left: 0;
    transition: all 150ms ease-in-out;
  }
}



/*------------------------------------*\
    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;
  z-index: 899;
  border-bottom: 1px solid #707070;

  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: 89px;
}
#header .header_close_wrapper.short {
  visibility: visible;
  opacity: 0.98;
  height: 50px;
}
@media only screen and (max-width:750px) {
  #header .header_close_wrapper.top {
    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: 45px;
  }
  #header .header_open_logo_icon {
    width: 106px;
    height: 15px;
  }
  #header .header_open_logo_icon .cls-1 {
    fill: #000;
  }
}

#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: -webkit-flex;
  display: flex;
}
#header .header_open_reservation_title, #header .header_open_location_title {
  font-family: 'Oswald', sans-serif;
  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-size: 12px;
  margin-top: 5px;
  margin-left: 14px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_title {
    font-size: 16px;
  }
  #header .header_open_reservation_title_jp {
    font-size: 11px;
  }
}

#header .header_open_reservation_text_wrapper {
  margin-top: 22px;
}
#header .header_open_reservation_text {
  font-size: 13px;
  line-height: 24px;
}
@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: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 300;
  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: 20px;
    white-space: nowrap;
  }
}

#header .header_open_reservation_time_wrapper {
  text-align: center;
  margin-top: 19px;
}
#header .header_open_reservation_time {
  font-size: 12px;
}
@media only screen and (max-width:750px) {
  #header .header_open_reservation_time_wrapper {
    text-align: start;
    margin-top: 0;
  }
  #header .header_open_reservation_time {
    font-size: 11px;
  }
}
@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 {
    margin-top: 15px;
  }
  #header .header_open_location_text {
    font-size: 11px;
    line-height: 26px;
  }
  #header .header_open_location_text .address {
    margin-right: 11px;
  }
  #header .header_open_location_text .map {
    font-family: 'Oswald', sans-serif;
    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_location_note {
    font-size: 11px;
    line-height: 20px;
    margin-top: 17px;
  }
  #header .header_open_location_map_wrapper {
    margin-top: 33px;
  }
  #header .header_open_location_map {
    width: 300px;
    height: 231px;
  }
}
@media only screen and (max-width:370px) {
  #header .header_open_location_map {
    width: 256px;
    height: 197px;
  }
}
@media only screen and (max-width:300px) {
  #header .header_open_location_map {
    width: 224px;
    height: 172px;
  }
}


#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: 'Oswald', sans-serif;
    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: 'Noto Serif JP', serif;
    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
\*------------------------------------*/
.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 {
    position: absolute;
    bottom: 39px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .top_kv_logo_icon_wrapper {
    width: 106px;
    height: 15px;
  }
  .top_kv_logo_icon_wrapper .cls-1 {
    fill: #FFF;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} 
.top_slide_wrapper {
  height: 42px; 
}

.top_slide_text_list_wrapper {
  white-space: nowrap;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  border-bottom: 1px solid #212121;
}
.top_slide_text_wrapper {
  height: 100%;
  white-space: nowrap;
  animation: loop-slide 70s infinite linear 1s both;

}
@media only screen and (max-width:750px) {
  .top_slide_text_wrapper {
    animation: loop-slide 15s infinite linear 1s both;

  }
}
.top_slide_text_wrapper .com_lang_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.top_slide_text_en {
  font-family: 'Oswald', sans-serif;
  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: 'Noto Serif JP', serif;
  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 (image)
\*------------------------------------*/
.top_img_wrapper {
}
.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_3_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 {
    display: block;
    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: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);
  }
}



/*------------------------------------*\
    top (store)
\*------------------------------------*/
.top_store_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media (max-width: 750px) {
  .top_store_wrap {
    padding-top: 87px;
    padding-bottom: 87px;
  }
}
.top_store_inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.top_store_text_wrap {
  text-align: center;
}
.top_store_text {
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.1em;
}
.top_store_text.lang_en {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .top_store_text {
    font-size: 14px;
    line-height: 36px;
  }
  .top_store_text.lang_en {
    font-size: 16px;
  }
}


/*------------------------------------*\
    top (exp)
\*------------------------------------*/
.top_exp_wrap {
}
@media (max-width: 750px) {
}
.top_exp_inner {
}
.top_exp_content_wrap {
    display: flex;
    background-color: #2B2323;
}
.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 / 340;
  }
}
.top_exp_text {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.15em;
    color: #FFF;
}
.top_exp_text.lang_en {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .top_exp_text {
      font-size: 14px;
      line-height: 36px;
  }
  .top_exp_text.lang_en {
      font-size: 16px;
      line-height: 32px;
  }
}


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

.top_faq_wrap {
    padding-top: 120px;
    margin-top: -30px;
    padding-bottom: 100px;
}
@media (max-width: 750px) {
  .top_faq_wrap {
      padding-bottom: 100px;
  }
}
.top_faq_inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.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-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.faq_q_text.lang_en {
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 750px) {
    .faq_q_text {
        font-size: 13px;
        line-height: 22px;
    }
    .faq_q_text.lang_en {
        font-size: 15px;
        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-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.faq_a_text.lang_en {
    font-size: 15px;
    line-height: 22px;
}
@media (max-width: 750px) {
    .faq_a_text {
        font-size: 12px;
        line-height: 22px;
    }
    .faq_a_text.lang_en {
        font-size: 14px;
        line-height: 20px;
    }
}

.faq_arrow_wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 750px) {
    .faq_arrow_wrap {
        /* top: 6px; */
    }
}
.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 (menu)
\*------------------------------------*/
.top_menu_wrapper {
    padding-top: 120px;
    margin-top: -30px;
}
@media only screen and (max-width:750px) {
  .top_menu_wrapper {
    padding-top: 85px;
    margin-top: -50px;
  }
}
.top_menu_title_and_detail_wrapper {
  width: 89%;
  margin: 0 auto;
  max-width: 1500px;
}
.top_menu_title_wrapper {
  text-align: center;
}
.top_menu_detail_wrapper {
  margin-top: 60px;
}
@media only screen and (max-width:750px) {
  .top_menu_title_and_detail_wrapper {
    width: 80%;
  }
  .top_menu_title_wrapper {
    text-align: center;
  }
  .top_menu_detail_wrapper {
    margin-top: 24px;
  }
}


.com_title_wrapper {
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px solid #707070;
}
.com_title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .com_title {
    font-size: 16px;
  }
}

.top_menu_detail_inner_wrapper {
}
.top_menu_detail_set_wrapper {
  display: flex;
  align-items: center;
  gap: 4%;
  padding-bottom: 42px;
  /* border-bottom: 1px solid #000; */
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_wrapper {
    flex-direction: column;
    gap: 21px;
    padding-bottom: 32px;
  }
}
.top_menu_detail_set_img_wrapper {
  width: 50%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_img_wrapper {
    width: 100%;
  }
}
.top_menu_detail_set_img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.top_menu_detail_set_inner_wrapper {
  width: 46%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_inner_wrapper {
    width: 100%;
  }
}

.top_menu_detail_set_title_and_neme_wrapper {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width:1120px) {
  .top_menu_detail_set_title_and_neme_wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.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;
  }
}
.top_menu_detail_set_title_jp {
  font-size: 20px;
}
.top_menu_detail_set_title_jp.lang_jp {
  letter-spacing: 0.2em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title_jp {
    font-size: 17px;
  }
}

.top_menu_detail_set_title {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title {
    font-size: 12px;
    margin-top: 14px;
  }
}

.top_menu_detail_set_title_note_wrapper {
  margin-top: 15px;
}
.top_menu_detail_set_title_note {
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_title_note_wrapper {
    text-align: center;
  }
  .top_menu_detail_set_title_note {
    font-size: 11px;
    line-height: 20px;
  }
}


.top_menu_detail_set_name_wrapper {
  text-align: right;
  margin-top: 6px;
  margin-left: auto;
}
body.en .top_menu_detail_set_name_wrapper {
  margin-top: 1px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name_wrapper {
    text-align: center;
    margin-left: 0;
    margin-top: 24px;
  }
  body.en .top_menu_detail_set_name_wrapper {
    margin-top: 12px;
  }
}
.top_menu_detail_set_name_inner_wrapper {
}
.top_menu_detail_set_name {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 8px;
}
.top_menu_detail_set_name.top_menu_detail_set_name_head {
  font-size: 16px;
  margin-bottom: 14px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .top_menu_detail_set_name.top_menu_detail_set_name_head {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.top_menu_detail_set_name .menu_name {
}
.top_menu_detail_set_name .menu_price {
  white-space: nowrap;
  margin-left: 21px;
}
.top_menu_detail_set_name .menu_price_tax {
  white-space: nowrap;
  margin-left: 12px;
}
.top_menu_detail_wrapper .menu_price_from {
  position: absolute;
  margin-left: 5px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_name .menu_price {
    margin-left: 8px;
  }
  .top_menu_detail_set_name .menu_price_tax {
    font-size: 11px;
    margin-left: 7px;
  }
}

.top_menu_detail_set_note_wrapper {
  margin-top: 40px;
}
.top_menu_detail_set_note {
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_set_note_wrapper {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .top_menu_detail_set_note {
    font-size: 11px;
  }
}


.top_menu_detail_select_wrap {
}
.top_menu_detail_select_inner {
  border: 1px dashed var(--color);
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_inner {
    border: none;
  }
}
.top_menu_detail_select_title_wrap {
  position: relative;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFF;
  display: inline-block;
  padding: 0 20px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_title_wrap {
    top: 0;
  }
}
.top_menu_detail_select_title {
  font-size: 12px;
  line-height: 15px;
  border-bottom: 1px solid var(--color);
}
.top_menu_detail_select_title.lang_en {
  font-weight: 400;
}
@media only screen and (min-width:1500px) {
  .top_menu_detail_select_title {
    font-size: 14px;
  }
}

.top_menu_detail_select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 13px;
  width: calc(100% - 72px);
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 3px;
  position: relative;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_list {
    gap: 0 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 3px;
    height: 60vw;
    overflow: hidden;
    transition: all 500ms ease-in-out;
  }
}
.top_menu_detail_select_list::after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 0%) 70%, rgb(255 255 255 / 98%) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 500ms ease-in-out;
  display: none;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_list::after {
    display: block;
  }
  .top_menu_detail_select_list.list_open::after {
    height: 0;
  }
}

.top_menu_detail_select_list li {
  width: 120px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_list li {
    width: calc(100% / 3 - 7px);
  } 
}
.top_menu_detail_select {
  margin-bottom: 28px;
}
@media only screen and (min-width:1500px) {
  .top_menu_detail_select_list {
    gap: 0 18px;
    width: 95%;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .top_menu_detail_select_list li {
    width: 140px;
  }
  .top_menu_detail_select {
    margin-bottom: 30px;
  }
}
.top_menu_detail_select_img_wrap {
  position: relative;
}
.top_menu_detail_select_img_icon {
  width: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.top_menu_detail_select_img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.top_menu_detail_select_name {
  text-align: center;
  margin-top: 5px;
}
.top_menu_detail_select_name .name_en {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: block;
}
.top_menu_detail_select_name .name_jp {
  font-family: var(--fontjp);
  color: var(--color);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 2px;
}
@media only screen and (min-width:1500px) {
  .top_menu_detail_select_name {
    margin-top: 5px;
  }
  .top_menu_detail_select_name .name_en {
    font-size: 15px;
    line-height: 18px;
  }
  .top_menu_detail_select_name .name_jp {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
  }
}


.top_menu_detail_select_button {
  position: relative;
  width: 110px;
  height: 24px;
  background-color: #FFF;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_select_button {
    visibility: visible;
    opacity: 1;
  }
  .top_menu_detail_select_button.list_open {
    visibility: hidden;
    opacity: 0;
  }
}
.top_menu_detail_select_button:before {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  top: 51%;
  right: 9px;
  transform: translate(0, -50%);
  background-image: url(img/icon_down_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top_menu_detail_select_button_text {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.05em;
}


.top_menu_detail_vege_list {
  display: flex;
  gap: 4%;
  margin-top: 100px;
}
.top_menu_detail_vege_wrapper {
  width: 50%;
}
@media only screen and (max-width:1000px) {
  .top_menu_detail_vege_list {
    flex-direction: column;
    gap: 60px;
    margin-top: 30px;
  }
  .top_menu_detail_vege_wrapper {
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 20px;
  }
}
@media only screen and (max-width:750px) {
}

.top_menu_detail_vege_inner_wrapper {
}
.top_menu_detail_vege_img_and_detail {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_img_and_detail {
    flex-direction: column;
  }
}
.top_menu_detail_vege_img_wrapper {
  width: 50%;
  position: relative;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_img_wrapper {
    width: 100%;
  }
}
.top_menu_detail_vege_img_wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% * (1035 / 1500));
}
.top_menu_detail_vege_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_menu_detail_vege_img.img_vege {
  background-image: url(img/top_menu_shojin.jpg);
}
.top_menu_detail_vege_img.img_selection {
  background-image: url(img/top_menu_shojin_spesial.jpg);
}
.top_menu_detail_vege_detail_wrapper {
  width: 45%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_detail_wrapper {
    width: 100%;
    text-align: center;
  }
}
.top_menu_detail_vege_name {
  font-size: 20px;
  line-height: 25px;
}
.top_menu_detail_vege_name.lang_jp {
  letter-spacing: 0.2em;
}
.top_menu_detail_vege_name.lang_en {
  font-size: 18px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_name {
    margin-top: 22px;
    font-size: 17px;
    line-height: 28px;
  }
}
.top_menu_detail_vege_price {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  margin-top: 8px;
}
.top_menu_detail_vege_text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_price {
    font-size: 15px;
    margin-top: 11px;
  }
  .top_menu_detail_vege_text {
    font-size: 11px;
    margin-top: 15px;
  }
}


.top_menu_detail_vege_ingre_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  border: 1px dashed var(--color);
  padding: 10px 20px;
  margin-top: 15px;
  min-height: 40px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_ingre_wrapper {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 12px 15px;
    margin-top: 18px;
  }
}
.top_menu_detail_vege_ingre {
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_ingre {
    font-size: 11px;
    margin: 0 auto;
  }
}
.top_menu_detail_vege_ingre:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.top_menu_detail_vege_ingre_text {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_ingre_text {
    font-size: 11px;
  }
}

.top_menu_detail_vege_note {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_vege_note {
    margin-top: 5px;
    text-align: center;
  }
}


.top_menu_detail_soup_wrapper {
  margin-top: 27px;
}
.top_menu_detail_soup_inner_wrapper {
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_wrapper {
    margin-top: 22px;
  }
}


.top_menu_detail_soup_note_wrapper {
}
.top_menu_detail_soup_note {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_note {
    font-size: 11px;
  }
}


.top_menu_detail_soup_name_list_wrapper {
  display: -webkit-flex;
  display: flex;
  margin-top: 28px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_name_list_wrapper {
    display: block;
    margin-top: 24px;
  }
}
.top_menu_detail_soup_content_wrapper {
}
.top_menu_detail_soup_content_wrapper.top_menu_detail_soup_content_wrapper__soup {
  width: 177px;
}
.top_menu_detail_soup_content_wrapper.top_menu_detail_soup_content_wrapper__miso {
  width: 220px;
  margin-left: 26px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_content_wrapper {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .top_menu_detail_soup_content_wrapper.top_menu_detail_soup_content_wrapper__soup {
    width: 186px;
  }
  .top_menu_detail_soup_content_wrapper.top_menu_detail_soup_content_wrapper__miso {
    width: 186px;
    margin-left: auto;
  }
  .top_menu_detail_soup_content_wrapper:last-child {
    margin-bottom: 0;
  }
}
.top_menu_detail_soup_name_wrapper {
  position: relative;
}
.top_menu_detail_soup_name_wrapper::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #707070;
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_name_wrapper {
    display: block;
  }
}

.top_menu_detail_soup_name {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #FFF;
  position: relative;
  padding-right: 12px;
  z-index: 2;
}
.top_menu_detail_soup_kind {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 13px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_soup_name {
    font-size: 11px;
    padding-right: 11px;
  }
  .top_menu_detail_soup_kind {
    font-size: 11px;
    margin-top: 13px;
    display: inline-block;
  }
}


.top_menu_detail_option_list {
  display: flex;
  gap: 4%;
  margin-top: 100px;
}
.top_menu_detail_option_wrapper {
  width: 50%;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_option_list {
    flex-direction: column;
    gap: 40px;
    margin-top: 70px;
  }
  .top_menu_detail_option_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width:750px) {
}

.top_menu_detail_option_inner_wrapper {
}
.top_menu_detail_option_title_wrapper {
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
}
.top_menu_detail_option_title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
}

.top_menu_detail_option_list_wrapper {
  margin-top: 31px;
}
.top_menu_detail_option_list_inner_wrapper {
}
@media only screen and (max-width:750px) {
  .top_menu_detail_option_list_wrapper {
    margin-top: 17px;
  }
}

.top_menu_detail_option_name_and_price_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
body.jp .top_menu_detail_option_name_and_price_wrapper.en_only {
  display: none;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_option_name_and_price_wrapper {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width:300px) {
  .top_menu_detail_option_name_and_price_wrapper {
    flex-direction: column;
    align-items: start;
  }
}

.top_menu_detail_option_name {
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_option_name {
    font-size: 12px;
  }
}
.top_menu_detail_option_price {
  font-size: 13px;
  margin-left: auto;
  margin-right: 5px;
  white-space: nowrap;
}
.top_menu_detail_option_price .menu_price {
}
.top_menu_detail_option_price .menu_price_tax {
  margin-left: 9px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_option_price {
    font-size: 12px;
    margin-right: 0;
  }
}

.top_menu_detail_option_note_wrap {
  width: 100%;
  margin-top: 7px;
}
.top_menu_detail_option_note {
  font-size: 11px;
  line-height: 20px;
}


.top_menu_detail_note_wrapper {
  margin-top: 36px;
  text-align: center;
}
.top_menu_detail_note {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (max-width:750px) {
  .top_menu_detail_note_wrapper {
    margin-top: 30px;
    text-align: left;
  }
}



/*------------------------------------*\
    top (movie)
\*------------------------------------*/
.top_kv_video_wrapper {
  padding-top: 100px;
  padding-bottom: 57px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width:750px) {
  .top_kv_video_wrapper {
    padding-top: 77px;
    padding-bottom: 47px;
  }
}
.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 / 18));
}
.top_kv_video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}
.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) {
}


/*------------------------------------*\
    top (about)
\*------------------------------------*/
.top_about_wrapper {
  padding-top: 57px;
  padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
  .top_about_wrapper {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.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 {
  width: 89%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 100px;
  margin-top: -10px;
}
@media only screen and (max-width:950px) {
  .top_about_inner_wrapper {
    width: 85%;
  }
}
@media only screen and (max-width:750px) {
  .top_about_inner_wrapper {
    width: 80%;
    padding-top: 85px;
    margin-top: -45px;
  }
}

.top_about_location_and_access_wrapper {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width:950px) {
  .top_about_location_and_access_wrapper {
    display: block;
  }
}
.top_about_location_wrapper {
  width: calc(50% - 1px);
  border-right: 1px solid #707070;
  padding-top: 18px;
}
@media only screen and (max-width:950px) {
  .top_about_location_wrapper {
    width: 100%;
    border-right: none;
    padding-top: 0;
  }
}
.top_about_location_inner_wrapper {
  margin-right: 70px;
}
.top_about_location_title_wrapper {
}
@media only screen and (max-width:950px) {
  .top_about_location_inner_wrapper {
    margin-right: 0;
  }
}

.top_about_location_text_wrapper {
  max-width: 480px;
  margin-top: 19px;
}
@media only screen and (max-width:950px) {
  .top_about_location_text_wrapper {
    max-width: none;
    margin-top: 12px;
  }
}
.top_about_location_text {
  font-size: 13px;
  line-height: 27px;
}
.top_about_location_text .tel {

}
.top_about_location_text .whatsapp {
  text-decoration: underline;
}
/* .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:950px) {
  .top_about_location_text .location_open {
  }
  .top_about_location_text .location_dinner {
    margin-right: 0;
  }
  .top_about_location_text .location_close {
    display: block;
  }
} */

.top_about_location_note {
  font-size: 12px;
  line-height: 24px;
  margin-top: 20px;
}
@media only screen and (max-width:950px) {
  .top_about_location_note {
    line-height: 22px;
    margin-top: 22px;
  }
}

.top_about_access_wrapper {
  width: 50%;
  padding-top: 18px;
  padding-bottom: 15px;
}
.top_about_access_inner_wrapper {
  margin-left: 12%;
}
@media only screen and (max-width:950px) {
  .top_about_access_wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 86px;
  }
  .top_about_access_inner_wrapper {
    margin-left: 0;
  }
}

.top_about_access_title_wrapper {
}

.top_about_access_map_link_wrapper {
  display: inline-block;
  margin-left: 22px;
}
.top_about_access_map_link {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .top_about_access_map_link {
    font-size: 11px;
    line-height: 22px;
  }
}

.top_about_access_text_wrapper {
  margin-top: 19px;
}
.top_about_access_text {
  font-size: 13px;
  line-height: 25px;
}
@media only screen and (max-width:950px) {
  .top_about_access_text_wrapper {
    margin-top: 13px;
  }
  .top_about_access_text {
    font-size: 12px;
    line-height: 22px;
  }
}

.top_about_access_map_and_text_wrapper {
  display: -webkit-flex;
  display: flex;
  margin-top: 22px;
}
@media only screen and (max-width:1150px) {
  .top_about_access_map_and_text_wrapper {
    display: block;
  }
}
@media only screen and (max-width:950px) {
  .top_about_access_map_and_text_wrapper {
    margin-top: 22px;
  }
}

.top_about_access_map_wrapper {
}
.top_about_access_map {
  width: 309px;
  height: 238px;
}
@media only screen and (max-width:750px) {
  .top_about_access_map {
    width: 300px;
    height: 231px;
  }
}
@media only screen and (max-width:370px) {
  .top_about_access_map {
    width: 256px;
    height: 197px;
  }
}
@media only screen and (max-width:300px) {
  .top_about_access_map {
    width: 224px;
    height: 172px;
  }
}


.top_about_access_map_text_wrapper {
  width: 167px;
  margin-top: 55px;
  margin-left: 22px;
}
@media only screen and (max-width:1150px) {
  .top_about_access_map_text_wrapper {
    width: auto;
    margin-top: 22px;
    margin-left: 0;
  }
}
.top_about_access_map_text {
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (max-width:750px) {
}



/*------------------------------------*\
    PASSWORD
\*------------------------------------*/

.page_passcode {
  height: 100%;
}
.page_passcode main {
  height: 100%;
}
@media only screen and (max-width:750px) {
  .page_passcode {
    height: 100%;
  }
}

.passcode_main_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #EFEFEF;
}
.passcode_main_inner_wrapper {
}


.passcode_logo_wrapper {
}
.passcode_logo_icon_wrapper {
}
.passcode_logo_icon {
  width: 170px;
  height: 24px;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .passcode_logo_wrapper {
    padding-top: 7vh;
  }
  .passcode_logo_icon {
    width: 117px;
    height: 16px;
  }
}
@media only screen and (max-height:400px) {
  .passcode_logo_wrapper {
    padding-top: 4vh;
  }
}

.passcode_title_wrapper {
  text-align: center;
  margin-top: 17vh;
}
.passcode_title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media only screen and (max-width:750px) {
  .passcode_title_wrapper {
    margin-top: 9vh;
  }
  .passcode_title {
    font-size: 20px;
  }
}
@media only screen and (max-height:400px) {
  .passcode_title_wrapper {
    margin-top: 6vh;
  }
}

.passcode_no_wrapper {
  text-align: center;
  margin-top: 6vh;
}
.passcode_no {
  font-family: 'Oswald', sans-serif;
  font-size: 74px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media only screen and (max-width:750px) {
  .passcode_no_wrapper {
    margin-top: 8.5vh;
  }
  .passcode_no {
    font-size: 60px;
  }
}
@media only screen and (max-height:400px) {
  .passcode_no_wrapper {
    margin-top: 7.5vh;
  }
}

.passcode_text_wrapper {
  text-align: center;
  margin-top: 14vh;
}
.passcode_text {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .passcode_text_wrapper {
    margin-top: 7vh;
  }
}
@media only screen and (max-height:400px) {
  .passcode_text_wrapper {
    margin-top: 6vh;
  }
}

.passcode_link_wrapper {
  text-align: center;
  margin-top: 6vh;
  padding-bottom: 6vh;
}
.passcode_link_icon_and_text_wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.passcode_link_icon {
  width: 6px;
  height: 9px;
}
.passcode_link_text {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-left: 11px;
}
@media only screen and (max-width:750px) {
  .passcode_link_wrapper {
    margin-top: 21vh;
    padding-bottom: 0;
  }
}
@media only screen and (max-height:400px) {
  .passcode_link_wrapper {
    margin-top: 6vh;
  }
}




/*------------------------------------*\
    page-policy
\*------------------------------------*/
.page_policy {
}
@media only screen and (max-width:750px) {
}

.policy_main_wrapper {
  margin-top: 120px;
  padding-bottom: 150px;
}
.policy_inner_wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.policy_title_wrapper {
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px solid #707070;
}
.policy_title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.policy_text_wrapper {
  margin-top: 50px;
}
.policy_text {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}





/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer_wrapper {
  border-top: 1px solid #707070;
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer_inner_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .footer_wrapper {
    padding-top: 39px;
    padding-bottom: 65px;
  }
  .footer_inner_wrapper {
    width: 80%;
  }
}


.footer_left_and_right_wrapper {
  display: -webkit-flex;
  display: flex;
}
.footer_left_wrapper {
}
.footer_right_wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width:1060px) {
  .footer_left_and_right_wrapper {
    display: block;
  }
  .footer_right_wrapper {
    justify-content: flex-end;
    margin-top: 75px;
    margin-left: 0;
  }
}
@media only screen and (max-width:750px) {
  .footer_right_wrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 75px;
  }
}


.footer_tile_wrapper {
}
.footer_tile_logo_wrapper {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.footer_tile_logo {
  width: 135px;
  height: 19px;
}
@media only screen and (max-width:750px) {
  .footer_tile_logo {
    width: 99px;
    height: 14px;
  }
}

.footer_sns_name {
    display: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--color);
    transition: all 150ms ease-in-out;
    margin-bottom: -2px;
}
@media (max-width: 750px) {
  .footer_sns_name {
      display: block;
  }
}

/* .footer_tile_text_wrapper {
  margin-top: 26px;
}
.footer_tile_text {
  font-size: 13px;
  line-height: 25px;
}
@media only screen and (max-width:750px) {
  .footer_tile_text {
    font-size: 12px;
  }
}
.footer_tile_text .address {
  margin-right: 11px;
}
.footer_tile_text .map {
  font-family: var(--fonten);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.footer_tile_text .tel {
}
@media only screen and (max-width:750px) {
  .footer_tile_text .map {
    font-size: 11px;
  }
} */

.footer_management_wrapper {
  width: 240px;
}
@media only screen and (max-width:750px) {
  .footer_management_wrapper {
    width: 100%;
    margin-top: 80px;
  }
}
.footer_management_title_wrapper, .footer_sister_title_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.footer_management_title_en, .footer_sister_title_en {
  font-family: var(--fonten);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.footer_management_title_jp, .footer_sister_title_jp {
  font-size: 12px;
}
@media only screen and (max-width:750px) {
  .footer_management_title_en, .footer_sister_title_en {
    font-size: 14px;
  }
  .footer_management_title_jp, .footer_sister_title_jp {
    font-size: 11px;
  }
}

.footer_management_text_wrapper {
  margin-top: 32px;
}
.footer_management_text {
  font-size: 11px;
  line-height: 23px;
}
.footer_management_text .office_name {
  font-family: var(--fonten);
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin-bottom: 14px;
  top: 3px;
}
.footer_management_text_en {
  font-family: var(--fonten);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  .footer_management_text_wrapper {
    margin-top: 32px;
  }
  .footer_management_text {
    font-size: 11px;
    line-height: 22px;
  }
  .footer_management_text .office_name {
    margin-bottom: 8px;
  }
  .footer_management_text_en {
    font-size: 11px;
    margin-top: 5px;
  }
}


.footer_management_note_wrapper {
  margin-top: 32px;
}
.footer_management_note {
  font-size: 10px;
  line-height: 20px;
}
@media only screen and (max-width:750px) {
  .footer_management_note_wrapper {
    margin-top: 11px;
  }
}

.footer_sister_wrapper {
  margin-right: 50px;
}
@media only screen and (max-width:750px) {
  .footer_sister_wrapper {
    margin-right: 0;
  }
}

.footer_sister_logo_and_text_wrapper {
}
@media only screen and (max-width:750px) {
  .footer_sister_logo_and_text_wrapper {
    margin-top: 32px;
  }
}
.footer_sister_logo_wrapper {
  margin-top: 35px;
}
.footer_coil_logo {
  width: 36px;
  height: auto;
}
.footer_barrier_logo {
  width: 119px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .footer_sister_logo_wrapper {
    margin-top: 0;
  }
  .footer_coil_logo {
    width: 32px;
  }
}

.footer_sister_text_wrapper {
  margin-top: 11px;
}
@media only screen and (max-width:750px) {
  .footer_sister_text_wrapper {
    margin-top: 10px;
  }
}
.footer_sister_text {
  font-size: 11px;
  line-height: 23px;
}
.footer_sister_text_en {
  font-family: var(--fonten);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  .footer_sister_text {
    font-size: 11px;
  }
  .footer_sister_text_en {
    font-size: 11px;
    margin-top: 5px;
  }
}


.footer_copyright_and_policy_wrapper {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: -11px;
}
@media only screen and (max-width:1060px) {
  .footer_copyright_and_policy_wrapper {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 61px;
  }
}

.footer_copyright_wrapper {
}
.footer_copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
}


.footer_policy_wrapper, .footer_recruit_wrapper {
  margin-left: 25px;
}
.footer_policy, .footer_recruit {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.footer_recruit {
  padding: 10px 8px 10px 8px;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
@media only screen and (max-width:1060px) {
  .footer_policy_wrapper {
    margin-left: 0;
    margin-right: 25px;
  }
  .footer_recruit_wrapper .footer_recruit {
    display: none;
  }
  .footer_tile_text_wrapper .footer_recruit {
    margin-top: 20px;
    width: 122px;
  }
}
@media only screen and (min-width:1061px) {
  .footer_tile_text_wrapper .footer_recruit {
    display: none;
  }
}