html {
  overflow-x: hidden
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0
}

.header_store_name {
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  display: inline-block;
  padding: 2% 0 0 3%;
  line-height: 1.3;
  letter-spacing: 3px;
  font-family: Raleway, sans-serif;
  font-weight: 500
}

.header_tel {
  float: right;
  padding: 26px 43px 0 0
}

.header_tel a {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  font-family: Raleway, sans-serif;
  display: inline-block;
  padding-left: 30px;
  background: url(../img/icon_btn_tel.png) no-repeat left center;
  transition: opacity .3s
}

.header_tel a:hover {
  opacity: .7;
  transition: opacity .3s
}

.header_tel a span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400
}

.header.is_fixed {
  position: fixed;
  width: 100%;
  background: #8a7e5a;
  top: 0;
  -webkit-animation: headerIn .7s both;
  animation: headerIn .7s both
}

.header.is_fixed .header_store_name {
  padding: 5px 0 0 10px;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle
}

.header.is_fixed .header_tel {
  padding: 5px 43px 5px 0
}

.header.is_fixed .hum_icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  cursor: pointer;
  float: right
}

.header.is_fixed .hum_icon span {
  display: inline-block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 70%;
  left: 0;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0)
}

.header.is_fixed .hum_icon span:after, .header.is_fixed .hum_icon span:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0)
}

.header.is_fixed .hum_icon span:before {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0)
}

.header.is_fixed .hum_icon span:after {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.header.is_fixed .hum_icon.is_active span {
  width: 0
}

.header.is_fixed .hum_icon.is_active span:before {
  transition: all 500ms ease-in-out;
  -webkit-transform: rotate(45deg) translate3d(-7px, 0, 0);
  transform: rotate(45deg) translate3d(-7px, 0, 0)
}

.header.is_fixed .hum_icon.is_active span:after {
  transition: all 500ms ease-in-out;
  -webkit-transform: rotate(-45deg) translate3d(0, -7px, 0);
  transform: rotate(-45deg) translate3d(0, -7px, 0)
}

.anchor_list {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  text-align: right;
  z-index: 1000;
  padding: 26px 43px 0 0
}

.anchor_list li {
  display: inline-block;
  text-align: center
}

.anchor_list li+li {
  margin-left: 3%
}

.anchor_list_item {
  line-height: 1.2;
  padding: 7px 5px 0;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  transition: all .3s linear
}

.anchor_list_item:hover {
  background: #fff;
  color: #7a191d;
  transition: all .3s linear
}

header.is_fixed+.anchor_list {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 70px;
  left: 0;
  right: 0;
  background: #4a4330;
  padding: 27px 10px 20px;
  text-align: center
}

header.is_fixed+.anchor_list li {
  display: inline-block
}

header.is_fixed+.anchor_list li+li {
  margin: 0 0 0 4%
}

@media screen and (max-width:767px) {
  .header {
    position: absolute;
    height: 52px;
    top: 0
  }
  .header.is_active {
    background: rgba(0, 0, 0, .7)
  }
  .header .header_inr {
    display: table;
    width: 100%;
    text-align: center
  }
  .header.is_fixed .header_store_name, .header_store_name {
    font-size: 1.4rem;
    padding: 10px 0 0;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0
  }
  .header .hum_icon {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 52px;
    cursor: pointer;
    right: 0
  }
  .header .hum_icon span {
    display: inline-block;
    height: 2px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 77%;
    left: 40%;
    transition: all 500ms ease-in-out;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0)
  }
  .header .hum_icon span:after, .header .hum_icon span:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 500ms ease-in-out
  }
  .header .hum_icon span:before {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
  }
  .header .hum_icon span:after {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
  .header .hum_icon.is_active span {
    width: 0
  }
  .header .hum_icon.is_active span:before {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(45deg) translate3d(-38%, 0, 0);
    transform: rotate(45deg) translate3d(-38%, 0, 0)
  }
  .header .hum_icon.is_active span:after {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(-45deg) translate3d(-4%, -7px, 0);
    transform: rotate(-45deg) translate3d(-4%, -7px, 0)
  }
  .header.is_fixed {
    width: 100%;
    margin: 0;
    background: #8a7e5a
  }
  .header.is_fixed .hum_icon {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 52px;
    cursor: pointer;
    right: 0
  }
  .header.is_fixed .hum_icon span {
    top: 75%;
    left: 40%
  }
  .header.is_fixed .hum_icon span:before {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
  }
  .header.is_fixed .hum_icon span:after {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
  .header.is_fixed .hum_icon:before {
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent
  }
  .header.is_fixed .hum_icon.is_active span {
    width: 0
  }
  .header.is_fixed .hum_icon.is_active span:before {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0)
  }
  .header.is_fixed .hum_icon.is_active span:after {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0)
  }
  .anchor_list {
    position: fixed;
    left: auto;
    right: 0;
    top: 52px;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 20px 10px;
    display: none
  }
  .anchor_list li {
    display: block
  }
  .anchor_list li+li {
    margin-top: 20px;
    margin-left: 0
  }
  .anchor_list_item {
    font-size: 1.6rem
  }
  header.is_fixed+.anchor_list {
    top: 52px;
    background: #4a4330;
    padding: 20px 10px
  }
  header.is_fixed+.anchor_list li {
    display: block
  }
  header.is_fixed+.anchor_list li+li {
    margin-top: 20px;
    margin-left: 0
  }
  header.is_fixed+.anchor_list .anchor_list_item {
    font-size: 1.6rem
  }
}

