/*==================================
  MEDIA_QUERY
==================================*/
/*==================================
  VW_AUTO
==================================*/
/*==================================
  CARD_FILTER
==================================*/
.card_filter {
  padding: 0;
}

/*==================================
  category_list
==================================*/
.category_list {
  padding: 0 13px;
  margin: 50px auto 0;
}

.category_list h2 {
  font-size: 13px;
  font-size: 3.46667vw;
  font-weight: normal;
  padding-bottom: 20px;
}

.category_list h2:before {
  content: '\2212';
  padding-right: 3px;
}

@media (min-width: 769px) {
  .category_list {
    padding: 0;
    max-width: 1020px;
    margin: 76px auto 0;
  }
}

@media (min-width: 769px) {
  .category_list h2 {
    font-size: 20px;
    padding-bottom: 35px;
  }
}

.category_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_list_area .shop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category_list_area .shop:not(:first-child) {
  margin-top: 16px;
  border-top: 1px solid #afafaf;
  padding-top: 16px;
}

.category_list_area .shop_img {
  max-width: 80px;
  width: 100%;
}

.category_list_area .shop_txt {
  position: relative;
  max-width: calc(100% - (80px + 15px));
  width: 100%;
}

.category_list_area .shop_txt .floor {
  font-size: 10px;
  color: #fff;
  background: #727272;
  padding: 5px 14px;
  display: inline-block;
}

.category_list_area .shop_txt .shop_name {
  margin-top: 7px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
}

.category_list_area .shop_txt .category {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.2vw;
}

.category_list_area .shop_txt .mention {
  color: #e60012;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 10px;
  font-size: 2.66667vw;
}

.category_list_area .shop_txt .tel {
  margin-top: 13px;
  font-size: 11px;
  font-size: 2.93333vw;
}

.category_list_area .shop_txt .tel span:before {
  content: "/";
  margin-left: 5px;
  padding-right: 5px;
  color: #AFAFAF;
}

.category_list_area .shop_txt .tel:before {
  content: '';
  display: inline-block;
  background: url("/images/icn_tel.svg") no-repeat;
  width: 2.2vw;
  height: 2.2vw;
  background-size: contain;
  margin-right: 5px;
}

.category_list_area .shop_txt .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.category_list_area .shop.tax_r.tax_f .shop_txt .icons .tax_r {
  font-size: 10px;
  padding: 4px 9px;
  border: 1px solid #afafaf;
  display: block;
  margin-right: 10px;
}

.category_list_area .shop.tax_r.tax_f .shop_txt .icons .tax_f {
  font-size: 10px;
  padding: 4px 9px;
  border: 1px solid #afafaf;
  display: block;
}

.category_list_area .shop.tax_r .shop_txt .icons .tax_r {
  font-size: 10px;
  padding: 4px 9px;
  border: 1px solid #afafaf;
  display: block;
}

.category_list_area .shop.tax_r .shop_txt .icons .tax_f {
  display: none;
}

.category_list_area .shop.tax_f .shop_txt .icons .tax_r {
  display: none;
}

.category_list_area .shop.tax_f .shop_txt .icons .tax_f {
  font-size: 10px;
  padding: 4px 9px;
  border: 1px solid #afafaf;
  display: block;
}

