@charset "UTF-8";

/* CSS Document */
/**********************************
Reset
**********************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/**********************************
Settings
**********************************/
html {
  font-size: 14px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1.5em;
  width: 100%;
  background-image: url(../images/bg_pattern_en.jpg);
}

body.fixed {
  overflow: hidden;
}

/**********************************
Hover
**********************************/
a {
  color: #999;
  transition: all .15s ease;
  cursor: pointer;
}

a:hover {
  color: #000;
}

a img {
  transition: all .15s ease;
}

a img:hover {
  opacity: .7;
}

/**********************************
Header Navigation
**********************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 901;
  background-color: #000;
  transition: all .15s ease;
}

.header_wrap {
  width: 95.6%;
  padding: 0 2.2%;
  height: 68px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header_wrap .header_logo {
  width: 11%;
  min-width: 118px;
  max-width: 144px;
}

.header_wrap .header_logo img {
  width: 100%;
  height: auto;
}

.sp_nav_wrap {
  width: 68px;
  height: 68px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 401;
}

.nav_unshown {
  display: none;
}

.sp_nav_wrap .hamburger {
  width: 68px;
  height: 68px;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 904;
  background-color: #000;
}

.sp_nav_wrap .hamburger .hamburger_inner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -15px;
  pointer-events: none;
}

.sp_nav_wrap .hamburger span {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: all .1s linear;
}

.sp_nav_wrap .hamburger .hamburger_inner .open {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .1em;
}

.sp_nav_wrap .hamburger .hamburger_inner .close {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .1em;
  display: none;
}

#nav_check:checked~.hamburger .hamburger_inner .open {
  display: none;
}

#nav_check:checked~.hamburger .hamburger_inner .close {
  display: block;
}

#nav_open {
  display: inline-block;
  width: 28px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -14px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

#nav_open span:nth-of-type(1) {
  top: 0;
}

#nav_open span:nth-of-type(2) {
  top: 10px;
}

#nav_open span:nth-of-type(3) {
  top: 20px;
}

#nav_check:checked~.hamburger #nav_open span:nth-of-type(1) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  transform-origin: 1px 7px;
}

#nav_check:checked~.hamburger #nav_open span:nth-of-type(2) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  transform-origin: 14px 0px;
}

#nav_check:checked~.hamburger #nav_open span:nth-of-type(3) {
  display: none;
}


#nav_check:checked~.bg_mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  display: block;
  min-width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  cursor: pointer;
}

.nav_inner {
  position: absolute;
  background-color: #000;
  top: 0;
  right: -482px;
  width: 440px;
  height: calc(100vh - 24px);
  padding: 0 0 58px;
  z-index: 903;
  overflow: scroll;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.nav_inner::-webkit-scrollbar {
  display: none;
}

.nav_inner nav > ul {
  width: 82%;
  margin: 86px auto 0;
}

.nav_inner nav > ul > li {
  padding: 28px 0;
}

.nav_inner nav > ul > li:before {
  content: '●　';
  color: #fff;
}

.nav_inner nav > ul > li > a {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 1.75rem;
}

.nav_inner nav > ul > li > a:hover {
  color: #a3a3a3;
}

.nav_inner .tel_num {
  width: 68%;
  margin: 24px auto 0;
}

.nav_inner .tel_num img {
  width: 100%;
  height: auto;
}

.nav_inner .business_hour_info {  
  width: 82%;
  margin: 46px auto 0;
}

.nav_inner .business_hour_info p {
  line-height: 1.5em;
  color: #fff;
}

.nav_inner .business_hour_info p span {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}

.nav_inner .business_hour_info p span:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background-image: url(../images/clock_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_inner .reservation_btn {
  width: 82%;
  margin: 46px auto 0;
}

.nav_inner .reservation_btn a {
  display: block;
  width: auto;
  background-color: #fff;
  border: solid 2px #fff;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 20px 12px;
  position: relative;
}

.nav_inner .reservation_btn a:before {
  content: '';
  display: block;
  width: 22px;
  height: 8px;
  background-image: url(../images/arrow_en.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
}

.nav_inner .reservation_btn a:hover {
  background-color: #000;
  color: #fff;
}

.nav_inner .reservation_btn a:hover:before {
  background-image: url(../images/arrow_en_white.svg);
}

.nav_inner .switch_link {
  width: 82%;
  margin: 46px auto 0;
  position: relative;
}

.nav_inner .switch_link .insta_link {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.nav_inner .switch_link .insta_link img {
  width: 100%;
  height: auto;
}

.nav_inner .switch_link ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.nav_inner .switch_link ul li {
  width: 86px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.nav_inner .switch_link ul li:first-of-type {
  border-right: solid 1px #fff;
}

.nav_inner .switch_link ul li a {
  display: block;
  width: auto;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #a3a3a3;
}

.nav_inner .switch_link ul li a:hover {
  color: #fff;
}

#nav_check:checked~.nav_inner {
  right: 0;
  scrollbar-width: none;
  overflow: scroll;
}


@media (max-width: 840px) {
  .black_bar_sp {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 801;
    background-color: #000;
  }

  .black_bar_sp .inner_wrap {
    margin: 0 auto;
  }

  .black_bar_sp .inner_wrap .btn_wrap .reservation_btn {
    width: auto;
  }
  
  .black_bar_sp .inner_wrap .btn_wrap .reservation_btn a {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    padding: 24px 34px;
    position: relative;
  }

  .black_bar_sp .inner_wrap .btn_wrap .reservation_btn a:hover {
    background-color: #fff;
    color: #000;
  }
  
  .black_bar_sp .inner_wrap .btn_wrap .reservation_btn a:before {
    content: '';
    display: block;
    width: 22px;
    height: 8px;
    background-image: url(../images/arrow_en_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
  }

  .black_bar_sp .inner_wrap .btn_wrap .reservation_btn a:hover:before {
    background-image: url(../images/arrow_en.svg);
  }

  .black_bar_pc {
    display: none;
  }
  
}

@media (min-width: 841px) {
  .black_bar_pc {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 801;
    background-color: #000;
  }

  .black_bar_pc .inner_wrap {
    width: 96%;
    padding: 12px 2%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .black_bar_pc .inner_wrap .hour_wrap {
    display: -webkit-box;
    display: flex;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info {
    width: 100%;
    margin-right: 18px;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info p {
    line-height: 1.5em;
    color: #fff;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info p span {
    display: block;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info p span a {
    color: #fff;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info p span:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background-image: url(../images/clock_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .black_bar_pc .inner_wrap .hour_wrap .business_hour_info p:last-of-type span:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background-image: url(../images/arrow_R.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .black_bar_pc .inner_wrap .btn_wrap {
    border-left: solid 1px #fff;
    padding-left: 18px;
    margin-left: auto;
  }

  .black_bar_pc .inner_wrap .btn_wrap .reservation_btn {
    width: 220px;
  }

  .black_bar_pc .inner_wrap .btn_wrap .reservation_btn a {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    display: block;
    width: auto;
    text-align: center;
    border: solid 1px #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 12px 14px;
    position: relative;
  }

  .black_bar_pc .inner_wrap .btn_wrap .reservation_btn a:hover {
    background-color: #000;
    color: #fff;
  }

  .black_bar_pc .inner_wrap .btn_wrap .reservation_btn a:before {
    content: '';
    display: block;
    width: 22px;
    height: 8px;
    background-image: url(../images/arrow_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
  }

  .black_bar_pc .inner_wrap .btn_wrap .reservation_btn a:hover:before {
    background-image: url(../images/arrow_en_white.svg);
  }
  
  .black_bar_sp {
    display: none;
  }
}

.nav_pc {
  display: none;
}
/**********************************
TOP Page
**********************************/
.contents_wrap {
  max-width: 100vw;
}