.footer {
  position: relative
}

.footer .sns_btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.footer .sns_btn_list a {
  display: block;
  transition: opacity .3s
}

.footer .sns_btn_list a:hover {
  opacity: .6;
  transition: opacity .3s
}

.footer_cont {
  background: #f2f2f2;
  text-align: center;
  padding: 26px 10px
}

.footer_txt_link {
  margin-bottom: 15px
}

.footer_txt_link li {
  display: inline-block
}

.footer_txt_link li+li {
  margin-left: 10px
}

.footer_txt_link li>a {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-decoration: underline
}

.top_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #7a191d;
  position: absolute;
  top: -50px;
  right: 10px;
  display: none
}

.top_btn:hover {
  opacity: .6;
  transition: opacity .2s
}

.top_btn:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 19px;
  bottom: 0;
  right: 13px
}

.top_btn.is_fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 70px;
  z-index: 100
}

@media screen and (max-width:767px) {
  .footer .sns_btn_list .line {
    display: block
  }
  .top_btn {
    top: 0;
    right: 0
  }
  .top_btn.is_fixed {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 70px;
    z-index: 100
  }
}

.slick-slider {
  display: block;
  position: relative;
  -khtml-user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slick-list {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand;
  cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  height: 100%;
  float: left;
  min-height: 1px;
  vertical-align: bottom
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow, .slick-dots li {
  display: none
}

.wrapper {
  background: #1a1a1a;
  width: 100%;
  margin-bottom: 60px;
  position: relative
}

.hideme {
  transition: all .7s linear;
  opacity: 0
}

.active {
  transition: all .7s linear;
  opacity: 1
}

.animationFadeIn {
  opacity: 0
}

.animationFadeIn.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-name: animationFadeIn;
  animation-name: animationFadeIn
}

@-webkit-keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes animationFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}

@keyframes animationFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}

@-webkit-keyframes headerIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes headerIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes headerOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes headerOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.main_visual_area {
  width: 100%;
  position: relative;
  max-height: calc(100vh - 80px);
  overflow: hidden;
  vertical-align: bottom
}

.main_visual_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 100;
  opacity: .4
}

.main_visual_area .main_ttl {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%
}

.main_visual_area .main_ttl img {
  max-width: 323px;
  width: 100%
}


/* PCで見た際にはpc動画を表示する */ 
.pc_movie {
  display: block;
}

