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

@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

@viewport {
  width: auto;
  initial-scale: 1;
}

.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;
}

/* 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;
}

/* #pagetop, footer .logo {
  display: none !important;
  opacity: 0 !important;
}
footer .container {
  border-top: none;
} */

#contentsArea {
  background-color: #FFFEEF;
}

/* 検索エリア */
.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;
}

/*「active」クラス付与した時のスタイル*/
.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-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 20px;
  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;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.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 {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  z-index: inherit;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  width: 100%;
  background-color: #fff;
  padding: 26px 0;
  overflow: hidden;
}

.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);
}

/* モーダルswiper */
.modal-swiper-container {
  overflow: visible;
}

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

.modal_shop_logo {
  width: 37.4251497%;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  padding: 6px 11px;
  margin: 27px auto 0;
}

.modal_shop_floor_name {
  color: #ED870F;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 26px;
  margin-top: 17px;
}

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

.modal_shop_tel_openinghour {
  font-size: 1.3rem;
  line-height: 21px;
  display: flex;
}

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

.modal_shop_tel::before {
  content: '';
  width: 8.24px;
  height: 12.99px;
  background: url(../img/tel.svg);
  background-repeat: no-repeat;
  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: 1em;
  margin-left: 1em;
}

.modal_shop_openinghour::before {
  content: '';
  width: 11.74px;
  height: 11.74px;
  background: url(../img/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_shop_category_list {
  display: flex;
  flex-wrap: wrap;
}

.modal_shop_category_item {
  font-size: 1rem;
  line-height: 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
}

.modal_map_ttl {
  margin-top: 35px;
}

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

.modal-swiper-button-prev,
.modal-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%);
}

.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: -15px;
  right: auto;
}

.modal-swiper-button-next {
  right: -15px;
  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 */
.swiper-container {
  position: relative;
  /* margin: 0 27px; */
  margin: 0 34px;
}

.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;
}

/* コンテント */
.content_area {
  overflow: visible;
  position: relative;
  margin-top: 11.2%;
}


/* ショップリスト */
.shoplist_area .content_ttl {
  width: 71.466666666%;
  margin: 0 auto;
}

.shop_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 22px;
  margin-top: 21px;
  box-sizing: border-box;
  opacity: 0;
}

.shop_list.show {
  margin-top: 11px;
  opacity: 1;
  transition: all 0.5s;
}

.shop_item {
  display: none;
  width: 48.484848484%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 20%);
  margin-bottom: 11px;
  position: relative;
}

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

.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;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
}

/* フロアマップ */
.floor_map_area .content_ttl {
  width: 62.4%;
  margin: 0 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;
}

.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;
}

.bnr_list {
  margin: 18.5px 20px 16.71641791%;
}

.bnr_item {
  margin: 0 auto 20px;
  max-width: 335px;
  width: 100%;
}

/* 特集ボタン */
.special-btn {
  display: block;
  background-color: #ed8710;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}

.special-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: rotate(45deg) translateY(-50%);
}

.special-btn:hover {
  opacity: .7;
}

/* ホームページボタン */
.go_hp_area {
  margin: 16.71641791% auto 19.701492537%;
  max-width: 335px;
  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;
}

@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_outer {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }

  .shop_item {
    width: 22.84%;
    margin-bottom: 32px;
  }

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

  .bnr_area {
    margin-top: 0;
  }

  .bnr_list {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 22px;
  }

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

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

  /* 特集ボタン */
  .special-btn {
    display: block;
    background-color: #ed8710;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 40px;
    text-align: center;
    border-radius: 50px;
    position: relative;
  }

  .special-btn::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: rotate(45deg) translateY(-50%);
  }

  .special-btn:hover {
    opacity: .7;
    ;
  }

  .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;
  }

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

  .modal-content {
    padding: 50px 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: 15px 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_tel_openinghour {
    font-size: 1.6rem;
    font-size: 16px;
  }

  .modal_shop_desc {
    margin-bottom: 19px;
  }

  .modal_map_outer {
    max-width: 648px;
  }



  /* 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: 648px;
    width: 60%;
    overflow: hidden;
  }

  /* 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;
  }

  .category_ttl {
    font-size: 18px;
  }

  .category_item {
    font-size: 14px;
  }
}