/***MV***/
.mv_pc {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv_inner {
  width: auto;
  height: 100vh;
  position: relative;
  overflow: clip;
}

.mv_inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.lang_switch {
  display: none;
}

#mv01 {
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}

#mv02,
#mv03,
#mv04,
#mv05,
#mv06 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}


#mv01 {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

#mv02 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


#mv03 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}


#mv04 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}


#mv05 {
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
}


#mv06 {
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0
  }
}

.mv_copy {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin-left: -188px;
  margin-top: -44px;
}

.mv_copy .main_copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.mv_copy .sub_copy {
  margin-top: 38px;
}

.mv_copy .sub_copy p {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.mv_sp {
  display: none;
}

/*** MENU ***/
#menu {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/bg_mountain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -300px;
}

#menu .section_inner {
  padding: 96px 0;
}

#menu .section_inner .title {
  width: 90%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 auto;
}

#menu .section_inner .menu_slide {
  margin-top: 86px;
}

#menu .section_inner .menu_slide .slick-arrow {
  width: 58px;
  top: 50%;
  margin-top: -46px;
}

#menu .section_inner .menu_slide .slick-arrow img {
  width: 100%;
  height: auto;
}

#menu .slick-slide {
  width: 354px;
  margin: 0 14px;
}

#menu .section_inner .menu_slide li .photo {
  width: 100%;
}