/* PCで見た際にはスマートフォン動画は非表示する */ 
.sp_movie {
  display: none;
}


.main_visual li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0
}

.main_visual li img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center
}

.main_visual .slick-current img {
  -webkit-animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards;
  animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards
}

@-webkit-keyframes mainVisual {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes mainVisual {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.content_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0
}

.content_ttl {
  color: #ccac56;
  font-size: 60.8px;
  font-size: 3.8rem;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 600
}

.content_ttl.white {
  color: #fff
}

.content_ttl.white>span {
  border-color: #fff
}

#concept {
  background: #8a7e5a;
  padding: 50px 0;
  color: #fff
}

.concept_lead {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center
}

.menu {
  margin-bottom: 50px;
  padding-top: 50px
}

.menu .content_inr {
  max-width: 1000px
}

.menu .content_inr .note_list {
  margin-top: 20px;
  color: #fff
}

.menu .content_inr .note_list a {
  display: inline-block;
  text-decoration: underline;
  color: #fff
}

.menu_later {
  text-align: center;
  color: #b3b3b3;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding-bottom: 50px
}

.menu_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px
}

.menu a {
  display: block;
  cursor: pointer;
  transition: opacity .2s
}

.menu a:hover {
  opacity: .6;
  transition: opacity .2s
}

.menu_item {
  max-width: 100%;
  width: 48.5%;
  padding: 1%;
  background: #1a1a1a;
  text-align: center
}

.menu_item .menu_img img {
  width: 100%
}

.menu_item_box {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #333;
  color: #fff
}

.menu_item_name {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #fff
}

.menu_item_price {
  font-size: 25.6px;
  font-size: 1.6rem
}

.menu_item_price_em {
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem
}

.menu_item_dsc {
  margin-top: 5px;
  font-size: 25.6px;
  font-size: 1.6rem
}

.menu_item_course {
  text-align: left;
  margin: 15px 0 5px;
  font-size: 32px;
  font-size: 2rem
}

.menu_item_more {
  margin-top: 5px;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #fff
}

.menu_item_list {
  text-align: left;
  padding-left: 1em
}

.menu_item_list li {
  position: relative;
  margin-left: 1em
}

.menu_item_list li:before {
  content: "\0030fb";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em
}

.menu_item_list li+li {
  margin-top: .5em
}

.dot_list {
  text-align: left;
  padding-left: 1em
}

.dot_list li {
  position: relative;
  margin-left: 1em
}

.dot_list li:before {
  content: "\0030fb";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em
}

.dot_list li+li {
  margin-top: .5em
}

.box_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.other_menu {
  margin: 40px 0 0;
  padding: 40px 0 67px;
  background: #8a7e5a;
  color: #fff
}

.other_menu h3 {
  text-align: center;
  color: #571215;
  font-size: 41.6px;
  font-size: 2.6rem;
  padding-bottom: 10px
}

.other_menu.drink {
  margin-top: 67px
}

.other_menu.drink h4 {
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding-bottom: 20px
}

.other_menu .content_inr {
  max-width: 700px;
  margin: 0 auto
}

.other_menu_slide_menu {
  margin-bottom: 30px;
  text-align: center
}

.other_menu_slide_menu>li {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 5px
}

.other_menu_slide_menu>li:hover {
  border-bottom: 1px solid #fff
}

.other_menu_slide_menu>li.is_active {
  color: #571215;
  border-bottom: 1px solid #571215
}

.other_menu_slide_menu>li.is_active:hover {
  text-decoration: none
}

.other_menu_slide_menu>li:last-child {
  margin-right: 0
}

.other_menu_slide {
  position: relative;
  width: 100%;
  overflow: hidden
}

.other_menu_slide>li {
  position: absolute;
  width: 100%
}

.other_menu_box {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s
}

.other_menu_box.translateX-100 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 1s
}

.other_menu_box.translateX100 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1s
}

.other_menu_box.slide_in {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s
}

.other_menu_box .wine {
  margin-left: 1em
}

