﻿@charset "UTF-8";
/* CSS Document */
/*------------ 初期設定 ------------*/
p {
  font-size: 14px;
  line-height: 2.4;
}
/*------------ 全体 ------------*/
html {}
body {}
._hover {
  transition: opacity 0.3s linear;
  opacity: 1;
}
._hover:hover {
  opacity: 0.7;
}
.list_nav li a:hover {
  color: #6F443E !important;
}
.btn_wrapper a:hover {
  color: #ffffff !important;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.effect_target {
  opacity: 0;
  transition: opacity 0.8s;
}
.effect_target.active {
  opacity: 1;
}
/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.content_inner_wide {
  width: 1200px;
  margin: 0 auto;
}
/*------------ HEADER ------------*/
/*------------ NAVI ------------*/
#btn_menu {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  display: block;
  z-index: 2000;
  /*background-color: rgba(67,0,6,0.6);*/
  transition: background 0.4s;
	cursor: pointer;
}
#btn_menu.active {
  background-color: transparent;
}
#btn_menu span {
  display: block;
  background: #FFF;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#btn_menu span:first-child {
  top: 12px;
}
#btn_menu span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#btn_menu span:last-child {
  bottom: 12px;
}
#btn_menu.active span {
  background-color: #430006;
}
#btn_menu.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#btn_menu.active span:nth-child(2) {
  opacity: 0;
}
#btn_menu.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
#gnav {
  position: fixed;
  width: 400px;
  right: -400px;
  top: 0;
  bottom: 0;
  z-index: 1999;
  background-color: rgba(240, 239, 237, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
  transition: right 0.4s;
}
#btn_menu.active ~ #gnav {
  right: 0px;
}
.list_nav {
  text-align: center;
  padding-top: 150px;
}
.list_nav a {
  font-size: 25px;
  font-weight: 700;
  text-decoration: none !important;
  color: #430006;
}
.list_nav li {
  padding-bottom: 50px;
}
.list_nav li:nth-child(5) {
  display: none;
}
.btn_nav_reservation {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #430006;
  border: 2px solid #430006;
  width: 175px;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
  display: none;
}
.btn_nav_reservation:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/common_icon_arrow_right_r.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.btn_reservation {
  position: fixed;
  right: 0px;
  top: 20vw;
  z-index: 2000;
  width: 45px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  display: none;
}
.btn_reservation.sub {
  display: block;
}
.skip {
  width: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
}
/*------------ TOP ------------*/
#main, #main > div, #main > ul {
  width: 100%;
  height: 100vh;
  position: relative;
}
#main {
  overflow: hidden;
}
#main > div {
  position: absolute;
  left: 0;
  top: 0;
}
#main .scene1 {
  z-index: 10;
  background-color: #FFF;
}
#main .scene2 {
  z-index: 9;
}
.main_catchcopy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 670px;
  display: none;
}
.list_main_icon li {
  position: absolute;
  display: none;
}
.list_main_icon li.icon01 {
  width: 9.63vw;
  left: 5.3vw;
  top: 16.21vh;
}
.list_main_icon li.icon02 {
  width: 4.6vw;
  left: 71.1vw;
  top: 58.87vh;
}
.list_main_icon li.icon03 {
  width: 7vw;
  left: 18.83vw;
  top: 62.74vh;
}
.list_main_icon li.icon04 {
  width: 10.4vw;
  left: 68.13vw;
  top: 7.18vh;
}
.list_main_icon li.icon05 {
  width: 4.9vw;
  left: 33.1vw;
  top: 29.36vh;
}
.list_main_icon li.icon06 {
  width: 13.43vw;
  left: 55.5vw;
  top: 76.26vh;
}
.list_main_icon li.icon07 {
  width: 4.9vw;
  left: 5.9vw;
  top: 51.83vh;
}
.list_main_icon li.icon08 {
  width: 5.83vw;
  left: 52.26vw;
  top: 16.26vh;
}
.list_main_icon li.icon09 {
  width: 12.5vw;
  left: 26.23vw;
  top: 79.71vh;
}
.list_main_icon li.icon10 {
  width: 11.93vw;
  left: 81.63vw;
  top: 25.42vh;
}
.list_main_icon li.icon11 {
  width: 4.8vw;
  left: 77.56vw;
  top: 81.83vh;
}
.list_main_icon li.icon12 {
  width: 11.6vw;
  left: 24.76vw;
  top: 8.8vh;
}
.list_main_icon li.icon13 {
  width: 3.96vw;
  left: 10.4vw;
  top: 80.77vh;
}
.list_main_icon li.icon14 {
  width: 4.03vw;
  left: 66.13vw;
  top: 34.71vh;
}
.list_main_icon li.icon15 {
  width: 3.56vw;
  left: 43.23vw;
  top: 65.49vh;
}
.list_main_icon li.icon16 {
  width: 4.66vw;
  left: 89.43vw;
  top: 70.84vh;
}
.list_main_icon li.icon17 {
  width: 3.5vw;
  left: 16.56vw;
  top: 35.56vh;
}
.list_main_icon li.icon18 {
  width: 4.7vw;
  left: 90.3vw;
  top: 47.39vh;
}
#main .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
#main .logo img {
  width: 285px;
}
#main .scene_event .logo img {
  width: 224px;
}
#main .scene_floor .logo img {
  /*width: 191px;*/
  /*FLOOR＆GROUPへlogo変更のため*/
  width: 391px;
}
#main .scene_menu .logo img {
  width: 195px;
}
#main .scene2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/top/main_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  display: none;
}
#main .scene2 .bg.active {
  animation: ScaleMain 40s infinite;
}
/* アニメーション */
@keyframes ScaleMain {
  50% {
    transform: scale(1.1);
  }
}
#main .scene2 .logo {
  display: none;
}
#main .scene_event .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/event/bg_main04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  animation: Scale1 40s infinite;
}
#main .page_scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 10;
  /*animation: Flash1 1s infinite;*/
}
#main .page_scroll img {
  width: 51px;
}
/* アニメーション */
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
#lead_main {
  background-color: #33b401;
  /*background-color: #4f0000;*/
}
.lead_main_02 {
  /*background-color: #33b401;*/
  background-color: #4f0000 !important;
}
#lead_main .content_inner_lead {
  position: relative;
  min-width: 1200px;
}
#lead_main .content_inner_lead:before, #lead_main .content_inner_lead:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 1% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
/*#lead_main .content_inner_lead:before {
  background-image: url(../images/top/lead_icon_l.png);
}
#lead_main .content_inner_lead:after {
  background-image: url(../images/top/lead_icon_r.png);
  background-position: right center;
  right: 0;
}*/
#lead_main .block {
  text-align: center;
  padding: 90px 0 130px;
  position: relative;
  z-index: 10;
}
#lead_main .ttl_wrapper {
  display: inline-block;
}
#lead_main .catch {
  padding-bottom: 5px;
  width: 127px;
  position: relative;
  left: -75px;
}
#lead_main h2 {
  position: relative;
  padding-bottom: 35px;
}
#lead_main h2 img {
  width: 671px;
}
#lead_main p img {
  width: 677px;
}
.block_layout {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.block_layout .mainttl {
  width: 360px;
  position: absolute;
  top: 65px;
  left: 0;
}
.block_layout .pic {
  width: 680px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.block_layout .info {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 35px;
  margin-top: 215px;
  box-sizing: border-box;
  /*width: 490px;*/
  width: 518px;
  position: relative;
  z-index: 1;
}
.block_layout.reverse .info {
  float: right;
}
.block_layout .catch {
  padding-bottom: 20px;
}
.block_layout .catch1 {
  width: 147px;
}
.block_layout .catch2 {
  width: 61px;
}
.block_layout .catch3 {
  width: 110px;
}
.block_layout .ttl {
  height: 28px;
  padding-bottom: 18px;
  box-sizing: content-box;
}
.block_layout .ttl img {
  max-height: 100%;
  width: auto;
}
.block_layout .body {}
.block_layout .pic {
  right: 0;
}
.block_layout.reverse .pic {
  right: auto;
  left: 0;
}
.mainttl_center {
  text-align: center;
  height: 55px;
  margin-bottom: 50px;
}
.mainttl_center img {
  max-height: 100%;
  width: auto;
}
#scene_top {
  padding-top: 140px;
}
#scene_top .slide_wrapper {
  margin-top: -30px;
  margin-bottom: 15px;
  padding: 30px;
  position: relative;
}
.slide_wrapper .btn_arrow {
  width: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slide_wrapper .btn_prev {
  left: -60px;
}
.slide_wrapper .btn_next {
  right: -60px;
}
#scene_top .slide_wrapper:before, #scene_top .slide_wrapper:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: -1;
}
#scene_top .slide_wrapper:before {
  background-color: #ae8545;
  left: 0;
  top: 0;
}
#scene_top .slide_wrapper:after {
  background-color: #c2be7d;
  right: 0;
  bottom: 0;
}
#scene_top .body {
  text-align: center;
  padding-bottom: 30px;
}
.btn_wrapper {
  text-align: center;
}
.btn_common {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  width: 320px;
  max-width: 100%;
  background-color: #470a0f;
  transition: background-color 0.3s;
  vertical-align: middle;
  text-decoration: none !important;
}
.btn_common:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/common_icon_arrow_right_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.btn_common:hover {
  background-color: #661d21;
}
#menu_top {
  padding-top: 145px;
}
.block_half {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
  margin-bottom: 150px;
}
.block_half > div {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.block_half .info {
  padding: 0 60px;
}
.block_half .catch {
  padding-bottom: 15px;
}
.block_half .catch1 {
  width: 66px;
}
.block_half .catch2 {
  width: 80px;
}
.block_half .ttl {
  height: 28px;
  padding-bottom: 30px;
}
.block_half .ttl img {
  max-height: 100%;
  width: auto;
}
.block_half .body {
  padding-bottom: 30px;
}
.table_info {
  width: 100%;
  margin-bottom: 25px;
}
.table_info th, .table_info td {
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.4;
}
.table_info th {
  width: 115px;
}
.table_info td {
  position: relative;
}
.table_info td:before {
  content: ":";
  position: absolute;
  top: 0;
  left: -25px;
}
#map_custmomize {
  width: 100%;
  height: 580px;
}
/*------------ EVENT ------------*/
#contents_event {
  background-image: url(../images/event/bg_content.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#event {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 90px 0;
}
.campaign {
  text-align: center;
}
.campaign .ttl {
  padding-bottom: 40px;
}
.campaign .ttl img {
  width: 495px;
}
.campaign .price {
  padding-bottom: 35px;
}
.campaign .price img {
  width: 236px;
}
#event .block_layout .catch1 {
  width: 88px;
}
.menu_detail {
  text-align: center;
  margin-bottom: 20px;
}
.menu_detail ul {
  display: inline-block;
  text-align: left;
}
.menu_detail ul li {
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
/*2018年8月30日追加==ここから*/
.menu_category_detail {
  text-align: left;
  margin-bottom: 5px;
  margin-left: 76px;
}
.menu_category_detail ul {
  display: inline-block;
  text-align: left;
}
.menu_category_detail ul li {
  font-size: 15px;
  padding: 10px 0 5px;
}
.menu_category_detail ul p {
  font-size: 15px;
  line-height: 2.0
}
/*2018年8月30日追加==ここまで*/
/*------------ FLOOR ------------*/
#main .slide_floor li {
  width: 100% !important;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .slide_floor li.active {
  animation: Scale1 40s infinite;
}
/* アニメーション */
@keyframes Scale1 {
  50% {
    transform: scale(1.1);
  }
}
#main .bx-viewport {
  height: 100vh !important;
}
#main .slide_floor li.floor1 {
  background-image: url(../images/floor/bg_main01.jpg);
}
#main .slide_floor li.floor2 {
  background-image: url(../images/floor/bg_main02.jpg);
}
#main .slide_floor li.floor3 {
  background-image: url(../images/floor/bg_main03.jpg);
}
#main .slide_floor li.floor4 {
  background-image: url(../images/floor/bg_main04.jpg);
}
#main .bx-wrapper .bx-pager {
  text-align: right;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  box-sizing: border-box;
  padding-right: 10px;
}
#main .bx-wrapper .bx-pager, #main .bx-wrapper .bx-controls-auto {
  bottom: 30px;
}
#main .bx-pager-item {
  margin: 0 7px;
}
#main .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-align: left;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transform: rotate(45deg);
}
#main .bx-wrapper .bx-pager.bx-default-pager a:hover, #main .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #470a0f;
}
/*#lead_main.lead_floor .content_inner_lead:before {
  background-image: url(../images/floor/lead_icon_l.png);
  background-position: left center;
}
#lead_main.lead_floor .content_inner_lead:after {
  background-image: url(../images/floor/lead_icon_r.png);
  background-position: right center;
  right: 0;
}*/
#lead_main.lead_floor .block {
  padding: 135px 0 155px;
}
#lead_main.lead_floor .catch {
  padding-bottom: 0;
  width: auto;
  text-align: right;
  position: relative;
  left: auto;
}
#lead_main.lead_floor .catch img {
  width: 124px;
}
#lead_main.lead_floor p img {
  width: 955px;
}
#floor {
  padding-top: 120px;
  padding-bottom: 180px;
}
#floor .mainttl_center {
  height: 66px;
}
.lead_center {
  text-align: center;
  font-size: 16px;
  margin: -10px 0 -40px;
}
.block_layout .btn_wrapper {
  padding-top: 30px;
}
.block_layout .option {
  height: 35px;
  padding-bottom: 10px;
  margin-top: -5px;
}
.block_layout .price {
  height: 41px;
  text-align: right;
  padding-bottom: 10px;
}
.block_layout .option img, .block_layout .price img {
  max-height: 100%;
  width: auto;
}
#floor .block_layout .catch1 {
  width: 154px;
}
.floor_map {
  position: relative;
}
.floor_map .target {
  display: block;
  position: absolute;
}
.floor_map .target:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  transition: width 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(194, 190, 125, 0.8);
}
.floor_map .target:hover:before {
  width: 100%;
}
.floor_map .target1 {
  width: 39.56%;
  height: 20%;
  left: 4.73%;
  top: 8%;
}
.floor_map .target2 {
  width: 4.91%;
  height: 12%;
  left: 6.66%;
  top: 28%;
}
.floor_map .target3 {
  width: 41.57%;
  height: 31.85%;
  left: 44.73%;
  top: 8%;
}
.floor_map .target4 {
  width: 20.52%;
  height: 33%;
  left: 4.73%;
  top: 58.81%;
}
.floor_map .target5 {
  width: 10.78%;
  height: 7.85%;
  left: 26.49%;
  top: 58.81%;
}
.floor_map .target6 {
  width: 26.49%;
  height: 21.03%;
  left: 26.49%;
  top: 70.81%;
}
.floor_map .target7 {
  width: 5.87%;
  height: 21.03%;
  left: 53.5%;
  top: 70.81%;
}
.floor_map .target8 {
  width: 4.825%;
  height: 12%;
  left: 15%;
  top: 28%;
}
.floor_map .target9 {
  width: 4.912%;
  height: 18.963%;
  left: 11.491%;
  top: 40%;
}
.floor_map .target10 {
  width: 13.246%;
  height: 5.926%;
  left: 27.281%;
  top: 29.778%;
}
.floor_map .target11 {
  width: 3.509%;
  height: 17.037%;
  left: 22.281%;
  top: 29.778%;
}
.floor_map .target12 {
  width: 10%;
  height: 9.926%;
  left: 42.193%;
  top: 58.815%;
}
#fancybox-close {
  top: -60px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: transparent url('../images/floor/btn_close.png') 0px 0px;
  background-size: 40px auto;
}
#fancybox-left-ico, #fancybox-right-ico {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  display: block;
  background-size: contain;
}
#fancybox-left-ico {
  background-image: url('../images/floor/btn_l.png');
  background-position: center center;
}
#fancybox-right-ico {
  background-image: url('../images/floor/btn_r.png');
  background-position: center center;
}
#fancybox-left span, #fancybox-left:hover span {
  left: -45px;
}
#fancybox-right span, #fancybox-right:hover span {
  left: auto;
  right: -45px;
}
/*------------ MENU ------------*/
#main .slide_floor li.menu1 {
  background-image: url(../images/menu/bg_main01.jpg);
}
#main .slide_floor li.menu2 {
  background-image: url(../images/menu/bg_main02.jpg);
}
#main .slide_floor li.menu3 {
  background-image: url(../images/menu/bg_main03.jpg);
}
#main .slide_floor li.menu4 {
  background-image: url(../images/menu/bg_main04.jpg);
}
#lead_main.lead_menu .block {
  padding: 60px 0 75px;
}
#lead_main.lead_menu .catch {
  left: -35px;
}
#lead_main.lead_menu .catch img {
  width: 116px;
}
#lead_main.lead_menu p img {
  width: 659px;
}
#lead_main.lead_menu .content_inner_lead:before, #lead_main.lead_menu .content_inner_lead:after {
  display: none;
}
#tab_wrapper {
  /*background-color: #32b400;*/
  background-color: #4f0000;
  margin-top: -1px;
}
#tab_wrapper li {
  width: 535px;
  height: 80px;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 5px 5px 0 0;
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#tab_wrapper li.tab1 {
  background-image: url(../images/menu/tab_morning.png);
  background-size: 161px auto;
}
#tab_wrapper li.tab1.active {
  background-image: url(../images/menu/tab_morning_active.png);
}
#tab_wrapper li.tab2 {
  background-image: url(../images/menu/tab_lunch.png);
  background-size: 263px auto;
}
#tab_wrapper li.tab2.active {
  background-image: url(../images/menu/tab_lunch_active.png);
}
#tab_wrapper li.active {
  background-color: #FFF;
}
#tab_wrapper li:nth-child(even) {
  float: right;
}
#tab_wrapper li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 20px;
  box-shadow: 0 -3px 5px #ddd inset;
}
#tab_wrapper li.active:before {
  background-image: url(../images/menu/tab_icon_arrow.png);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  box-shadow: none;
}
#menu_wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
#tab_content > li {
  display: none;
}
#tab_content > li.active {
  display: block;
}
.mainttl_menu_wrapper {
  margin: 0 70px 45px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
}
.mainttl_menu_wrapper h3 {
  padding-right: 40px;
}
#morning .mainttl_menu_wrapper h3 img {
  width: 213px;
}
#morning .mainttl_menu_wrapper h3 {
  padding-right: 30px;
}
#morning .mainttl_menu_wrapper .info img {
  width: 697px;
}
#lunch .mainttl_menu_wrapper h3 img {
  width: 176px;
}
#lunch .mainttl_menu_wrapper .info img {
  width: 697px;
}
#dinner .mainttl_menu_wrapper h3 img {
  width: 146px;
}
#dinner .mainttl_menu_wrapper .info img {
  width: 697px;
}
.ttl_menu1 {
  text-align: center;
  height: 49px;
  margin-bottom: 20px;
}
.ttl_menu2 {
  text-align: center;
  height: 28px;
  margin-bottom: 55px;
}
.ttl_menu1 img, .ttl_menu2 img {
  max-height: 100%;
  width: auto;
}
.lead_center_menu {
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px;
}
.list_menu_pic {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
  margin-bottom: 80px;
}
.list_menu_pic li {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.list_menu_pic.column4 li {
  width: 30%;
}
.list_menu_pic.column5 li {
  width: 20%;
}
.list_menu_pic li .pic {
  position: relative;
}
.list_menu_pic li .pic .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
}
.list_menu_pic li .inner {
  padding: 20px;
}
.list_menu_pic li .body {
  font-size: 14px;
}
.list_menu_pic li .btn_wrapper {
  padding-top: 20px;
}
.buffe_wrapper {
  padding: 0 160px;
  position: relative;
}
.buffe_wrapper:before, .buffe_wrapper:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: -10px;
}
#morning .buffe_wrapper:before {
  background-image: url(../images/menu/morning_bg_l_2.png);
  width: 300px;
  height: 439px;
  left: -145px;
}
#morning .buffe_wrapper:after {
  background-image: url(../images/menu/morning_bg_r.png);
  width: 271px;
  height: 497px;
  right: -100px;
}
#lunch .buffe_wrapper:before {
  background-image: url(../images/menu/lunch_bg_l.png);
  width: 276px;
  height: 388px;
  left: -160px;
}
#lunch .buffe_wrapper:after {
  background-image: url(../images/menu/lunch_bg_r.png);
  width: 239px;
  height: 475px;
  right: -70px;
}
#dinner .buffe_wrapper:before {
  background-image: url(../images/menu/dinner_bg_l.png);
  width: 279px;
  height: 461px;
  left: -170px;
}
#dinner .buffe_wrapper:after {
  background-image: url(../images/menu/dinner_bg_r.png);
  width: 282px;
  height: 435px;
  right: -120px;
}
.buffe_wrapper .box {
  width: 48%;
  float: left;
  box-sizing: border-box;
}
.buffe_wrapper .box:nth-child(2){
  margin-left: 4%;
}
.buffe_wrapper .box .ttl {
  color: #3faa16;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
}
.buffe_wrapper .box .ttl:before {
  content: "●";
  font-size: 8px;
  top: 0.7em;
  left: -1.8em;
  position: absolute;
}
.buffe_wrapper .box .body {
  padding-bottom: 30px;
}
.andmore {
  text-align: center;
  font-size: 12px;
}
.andmore .gray {
  color: #666666;
}
.pic_main {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
}
.attention p {
  text-align: right;
  color: #666666;
  font-size: 80%;
  margin-bottom: 30px;
  margin-right: 8%;
}
#morning .pic_main {
  background-image: url(../images/menu/morning_main.jpg);
}
#lunch .pic_main {
  background-image: url(../images/menu/lunch_main.jpg);
}
#dinner .pic_main {
  background-image: url(../images/menu/dinner_main.jpg);
}
#dinner {
  padding-top: 150px;
}
.block_layout .notes {
  font-size: 80%;
}
.block_layout .pic .ttl_pic {
  position: absolute;
  bottom: -10px;
  left: auto;
  right: 20px;
  font-size: 75px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
.block_layout.reverse .pic .ttl_pic {
  right: auto;
  left: 20px;
}
#kids .block_layout .mainttl {
  width: 291px;
}
#kids .block_layout .catch1 {
  width: 96px;
}
#bar .block_layout .mainttl {
  width: 270px;
  left: auto;
  right: 0;
}
#bar .block_layout .catch1 {
  width: 125px;
}
/*
Back to top button
*/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 85px;
  z-index: 1000;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