#menu .section_inner .menu_slide li .photo img {
  width: 100%;
  height: auto;
}

#menu .section_inner .menu_slide li h3 {
  font-weight: 700;
  margin-top: 12px;
}

#menu .section_inner .menu_slide li p {
  margin-top: 12px;
}

#menu .section_inner .more_btn {
  width: 268px;
  margin: 86px auto 0;
}

#menu .section_inner .more_btn a {
  font-family: "Cormorant Garamond", serif;
  display: block;
  width: auto;
  text-align: center;
  border: solid 1px #000;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 18px 2px;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 5px 0px 0px #000;
}

#menu .section_inner .more_btn a:before {
  content: '';
  display: block;
  width: 22px;
  height: 8px;
  background-image: url(../images/arrow_en.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
}

#menu .section_inner .more_btn a:hover {
  box-shadow: none;
  transform: translate(5px,5px);
}

#menu .section_inner .menu_slide .slick-prev {
  left: 18px;
  z-index: 1;
}

#menu .section_inner .menu_slide .slick-next {
  right: 18px;
  left: initial;
  z-index: 1;
}

/*** Grilled broiled eel with special sauce ***/
#unagi {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#unagi .section_inner .photo {
  width: 90%;
  aspect-ratio: 718 / 377;
  overflow: hidden;
  margin-left: auto;
}

#unagi .section_inner .photo img {
  width: 100%;
  height: auto;
}

#unagi .section_inner .two_column {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 68px;
}

#unagi .section_inner .two_column .title {
  width: 32%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5em;
}

#unagi .section_inner .two_column .text_wrap {
  width: 65%;
  margin-right: 1%;
}

#unagi .section_inner .two_column .text_wrap p {
  line-height: 2em;
  margin-bottom: 24px;
}

#unagi .stroke_gold {
  position: absolute;
  bottom: -164px;
  left: 0;
  width: 0;
  aspect-ratio: 1440 / 821;
  z-index: -1;
  overflow-x: clip;
  transition: all .6s linear;
}

#unagi .stroke_gold img {
  width: 100vw;
  height: auto;
}

#unagi .stroke_gold.is_shown {
  width: 100%;
}

#unagi .section_inner {
  width: 92%;
  margin: 86px 0 86px auto;
  position: relative;
}

#unagi .section_inner .bg_circle {
  position: absolute;
  top: -160px;
  left: 100%;
  width: 0;
  margin-left: -274px;
  overflow-x: clip;
  aspect-ratio: 1 / 1;
  z-index: -1;
  transition: all .3s linear;
}

#unagi .section_inner .bg_circle img {
  width: 274px;
  height: auto;
}

#unagi .section_inner .bg_circle.is_shown {
  width: 274px;
}

#unagi .section_inner .bg_unagi_circle {
  position: absolute;
  top: 200px;
  left: -100px;
  width: 0;
  aspect-ratio: 197 / 182;
  z-index: -1;
  overflow: clip;
  transition: all .3s linear;
}

#unagi .section_inner .bg_unagi_circle img {
  width: 294px;
  height: auto;
}