@media (min-width: 769px) {
  .category_list_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop {
    width: 48%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop:not(:first-child) {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop:not(:nth-child(-n + 2)) {
    margin-top: 46px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_img {
    max-width: 160px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt {
    max-width: calc(100% - (160px + 30px));
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .floor {
    font-size: 10px;
    padding: 4px 13px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .shop_name {
    margin-top: 6px;
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .category {
    margin-top: 6px;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .mention {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .tel {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .tel:before {
    width: 12.5px;
    height: 12.5px;
  }
}

@media (min-width: 769px) {
  .category_list_area .shop_txt .icons {
    margin-top: 20px;
  }
}

.floor_map .category_list.color01 h2 {
  border-top: 2px solid #dc8b12;
  border-bottom: 2px solid #dc8b12;
  padding: 15px 3px;
  margin-bottom: 35px;
}

.floor_map .category_list.color01 h2::before {
  content: none;
}

.floor_map .category_list.color02 h2 {
  border-top: 2px solid #82b128;
  border-bottom: 2px solid #82b128;
  padding: 15px 3px;
  margin-bottom: 35px;
}

.floor_map .category_list.color02 h2::before {
  content: none;
}

.floor_map .category_list.color03 h2 {
  border-top: 2px solid #1a8dcb;
  border-bottom: 2px solid #1a8dcb;
  padding: 15px 3px;
  margin-bottom: 35px;
}

.floor_map .category_list.color03 h2::before {
  content: none;
}

/*==================================
  floor
==================================*/
.floor_wrap {
  padding: 0 13px;
  margin-bottom: 21px;
}

@media (min-width: 769px) {
  .floor_wrap {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 71px;
  }
}

.floor_ttl {
  border-top: 2px solid #dc8b12;
  border-bottom: 2px solid #dc8b12;
  padding: 15px 3px 15px;
  font-size: 12px;
  font-size: 3.2vw;
}

.floor_ttl.orange {
  border-top: 2px solid #dc8b12;
  border-bottom: 2px solid #dc8b12;
}

.floor_ttl.green {
  border-top: 2px solid #82b128;
  border-bottom: 2px solid #82b128;
}

.floor_ttl.blue {
  border-top: 2px solid #1a8dcb;
  border-bottom: 2px solid #1a8dcb;
}

@media (min-width: 769px) {
  .floor_ttl {
    padding: 15px 3px 15px;
    font-size: 20px;
  }
}

.floor_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

@media (min-width: 769px) {
  .floor_content {
    margin-top: 40px;
  }
}

.floor_content_logo {
  max-width: 80px;
  width: 100%;
}

@media (min-width: 769px) {
  .floor_content_logo {
    max-width: 232px;
    width: 100%;
  }
}

.floor_content_txt {
  max-width: calc(100% - (80px + 15px));
  width: 100%;
}

.floor_content_txt img {
  max-width: 88.5px;
  width: 100%;
}

.floor_content_txt .shop_name {
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 10px;
  line-height: 1.6;
}

.floor_content_txt .category {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 6px;
  line-height: 1.6;
}

.floor_content_txt .mention {
  color: #e60012;
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.85;
}

.floor_content_txt .shop_description {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.85;
}

@media (min-width: 769px) {
  .floor_content_txt {
    max-width: calc(100% - (232px + 34px));
    width: 100%;
  }
}

@media (min-width: 769px) {
  .floor_content_txt img {
    max-width: 156px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .floor_content_txt .shop_name {
    font-size: 20px;
    margin-top: 25px;
  }
}

@media (min-width: 769px) {
  .floor_content_txt .category {
    font-size: 20px;
    margin-top: 7px;
  }
}

@media (min-width: 769px) {
  .floor_content_txt .mention {
    margin-top: 7px;
  }
}

@media (min-width: 769px) {
  .floor_content_txt .shop_description {
    margin-top: 22px;
  }
}

@media (min-width: 769px) {
  .floor_content_txt .parking {
    font-size: 14px;
    margin-top: 30px;
    border-bottom: 1px solid #afafaf;
    display: inline-block;
    padding-bottom: 5px;
  }
}

/*==================================
  slider
==================================*/
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.floorguide_content {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
  &.takeout {
    .floorguide_content_txt {
      .batch {
        &_01 {
          .takeout {
            padding: 8px 0;
            background: #f6f6f6;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: calc(100% / 2);
            flex-grow: 1;
            height: 29px;
          }
        }
      }
    }
  }
  &.kids {
    .floorguide_content_txt {
      .batch {
        &_01 {
          .kids {
            background: #f6f6f6;
            padding: 8px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: calc(100% / 2);
            flex-grow: 1;
            height: 29px;
          }
        }
      }
    }
  }
  &.alcohol {
    .floorguide_content_txt {
      .batch {
        &_02 {
          .alcohol {
            background: #f6f6f6;
            padding: 8px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-grow: 1;
            width: 100%;
            max-width: calc(100% / 3);
            height: 29px;
          }
        }
      }
    }
  }
  &.reserved {
    .floorguide_content_txt {
      .batch {
        &_02 {
          .reserved {
            background: #f6f6f6;
            padding: 8px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: calc(100% / 3);
            flex-grow: 1;
            height: 29px;
          }
        }
      }
    }
  }
  &.reservation {
    .floorguide_content_txt {
      .batch {
        &_02 {
          .reservation {
            background: #f6f6f6;
            padding: 8px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: calc(100% / 3);
            flex-grow: 1;
            height: 29px;
          }
        }
      }
    }
  }
  */
}

@media (min-width: 769px) {
  .floorguide_content {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.floorguide_content_slider {
  max-width: none;
  width: 100%;
  border: 1px solid #707070;
}

.floorguide_content_slider img {
  width: 100%;
}

@media (min-width: 769px) {
  .floorguide_content_slider {
    max-width: 490px;
  }
}

.floorguide_content_txt {
  max-width: 100%;
  margin-top: 25px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.66;
}

.floorguide_content_txt .parking {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 18px;
  border-bottom: 1px solid #afafaf;
  display: inline-block;
  padding-bottom: 3px;
}

.floorguide_content_txt table {
  margin-top: 30px;
  position: relative;
}

.floorguide_content_txt table tr {
  margin-bottom: 21px;
  display: table;
}

.floorguide_content_txt table .detail_tel_list {
  display: block;
}

.floorguide_content_txt table .detail_tel_list a {
  display: block;
}

.floorguide_content_txt table .detail_tel_list:not(:first-of-type) {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .floorguide_content_txt table .detail_tel_list:not(:first-of-type) {
    margin-top: 20px;
  }
}

.floorguide_content_txt table th, .floorguide_content_txt table td {
  font-weight: normal;
  font-size: 12px;
  font-size: 3.2vw;
}

.floorguide_content_txt table th {
  vertical-align: middle;
  text-align: left;
  width: 27vw;
  border-right: 1px solid #afafaf;
}

.floorguide_content_txt table td {
  text-align: left;
  width: auto;
  padding-left: 15.5px;
}

.floorguide_content_txt .batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 10px;
  margin-top: 15px;
}

.floorguide_content_txt .batch_restaurant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  margin-top: 15px;
}

.floorguide_content_txt .batch_restaurant .batch_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.floorguide_content_txt .batch_restaurant .batch_01 p:first-child {
  margin-right: 2%;
}

.floorguide_content_txt .batch_restaurant .batch_01 p:last-child {
  margin-right: 0;
}

.floorguide_content_txt .batch_restaurant .batch_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 13px;
}

.floorguide_content_txt .batch_restaurant .batch_02 p:nth-child(3n+1), .floorguide_content_txt .batch_restaurant .batch_02 p:nth-child(3n+2) {
  margin-right: 5px;
}

.floorguide_content_txt .batch .tax_f, .floorguide_content_txt .batch .tax_r {
  display: none;
}

.floorguide_content_txt .period {
  margin-top: 25px;
  font-size: 10px;
  font-size: 2.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorguide_content_txt .period_small {
  font-size: 12px;
  font-size: 3.2vw;
  vertical-align: middle;
  padding-right: 5px;
}

.floorguide_content_txt .period .end::before {
  content: '\2212';
  padding-right: 5px;
  margin-left: 5px;
}

.floorguide_content_txt h1 {
  font-weight: normal;
  line-height: 1.5;
  margin-top: 6px;
  font-size: 17px;
  font-size: 4.53333vw;
}

.floorguide_content_txt .txt {
  margin-top: 16px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.85;
}

.floorguide_content_txt .anchor {
  margin-top: 25px;
  font-size: 12px;
  font-size: 3.2vw;
}

.floorguide_content_txt .anchor a:after {
  content: '';
  background: url("/images/icn_blank.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .floorguide_content_txt {
    max-width: calc(100% - (490px + 40px));
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .parking {
    display: none;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt table {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt table tr {
    margin-bottom: 23px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt table th, .floorguide_content_txt table td {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt table th {
    width: 123px;
    padding-right: 15.5px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .batch {
    margin-top: 45px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .batch_restaurant {
    margin-top: 45px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .batch_restaurant .batch_02 {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .period {
    font-size: 12px;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .period_small {
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt h1 {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .floorguide_content_txt .anchor {
    margin-top: 40px;
    font-size: 14px;
  }
}

.floorguide_content .floorguide_content_txt .batch_01 p {
  padding: 8px 0;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(100% / 2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 29px;
}

.floorguide_content .floorguide_content_txt .batch_02 p {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: calc((100% - 10px) / 3);
  height: 3.5em;
  margin-top: 5px;
  line-height: 1.4;
}

.floorguide_content.tax_r .floorguide_content_txt .batch .tax_r {
  padding: 8px 0;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(96% / 3);
  border: 1px solid #afafaf;
  font-size: 10px;
  font-size: 2.66667vw;
}

.floorguide_content.tax_f .floorguide_content_txt .batch .tax_f {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(96% / 3);
  font-size: 10px;
  font-size: 2.66667vw;
  border: 1px solid #afafaf;
}

@media (min-width: 769px) {
  .floorguide_content.tax_r .floorguide_content_txt .batch .tax_r {
    padding: 3px 0;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .floorguide_content.tax_f .floorguide_content_txt .batch .tax_f {
    padding: 3px 0;
    font-size: 14px;
  }
}

.floorguide_card_ttl {
  margin: 55.5px auto 0;
}

.floorguide_card_ttl p {
  font-weight: normal;
  font-size: 13px;
  padding: 0 13px;
}

.floorguide_card_ttl p:before {
  content: '';
  background: url("/images/icn_new_article.svg") no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .floorguide_card_ttl {
    max-width: 1020px;
    margin: 106px auto 0;
  }
}

@media (min-width: 769px) {
  .floorguide_card_ttl p {
    font-size: 22px;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .floorguide_card_ttl p:before {
    width: 16px;
    height: 18.1px;
  }
}

.card_wrap {
  margin-top: 16px;
}

@media (min-width: 769px) {
  .card_wrap {
    margin-top: 27px;
  }
}

/*# sourceMappingURL=maps/floor.css.map */
