@charset "utf-8";
/* CSS Document */

/* =========================================
  Base / Utility
========================================= */
.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

#wrapper .pc_appear {
  display: none;
}

#wrapper .sp_appear {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #000;
  max-width: 750px;
  margin: 0 auto;
}

#contInner {
  margin-left: 0;
}

#pagetop .scroll {
  display: none;
}

/* header .logo {
  padding-bottom: 5px;
}
.logo2 img {
  border-top: 1px solid #000;
}

#copyright {
  position: relative;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 11px;
  background: #333;
  padding: calc(10px + 4.776119402%) 0;
} */

#wrapper {
  overflow: visible;
}

#contents,
#wrapper.top #main {
  float: none;
  border-left: none;
  margin: 0;
}

#wrapper.top #main {
  padding-top: 0;
}

#contentsArea {
  background-color: #FFFEEF;
}

footer .container {
  border-top: none;
}

/* =========================================
  Search Area
========================================= */
.search_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  text-align: center;
  background: rgba(0, 0, 0, 0%);
  overflow: auto;
  opacity: 1;
  visibility: hidden;
  transition: 0.7s;
  box-sizing: border-box;
}

.search_area:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.float_search.active .search_area {
  opacity: 1;
  background: rgba(0, 0, 0, 50%);
  visibility: visible;
}

.search_area_outer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  transform: scale(1);
  overflow: hidden;
  margin: 0 auto;
}

.search_area_inner {
  position: fixed;
  width: 200vh;
  height: 200vh;
  background: transparent radial-gradient(closest-side at 50% 50%, #FFD136 0%, #FCC32F 36%, #ED870F 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform-origin: center calc(100vh - 10vh - 4.776119402%);
  transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-50%) scale(0.01);
}

.float_search.active .search_area_inner {
  transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-50%) scale(1);
}

.search_ttl {
  /* width: 67.733333333vw; */
  width: 60vw;
  padding-top: 17.066666666vw;
  margin: 0 auto 18px;
  transition: all 1s;
}

.category_nav {
  width: 100vw;
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

.category_ttl {
  font-size: 1.8rem;
  /* font-size: 1.7rem; */
  font-weight: bold;
  color: #fff;
  margin: 15px 0 6px;
}

.category_item {
  display: inline-block;
  font-size: 1.4rem;
  /* font-size: 1.3rem; */
  font-weight: 500;
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 5px 11px;
  margin-bottom: 8px;
  margin-right: 10px;
}

.category_item.active {
  color: #ED870F;
  background-color: #fff;
}

.close_txt {
  width: 100%;
  color: #fff;
  text-align: center;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
}

#wrapper .close_txt img {
  position: absolute;
  width: 122.857142857%;
  bottom: 0;
}

#wrapper img#search_text {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#in_modal {
  display: none;
}

#wrapper img#float_btn3_on {
  display: none;
  position: relative;
  z-index: 900;
}

.no_info {
  display: none;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 11px;
}

.remove_filter_outer {
  width: 100vw;
  max-width: 750px;
  position: relative;
  /* bottom: 0; */
  bottom: 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

.remove_filter {
  width: 30.133333333%;
  max-width: 133px;
  position: absolute;
  left: 20px;
}

/* =========================================
  Modal
========================================= */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 20px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal_first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 101;
}

.modal_first.active {
  opacity: 1;
  visibility: visible;
}

.scroll_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 117px;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 27px;
  transform: translateX(-50%);
}

.arrow:after {
  content: '';
  box-sizing: border-box;
  width: 20px;
  height: 17px;
  border: 10px solid transparent;
  border-top: 17px solid #fff;
}

.scroll_area::before {
  -webkit-animation: elasticus 1.6s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */

  -moz-animation: elasticus 1.6s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */

  -o-animation: elasticus 1.6s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */

  animation: elasticus 1.6s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */

  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  width: 4px;
  height: 90px;
  background: #fff;
  content: ' ';
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

.scroll_ttl {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 5.7px;
  line-height: 27px;
}

.modal-body {
  width: 92%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  z-index: inherit;
  min-height: calc(100dvh - 40px);
}

.modal-content {
  width: 100%;
  background-color: #fff;
  padding: 26px 0;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.modal_close {
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  background-color: #C3C3C3;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.modal_close_inner {
  display: block;
  position: relative;
}

.modal_close::before,
.modal_close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 17px;
  /* 棒の高さ */
  background: #fff;
}

.modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn-close {
  width: 27px;
  height: 27px;
  background-color: #c3c3c3;
  border-radius: 50%;
  position: absolute;
  top: -13.5px;
  right: -13.5px;
}

.btn-close::before,
.btn-close::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 52%;
  width: 3px;
  height: 17px;
  background: #fff;
  border-radius: 2.5px;
}

.btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-swiper-container {
  overflow: hidden;
  flex: 1;
  height: auto;
}

.modal-swiper-wrapper {
  width: 100%;
}

.modal_swiper_li {
  width: 100%;
  height: auto !important;
  box-sizing: border-box;
}

.modal_shop_header {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(24px, 6.4vw);
  align-items: start;
}

.modal_shop_media {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal_shop_main_image {
  width: 100%;
  height: auto;
  display: block;
}

.modal_shop_thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.modal_shop_thumb_btn {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
}

.modal_shop_thumb.is-active .modal_shop_thumb_btn {
  border-color: #ED870F;
}

.modal_shop_thumb img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.modal_shop_detail {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.modal_shop_title_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.modal_shop_logo {
  width: calc(125 / 280 * 100%);
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  padding: 6px 8px;
  margin: 0 auto;
}

.modal_shop_title {
  width: 100%;
  margin-top: min(10px, calc(10 / 530 * 100%));
}

.modal_shop_name {
  font-size: calc(1rem * (30 / 16));
  margin-top: min(16px, calc(16 / 280 * 100%));
  color: #ED870F;
  font-weight: bold;
  line-height: 1.3;
}

.shop_floor_name .new,
.modal_shop_name .new{
  font-size: 1rem;
  color: #e91e1e;
  font-weight: bold;
}

.modal_shop_name .m-none{
  display: none;
}

.modal_shop_floor_name {
  font-size: calc(1rem * (25 / 16));
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 26px;
  margin-top: 0;
}

.modal_shop_subcategory {
  font-size: 1.3rem;
  line-height: 21px;
  margin-top: 6px;
}

.modal_shop_information {
  font-size: 1.3rem;
  line-height: 21px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-top: min(10px, calc(10 / 280 * 100%));
}

.modal_shop_information > div:not(:last-child) {
  margin-right: min(8px, calc(8 / 280 * 100%));
}

.modal_shop_floor_info {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.modal_shop_lunch,
.modal_shop_dinner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  padding-left: 1.3em;
}

.modal_shop_lunch::before,
.modal_shop_dinner::before {
  content: '';
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal_shop_lunch::before {
  background-image: url(../img/ico-lunch.svg);
}

.modal_shop_dinner::before {
  background-image: url(../img/ico-dinner.svg);
}

.modal_shop_tel {
  position: relative;
  padding-left: 1.3em;
}

.modal_shop_tel::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/ico-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal_shop_tel.no_value::before {
  content: '';
  width: 0;
  height: 0;
  background: none;
}

.modal_shop_openinghour {
  position: relative;
  padding-left: 1.3em;
}

.modal_shop_openinghour::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/ico-time.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal_shop_openinghour.no_value::before {
  content: '';
  width: 0;
  height: 0;
  background: none;
}

.modal_shop_desc {
  font-size: 1.3rem;
  line-height: 23px;
  margin-top: 9px;
}

.modal_section_ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: min(40px, calc(40 / 290 * 100%));
  padding-block: min(24px, calc(24 / 290 * 100%));
  position: relative;
  letter-spacing: 0.075em;
}

.modal_section_ttl::before {
  content: "";
  display: block;
  height: 2px;
  background: #E3892E;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.modal_section_icon {
  width: min(33px, 11.145%);
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding-right: min(8px, calc(8 / 290 * 100%));
}

.modal_section_icon--menu {
  background-image: url(../img/ico-menu.png);
}

.modal_section_icon--map {
  background-image: url(../img/ico-map.png);
}

.modal_section_ttl_inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  z-index: 2;
}

.modal_section_ttl_jp {
  font-size: 1.8rem;
  white-space: nowrap;
  background: #fff;
}

.modal_section_ttl_eng {
  font-size: 1.6rem;
  color: #E3892E;
  padding-inline: min(10px, calc(10 / 290 * 100%));
  white-space: nowrap;
  flex-shrink: 0;
  background: #fff;
}

.modal_menu_list {
  display: flex;
  flex-direction: column;
}

.modal_menu_item {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: min(32px, calc(32 / 290 * 100%));
  border-bottom: 1px solid #9D9D9D;
}

.modal_menu_item:not(:first-child) {
  margin-top: min(32px, calc(32 / 290 * 100%));
}

.modal_menu_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.modal_menu_body {
  margin-top: min(24px, calc(24 / 290 * 100%));
  text-align: left;
}

.modal_menu_img img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_menu_name {
  font-size: 1.6rem;
  font-weight: bold;
}

.modal_menu_desc {
  font-size: 1.3rem;
  line-height: 1.77;
  margin-top: min(16px, calc(16 / 290 * 100%));
}

.modal_menu_price {
  margin-top: min(25px, calc(25 / 290 * 100%));
  font-size: 1.3rem;
}

.modal_menu_price_row {
  display: flex;
  flex-wrap: wrap;
}

.modal_menu_price_row:not(:first-child) {
  margin-top: min(12px, calc(12 / 290 * 100%));
}

.modal_menu_price_row dt {
  width: 100%;
}

.modal_menu_price_row dd {
  margin-top: min(8px, calc(8 / 290 * 100%));
}

.modal_shop_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(8px, calc(8 / 280 * 100%));
  gap: 6px;
}