#unagi .section_inner .bg_unagi_circle.is_shown {
  width: 294px;
}

/*** アップルパイへのこだわり ***/
#applepie {
  width: 100%;
  overflow: hidden;
}

#applepie .section_inner {
  width: 92%;
  margin: 180px auto 120px 0;
  position: relative;
}

#applepie .section_inner .photo {
  width: 90%;
  aspect-ratio: 718 / 377;
  overflow: hidden;
  margin-right: auto;
}

#applepie .section_inner .photo img {
  width: 100%;
  height: auto;
  margin-top: -106px;
}

#applepie .section_inner .two_column {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-top: 68px;
}

#applepie .section_inner .two_column .title {
  width: 36%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-left: 2%;
}

#applepie .section_inner .two_column .text_wrap {
  width: 60%;
  margin-left: 2%;
}

#applepie .section_inner .two_column .text_wrap p {
  line-height: 2em;
}

#applepie .section_inner .bg_circle2 {
  position: absolute;
  top: 460px;
  left: 100%;
  width: 0;
  margin-left: -380px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  overflow: clip;
  transition: all .45s linear;
}

#applepie .section_inner .bg_circle2 img {
  width: 480px;
  height: auto;
}

#applepie .section_inner .bg_circle2.is_shown {
  width: 480px;
}
/*** Dinner ***/

/*** SHOP INFO ***/
#shop_info {
  width: 100%;
  background-image: url(../images/bg_gradation.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-top: 1px;
  position: relative;
}

#shop_info .title {
  width: 94%;
  max-width: 630px;
  margin: 86px auto 0;
  mix-blend-mode: color-burn;
}

#shop_info .title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
  padding: 80px 0 50px;
  background-image: url(../images/title_sun_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
} 

#shop_info .section_inner {
  margin-top: 86px;
}

#shop_info .section_inner .two_column {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  justify-content: space-around;
}

#shop_info .section_inner .two_column .photo {
  width: 47%;
  aspect-ratio: 265 / 368;
  overflow: hidden;
  background-color: blue;
}

#shop_info .section_inner .two_column .photo img {
  display: block;
  width: 124%;
  height: auto;
}

#shop_info .section_inner .two_column table {
  width: 48%;
}

#shop_info .section_inner .two_column table th {
  display: block;
  width: auto;
  padding: 0 0 4px 0;
  font-weight: 700;
  text-align: left;
}

#shop_info .section_inner .two_column table td {
  display: block;
  width: auto;
  padding: 0 0 34px 0;
  line-height: 1.7em;
}

#shop_info .section_inner .two_column table td.pay_icons {
  margin-top: 12px;
  padding: 34px 0;
  background-color: #fff;
}

#shop_info .section_inner .two_column table td.pay_icons img {
  display: block;
  width: 87%;
  margin: 0 auto;
}

#shop_info .stroke_gold {
  content: '';
  display: block;
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 0;
  aspect-ratio: 1440 / 821;
  z-index: -1;
  overflow-x: clip;
  transition: all .6s linear;
}

#shop_info .stroke_gold img {
  width: 100vw;
  height: auto;
}

#shop_info .stroke_gold.is_shown {
  width: 100%;
}

/*** Gmap ***/
#g_map .section_inner iframe {
  display: block;
  width: 100%;
  height: 480px;
  margin: 112px auto 0;
}

/*** Reservations ***/
#contact {
  width: 100%;
  padding-top: 1px;
  background-image: url(../images/bg_mountain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 bottom -520px;
  padding-bottom: 120px;
}

#contact .contact .section_inner {
  width: 86%;
  margin: 146px auto;
}

#contact .contact .section_inner .box {
  width: auto;
  border: solid 1px #000;
  background-image: url(../images/bg_pattern_kumiko.jpg);
  padding: 78px 0;
  position: relative;
}

#contact .contact .section_inner .box .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}

#contact .contact .section_inner .box .reservation_btn {
  width: 268px;
  margin: 38px auto 0;
}

#contact .contact .section_inner .box .reservation_btn a {
  font-family: "Cormorant Garamond", serif;
  display: block;
  width: auto;
  text-align: center;
  border: solid 1px #000;
  color: #000;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 18px 2px;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 5px 0px 0px #000;
}

