body {
  position: relative;
  /* background-attachment: fixed;
  background-image: url(../../images/bg_footer.jpg);
  background-size: cover; */
}

/* #areaCenter {
  background-attachment: fixed;
  background-image: url(../../images/bg_footer.jpg);
  background-size: cover;
} */
main {
  padding: 1px;
  background-attachment: fixed;
  background-image: url(../../images/houjin/bg01.jpg);
  background-size: cover;
}

.mid {
  font-size: 0.85rem;
}
h3.title {
  max-width: 500px;
  padding-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #919191;
}

.topMain {
  position: relative;
  width: 100%;
  height: 100vh;
}
.topMain .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.topMain .copy {
  position: absolute;
  padding: 45px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 12px black;
  z-index: 10;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.topMain .copy h2 {
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}
.topMain .copy h2 img.logoTopMain {
  width: 400px;
  height: auto;
}
.topMain .copy span {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2rem;
}

/* slick背景スライド */
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
  background-image: url(../../images/enkai/main01.jpg);
}
.full div.img02 {
  background-image: url(../../images/enkai/main02.jpg);
}
.full div.img03 {
  background-image: url(../../images/enkai/main03.jpg);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/* video */
.full {
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.full video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#areaCenter {
  padding: 0;
}

/* コピー */
.copy1 {
  padding: 3rem;
}
.copy1 .inner {
  max-width: 900px;
  font-size: 1rem;
  text-align: center;
  padding: 3rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.copy1 h3 {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

/* コンタクト上 */
.resBox01 {
}
.resBox01 .inner {
  max-width: 1000px;
  font-size: 1rem;
  text-align: center;
  padding: 2rem 2rem;
  margin: auto;
}
.resBox01 .inner h3 {
  font-size: 2rem;
  margin: 3rem auto;
}
.resBox01 .inner .cols {
  display: flex;
  align-items: center;
  border: 2px solid #d1d1d1;
  background-color: rgba(249, 249, 249, 0.5);
  border-radius: 50px;
}
.resBox01 .inner .cols .col {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 50%;
  padding: 1.5rem;
}
.resBox01 .inner .cols .tel {
  border-right: 2px dotted rgba(249, 249, 249, 0.5);
}
.resBox01 .inner .cols .telNum {
  color: #373030;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1.5px;
}
.resBox01 .inner .cols .telNum::before {
  font-family: "Material Icons";
  content: "phone_iphone";
  margin-right: 10px;
  font-weight: 100;
  vertical-align: -3px;
}
.resBox01 .inner .cols .btn_res01 {
  display: inline-block;
  color: #dcdcdc;
  font-size: 0.9rem;
  line-height: 1;
  padding: 1rem 2.5rem;
  background-color: #313131;
  border-radius: 3px;
}
.resBox01 .inner .cols .btn_res01::after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  /* margin-left: 10px; */
  font-weight: 100;
  vertical-align: -3px;
}

/* プラン */
.plan {
}
.plan .inner {
  max-width: 1100px;
  font-size: 1rem;
  text-align: center;
  padding: 4rem 2rem;
  margin: auto;
}
.plan .inner h3 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.planCol {
  display: flex;
  max-width: 90%;
  margin: auto;
  margin-bottom: 3rem;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.planCol .col {
  width: 50%;
  font-size: 1.2rem;
  padding: 1%;
}
/* .planCol .col img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
} */

.planCol .col a {
  display: block;
  max-width: 280px;
  color: white;
  line-height: 1;
  padding: 1rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1.5rem;
}
.planCol .col a:hover {
  background-color: rgba(0, 0, 0, 1);
}
.planCol .col a::after {
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  margin-left: 1em;
  font-weight: 100;
  vertical-align: -3px;
}

.priceBox {
  display: table;
  width: 100%;
  max-width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 1.5rem;
}
.priceBox .col {
  display: table-cell;
  width: 50%;
  line-height: 1;
  padding: 1.5rem;
  vertical-align: middle;
}
.priceBox .col.title {
  color: white;
  font-size: 0.9rem;
  background-color: #5c5c5c;
  border-radius: 4px 0 0 4px;
}
.priceBox .col.num {
  color: #212121;
  font-size: 1.5rem;
  border: 4px solid #5c5c5c;
  background-color: white;
  border-radius: 0 5px 5px 0;
}

/* バンケット */

.banquet {
}
.banquet .inner {
  /* スライダーのcenterPadding時は1400pxに修正 */
  max-width: 1100px;
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0;
  margin: auto;
}
.banquet .inner h3 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.banquet .inner .comm {
  max-width: 700px;
  padding: 10px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.bnqSlider {
  width: 100%;
}
.bnqSlider .slides {
  color: #313131;
  padding: 1rem;
  margin: 0 10px;
  background-color: white;
}
.bnqSlider .slides img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.bnqSlider .slides .data {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
}
.bnqSlider .slides .sub {
  display: inline-block;
  color: white;
  font-size: 0.7rem;
  padding: 5px 8px;
  margin-right: 1em;
  background-color: #313131;
}
.thumbnail {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.thumbnail .thumb_img {
  display: inline-block;
  /* width: 15%;
  max-width: 100px; */
  margin: 5px;
  opacity: 0.4;
  transition: opacity 0.3s linear;
}
.thumbnail .thumb_img.slick-current {
  opacity: 1;
}
.thumbnail .thumb_img:hover {
  cursor: pointer;
}
.thumbnail .thumb_img img {
  width: 100%;
  height: auto;
}
.btnDetail,
.btn_toFlorMap {
  display: inline-block;
  color: #818181;
  font-size: 0.9rem;
  line-height: 1;
  padding: 15px 25px;
  margin-top: 2rem;
  border: 1px solid #818181;
}
.btnDetail:hover,
.btn_toFlorMap:hover {
  color: white;
  border: 1px solid #fff;
}

/* kobe beef */
.kobeBeef {
}
.kobeBeef .inner {
  max-width: 1100px;
  font-size: 1rem;
  text-align: center;
  padding: 4rem 2rem;
  margin: auto;
}
.kobeBeef .inner h3 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.kobeBeef .inner .comm {
  max-width: 700px;
  padding: 10px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.kobeBeef .kobebeef {
  width: 100%;
  height: auto;
}

/* コースプラン */
.course {
}
.course .inner {
  max-width: 1400px;
  font-size: 1rem;
  text-align: center;
  padding: 2rem 1.5rem;
  margin: auto;
}
.course h3 {
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.menu_std {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.menu_std .thumb {
  width: 65%;
  padding: 15px;
}
.menu_std .thumb img {
  width: 100%;
  height: auto;
}
.menu_std .cont {
  width: 35%;
  font-size: 0.9rem;
  text-align: left;
  padding: 30px;
}
.menu_std .cont h4 {
  font-size: 1.7rem;
  padding-top: 30px;
  margin-bottom: 0.5rem;
}
.menu_std .cont .price {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 2rem;
}
.menu_std .cont ul {
  line-height: 1.4rem;
  padding-left: 30px;
}
.menu_std .cont ul li {
  margin-bottom: 5px;
}
.priceTbl {
  width: 100%;
  max-width: 900px;
  font-size: 0.9rem;
  margin: auto;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.priceTbl th {
  font-weight: normal;
  text-align: center;
  padding: 0.3rem 0.5rem;
  background-color: #313131;
}
.priceTbl td {
  padding: 0.5rem;
}

.priceBox2 {
  max-width: 500px;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 2rem 1.5rem 1.3rem;
  margin: auto;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.priceBox2 strong {
  display: inline-block;
  border-bottom: 1px solid #d1d1d1;
}
.course .bikou {
  max-width: 900px;
  text-align: left;
  margin: auto;
  margin-bottom: 2rem;
}

/* ドリンクメニュー */
#accordion {
  max-width: 1000px;
  padding: 0.1rem 1.5rem 1.5rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.accordion-title span {
  display: inline-block;
  color: #818181;
  font-size: 0.9rem;
  line-height: 1;
  padding: 15px 25px;
  margin: 0 auto 2rem;
  border: 1px solid #818181;
}
.accordion-title span:hover {
  color: white;
  border: 1px solid #fff;
}
.menu_inner {
  display: flex;
  max-width: 1000px;
  text-align: left;
  margin: auto;
  justify-content: space-between;
}
.menu_inner .col {
  width: 49%;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.menu_inner .col h4 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.menu_inner .col ul {
  padding-left: 2em;
}
.menu_inner .col ul li {
  list-style: square;
}

.buffet {
}
.buffet .inner {
  max-width: 1400px;
  font-size: 1rem;
  text-align: center;
  padding: 4rem 2rem;
  margin: auto;
}
.buffet h3 {
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
.buffet .cols {
  display: flex;
  font-size: 0.9rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buffet .cols .col {
  width: 32%;
  padding: 1.5rem;
  background-color: #313131;
}
.buffet .cols .col:nth-child(4) {
  width: 100%;
  text-align: right;
  background-color: transparent;
}
.buffet .cols h4 {
  position: relative;
  font-size: 1.3rem;
  text-align: left;
  padding: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #4e4e4e;
}
.buffet .cols h4 .num {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buffet .cols {
}
.buffet .cols .koumoku {
  text-align: left;
  margin-bottom: 0.5rem;
}
.buffet .cols ol {
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.buffet .cols ol li {
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}

/* フロアーマップ */
.floorMap {
  padding: 20px;
}
.floorMap h3 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding-top: 2.5rem;
  margin-bottom: 4rem;
}
.floorMap .inner {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.floorMap .inner .thumb {
  width: 49%;
}
.floorMap .inner .triggerArea {
  width: 50%;
}
.floorMap img.fMap {
  width: 100%;
  height: auto;
}
.switch {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  margin: auto;
}
.switch .box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.switch .box.on {
  opacity: 1;
}
.switch .box img {
  width: 100%;
  height: auto;
}
.switch .box span {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px;
  display: block;
  bottom: 0;
  right: 0;
}

/* アクセス */

.accessBy {
  max-width: 1000px;
  font-size: 1rem;
  padding: 50px 50px 30px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.accessBy h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.accessBy ul {
  padding-left: 30px;
  margin-bottom: 2rem;
}

.cancel {
  text-align: center;
  margin-bottom: 2.5rem;
}
.cancel h3 {
  color: white;
}
.cancel .btn_cancel {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  line-height: 1;
  padding: 15px 25px;
  margin: auto;
  border: 1px solid #d1d1d1;
  opacity: 0.5;
}
.cancel .btn_cancel:hover {
  opacity: 1;
}

/*------------------------------ SP ----------------------------------------------*/
@media screen and (max-width: 940px) {
  .hamburger {
    display: none;
  }
  .mid {
    font-size: 0.85rem;
  }
  h3.title {
    position: relative;
    width: 80%;
    max-width: 320px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }
  h3.title::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    max-width: 320px;
    bottom: 0;
    left: 50%;
    background-color: #919191;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h3.title_m {
    font-size: 1.6rem !important;
    margin: 2rem auto !important;
  }
  .small {
    display: inline-block;
    font-size: 0.7rem !important;
    line-height: 1rem !important;
  }

  .topMain .copy {
    padding: 20px 25px;
  }
  .topMain .copy h2 {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
  .topMain .copy h2 img.logoTopMain {
    width: 280px;
  }
  .topMain .copy span {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5rem;
  }

  /* コピー */
  .copy1 {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .copy1 .inner {
    max-width: initial;
    font-size: 0.9rem;
    text-align: center;
    padding: 1rem 1.4rem;
  }
  .copy1 h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  /* コンタクト上 */
  .resBox01 {
  }
  .resBox01 .inner {
    max-width: 1000px;
    font-size: 1rem;
    text-align: center;
    padding: 2rem 2rem;
    margin: auto;
  }
  .resBox01 .inner h3 {
    font-size: 2rem;
    margin: 2rem auto;
  }
  .resBox01 .inner .cols {
    display: flex;
    flex-direction: column;
    align-items: initial;
    border-radius: 30px;
  }
  .resBox01 .inner .cols .col {
    width: 100%;
    padding: 1.2rem;
  }
  .resBox01 .inner .cols .tel {
    border-right: 0;
    border-bottom: 2px dotted rgba(249, 249, 249, 0.5);
  }
  .resBox01 .inner .cols .telNum {
    font-size: 1.8rem;
  }

  /* プラン */
  .plan {
  }
  .plan .inner {
    max-width: initial;
    font-size: 0.85rem;
    line-height: 1.5rem;
    padding: 2rem 1rem;
    margin: auto;
  }
  .plan .inner h3 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .plan .comm {
    text-align: left;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
  .plan .comm p:last-child {
    margin-bottom: 0;
  }

  .planCol {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
  .planCol .col {
    width: 100%;
    font-size: 1rem;
  }
  /* .planCol .col img {
    margin-bottom: 0.4rem;
  } */

  .priceBox {
    display: table;
    width: 100%;
    max-width: initial;
  }
  .priceBox .col {
    display: table-cell;
    width: 50%;
    line-height: 1;
    white-space: nowrap;
    padding: 1.5rem;
    vertical-align: middle;
  }
  .priceBox .col.title {
    font-size: 0.8rem;
  }
  .priceBox .col.num {
    font-size: 1.5rem;
  }

  /* バンケット */

  .banquet {
  }
  .banquet .inner {
    max-width: initial;
    font-size: 0.85rem;
    padding: 2rem 0;
  }
  .banquet .inner h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .banquet .inner .comm {
    max-width: initial;
    text-align: left;
    line-height: 1.5rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bnqSlider {
    width: 100%;
  }
  .bnqSlider .slides {
    text-align: left;
    padding: 0.5rem;
    margin: 0 5px;
  }
  .bnqSlider .slides img {
    margin-bottom: 0.5rem;
  }
  .bnqSlider .slides .data {
    font-size: 0.75rem;
    margin-bottom: 3px;
  }
  .bnqSlider .slides .sub {
    display: inline-block;
    color: white;
    font-size: 0.7rem;
    padding: 5px 8px;
    margin-right: 1em;
    background-color: #313131;
  }
  .thumbnail {
    width: 90%;
    max-width: 450px;
  }
  .thumbnail .thumb_img {
    display: inline-block;
    margin: 3px;
    opacity: 0.4;
  }

  .slick-dots li button::before {
    color: white !important;
  }
  .slick-dots li.slick-active button::before {
    color: #818181 !important;
  }

  /* kobe beef */
  .kobeBeef {
  }
  .kobeBeef .inner {
    max-width: initial;
    font-size: 0.85rem;
    text-align: left;
    padding: 1rem 1rem;
  }
  .kobeBeef .inner h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .kobeBeef .inner .comm {
    max-width: 700px;
    padding: 10px;
    margin: auto;
    margin-bottom: 1.5rem;
  }
  .kobeBeef .kobebeef {
    width: 100%;
    height: auto;
  }

  /* コースプラン */
  .course {
  }
  .course .inner {
    max-width: initial;
    font-size: 0.85rem;
    text-align: center;
    padding: 2rem 15px;
    margin: auto;
  }
  .course h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .menu_std {
    justify-content: initial;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .menu_std .thumb {
    width: 100%;
    padding: 20px 20px 0;
  }
  .menu_std .cont {
    width: 100%;
    font-size: 0.8rem;
    padding: 20px;
  }
  .menu_std .cont h4 {
    font-size: 1.2rem;
    padding-top: 10px;
    margin-bottom: 0.5rem;
  }
  .menu_std .cont .price {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .menu_std .cont ul {
    line-height: 1.4rem;
    padding-left: 20px;
  }
  .menu_std .cont ul li {
    margin-bottom: 5px;
  }

  .tblScroll {
    overflow-x: scroll;
  }
  .priceTbl {
    width: 100%;
    max-width: 900px;
    font-size: 0.9rem;
    margin: auto;
    margin-bottom: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .priceTbl th {
    font-weight: normal;
    text-align: center;
    padding: 0.3rem 0.5rem;
    background-color: #313131;
  }
  .priceTbl td {
    padding: 0.5rem;
  }

  .priceBox2 {
    max-width: 500px;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 2rem 1.5rem 1.3rem;
    margin: auto;
    margin-bottom: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .priceBox2 strong {
    display: inline-block;
    border-bottom: 1px solid #d1d1d1;
  }
  .course .bikou {
    max-width: initial;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

  .waku_wht {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: left;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .waku_wht p:last-child {
    margin-bottom: 0;
  }

  /* ドリンクメニュー */
  #accordion {
    max-width: initial;
    padding: 0.1rem 1rem 1rem;
  }
  .accordion-title span {
    font-size: 0.85rem;
    padding: 15px 25px;
    margin: 0 auto 2rem;
  }
  .menu_inner {
    display: flex;
    max-width: 1000px;
    text-align: left;
    margin: auto;
    justify-content: space-between;
  }
  .menu_inner .col {
    width: 50%;
    padding: 0.5rem;
    background-color: transparent;
  }
  .menu_inner .col h4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
  }
  .menu_inner .col ul {
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1em;
  }
  .menu_inner .col ul li {
    list-style: square;
    margin-bottom: 0.5rem;
  }

  .buffet {
  }
  .buffet .inner {
    max-width: initial;
    font-size: 0.85rem;
    padding: 1rem 1rem;
  }
  .buffet h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .buffet .cols {
    font-size: 0.85rem;
    flex-direction: column;
  }
  .buffet .cols .col {
    width: 100%;
    padding: 1.2rem;
    background-color: #313131;
  }
  .buffet .cols .col:nth-child(4) {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.2rem;
  }
  .buffet .cols h4 {
    font-size: 1.2rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .buffet .cols h4 .num {
  }
  .buffet .cols {
  }
  .buffet .cols .koumoku {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .buffet .cols ol {
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .buffet .cols ol li {
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
  /* FREE FLOW h3 */
  #FF {
    padding-top: 3.5rem !important;
  }

  /* フロアーマップ */
  .floorMap {
    padding: 0;
  }
  .floorMap h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    padding-top: 2.5rem;
    margin-bottom: 3rem;
  }
  .floorMap .inner {
    max-width: initial;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
  }
  .floorMap .inner .thumb {
    width: 100%;
  }
  .floorMap .inner .triggerArea {
    width: 100%;
    padding: 10px;
  }
  .floorMap img.fMap {
    width: 100%;
    height: auto;
  }
  .switch .box span {
    font-size: 1rem;
  }

  /* アクセス */

  .accessBy {
    max-width: initial;
    font-size: 0.85rem;
    padding: 20px 20px 10px;
  }
  .accessBy h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .accessBy ul {
    line-height: 1.3rem;
    padding-left: 20px;
    margin-bottom: 2rem;
  }
  .accessBy ul li {
    margin-bottom: 0.5rem;
  }
}

/*------------------------------PC & Tab------------------------------*/
@media screen and (min-width: 601px) {
}

/*------------------------------Tab------------------------------*/
@media screen and (min-width: 601px) and (max-width: 959px) {
}