.other_menu_box .wine_des {
  margin-top: 10px
}

.other_menu_ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 2px
}

.other_menu_item {
  max-width: 600px;
  text-align: left;
  margin-top: 40px
}

.other_menu_name {
  margin-bottom: 10px
}

.other_menu_price {
  display: inline-block;
  float: right;
  font-family: Josefin Sans, sans-serif
}

.other_menu_dsc {
  color: #b3b3b3
}

.other_menu_note {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em
}

.menu_item[data-modal=menu4] .menu_item_box {
  padding: 15px 0
}

#all_menu {
  padding-top: 60px;
  margin-bottom: 60px
}

#all_menu .content_ttl {
  margin-bottom: 40px
}

#all_menu .content_ttl+p {
  color: #fff
}

.pdf_link_box {
  margin: 30px auto;
  text-align: center
}

.pdf_link_box .pdf_link {
  display: inline-block;
  margin-bottom: 10px;
  transition: opacity .3s
}

.pdf_link_box .pdf_link:hover {
  opacity: .6;
  transition: opacity .3s
}

.pdf_link_box .pdf_link img {
  max-width: 80%
}

#faq {
  padding: 40px 0;
  background: #8a7e5a;
  color: #fff
}

#faq .content_inr {
  max-width: 600px
}

#faq .content_ttl {
  margin-bottom: 30px
}

.faq_row+.faq_row {
  margin-top: 10px
}

.faq_row .question {
  position: relative;
  display: table;
  width: 100%;
  font-size: 48px;
  font-size: 3rem;
  padding: 6px 0;
  background: url(../img/icon_open.png) no-repeat right center;
  background-size: 22px;
  cursor: pointer
}

.faq_row .question.is_open {
  background: url(../img/icon_close.png) no-repeat right center;
  background-size: 22px
}

.faq_row .question .icon {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  font-size: 35.2px;
  font-size: 2.2rem;
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: right;
  font-family: Raleway, sans-serif
}

.faq_row .question .txt {
  display: table-cell;
  vertical-align: top;
  padding: 0 35px 0 10px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 30px
}

.faq_row .answer {
  display: none;
  margin-top: 10px;
  padding: 13px 2px;
  background: #fff;
  color: #333;
  position: relative
}

.faq_row .answer .icon {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #8a7e5a;
  font-family: Raleway, sans-serif
}

.faq_row .answer p {
  padding-right: 10px;
  padding-left: 29px
}

#contact {
  padding: 78px 0 0
}

#contact .btn_2clo {
  position: static;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#contact .btn_2clo .btn {
  width: 45%;
  border: none
}

.btn_2clo {
  position: fixed;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%
}

.btn_2clo.fixed_btn {
  border-top: 4px solid #1a1a1a
}

.btn_2clo .btn {
  display: block;
  width: 50%;
  text-align: center
}

.btn_2clo .btn a:hover {
  opacity: .6;
  transition: opacity .2s
}

.btn_2clo .btn .inr {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.5px;
  height: 60px;
  transition: opacity .3s
}

.btn_2clo .btn .inr .txt {
  display: inline-block;
  padding: 5px 0 5px 40px
}

.btn_2clo .btn .inr .txt>span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 5px
}

.btn_2clo .btn.booking {
  border-right: 1px solid #1a1a1a
}

.btn_2clo .btn.booking .inr {
  background: #7a191d
}

.btn_2clo .btn.booking .txt {
  background: url(../img/icon_btn_book.png) no-repeat 0 50%
}

.btn_2clo .btn.tel {
  border-left: 1px solid #1a1a1a
}

.btn_2clo .btn.tel .inr {
  background: #7a191d
}

.btn_2clo .btn.tel .txt {
  background: url(../img/icon_btn_tel.png) no-repeat 0 50%
}

.btn_2clo .btn.tel a {
  display: none
}

.instagram_box {
  text-align: center;
  margin: 50px 0 0
}

.instagram_box a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  background: #f2f2f2
}