.modal_shop_category_item {
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 1% 2%;
  margin: 0;
}

.modal_map_ttl {
  margin-top: 35px;
}

.modal_map_outer {
  width: fit-content;
  /* border: 2px solid #ED870F; */
}

.modal-swiper-button-prev,
.modal-swiper-button-next {
  background: #ED870F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%);
}

.modal-swiper-button-prev::after,
.modal-swiper-button-next::after {
  content: '';
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 50%;
  width: 15px;
  height: 15px;
  border: 7.5px solid rgba(255, 255, 255, 0%);
  border-right: 7.5px solid #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.modal-swiper-button-prev {
  left: -10px;
  right: auto;
}

.modal-swiper-button-next {
  right: -10px;
  left: auto;
  transform: scale(-1, 1) translateY(-50%);
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.modal_swiper_li.local::before {
  content: '';
  width: min(88px, 23.571428571%);
  height: min(88px, 23.571428571%);
  position: absolute;
  top: -20px;
  left: -20px;
  background: url(../img/ico-local.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.modal_swiper_li.aichi::before {
  content: '';
  width: min(88px, 23.571428571%);
  height: min(88px, 23.571428571%);
  position: absolute;
  top: -20px;
  left: -20px;
  background: url(../img/ico-aichi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

/* =========================================
  Swiper (Global)
========================================= */
.swiper-container {
  position: relative;
  width: 84%;
}

.swiper-slide {
  transition: all 0.3s;
}

.swiper-slide:first-child {
  margin-top: 0;
}

.swiper-button_nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.floor-swiper-button-prev,
.floor-swiper-button-next {
  background: #B56200;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.floor-swiper-button-prev::after,
.floor-swiper-button-next::after {
  content: '';
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 50%;
  width: 15px;
  height: 15px;
  border: 7.5px solid rgba(255, 255, 255, 0%);
  border-right: 7.5px solid #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.floor-swiper-button-prev {
  left: -15px;
  right: auto;
}

.floor-swiper-button-next {
  right: -15px;
  left: auto;
  transform: scale(-1, 1) translateY(-50%);
}

.swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  display: block;
  width: 14px !important;
  height: 14px !important;
  background-image: none !important;
  background-color: #CCDDE6 !important;
  border-radius: 50% !important;
  margin: 0 5px;
}

.swiper-pagination-bullet:after {
  border-radius: 50%;
  border: none !important
}

.swiper-pagination-bullet-active {
  background-color: #4CACE2 !important
}

.swiper-slide-active {
  /* margin-top: 20px; */
  /* margin-bottom: 0; */
  transition: all 0.3s;
  height: 100%;
}

/* =========================================
  Content Sections
========================================= */
.content_area {
  overflow: visible;
  position: relative;
  margin-top: min(42.5px, calc(42.5 / 375 * 100%));
}

.content_area.discription_area {
  margin-top: min(50px, calc(50 / 375 * 100%));
  width: calc(335 / 375 * 100%);
  margin-inline: auto;
  text-align: center;
}

#contents .content_area.discription_area img{
  max-width: 600px;
  width: calc( 297 / 335 * 100%);
  margin-inline: auto;
  margin-block-end: min(25px, calc(25 / 375 * 100%));
}

.content_area.discription_area .discription_txt{
  font-size: min(3.2rem, 4vw);
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.discription_note {
  font-size: min(2.2rem, 3.2vw);
}

/* ショップリスト */
.shoplist_area .content_ttl {
  width: calc(268 / 375 * 100%);
  margin-inline: auto;
}

.shop_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 3.03030303%;
  padding: 0 4.533%;
  padding-bottom: 11px;
  margin-top: min(25px, calc(25 / 330 * 100%));
  box-sizing: border-box;
  opacity: 0;
}

.shop_list.show {
  opacity: 1;
  transition: all 0.5s;
}

.shop_item {
  display: none;
  width: auto;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 20%);
  margin-bottom: 0;
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.shop_item:nth-child(2n) {
  margin-left: 0;
}

.shop_item.visible {
  display: block;
}

.shop_item.local::before {
  content: '';
  width: min(88px, 27.5%);
  height: min(88px, 27.5%);
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../img/ico-local.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.shop_item.aichi::before {
  content: '';
  width: min(88px, 27.5%);
  height: min(88px, 27.5%);
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../img/ico-aichi.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.shop_item.tokai::before {
  content: '';
  width: min(88px, 27.5%);
  height: min(88px, 27.5%);
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../img/ico-tokai.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.shop_floor_name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 0.75em 0.75em;
  box-sizing: border-box;
  line-height: 1.4;
}

/* グルメマガジン */
.magazine_area .content_ttl {
  width: calc(268 / 345 * 100%);
  margin: 0 auto;
}

.magazine_content_area {
  margin-top: min(30px, calc(30 / 1300 * 100%));
  padding: 0 4.533%;
}

.magazine-swiper-container {
  overflow: visible;
  box-sizing: border-box;
}

.magazine_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.magazine_item {
  width: auto;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 20%);
  border: 2px solid #ED870F;
  box-sizing: border-box;
  overflow: hidden;
}

.magazine_link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.magazine_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.magazine_body {
  padding: 12px 12px 14px;
}

.magazine_title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ED870F;
  line-height: 1.5;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}

.magazine_shop {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}


/* フロアマップ */
.floor_map_area .content_ttl {
  width: calc(234 / 345 * 100%);
  margin-inline: auto;
}

.floor_map_desc {
  width: 80%;
  margin: 5px auto 0;
}

.floor_map_content_area {
  margin: 15px auto 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.floor_map_content_area .swiper-slide {
  border: 3px solid #ED870F;
  box-sizing: border-box;
}

/* フロアマップ タブ */
.floor_map_content_area {
  width: calc(335 / 375 * 100%);
}

.floor_map_content_nav {
  display: flex;
  row-gap: 15px;
  column-gap: 3%;
  font-size: 1.8rem;
  justify-content: center;
  margin-bottom: min(32px, calc(32 / 375 * 100%));;
  flex-wrap: wrap;
}

.floor_map_tab {
  border: 2px solid #ED870F;
  border-radius: 50px;
  background-color: #fff;
  color: #ED870F;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 8px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  line-height: calc(26/18);
  letter-spacing: 0.075em;
  font-family: inherit;
}

.floor_map_tab:nth-of-type(1) {
  width: 100%;
}

.floor_map_tab:nth-of-type(n + 2) {
  width: calc(160 / 335 * 100%);
}

/* .floor_map_tab:nth-of-type(3) {
  width: calc(160 / 335 * 100%);
}

.floor_map_tab:nth-of-type(3) {
  width: calc(160 / 335 * 100%);
} */

.floor_map_tab.is-active {
  background-color: #ED870F;
  color: #fff;
}

.floor_map_panel {
  display: none;
  /* border: 1px solid #ACACAC; */
  box-sizing: border-box;
}

.floor_map_panel.is-active {
  display: block;
}

.floor_map_panel img {
  width: 100%;
  height: auto;
  display: block;
}

.content_bottom_area {
  background-color: #fff;
  margin-top: 18px;
}

.item_img {
  width: fit-content;
  box-shadow: 1px 2px 4px #0000004D;
  margin: 0 auto;
}

/* バナーエリア */
.bnr_area {
  margin-top: 12.5%;
}

.bnr_area .content_ttl {
  width: 44%;
  margin: 0 auto;
}

/* ホームページボタン */
.go_hp_area {
  margin: 16.71641791% auto 19.701492537%;
  max-width: 550px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 沼めし グルメマガジン */
.magazine_content_btn {
  margin: 8.71641791% auto 19.701492537%;
  max-width: 550px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* フロートボタン */
.float_btn_area {
  opacity: 0;
  position: sticky;
  bottom: 0;
  z-index: 100;
  transition: all 1s;
  box-shadow: 0px -2px 8px #0000001A;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.float_btn_list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

.float_search {
  position: relative;
  margin-top: -4.776119402%;
}

#wrapper img#float_btn3 {
  position: relative;
  z-index: 900;
}

#wrapper #float_btn3_off {
  position: relative;
  z-index: 900;
}

.make_swiper_area {
  display: none;
}

#float_map {
  /* visibility: hidden; */
}

#float_bnr_area {
  /* visibility: hidden; */
}

.float_btn_item.reservation {
  visibility: hidden;
}

.float_btn_item.magazine_gourmet {
  display: none;
}

.content_ttl{
  margin-block: min(60px, calc(60 / 375 * 100%)) min(32px, calc(32 / 375 * 100%));
}

#reservation .content_ttl {
  width: calc(306 / 375 * 100%);
  margin-inline: auto;
}

.reservation_bnr {
  text-align: center;
  padding: 0 4.533%;
}

.reservation_bnr a{
  display: inline-block;
}


/* =========================================
  アイコン
========================================= */
.modal_shop_label {
  display: block;
  width: 100%;
  margin-top: min(16px, calc(16 / 280 * 100%));
}
.area-badge {
  box-sizing: border-box;
  font-size: min(16px, 1.6rem);
  height: 27px;
  width: 106px;
  font-weight: bold;
  color: #000;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  margin: 0 0 auto;
  padding-bottom: 2px;
}

.area-badge.first-kanto {
  color: #fff;
  background-color: #8B7C7C;
}

.area-badge.first-chiba {
  color: #fff;
  background-color: #7A90C5;
}

.area-badge.new-business {
  color: #fff;
  background-color: #A584B1;
}

/* =========================================
  Media Queries
========================================= */
@media screen and (min-width: 767px) {
  html {
    font-size: 100%;
  }

  body {
    max-width: 100%;
    margin: 0 auto;
  }

  header {
    /* padding-bottom: 30px; */
  }

  .pc_appear {
    display: block;
  }

  .sp_appear {
    display: none;
  }

  #wrapper .pc_appear {
    display: block;
  }

  #wrapper .sp_appear {
    display: none;
  }

  a img:hover {
    opacity: 0.7;
  }

  #spMenuWrap {
    display: none;
  }

  #language {
    display: none;
  }

  #contents {
    max-width: 100%;
    background-color: #FFFEEF;
    margin: 0 auto;
  }

  #main {
    padding-bottom: 0;
  }

  .content_area.discription_area {
    margin-top: min(82px, calc(82 / 375 * 100%));
    width: calc(335 / 375 * 100%);
    margin-inline: auto;
  }

  #contents .content_area.discription_area img{
    max-width: 803px;
    width: 100%;
    margin-inline: auto;
    margin-block-end: min(20px, calc(20 / 375 * 100%));
  }

  .content_area.discription_area .discription_txt{
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }

  .discription_note {
    font-size: 1.2rem;
  }

  .content_outer {
    max-width: 1280px;
    margin: 0 auto;
  }

  .shop_list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(32px, 1.6vw) min(28px, 1.4vw);
    padding-bottom: 32px;
  }

  .shop_item {
    width: auto;
    margin-bottom: 0;
  }

  .shop_item:nth-child(2n) {
    margin-left: 0;
  }

  .bnr_area {
    margin-top: 0;
  }

  .bnr_item {
    margin: 0;
    max-width: 630px;
    width: 100%;
  }

  .bnr_area .content_ttl {
    margin-bottom: 20px;
  }

  .go_hp_area {
    margin: 90px auto 0;
    padding-bottom: 100px;
    text-align: center;
    max-width: 600px;
    width: 100%;
  }

  .go_hp_area a {
    display: inline-block;
  }

  /* 沼めし グルメマガジン */
  .magazine_content_btn {
    margin: 60px auto 0;
    text-align: center;
    max-width: 600px;
    width: 100%;
  }

  .magazine_content_btn a {
    display: inline-block;
  }


  /* modal */
  .modal-body {
    max-width: 1120px;
  }

  .modal-content {
    padding: min(60px, calc(60 / 1120 * 100%)) 0;
  }

  .modal_shop_img {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
  }

  .modal_shop_img .modal_shop_info {
    width: 70%;
  }

  #wrapper .modal_shop_img img {
    width: 330px;
    height: 100%;
  }

  .modal_shop_logo {
    width: 125px;
    height: 100%;
    margin: 0 auto 0 0;
  }

  .modal_shop_logo_floor_wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .modal_shop_subcategory {
    margin-top: 13px;
  }

  .modal_shop_floor_name {
    /* font-size: 2.8rem; */
    font-size: 28px;
    font-weight: bold;
    line-height: calc(40/28);
    letter-spacing: 1.4px;
    color: #ED870F;
    margin-top: 0;
  }

  .modal_shop_subcategory,
  .modal_shop_desc {
    /* font-size: 1.6rem; */
    font-size: 16px;
    line-height: calc(28/16);
    letter-spacing: 0;
  }

  .modal_shop_information {
    font-size: calc( 1rem * (15 / 16));
    gap: 10px;
  }

  .modal_shop_desc {
    margin-bottom: 19px;
  }

  .modal_map_outer {
    max-width: 453px;
    margin: 0 auto;
  }

  /* swiper */
  .floor-swiper-button-prev,
  .floor-swiper-button-next {
    background: #B56200;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  .floor-swiper-button-prev::after,
  .floor-swiper-button-next::after {
    content: '';
    position: relative;
    display: block;
    left: calc(36%);
    top: 50%;
    width: 30px;
    height: 30px;
    border: 15px solid rgba(255, 255, 255, 0%);
    border-right: 15px solid #fff;
    box-sizing: border-box;
    /* transform: translate(-50%, -50%); */
  }

  .floor-swiper-button-prev {
    left: -32.5px;
    right: auto;
  }

  .floor-swiper-button-next {
    right: -32.5px;
    left: auto;
    transform: scale(-1, 1) translateY(-50%);
  }

  .floor_map_content_area {
    margin: 15px auto 0;
    max-width: 1300px;
    width: calc( 1130 / 1300 * 100% );
    overflow: hidden;
  }

  .floor_map_tab {
    font-size: 1.6rem;
    padding: 10px 28px;
  }

  /* float_btn_area */
  .float_btn_area {
    opacity: 0;
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 100;
    transition: all 1s;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }

  .float_btn_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-end;
  }

  #wrapper .float_btn_list a {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .float_btn_item:not(.float_search) a {
    border: 1px solid #555555;
  }

  #wrapper .float_btn_list img.layout-circle {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  }

  .float_search {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }

  .float_btn_item {
    margin-bottom: 10px;
  }

  #float_top {
    order: 5;
  }

  .float_btn_item {
    order: 2;
  }

  #float_search {
    order: 1;
  }

  .search_ico:hover,
  .remove_filter:hover {
    cursor: pointer;
  }

  .category_item:hover {
    cursor: pointer;
  }

  /* PCでは3番目 */
  #float_map {
    order: 3;
  }

  #float_bnr_area {
    order: 4;
  }

  .search_area_outer {
    position: fixed;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 660px;
    transform: scale(1);
    overflow: hidden;
    margin: 0 0 0 auto;
  }

  .search_area_inner {
    position: fixed;
    width: 660px;
    height: auto;
    background: linear-gradient(to right, #ED870F, #FECC34);
    border-radius: 20px 0 0 20px;
    left: 50%;
    top: 0;
    /* transform-origin: center calc(100vh - 10vh - 4.776119402%); */
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-50px) translateY(-85%) scale(0.01);
  }

  .float_search.active .search_area_inner {
    border-radius: 20px 0 0 20px;
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-50%) scale(1);
  }

  .search_ttl {
    width: 254px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .category_ttl:first-child {
    margin: 0 0 8px;
  }

  .category_nav {
    width: 100vw;
    max-width: 100%;
    padding: 0 128px 40px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
  }

  #wrapper #float_btn3_off {
    position: relative;
    z-index: 900;
    top: 0;
  }

  #wrapper .close_txt #search_close_text img {
    position: absolute;
    width: 42px;
    top: -24px;
    right: 20px;
    bottom: 0;
  }

  #wrapper .close_txt #search_text img {
    position: absolute;
    width: 255px;
    top: -24px;
    right: 2px;
    bottom: 0;
  }

  .remove_filter_outer {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .remove_filter {
    width: 80px;
    max-width: 100%;
    position: absolute;
    left: auto;
    bottom: 60px;
    right: 20px;
  }

  .remove_filter_pc {
    position: absolute;
    bottom: 294px;
    right: 9px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  }

  .shop_floor_name {
    font-size: 16px;
  }

  .magazine-swiper-container {
    padding: 0 0;
  }

  .magazine_title {
    font-size: 18px;
  }

  .magazine_shop {
    font-size: 16px;
  }

  .category_ttl {
    font-size: 18px;
  }

  .category_item {
    font-size: 14px;
  }

  .swiper-container {
    width: 91%;
  }

  .modal_shop_header {
    display: grid;
    grid-template-columns: 1fr 1.156fr;
    gap: min(30px, 2.94vw);
    align-items: start;
  }

  .modal_section_ttl_jp {
    font-size: calc( 1rem * (28 / 16));
  }

  .modal_section_ttl_eng {
    font-size: calc( 1rem * (20 / 16));
  }

  .modal_menu_name {
    font-size: calc( 1rem * (24 / 16));
  }

  .modal_menu_desc {
    font-size: calc( 1rem * (18 / 16));
  }

  .modal_menu_item {
    grid-template-columns: 1fr 2.266fr;
    gap: min(30px, calc(30 / 1020 * 100%));
    padding-bottom: min(20px, calc(20 / 1020 * 100%));
  }

  .modal_menu_item:not(:first-child) {
    margin-top: min(20px, calc(20 / 1020 * 100%));
  }

  .modal_shop_name {
    font-size: calc( 1rem * (30 / 16));
    margin-top: 0;
  }

  .modal_menu_price {
    margin-top: min(25px, calc(25 / 680 * 100%));
    font-size: calc( 1rem * (18 / 16));
  }

  .modal_shop_category_list {
    margin-top: min(12px, calc(12 / 530 * 100%));
  }
  
  .modal_shop_category_item {
    font-size: calc( 1rem * (12 / 16));
    padding: 0.5% 1.5%;
  }

  .modal_section_ttl {
    margin-block: min(30px, calc(30 / 1020 * 100%));
    padding-block: 0;
  }

  .modal_section_ttl::before {
      position: absolute;
      top: calc(50% - 2px);
  }

  .modal_menu_body {
    margin-top:  0;
    line-height: calc(30/18);
  }

  .modal_menu_price_row:not(:first-child) {
    margin-top: min(6px, calc(6 / 1020 * 100%));
  }

  .modal_menu_price_row dd {
    margin-top: min(3px, calc(3 / 1020 * 100%));
  }

  .modal-swiper-button-prev,
  .modal-swiper-button-next {
    width: 60px;
    height: 60px;
  }

  .modal-swiper-button-prev {
    left: -30px;
  }

  .modal-swiper-button-next {
    right: -30px;
  }

  #float_map {
    /* display: none; */
  }

  #float_bnr_area {
    display: none;
  }

  .float_btn_item.reservation {
    display: none;
  }

  footer .footerPageLi{
    display: none;
  }

  .floor_map_tab {
    border: 2px solid #ED870F;
    border-radius: 50px;
    background-color: #fff;
    color: #ED870F;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 8px 16px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    line-height: calc(26/18);
    letter-spacing: 0.075em;
    font-family: inherit;
  }

  .floor_map_tab:nth-of-type(1) {
    width: auto;
    min-width: 276px;
  }

  .floor_map_tab:nth-of-type(n + 2) {
    width: auto;
    min-width: 150px;
  }

  /* .floor_map_tab:nth-of-type(3) {
    width: auto;
    min-width: 150px;
  }

  .floor_map_tab:nth-of-type(4) {
    width: auto;
    min-width: 150px;
  } */

  .content_ttl {
    margin-block: min(93px, calc(93 / 375 * 100%)) min(32px, calc(32 / 375 * 100%));
  }

  .floor_map_content_nav {
    display: flex;
    gap: 15px;
    font-size: 1.8rem;
    justify-content: center;
    margin-bottom: min(32px, calc(32 / 375 * 100%));;
    flex-wrap: wrap;
  }

  .shop_floor_name .new,
  .modal_shop_name .new {
    font-size: 14px;
  }

}