#contact .contact .section_inner .box .reservation_btn a:before {
  content: '';
  display: block;
  width: 22px;
  height: 8px;
  background-image: url(../images/arrow_en.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
}

#contact .contact .section_inner .box .reservation_btn a:hover {
  box-shadow: none;
  transform: translate(5px,5px);
  background-color: #000;
  color: #fff;
}

#contact .contact .section_inner .box .reservation_btn a:hover:before {
  background-image: url(../images/arrow_en_white.svg);
}

#contact .contact .section_inner .box .unagi_left {
  position: absolute;
  width: 84px;
  top: 50%;
  left: 3%;
  margin-top: -76px;
  opacity: .4;
}

#contact .contact .section_inner .box .unagi_left img {
  width: 100%;
  height: auto;
}

#contact .contact .section_inner .box .unagi_right {
  position: absolute;
  width: 132px;
  bottom: 8px;
  right: 2%;
}

#contact .contact .section_inner .box .unagi_right img {
  width: 100%;
  height: auto;
}

#contact .contact .section_inner .box .bg_circle {
  position: absolute;
  top: -118px;
  left: -68px;
  width: 0;
  overflow: clip;
  aspect-ratio: 1 / 1;
  z-index: -1;
  transition: all .3s linear;
}

#contact .contact .section_inner .box .bg_circle img {
  width: 274px;
  height: auto;
}

#contact .contact .section_inner .box .bg_circle.is_shown {
  width: 274px;
}


/*** TOURIST INFORMATION ***/
#contact .tourist_info .section_inner {
  width: 89%;
  margin: 0 auto 280px;
}
#contact .tourist_info .section_inner .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5em;
}

#contact .slick-slide {
  width: 300px;
  margin: 0 14px;
}

#contact .tourist_info .section_inner .recommend_slide {
  margin-top: 46px;
}

#contact .tourist_info .section_inner .recommend_slide li {
  position: relative;
}

#contact .tourist_info .section_inner .recommend_slide li .photo {
  width: 100%;
  aspect-ratio: 91 / 108;
  overflow: hidden;
}

#contact .tourist_info .section_inner .recommend_slide li .photo img {
  width: 100%;
  height: auto;
  transition: all .3s linear;
}

#contact .tourist_info .section_inner .recommend_slide li .photo:hover img {
  transform: scale(1.1);
  height: auto;
  opacity: 1;
}

#contact .tourist_info .section_inner .recommend_slide li .text {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: auto;
  padding: 8px 16px;
}

#contact .tourist_info .section_inner .recommend_slide li .text h3 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

#contact .tourist_info .section_inner .recommend_slide li .text p {
  color: #fff;
  margin-top: 8px;
}

#contact .tourist_info .section_inner .recommend_slide .slick-arrow {
  width: 56px;
  z-index: 1;
}

#contact .tourist_info .section_inner .recommend_slide .slick-arrow img {
  width: 100%;
  height: auto;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.mdl_box {
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 3 / 1;
  padding: 54px;
  background-color: #fff;
}

.mdl_box .mdl_box_inner {
  width: auto;
  display: -webkit-box;
  display: flex;
}

.mdl_box .mdl_box_inner .photo {
  width: 48%;
}

.mdl_box .mdl_box_inner .photo img {
  width: 100%;
  height: auto;
}

.mdl_box .mdl_box_inner .text {
  width: 48%;
  margin-left: auto;
  overflow-y: scroll;
}

.mdl_box .mdl_box_inner .text h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.mdl_box .mdl_box_inner .text .walk {
  margin: 4px 0 24px;
}

.mdl_box .mdl_box_inner .text p {
  line-height: 2em;
}


/**********************************
MENU Page
**********************************/
.page_title_pc {
  width: 100%;
  margin: 68px auto 0;
}

.page_title_pc .title_inner {
  width: 100%;
  min-height: 312px;
  overflow: clip;
  position: relative;
}

.page_title_pc .title_inner img {
  width: 100%;
  height: 312px;
  object-fit: cover;
}