.instagram_box a:hover {
  opacity: .6;
  transition: opacity .2s
}

.instagram_box .copy {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #000
}

.instagram_box .copy_main {
  font-weight: 700
}

#news {
  padding-top: 78px
}

.news_cont {
  max-width: 600px;
  margin: 30px auto;
  color: #000
}

.news_row {
  display: -ms-flexbox;
  display: flex;
  font-size: 25.6px;
  font-size: 1.6rem
}

a.news_row {
  cursor: pointer
}

a.news_row .news_txt {
  text-decoration: underline;
  color: #b3b3b3
}

.news_row .news_normaltxt {
  color: #b3b3b3
}

.news_item+.news_item {
  margin-top: 16px
}

.news_label {
  width: 95px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background: #8a7e5a;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 4px
}

.news_label.media {
  background: #8a7e5a
}

.news_label.coupon {
  background: #CCAC56
}

.news_label.prevention {
  background: #7A191D
}

.news_date {
  margin-right: 10px;
  font-weight: 700;
  color: #fff
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2000;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, .7)
}

.modal.is_show {
  display: block
}

.modal_inr {
  position: relative;
  z-index: 600;
  max-width: 800px;
  height: auto;
  width: 94%;
  margin: 3% auto;
  padding: 3% 5%;
  background: #fff
}

.modal_ttl {
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem
}

.modal_date {
  display: block
}

.modal_img {
  width: 100%;
  max-width: 600px;
  margin: 15px auto 30px;
  text-align: center
}

.modal_img img {
  max-width: 100%
}

.modal_txt {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #333
}

.modal .btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #8a7e5a;
  border: none;
  color: #1b193e;
  cursor: pointer;
  font-size: 64px;
  font-size: 4rem;
  outline: none;
  text-align: center;
  line-height: 1
}

.modal .btn_close:after, .modal .btn_close:before {
  display: inline-block;
  border-right: 2px solid #fff;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal .btn_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px
}

.modal .menu_item_list {
  padding-left: 0
}

.modal .note_list {
  text-indent: -1em;
  padding-left: 1em
}

.store_image_slider {
  margin-top: 50px
}

.store_image_slider span.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 10
}

.store_image_slider span.btn.prev {
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.store_image_slider span.btn.next {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#access {
  margin: 0 auto 59px;
  padding-top: 53px
}

#access .content_ttl {
  margin-bottom: 28px
}

.map_area {
  width: 100%
}

.map_area iframe {
  width: 100%;
  height: 400px
}

.accses_info {
  margin-top: 30px;
  text-align: center
}

.accses_info_col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 40%
}

.accses_info_col:first-child {
  margin-right: 5%
}

.accses_info_item+.accses_info_item {
  margin-top: 23px
}

.accses_info_item dt {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff
}

.accses_info_item dd {
  color: #b3b3b3
}

.accses_info_item a {
  text-decoration: underline;
  color: #b3b3b3
}

