@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: 16px;
}

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);
}

/**********************************
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.hide {
  top: -100px;
}

.header_wrap {
  width: 95.6%;
  max-width: 1900px;
  padding: 16px 2.2%;
  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;
}

.nav_pc {
  width: 85%;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav_pc nav > ul {
  width: auto;
  display: -webkit-box;
  display: flex;
}

.nav_pc nav > ul li {
  margin-right: 32px;
}

.nav_pc nav > ul li a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: #fff;
}

.nav_pc nav > ul li a:hover {
  color: #999;
}

.nav_pc .tel_num {
  width: 19%;
  max-width: 210px;
  margin-left: auto;
}

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

.black_bar_pc {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 901;
  background-color: #000;
}

.black_bar_pc .inner_wrap {
  width: 93.6%;
  max-width: 1900px;
  padding: 12px 3.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 {
  margin-right: 46px;
}

.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 {
  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: 46px;
  margin-left: auto;
}

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

.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);
}

.sp_nav_wrap {
  display: none;
}

.black_bar_sp {
  display: none;
}

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

/***MV***/
.mv_pc {
  width: 100%;
  max-width: 1920px;
  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 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -64px;
  z-index: 901;
}

.lang_switch .btn {
  padding: 12px 10px;
  font-size: 1.25rem;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.lang_switch .link_btn a {
  display: block;
  width: auto;
  padding: 12px 10px;
  font-size: 1.25rem;
  text-decoration: none;
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.lang_switch .top,
.lang_switch .top a {
  border-radius: 12px 0 0 0;
}

.lang_switch .bottom,
.lang_switch .bottom a {
  border-radius: 0 0 0 12px;
}

.lang_switch .link_btn a:hover {
  background-color: #fff;
  color: #000;
}

#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: -266px;
  margin-top: -68px;
}

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

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

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

.mv_sp {
  display: none;
}

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

#menu .section_inner {
  padding: 224px 0 120px;
}

#menu .section_inner .title {
  width: 83%;
  max-width: 1200px;
  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: 64px;
  top: 50%;
  margin-top: -52px;
}

#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);
}

@media (max-width: 1323px) {
  #menu .section_inner .menu_slide .slick-prev {
    left: .9vw;
    z-index: 1;
  }
  
  #menu .section_inner .menu_slide .slick-next {
    left: 94vw;
    z-index: 1;
  }
}

@media (min-width: 1324px) {
  #menu .section_inner .menu_slide .slick-prev {
    left: 13vw;
    z-index: 1;
  }
  
  #menu .section_inner .menu_slide .slick-next {
    left: 83.1vw;
    z-index: 1;
  }
}

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

#unagi .stroke_gold {
  position: absolute;
  bottom: -340px;
  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: 89%;
  margin: 120px 0 120px auto;
  position: relative;
}

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

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

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

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

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

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

#unagi .section_inner .photo {
  width: 88%;
  aspect-ratio: 113 / 37;
  overflow: hidden;
  margin-left: auto;
}

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

#unagi .section_inner .two_column {
  width: 89%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 90px auto 0 0;
}

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

#unagi .section_inner .two_column .text_wrap {
  width: 66%;
  margin-left: auto;
}

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

/*** アップルパイへのこだわり ***/
#applepie {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#applepie .section_inner {
  width: 89%;
  margin: 240px auto 240px 0;
  position: relative;
}

#applepie .section_inner .photo {
  width: 88%;
  aspect-ratio: 113 / 37;
  overflow: hidden;
  margin-right: auto;
}

#applepie .section_inner .photo img {
  width: 115%;
  height: auto;
  margin-top: -29%;
}

#applepie .section_inner .two_column {
  width: 89%;
  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: 98px 0 0 auto;
}

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

#applepie .section_inner .two_column .text_wrap {
  width: 66%;
}

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

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

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

#applepie .section_inner .bg_circle2.is_shown {
  width: 800px;
}

/*** Dinner ***/

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

#shop_info .stroke_gold {
  content: '';
  display: block;
  position: absolute;
  bottom: -180px;
  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%;
}

#shop_info .title {
  width: 764px;
  margin: 96px 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: 95px 0 55px;
  background-image: url(../images/title_sun_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
} 

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

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

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

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

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

#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;
}

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

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

#contact .contact .section_inner {
  width: 74%;
  min-width: 920px;
  margin: 180px 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.75rem;
  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: 106px;
  top: 50%;
  left: 5.5%;
  margin-top: -136px;
  opacity: .4;
}

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

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

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


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

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

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

/*** 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: 74%;
  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%;
  max-width: 1920px;
  margin: 70px auto 0;
  position: relative;
}

.page_title_pc .title_inner {
  width: 100%;
  position: relative;
}

.page_title_pc .title_inner img {
  width: 100%;
  height: auto;
}

.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%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1px 0;
  position: relative;
}

#menu_list .section_inner {
  width: 69.5%;
  max-width: 1000px;
  margin: 146px auto 158px;
}

#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: 84px;
}

#menu_list .section_inner .menu_switch .in {
  font-family: "Cormorant Garamond", serif;
  width: 49%;
  text-align: center;
  font-size: 1.25rem;
  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.25rem;
  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: 84px;
}

.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 76px;
}

footer .footer_inner {
  width: auto;
  padding: 68px 100px 46px;
  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: 50%;
  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: 56px;
}

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: 50px;
  right: 102px;
  width: 34px;
}

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

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.sp_only {
  display: none;
}