@media screen and (min-width:768px){
  .hanamizuki_dinning_logo{
    width:356px;
    margin-left:10px;
    display:block;
  }
}
@media screen and (max-width:767px){
  .hanamizuki_dinning_logo{
    width:95%;
    margin-bottom:3px;
    display:block;
  }
}

.floor_title {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.floor_no_wrap {
  margin-right: 10px;
}

.floor_anchorlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floor_anchorlinks a {
  background: #EEEBF6;
  color: #7B46A9;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floor_anchorlinks a::after {
  font-weight: normal;
  font-family: "icomoon";
  content: "\e902";
}

.floor_middle_title {
  font-weight: bold;
  vertical-align: middle;
}

.floor_middle_title::before {
  margin-right: 10px;
  font-weight: normal;
  color: #7B46A9;
}

.floor_shop_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.floor_shop_lists::after {
  height: 0;
  content: "";
  display: block;
}

#floor56f .floor_shop_lists li,
#floor4f .floor_shop_lists li {
  width: 108%;
}

.floor_shop_lists a {
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.floor_shop_lists .shop_logo {
  border: solid 1px #848898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floor_shop_lists .shop_logo img {
  max-height: 100%;
  display: block;
}

.floor_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floor_facility figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floor_facility figcaption {
  font-weight: bold;
  line-height: 1.364;
}

.floor_middle_title_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floor_middle_title_lists li {
  margin: 0 10px 10px;
}

@media screen and (min-width: 768px) {
  .floor_section_wrap {
    margin-bottom: 30px;
    padding-top: 80px;
  }
  .floor_section_wrap .column_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .floor_section_wrap .list_circle {
    margin-bottom: 35px;
  }
  .floor_section_wrap .list_circle li {
    font-size: 14px;
  }
  .floor_anchorlinks a {
    width: 150px;
    height: 64px;
    font-size: 20px;
  }
  .floor_anchorlinks a::after {
    font-size: 8px;
  }
  .floor_anchorlinks a:hover {
    background: #7B46A9;
    color: #fff;
    opacity: 1;
  }
  .floor_anchorlinks .floor_no {
    font-size: 14px;
  }
  .floor_img {
    width: 486px;
  }
  .floor_shops {
    width: 582px;
  }
  .floor_middle_title {
    font-size: 14px;
  }
  .floor_middle_title::before {
    font-size: 18px;
  }
  .floor_shop_lists {
    margin: 20px 0 30px;
  }
  .floor_shop_lists::after {
    width: 180px;
  }
  .floor_shop_lists li {
    width: 180px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .floor_shop_lists .shop_logo {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }
  .floor_shop_lists .shop_name {
    width: 100%;
    font-size: 16px;
  }
  .floor_shop_lists .category_name {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    display: inline-block;
  }
  .floor_shop_lists a:hover {
    text-decoration: none;
  }
  #floor56f .floor_shop_lists, #floor4f .floor_shop_lists {
    display: block;
  }
  #floor56f .floor_shop_lists .shop_logo, #floor4f .floor_shop_lists .shop_logo {
    width: 220px;
    height: 220px;
  }
  #floor56f .floor_shop_lists .shop_name, #floor4f .floor_shop_lists .shop_name {
    width: 220px;
  }
  .floor_facility li {
    margin: 0 15px 10px 0;
  }
  .floor_facility img {
    width: 32px;
    height: 32px;
    margin-right: 3px;
  }
  .floor_facility figcaption {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .floor_title {
    align-items: center;
  }
  .floor_no_wrap {
    margin-right: 15px;
  }
  .floor_section_wrap {
    margin-bottom: 10px;
  }
  .floor_section_wrap .list_circle {
    margin-bottom: 25px;
  }
  .floor_section_wrap .list_circle li {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .floor_section_wrap {
    margin: -80px auto 0;
    padding-top: 60px;
  }
  .floor_anchorlinks {
    margin-bottom: 80px;
  }
  .floor_anchorlinks::after {
    width: 20vmin;
    height: 0;
    content: "";
    display: block;
  }
  .floor_anchorlinks li {
    margin-bottom: 15px;
  }
  .floor_anchorlinks a {
    width: 20vmin;
    height: 18vmin;
    font-size: 18px;
    font-size: 5.625vw;
  }
  .floor_anchorlinks a::after {
    font-size: 8px;
    font-size: 2.5vw;
  }
  .floor_anchorlinks a:active {
    background: #7B46A9;
    color: #fff;
    opacity: 1;
  }
  .floor_anchorlinks .floor_no {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .floor_middle_title {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .floor_shop_lists {
    margin: 20px 0 30px;
  }
  .floor_shop_lists::after {
    width: 30%;
  }
  .floor_shop_lists li {
    width: 30%;
    margin-top: 5px;
    margin-bottom: 18px;
  }
  .floor_shop_lists .shop_logo {
    width: 28vmin;
    height: 28vmin;
    margin-bottom: 10px;
  }
  .floor_shop_lists .shop_name {
    width: 28vmin;
    font-size: 3.4375vw;
  }
  .floor_shop_lists .category_name {
    font-weight: 500 !important;
    font-size: 3vw !important;
    line-height: 1.3 !important;
    display: inline-block;
  }
  .floor_shop_lists a:active {
    text-decoration: none;
  }
  .floor_facility {
    margin-bottom: 80px;
  }
  .floor_facility li {
    margin: 0 25px 10px 0;
  }
  .floor_facility img {
    width: 9vw;
    margin-right: 3px;
  }
  .floor_facility figcaption {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