@media screen and (max-width:767px) {
  .wrapper {
    overflow-x: hidden
  }
  .content_ttl>span {
    padding-bottom: 0
  }
  .modal_inr {
    margin: 10% auto;
    padding: 10px
  }
  .modal_ttl {
    font-size: 1.6rem
  }
  .main_visual_area {
    position: relative;
    max-height: 100%;
    height: 90vh
  }
  .main_visual_area .main_ttl {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%
  }
  .main_visual_area .main_ttl img {
    width: 100%;
    max-width: 300px;
    margin: 0
  }


  /* スマートフォンで見た際にはpc動画は非表示する */ 
  .pc_movie {
    display: none;
  }

  /* スマートフォンで見た際にはsp動画を表示する */ 
  .sp_movie {
    display: block;
  }


  .main_visual li img {
    height: 100vh;
    width: 100%;
    object-fit: cover
  }
  .main_visual .slick-current img {
    -webkit-animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards;
    animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards
  }
  @-webkit-keyframes mainVisual {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
    }
  }
  @keyframes mainVisual {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
    }
  }
  #concept {
    padding: 30px 0
  }
  .concept_lead {
    font-size: 1.5rem;
    line-height: 2.5;
    text-align: center
  }
  .menu {
    padding-top: 30px;
    margin-bottom: 0
  }
  .menu a:hover {
    opacity: 1
  }
  .menu_list {
    display: block
  }
  .menu a:hover {
    opacity: 1
  }
  .menu_item {
    width: 100%;
    padding: 10px;
    margin: 0 auto
  }
  .menu_item_name {
    font-size: 1.8rem
  }
  .menu_item_price {
    font-size: 1.6rem
  }
  .menu_item_price_em {
    font-weight: 400;
    font-size: 1.8rem
  }
  .menu_item+.menu_item {
    margin-top: 20px
  }
  .menu .content_inr .note_list {
    margin: 20px 10px 0
  }
  .other_menu {
    padding: 40px 0
  }
  .other_menu.drink h4 {
    padding: 0 10px 20px
  }
  .other_menu_slide li {
    text-align: left
  }
  .other_menu_slide_menu>li {
    font-size: 1.9rem;
    margin-right: 10px
  }
  .other_menu_box .box_2col {
    width: 93%;
    margin: 0 auto
  }
  .other_menu_box .col:last-child {
    margin-top: 30px
  }
  .box_2col {
    display: block
  }
  .btn_2clo .btn .inr .txt>span {
    font-size: 1.1rem
  }
  #all_menu {
    padding-top: 30px
  }
  #all_menu .content_ttl {
    margin-bottom: 10px
  }
  #faq {
    padding: 40px 10px
  }
  #contact {
    padding-top: 40px
  }
  #contact .btn_2clo {
    display: block
  }
  #contact .btn_2clo .btn {
    width: 90%;
    margin: 0 auto 10px
  }
  .instagram_box {
    margin: 50px 10px 0
  }
  .instagram_box a {
    padding: 10px
  }
  .instagram_box a:hover {
    opacity: 1
  }
  .instagram_box .icon {
    width: 10%;
    max-width: 40px
  }
  .instagram_box .icon img {
    width: 100%
  }
  .instagram_box .copy {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #000
  }
  .instagram_box .copy_main {
    font-weight: 700
  }
  #news {
    padding-top: 40px
  }
  .news_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px
  }
  .news_label {
    line-height: 2;
    font-size: 1.2rem;
    padding: 0
  }
  .news_txt {
    width: 100%;
    font-size: 1.4rem
  }
  .news_normaltxt {
    width: 100%;
    font-size: 1.4rem
  }
  #access {
    padding-top: 40px
  }
  .accses_info {
    text-align: left;
    padding: 0 10px
  }
  .accses_info_col {
    display: block;
    margin-bottom: 23px;
    width: 100%
  }
  .accses_info_col:first-child {
    margin-right: 0
  }
  .map_area iframe {
    height: 280px
  }
  .btn_2clo .btn a:hover {
    opacity: 1
  }
  .btn_2clo .btn .inr {
    font-size: 1.5rem
  }
  .btn_2clo .btn.tel a {
    display: -ms-inline-flexbox;
    display: inline-flex
  }
  .btn_2clo .btn.tel>p {
    display: none
  }
  .btn_2clo.fixed_btn .btn.tel .txt {
    background-size: 13%;
    padding-left: 22px
  }
}

.reservation_btn {
  width: 70%;
  max-width: 300px;
  margin: 10px auto 0;
  text-align: center
}

.reservation_btn>a {
  display: block;
  background-color: #7a191d;
  padding: 13px 10px
}

.reservation_btn a:hover {
  opacity: .6;
  transition: opacity .2s
}

.reservation_btn .btn_arrow_r {
  position: relative;
  padding-left: 25px;
  padding-right: 25px
}

.reservation_btn .btn_arrow_r:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  bottom: 0;
  right: 15px;
  margin-top: -7.5px
}

.reservation_icon {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../img/icon_btn_book.png)no-repeat 0 50%;
  color: #fff
}