.page_title_pc .title_inner .title {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 100%;
}

.page_title_pc .title_inner .title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.page_title_sp {
  display: none;
}

#menu_list {
  width: 100%;
  margin: 0 auto;
  padding: 1px 0;
  position: relative;
}

#menu_list .section_inner {
  width: 86%;
  margin: 136px auto;
}

#menu_list .section_inner .menu_switch {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

#menu_list .section_inner .menu_switch.top {
  border-bottom: solid 1px #222;
}
#menu_list .section_inner .menu_switch.bottom {
  border-top: solid 1px #222;
  margin-top: 68px;
}

#menu_list .section_inner .menu_switch .in {
  font-family: "Cormorant Garamond", serif;
  width: 49%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #bebebf;
  padding: 12px 0;
  cursor: pointer;
}

#menu_list .section_inner .menu_switch .out {
  font-family: "Cormorant Garamond", serif;
  width: 49%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #bebebf;
  padding: 12px 0;
  cursor: pointer;
}

#menu_list .section_inner .menu_switch .in:hover,
#menu_list .section_inner .menu_switch .out:hover,
#menu_list .section_inner .menu_switch .in.selected,
#menu_list .section_inner .menu_switch .out.selected {
  background-color: #222;
}

#menu_list .section_inner .menu_switch.top .in,
#menu_list .section_inner .menu_switch.top .out {
  border-radius: 14px 14px 0 0;
}

#menu_list .section_inner .menu_switch.bottom .in,
#menu_list .section_inner .menu_switch.bottom .out {
  border-radius: 0 0 14px 14px;
}

.sub_page .menu_wrap {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 68px;
}

.sub_page .menu_wrap .photo {
  width: 48%;
}

.sub_page .menu_wrap .photo .menu_photo {
  width: 100%;
  position: relative;
}

.sub_page .menu_wrap .photo .menu_photo img {
  width: 100%;
  height: auto;
}

.sub_page .menu_wrap .photo .menu_photo .name {
  position: absolute;
  font-size: 0.875rem;
  padding: 4px 8px;
  background-color: #000;
  color: #fff;
  bottom: 0;
  right: 0;
}

.sub_page .menu_wrap .text {
  width: 49%;
}

.sub_page .menu_wrap .text h2 {
  font-size: 1.125rem;
  font-weight: 700;
}

.sub_page .menu_wrap .text p {
  line-height: 1.3em;
  margin-top: 14px;
}

.slick-dots {
  bottom: -34px !important;
}

.slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #bebebf;
}

.slick-dots li.slick-active button:before{
  background: #222;
}

#menu_list .section_inner .take_out {
  display: none;
}

/**********************************
Footer
**********************************/
footer {
  width: 89%;
  margin: -246px auto 94px;
}

footer .footer_inner {
  width: auto;
  padding: 46px 0;
  position: relative;
}

footer .footer_inner .footer_info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-bottom: 32px;
  border-bottom: solid 1px #888;
}

footer .footer_inner .footer_info .left h1 {
  width: 160px;
}

footer .footer_inner .footer_info .left h1 img {
  width: 100%;
  height: auto;
}

footer .footer_inner .footer_info .left .address {
  margin-top: 18px;
  font-size: 0.875rem;
  line-height: 1.7em;
}

footer .footer_inner .footer_info .right {
  width: 30%;
  margin-left: auto;
}

footer .footer_inner .footer_info .right ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

footer .footer_inner .footer_info .right ul li {
  margin-left: 32px;
}

footer .footer_inner .footer_info .right ul li:before {
  content: '・';
}

footer .footer_inner .footer_info .right ul li a {
  font-family: "Cormorant Garamond", serif;
  color: #222;
  font-weight: 700;
}

footer .footer_inner .footer_info .right ul li a:hover {
  color: #888;
}

footer .copyright {
  font-size: 0.875rem;
  margin-top: 30px;
}

footer .insta_link {
  position: absolute;
  bottom: 44px;
  right: 0;
  width: 34px;
}

footer .insta_link img {
  width: 100%;
  height: auto;
}

.pc_only {
  display: none;
}