/*------------ FOOTER ------------*/
#footer {
  background-color: #f7f7f6;
}
.footer_inner {
  padding: 80px 0 20px;
  text-align: center;
}
.logo_footer {
  display: inline-block;
  width: 149px;
  margin-bottom: 35px;
}
.list_bnr {
  font-size: 0;
  margin: 0 auto 80px;
}
.list_bnr li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.list_bnr li a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  width: 220px;
}
.list_bnr2 {
	background: #fff;
	display: flex;
    align-items: center;
	justify-content: space-evenly;
}
.list_bnr2 li a {
  border: none;
  padding: 0;
  width: 190px;
}
.icon_blank {
  vertical-align: middle;
}
.icon_blank:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/common_icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
address {
  font-size: 12px;
}
/*-------- text_right --------*/
.t_right {
  text-align: right;
}
/*-------- text_left --------*/
.t_left {
  text-align: left;
}
/*-------- center --------*/
.t_center {
  text-align: center;
}
/*-------- left --------*/
.left {
  float: left;
}
/*-------- right --------*/
.right {
  float: right;
}
/*-------- ClearBoth --------*/
.cb {
  clear: both;
}
/*-------- COLOR --------*/
.red {
  color: #FF0000;
}
.orange {
  color: #FF6600;
}
.blue {
  color: #0097B2;
}
/*-------- FONT --------*/
.bold {
  font-weight: 700;
}
.f10 {
  font-size: 10px;
}
.f14 {
  font-size: 14px;
}
/*-------- WIDTH --------*/
.w149 {
  width: 149px;
}
.w180 {
  width: 180px;
}
.w287 {
  width: 287px;
}
.w380 {
  width: 380px;
}
.w304 {
  width: 304px;
}
/*-------- HEIGHT --------*/
.h350 {
  height: 350px;
}
.h375 {
  height: 375px;
}
.h500 {
  height: 420px;
}
.h600 {
  height: 470px;
}
/*-------- MARGIN --------*/
.ml3 {
  margin: 0 0 0 3px;
}
.ml10 {
  margin: 0 0 0 10px;
}
.ml30 {
  margin: 0 0 0 30px;
}
.ml40 {
  margin: 0 0 0 40px;
}
.ml60 {
  margin: 0 0 0 60px;
}
.ml70 {
  margin: 0 0 0 70px;
}
.mb10 {
  margin: 0 0 10px 0;
}
.mb15 {
  margin: 0 0 15px 0;
}
.mt3 {
  margin: 3px 0 0 0;
}
.mt10 {
  margin: 10px 0 0 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mt30 {
  margin: 30px 0 0 0;
}
/*-------- PADDING --------*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pl10 {
  padding-left: 10px;
}
.pl12 {
  padding-left: 12px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl100 {
  padding-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.pb20 {
  padding-bottom: 20px;
}
/*-------- COMMON --------*/
.pic {}
.hidden {
  overflow: hidden;
}
.abs {
  position: absolute;
}
.ondes {
  color: #999999;
}
/*2018年8月27日 .br-pc .br-sp追加*/
@media (min-width:768px) {
  .sp {
    display: none !important;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media (max-width:768px) {
  .pc {
    display: none !important;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  /*------------ 初期設定 ------------*/
  p {
    font-size: 3.4vw;
    line-height: 2.4;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .content_inner {
    width: 100%;
  }
  .content_inner_wide {
    width: 100%;
  }
  /*------------ NAVI ------------*/
  #btn_menu {
    right: 10px;
    top: 10px;
  }
  #gnav {
    width: 100%;
    right: -100%;
  }
  #btn_menu.active ~ #gnav {
    right: 0%;
  }
  .list_nav {
    padding-top: 28vw;
  }
  .list_nav a {
    font-size: 6vw;
  }
  .list_nav li {
    padding-bottom: 10vw;
  }
  .btn_nav_reservation {
    font-size: 4.8vw;
    width: 50vw;
    padding: 3vw;
  }
  .btn_nav_reservation:after {
    width: 3vw;
    height: 3vw;
    margin-left: 2vw;
    top: -0.5vw;
  }
  .btn_reservation {
    width: 10vw;
    top: 90vw;
  }
  /*------------ TOP ------------*/
  #main .logo {
    padding: 4vw;
  }
  #main .logo img {
    width: 50vw;
  }
  #main .scene_event .logo img {
    width: 50vw;
  }
  #main .scene_floor .logo img {
    width: 50vw;
  }
  #main .scene_menu .logo img {
    width: 50vw;
  }
  .main_catchcopy {
    width: 90vw;
  }
  .list_main_icon li.icon01 {
    width: 14.63vw;
    left: 5.3vw;
    top: 16.21vh;
  }
  .list_main_icon li.icon02 {
    width: 9.6vw;
    left: 71.1vw;
    top: 58.87vh;
  }
  .list_main_icon li.icon03 {
    width: 12vw;
    left: 18.83vw;
    top: 62.74vh;
  }
  .list_main_icon li.icon04 {
    width: 15.4vw;
    left: 68.13vw;
    top: 4.18vh;
  }
  .list_main_icon li.icon05 {
    width: 9.9vw;
    left: 33.1vw;
    top: 29.36vh;
  }
  .list_main_icon li.icon06 {
    width: 18.43vw;
    left: 55.5vw;
    top: 76.26vh;
  }
  .list_main_icon li.icon07 {
    width: 9.9vw;
    left: 5.9vw;
    top: 55.83vh;
  }
  .list_main_icon li.icon08 {
    width: 10.83vw;
    left: 52.26vw;
    top: 16.26vh;
  }
  .list_main_icon li.icon09 {
    width: 17.5vw;
    left: 26.23vw;
    top: 89.71vh;
  }
  .list_main_icon li.icon10 {
    width: 16.93vw;
    left: 78.63vw;
    top: 25.42vh;
  }
  .list_main_icon li.icon11 {
    width: 9.8vw;
    left: 75.56vw;
    top: 84.83vh;
  }
  .list_main_icon li.icon12 {
    width: 16.6vw;
    left: 24.76vw;
    top: 8.8vh;
  }
  .list_main_icon li.icon13 {
    width: 8.96vw;
    left: 10.4vw;
    top: 80.77vh;
  }
  .list_main_icon li.icon14 {
    width: 9.03vw;
    left: 66.13vw;
    top: 34.71vh;
  }
  .list_main_icon li.icon15 {
    width: 8.56vw;
    left: 43.23vw;
    top: 65.49vh;
  }
  .list_main_icon li.icon16 {
    width: 9.66vw;
    left: 84.43vw;
    top: 70.84vh;
  }
  .list_main_icon li.icon17 {
    width: 8.5vw;
    left: 16.56vw;
    top: 35.56vh;
  }
  .list_main_icon li.icon18 {
    width: 9.7vw;
    left: 85.3vw;
    top: 40.39vh;
  }
  #main .page_scroll {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 10;
    animation: Flash1 1s infinite;
  }
  #main .page_scroll img {
    width: 12vw;
  }
  #lead_main .content_inner_lead {
    min-width: 0;
  }
  #lead_main .content_inner_lead:before, #lead_main .content_inner_lead:after {
    display: none;
  }
  #lead_main .block {
    padding: 7vw 0 10vw;
  }
  #lead_main .catch {
    padding-bottom: 3vw;
    width: 15vw;
    left: 0;
  }
  #lead_main h2 {
    padding-bottom: 4vw;
  }
  #lead_main h2 img {
    width: 90vw;
  }
  #lead_main p img {
    width: 90vw;
  }
  #commitment_top {
    padding-top: 10vw;
  }
  .block_layout {
    margin-top: 0;
  }
  .block_layout .mainttl {
    width: auto;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    padding-bottom: 5vw;
  }
  .block_layout .mainttl img {
    max-height: 8vw;
    width: auto;
  }
  .block_layout .pic {
    width: 100%;
    position: static;
  }
  .block_layout .pic img {
    width: 100%;
  }
  .block_layout .info {
    padding: 5vw;
    margin-top: 0;
    width: auto;
  }
  .block_layout.reverse .info {
    float: none;
  }
  .block_layout .catch {
    padding-bottom: 4vw;
  }
  .block_layout .catch1 {
    width: 24vw;
  }
  .block_layout .catch2 {
    width: 12vw;
  }
  .block_layout .catch3 {
    width: 20vw;
  }
  .block_layout .ttl {
    height: 5vw;
    padding-bottom: 3vw;
  }
  .block_layout .ttl img {
    max-height: 100%;
    width: auto;
  }
  .block_layout .body {}
  .block_layout .pic {
    right: 0;
  }
  .block_layout.reverse .pic {
    left: 0;
  }
  .mainttl_center {
    height: 8vw;
    margin-bottom: 5vw;
  }
  .mainttl_center img {
    max-height: 100%;
    width: auto;
  }
  .attention p {
    padding: 5vw;
    text-align: left;
    color: #666666;
    font-size: 80%;
    margin: 0px;
  }
  #scene_top {
    padding-top: 10vw;
  }
  #scene_top .slide_wrapper {
    margin-top: -4vw;
    margin-bottom: 3vw;
    padding: 5vw;
  }
  .slide_wrapper .btn_arrow {
    width: 2vw;
  }
  .slide_wrapper .btn_prev {
    left: 1vw;
  }
  .slide_wrapper .btn_next {
    right: 1vw;
  }
  #scene_top .slide_wrapper:before, #scene_top .slide_wrapper:after {
    content: "";
    width: 15vw;
    height: 15vw;
    position: absolute;
    z-index: -1;
  }
  #scene_top .body {
    padding: 0 5vw 5vw;
  }
  .btn_common {
    font-size: 3.6vw;
    padding: 3vw;
    width: 90%;
  }
  .btn_common:after {
    width: 3.5vw;
    height: 3.5vw;
    margin-left: 2vw;
    top: -0.5vw;
  }
  #menu_top {
    padding-top: 18vw;
  }
  .block_half {
    display: block;
    margin-bottom: 5vw;
  }
  .block_half > div {
    width: auto;
  }
  .block_half .map {
    height: 80vw;
  }
  .block_half .map iframe {
    height: 100%;
    width: 100%;
  }
  #map_custmomize {
    height: 80vw;
  }
  .block_half .info {
    padding: 5vw;
  }
  .block_half .catch {
    padding-bottom: 4vw;
  }
  .block_half .catch1 {
    width: 12vw;
  }
  .block_half .catch2 {
    width: 14vw;
  }
  .block_half .ttl {
    height: 5vw;
    padding-bottom: 3vw;
  }
  .block_half .ttl img {
    max-height: 100%;
    width: auto;
  }
  .block_half .body {
    padding-bottom: 5vw;
  }
  .table_info {
    width: 100%;
    margin-bottom: 6vw;
    margin-top: -2vw;
  }
  .table_info th, .table_info td {
    font-size: 3.4vw;
  }
  .table_info th {
    width: 27vw;
  }
  .table_info td:before {
    left: -5vw;
  }
  /*------------ EVENT ------------*/
  #contents_event {
    padding: 5vw;
  }
  #event {
    padding: 10vw 0 0;
  }
  .campaign {
    padding: 0 5vw 8vw;
  }
  .campaign .ttl {
    padding-bottom: 7vw;
  }
  .campaign .ttl img {
    width: 75vw;
  }
  .campaign .price {
    padding-bottom: 7vw;
  }
  .campaign .price img {
    width: 50vw;
  }
  #event .block_layout .catch1 {
    width: 18vw;
  }
  #event .block_layout .info {
    background: none;
  }
  .menu_detail {
    margin-bottom: 4vw;
  }
  .menu_detail ul li {
    font-size: 3.4vw;
    padding: 2vw 0 1vw;
  }
  /*2018年8月30日追加==ここから*/
  .menu_category_detail {
    margin-bottom: 0vw;
    margin-left: 9vw;
  }
  .menu_category_detail ul li {
    font-size: 3.4vw;
    padding: 2vw 0 1vw;
  }
  .menu_category_detail ul p {
    font-size: 3.4vw;
  }
  /*2018年8月30日追加==ここまで*/
  /*------------ FLOOR ------------*/
  #main .bx-wrapper .bx-pager {
    padding-right: 2vw;
  }
  #main .bx-wrapper .bx-pager, #main .bx-wrapper .bx-controls-auto {
    bottom: 5vw;
  }
  #main .bx-pager-item {
    margin: 0 1vw;
  }
  #main .bx-wrapper .bx-pager.bx-default-pager a {
    width: 3vw;
    height: 3vw;
    margin: 0 1vw;
  }
  #lead_main.lead_floor .block {
    padding: 7vw 0 10vw;
  }
  #lead_main.lead_floor .catch {
    padding-bottom: 0;
    width: auto;
    text-align: right;
    position: relative;
    left: auto;
  }
  #lead_main.lead_floor .catch img {
    width: 14vw;
  }
  #lead_main.lead_floor p img {
    width: 90vw;
  }
  #floor {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #floor .mainttl_center {
    height: 10vw;
  }
  .lead_center {
    text-align: center;
    font-size: 3.6vw;
    margin: -2vw 0 5vw;
    padding: 0 5vw;
  }
  .block_layout .btn_wrapper {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .block_layout .option {
    height: 7vw;
    padding-bottom: 2vw;
    margin-top: -1vw;
  }
  .block_layout .price {
    height: 8vw;
    padding-bottom: 2vw;
  }
  .block_layout .option img, .block_layout .price img {
    max-height: 100%;
    width: auto;
  }
  #floor .block_layout .catch1 {
    width: 28vw;
  }
  #fancybox-close {
    top: -30px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  #fancybox-left-ico, #fancybox-right-ico {
    width: 11px;
    height: 20px;
    margin-top: -10px;
  }
  #fancybox-left span, #fancybox-left:hover span {
    left: -20px;
  }
  #fancybox-right span, #fancybox-right:hover span {
    left: auto;
    right: -20px;
  }
  /*------------ MENU ------------*/
  #main .slide_floor li.menu1 {
    background-image: url(../images/menu/bg_main01_sp.jpg);
  }
  #main .slide_floor li.menu2 {
    background-image: url(../images/menu/bg_main02_sp.jpg);
  }
  #main .slide_floor li.menu3 {
    background-image: url(../images/menu/bg_main03_sp.jpg);
  }
  #main .slide_floor li.menu4 {
    background-image: url(../images/menu/bg_main04_sp.jpg);
  }
  #lead_main.lead_menu .block {
    padding: 7vw 0 10vw;
  }
  #lead_main.lead_menu .catch {
    left: 0;
    width: auto;
    text-align: left;
  }
  #lead_main.lead_menu .catch img {
    width: 18vw;
  }
  #lead_main.lead_menu p img {
    width: 90vw;
  }
  #tab_wrapper {
    padding: 0 5vw;
  }
  #tab_wrapper li {
    width: 50%;
    height: 15vw;
    border-radius: 1vw 1vw 0 0;
  }
  #tab_wrapper li.tab1 {
    background-size: 20vw auto;
  }
  #tab_wrapper li.tab2 {
    background-size: 38vw auto;
  }
  #menu_wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .mainttl_menu_wrapper {
    margin: 0 5vw 10vw;
    border-top: 0.5vw solid #000;
    border-bottom: 0.5vw solid #000;
    padding: 3vw 0;
    display: block;
    text-align: center;
  }
  .mainttl_menu_wrapper h3 {
    padding-right: 0;
    margin-bottom: 4vw;
  }
  #morning .mainttl_menu_wrapper h3 {
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .mainttl_menu_wrapper h3 img {
    width: auto !important;
    height: 14vw !important;
    max-height: 100%;
  }
  .mainttl_menu_wrapper .info img {
    width: 100% !important;
  }
  .ttl_menu1 {
    height: 8vw;
    margin-bottom: 4vw;
  }
  .ttl_menu2 {
    text-align: center;
    height: 6vw;
    margin-bottom: 5vw;
  }
  .ttl_menu1 img, .ttl_menu2 img {
    max-height: 100%;
    width: auto;
    max-width: 90vw;
  }
  .lead_center_menu {
    text-align: center;
    font-size: 3.4vw;
    margin-bottom: 7vw;
    padding: 0 5vw;
  }
  .list_menu_pic {
    padding: 0 0;
    display: block;
    margin-bottom: 10vw;
  }
  .list_menu_pic li {
    float: left;
    margin-bottom: 5vw;
  }
  .list_menu_pic li:nth-child(odd) {
    clear: both;
  }
  .list_menu_pic li:nth-child(even) {
    float: right;
  }
  .list_last {
    width: 100% !important;
    padding: 0 20%
  }
  .list_menu_pic.column4 li {
    width: 50%;
  }
  .list_menu_pic.column5 li {
    width: 50%;
  }
  .list_menu_pic li .pic .icon {
    width: 18vw;
  }
  .list_menu_pic li .inner {
    padding: 3vw;
  }
  .list_menu_pic li .body {
    font-size: 3.4vw;
  }
  .list_menu_pic li .btn_wrapper {
    padding-top: 5vw;
  }
  .list_menu_pic li .btn_wrapper .btn_common {
    width: 100%;
  }
  .buffe_wrapper {
    padding: 0 5vw;
    padding-left: 10vw;
  }
  .buffe_wrapper:before, .buffe_wrapper:after {
    display: none;
  }
  .buffe_wrapper .box {
    width: auto;
    float: none;
  }
  .buffe_wrapper .box .ttl {
    font-size: 3.6vw;
    padding-bottom: 1vw;
  }
  .buffe_wrapper .box .ttl:before {
    font-size: 1.8vw;
    top: 0.5em;
  }
  .buffe_wrapper .box .body {
    padding-bottom: 5vw;
  }
  .andmore {
    text-align: center;
    font-size: 3vw;
  }
  .andmore .gray {
    color: #666666;
  }
  .pic_main {
    height: 50vw;
    margin-top: 10vw;
  }
  #dinner {
    padding-top: 10vw;
  }
  .block_layout .notes {
    font-size: 80%;
  }
  .block_layout .pic .ttl_pic {
    bottom: -2vw;
    right: 5vw;
    font-size: 6vw;
  }
  .block_layout.reverse .pic .ttl_pic {
    right: auto;
    left: 5vw;
  }
  #bar, #kids {
    padding-top: 10vw;
  }
  #kids .block_layout .mainttl {
    width: auto;
  }
  #kids .block_layout .catch1 {
    width: 20vw;
  }
  #bar .block_layout .mainttl {
    width: auto;
  }
  #bar .block_layout .catch1 {
    width: 24vw;
  }
  /*
	Back to top button
	*/
  #back-top {
    position: fixed;
    z-index: 1000;
    right: 10px;
  }
  #back-top span {
    width: 48px;
    height: 48px;
  }
  /*------------ FOOTER ------------*/
  .footer_inner {
    padding: 7vw 5vw;
  }
  .logo_footer {
    width: 30vw;
    margin-bottom: 7vw;
  }
  .list_bnr {
    font-size: 0;
    margin-bottom: 5vw;
  }
  .list_bnr li {
    display: block;
    margin: 0 0 2vw;
    float: left;
    width: 49%;
  }
  .list_bnr li:nth-child(odd) {
    clear: both;
  }
  .list_bnr li:nth-child(even) {
    float: right;
  }
  .list_bnr li a {
    font-size: 3.2vw;
    padding: 2.5vw;
    width: auto;
    display: block;
  }
  .list_bnr2 {
	flex-wrap: wrap;
	padding-bottom: 30px;
	}
  .list_bnr2 li {
    margin: auto;
    float: none;
    width: 50%;
  }