.reservation_icon {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../img/icon_btn_book.png)no-repeat 0 50%;
  color: #fff
}

.recruit_btn {
  width: 70%;
  max-width: 300px;
  margin: 10px auto 0;
  text-align: center
}

.recruit_btn>a {
  display: block;
  background-color: #7a191d;
  padding: 13px 10px
}

.recruit_btn a:hover {
  opacity: .6;
  transition: opacity .2s
}



  /*----------------------------
  メインビジュアル ここから↓
　----------------------------*/

  .main_visual_area {
    width: 100%;
    background-size: cover;
    position: relative;
    max-height: calc(100vh - 5pc);
    overflow: hidden
  }

  .main_visual_area, .main_visual_area~* {
    vertical-align: bottom
  }

  .main_visual_area:before {
    content: "";
    display: block;
    height: 100%;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: .0
  }

  .main_visual_area .main_ttl {
    position: absolute;
    z-index: 2;
    top: 0pt;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 335px;
    height: 21pc;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }

  .main_visual_area .main_ttl img {
    width: 100%
  }

  .video_wrapper {
    /* position: relative; */
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .video_wrapper>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }



  /* PCで見た際にはpc動画を表示する */
  .pc_movie {
    display: block;
  }

  /* PCで見た際にはスマートフォン動画は非表示する */
  .sp_movie {
    display: none;
  }


  .main_visual li, .main_visual_area:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    font-size: 0
  }

  .main_visual_area .main_cpbtn {
    position: absolute;
    left: 50%;
    bottom: 37px;
    margin: auto;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .main_visual_area .main_cpbtn a {
    position: relative;
    display: block;
    padding: 15px 15px 40px;
    background-color: #c1272d;
    border: 4px solid #fff;
    border-radius: 17px;
    color: #fff;
    font-size: 1.8rem
  }

  .main_visual_area .main_cpbtn a:hover {
    opacity: .8;
    transition: opacity .2s
  }

  .main_visual_area .main_cpbtn a:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .main_visual_area .main_cpbtn_head {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
  }

  .main_visual li img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    transform-origin: center;
    vertical-align: bottom
  }

  .main_visual .slick-current img {
    -webkit-animation: e 6s cubic-bezier(.32, .32, .63, .63)forwards;
    animation: e 6s cubic-bezier(.32, .32, .63, .63)forwards
  }

  @media screen and (max-width:767px) {


    .main_visual_area {
      position: relative;
      max-height: 100%;
      height: 90vh
    }

    .main_visual_area .main_ttl {
      width: 100%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center
    }

    .main_visual_area .main_cpbtn {
      width: 78%;
      bottom: 10%
    }

    .main_visual_area .main_cpbtn a {
      font-size: 1.4rem
    }

    .main_visual_area .main_cpbtn a:before {
      width: 14px;
      height: 14px
    }

    .main_visual_area .main_ttl img {
      width: 60%;
      max-width: 300px;
      margin: 0;
    }

    .video_wrapper>video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* スマートフォンで見た際にはpc動画は非表示する */
    .pc_movie {
      display: none;
    }

    /* スマートフォンで見た際にはsp動画を表示する */
    .sp_movie {
      display: block;
    }

    .main_visual li img {
      height: 100vh;
      width: 100%;
      object-fit: cover
    }

    .main_visual .slick-current img {
      -webkit-animation: e 6s cubic-bezier(.32, .32, .63, .63)forwards;
      animation: e 6s cubic-bezier(.32, .32, .63, .63)forwards
    }

    @-webkit-keyframes e {
      0 {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1)
      }

      0, to {
        -webkit-transform-origin: center
      }

      to {
        transform-origin: center;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
      }
    }

    @keyframes e {
      0 {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1)
      }

      0, to {
        -webkit-transform-origin: center
      }

      to {
        transform-origin: center;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
      }
    }

  }


  /*----------------------------
  メインビジュアル  ここまで↑
　----------------------------*/