.list_bnr2 li a {
  width: 100%;
}
  .icon_blank:after {
    width: 3vw;
    height: 3vw;
    margin-left: 2vw;
    top: -0.5vw;
  }
  address {
    font-size: 2.6vw;
  }
}
/********************* 2018/09/10 **************************/
.main_bnr {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 100;
  display: none;
}
@media (max-width:768px) {
  .main_bnr {
    bottom: 35vw;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .skip {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }
}
/********************* /2018/09/10 **************************/
/********************* 2018/10/26 **************************/
.event2 {
  background: #e6e4da;
  padding: 90px 0;
}
.event2 .event2_inner {
  width: 90%;
  margin: 0 auto;
  padding: 65px 0;
  background: #fafaf8;
}
.event2 .event2_inner h2 {
  text-align: center;
}
.event2 .event2_inner .price {
  width: 236px;
  margin: 30px auto 0;
}
.event2 .event2_inner .txt01 {
  width: 90%;
  margin: 25px auto 0;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.8;
  text-align: center;
}
.event2 .event2_inner .btn01 {
  width: 320px;
  margin: 25px auto 0;
}

.event2 .event2_inner h3 {
  width: 250px;
  margin: 80px auto 0;
}
.event2 .event2_inner .inner {
  margin: 40px auto 0;
  position: relative;
}
.event2 .event2_inner .inner .inner_l, .event2 .event2_inner .inner .inner_r {
  width: 520px;
  float: left;
  background: #FFF;
  padding: 35px 50px 0;
  box-sizing: border-box;
  height: 420px;
}
.event2 .event2_inner .inner .inner_r {
  float: right;
}
.event2 .event2_inner .inner .inner_l h4 {
  width: 216px;
}
.event2 .event2_inner .inner .inner_r h4 {
  width: 253px;
}
.event2 .event2_inner .inner ul {
  margin-top: 25px;
}
.event2 .event2_inner .inner ul li {
  font-size: 15px;
  border-bottom: solid 1px #cdcdcd;
  padding: 10px 0 4px;
}
.event2 .event2_inner .inner ul li span {
  font-size: 8px;
}
.event2 .event2_inner .inner p {
  font-size: 12px;
  padding: 10px 0 0;
}
.event2 .ttl_h3 {
  width: 452px !important;
  margin: 60px auto 30px !important;
}
.event2_inner_inner {
  width: 90%;
  margin: 60px auto 0;
}
.event2 .inner_wide {
  background-color: #fff;
  padding: 30px 60px 60px;
  margin-top: 30px;
}
.event2 .inner_wide h4 {
  width: 500px;
  margin-left: 50px;
}
.event2 .inner_wide ul {
  margin-top: 25px;
}
.event2 .inner_wide ul li {
  font-size: 15px;
  border-bottom: solid 1px #cdcdcd;
  padding: 10px 0 4px;
  margin-right: 50px;
  margin-left: 50px;
}
.event2 .inner_wide ul li span {
  font-size: 8px;
}
.event2 .event2_inner .inner p {
  font-size: 12px;
  padding: 10px 0 0;
}

@media (max-width:768px) {
  .event2 {
    padding: 5vw;
  }
  .event2 .ttl_h3 {
    width: 90% !important;
    margin: 8vw auto 0vw !important;
    padding-bottom: 0 !important;
  }
  .event2 .event2_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .event2 .event2_inner h2 {
    text-align: center;
    width: 85vw;
    margin: 0 auto;
  }
  .event2 .event2_inner .price {
    width: 50vw;
    margin: 7vw auto 0;
  }
  .event2 .event2_inner .txt01 {
    margin-top: 7vw;
    font-size: 3.4vw;
  }
  .event2 .event2_inner .btn01 {
    width: 80%;
    margin: 5vw auto 0;
  }
  .event2 .event2_inner .image01 {
    width: 100%;
    margin-top: 35px;
  }
  .event2 .event2_inner h3 {
    width: 50%;
    margin: 7vw auto 0;
  }
  .event2 .event2_inner .inner {
    width: 90%;
    margin: 7vw auto 0;
  }
  .event2 .event2_inner .inner .inner_l, .event2 .event2_inner .inner .inner_r {
    width: 100%;
    float: none;
    background: #FFF;
    padding: 5vw;
    box-sizing: border-box;
    height: auto;
  }
  .event2 .event2_inner .inner .inner_r {
    float: none;
    margin-top: 5vw;
  }
  .event2 .event2_inner .inner .inner_l h4 {
    width: 50vw;
  }
  .event2 .event2_inner .inner .inner_r h4 {
    width: 57vw;
  }
  .event2 .event2_inner .inner ul {
    margin-top: 3vw;
  }
  .event2 .event2_inner .inner ul li {
    font-size: 3.4vw;
    padding: 2vw 0 1vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .event2 .event2_inner .inner ul li span {
    font-size: 2.8vw;
  }
  .event2 .event2_inner .inner p {
    font-size: 2.8vw;
    padding: 3vw 0 0;
  }
  .event2 .event2_inner {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .event2 .inner_wide {
    padding: 20px;
  }
  .event2 .inner_wide h4 {
    width: 100%;
    margin-left: 0;
  }
  .event2 .inner_wide ul {
    margin-top: 10px;
  }
  .event2 .inner_wide ul li {
    font-size: 3.4vw;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .event2 .inner_wide ul li span {
    font-size: 2.8vw;
  }
  .event2 .inner_wide p {
    font-size: 2.8vw;
    padding: 3vw 0 0;
  }
}
/********************* /2018/10/26 **************************/
iframe#launcher {
  display: none;
}
/********************* /2019/05/23 **************************/
/* ブレックファストメニューの7カラム対応 */
.list_menu_pic {
  justify-content: center;
}
/********************* /2020/03/01 **************************/
.event2_inner_inner_listdetail {
  padding-left: 1em;
  padding-top: 5px;
  font-size: 15px!important;
  display: inline-block;
}
.event2_inner_inner_note {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
}
.inner_image{
  margin: 50px;
  display: flex;
  justify-content: space-around;
}
.inner_image img {
  width: 30%;
}
.inner_image .inner_image_full {
  width: 80%;
}
@media (max-width:768px) {
  .event2_inner_inner_listdetail {
    text-indent: 0;
    font-size: 3.4vw!important;
    padding-left: 0;
  }
  .event2_inner_inner_note {
    margin: 0;
  }
  .inner_image{
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
  .inner_image img {
    width: 100%;
    margin-bottom: 10px;
  }
  .inner_image .inner_image_full {
  width: 100%;
}
}

  @media (min-width: 320px) and (max-width: 767.98px) {
    .page_scroll {
      display: none;
    }
  }
