@charset "UTF-8";
.page-title {
  margin: 10px auto 85px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .page-title {
    margin: 10px auto 15px;
  }
}
.page-title.shop-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 82px;
  height: 84px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
  background-image: url(../images/common/menu_newstore.png);
}
@media screen and (max-width: 780px) {
  .page-title.shop-title::before {
    width: 62px;
    height: 66px;
  }
}
.page-title.open-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 82px;
  height: 84px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
  background-image: url(../images/common/menu_newstore.png);
}
@media screen and (max-width: 780px) {
  .page-title.open-title::before {
    width: 62px;
    height: 66px;
  }
}
.page-title.search-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 89px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
  background-image: url(../images/common/menu_shop.png);
}
@media screen and (max-width: 780px) {
  .page-title.search-title::before {
    width: 41px;
    height: 57px;
  }
}
.page-title.gourmet-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 111px;
  height: 77px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
  background-image: url(../images/common/menu_gourmet.png);
}
@media screen and (max-width: 780px) {
  .page-title.gourmet-title::before {
    width: 72px;
    height: 49px;
  }
}
.page-title.floor-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 83px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  flex-shrink: 0;
  background-image: url(../images/common/menu_floor.png);
}
@media screen and (max-width: 780px) {
  .page-title.floor-title::before {
    width: 38px;
    height: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .shop-contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 780px) {
  .shop-contents {
    width: 100%;
  }
}
.shop-inner {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1100px) {
  .shop-inner {
    width: 95%;
  }
}
@media screen and (max-width: 780px) {
  .shop-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.shop-inner .shop-detail {
  margin: 70px 0 60px;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail {
    flex-direction: column;
    margin: 30px 0 35px;
  }
}
.shop-inner .shop-detail .shop-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0px 0;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info {
    margin: 10px auto 30px;
    padding: 0px 0;
  }
}
.shop-inner .shop-detail .shop-info .shop__thumb {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  /* border: 1px solid #707070; 
  padding: 5px;*/
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__thumb {
    width: 44%;
  }
}
.shop-inner .shop-detail .shop-info .shop__thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-inner .shop-detail .shop-info .shop__text {
  width: 78%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text {
    width: 54%;
    margin-left: 6%;
  }
}
.shop-inner .shop-detail .shop-info .shop__text .shop-date span.date {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 3px 5px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  border: 1px solid #141414;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text .shop-date span.date {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.shop-inner .shop-detail .shop-info .shop__text .shop-date span.date.-open {
  background: #E81919;
}
.shop-inner .shop-detail .shop-info .shop__text .shop-date span.date.-renewal {
  background: #00B1A9;
}
.shop-inner .shop-detail .shop-info .shop__text .shop-date span.date.-popup {
  background: #414141;
}
.shop-inner .shop-detail .shop-info .shop__text .shop-floor {
  margin: 0;
  font-size: 2.1rem;
  line-height: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text .shop-floor {
    font-size: 13px;
    margin: 5px 0 0;
  }
}
.shop-inner .shop-detail .shop-info .shop__text .shop-name {
  margin: 0;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text .shop-name {
    margin: 3px 0 0;
    font-size: 18px;
  }
}
.shop-inner .shop-detail .shop-info .shop__text .shop-name-sub {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text .shop-name-sub {
    font-size: 11px;
  }
}
.shop-inner .shop-detail .shop-info .shop__text .shop-category {
  display: block;
  margin: 0 0 0px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shop-inner .shop-detail .shop-info .shop__text .shop-category {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .shop-inner .detail-slider {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .shop-inner .detail-slider .swiper-container.swiper_detail {
    width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .shop-inner .detail-slider .swiper-container.thumbnail {
    width: 17%;
    height: 450px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .shop-inner .detail-slider .swiper-container.thumbnail {
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .shop-inner .detail-slider .swiper-container.thumbnail {
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide {
  width: 100%;
  text-align: right;
  opacity: 0.5;
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide:first-child {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide {
    height: 60px;
    border: 1px solid #707070;
    border-left: none;
  }
  .shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide:first-child {
    border-left: 1px solid #707070;
  }
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide:hover {
  opacity: 1;
  cursor: pointer;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide.swiper-slide-thumb {
  opacity: 1;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide.swiper-slide-thumb:hover {
  cursor: none;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide.swiper-slide-thumb-active:hover {
  cursor: none;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  margin: auto;
}
.shop-inner .detail-slider .swiper-container.thumbnail .swiper-slide img + img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
  width: 100%;
  height: 100%;
}
.shop-inner .swiper-container.swiper_detail {
  background: #fff;
  padding-top: 0px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .shop-inner .swiper-container.swiper_detail {
    height: 450px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .shop-inner .swiper-container.swiper_detail {
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .shop-inner .swiper-container.swiper_detail {
    width: 100%;
    padding-top: 0;
    height: auto;
    padding-bottom: 5px;
  }
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper {
  padding: 0px 0;
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 700/525;
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper .swiper-slide img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: 100%;
  z-index: 2;
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper .swiper-slide img + img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
  width: 100%;
  height: 100%;
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.6;
}
.shop-inner .swiper-container.swiper_detail .swiper-wrapper .swiper-slide a:hover img {
  box-shadow: none;
}
.shop-inner .swiper-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option {
    margin-top: 10px;
  }
}
.shop-inner .swiper-option .swiper-pagination,
.shop-inner .swiper-option .swiper-pagination-extra {
  position: relative;
  display: inline-block;
  width: auto;
  top: auto;
  bottom: auto;
  margin: 0 auto 0;
  color: #A9ACAB;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper-pagination,
  .shop-inner .swiper-option .swiper-pagination-extra {
    font-size: 1.5rem;
  }
}
.shop-inner .swiper-option .swiper-pagination.swiper-my-pagination-main,
.shop-inner .swiper-option .swiper-pagination-extra.swiper-my-pagination-main {
  max-width: 340px;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper-pagination.swiper-my-pagination-main,
  .shop-inner .swiper-option .swiper-pagination-extra.swiper-my-pagination-main {
    max-width: 45%;
  }
}
.shop-inner .swiper-option .swiper-pagination.swiper-my-pagination-sub,
.shop-inner .swiper-option .swiper-pagination-extra.swiper-my-pagination-sub {
  margin: 0;
  padding-top: 10px;
  padding-left: 5%;
  display: block;
  width: 25%;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper-pagination.swiper-my-pagination-sub,
  .shop-inner .swiper-option .swiper-pagination-extra.swiper-my-pagination-sub {
    margin: 0;
    padding-top: 5px;
    padding-left: 5%;
  }
}
.shop-inner .swiper-option .swiper-pagination .swiper-pagination-bullet,
.shop-inner .swiper-option .swiper-pagination-extra .swiper-pagination-bullet {
  border-radius: 0;
  width: 60px;
  height: 4px;
  margin: 0;
  color: #E8E9E9;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper-pagination .swiper-pagination-bullet,
  .shop-inner .swiper-option .swiper-pagination-extra .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
}
.shop-inner .swiper-option .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.shop-inner .swiper-option .swiper-pagination-extra .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E81919;
}
.shop-inner .swiper-option .pause_box {
  margin: 0;
  width: 10%;
  padding-right: 5%;
}
.shop-inner .swiper-option .swiper_pause {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 27px;
  margin: 0 auto 0 4%;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper_pause {
    width: 15px;
    height: 17px;
  }
}
.shop-inner .swiper-option .swiper_play {
  display: none;
  width: 25px;
  height: 27px;
  margin: 0 auto 0 4%;
}
@media screen and (max-width: 780px) {
  .shop-inner .swiper-option .swiper_play {
    width: 15px;
    height: 17px;
  }
}
.shop-inner .swiper-option .swiper_play img {
  height: 100%;
}
.shop-inner .swiper-option .-js-icon .swiper_pause {
  display: none;
}
.shop-inner .swiper-option .-js-icon .swiper_play {
  display: block;
  cursor: pointer;
}
.shop-inner .event-detail__thumb {
  width: 30%;
  max-width: 354px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .shop-inner .event-detail__thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;
  }
}
.shop-inner .event-detail__thumb img {
  vertical-align: bottom;
  border: #414141 1px solid;
  box-sizing: border-box;
}
.shop-inner .event-detail__contents {
  width: 64%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .shop-inner .event-detail__contents {
    width: 100%;
  }
}

.shop-detail__text {
  margin: 50px 0 60px;
}
@media screen and (max-width: 780px) {
  .shop-detail__text {
    margin: 0 0 40px;
  }
}
.shop-detail__text .text {
  color: #414141;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 780px) {
  .shop-detail__text .text {
    font-size: 13px;
    line-height: 25px;
  }
}

.notice-detail {
  margin: 60px 0 60px;
}
.notice-detail .notice-detail_bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none;
}
.notice-detail .notice-detail_bottom a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
}
.notice-detail .notice-detail_bottom .notice__item {
  width: 48%;
  height: 70px;
  border-top: none;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice-detail .notice-detail_bottom .notice__item:nth-of-type(-n+2) {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 980px) {
  .notice-detail .notice-detail_bottom .notice__item {
    width: 100%;
  }
  .notice-detail .notice-detail_bottom .notice__item:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item {
    min-height: 60px;
    height: auto;
  }
}
.notice-detail .notice-detail_bottom .notice__item dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.notice-detail .notice-detail_bottom .notice__item dl dt {
  display: block;
  width: 7em !important;
  color: #414141;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item dl dt {
    width: 30% !important;
    text-align: left;
  }
}
.notice-detail .notice-detail_bottom .notice__item dl dd {
  width: 90%;
  color: #414141;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.6px;
  margin-left: 0;
  position: relative;
  word-break: break-all;
  padding-right: 10%;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .notice-detail .notice-detail_bottom .notice__item dl dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item dl dd {
    width: 100%;
    padding-right: 0;
    text-align: left;
    font-size: 14px;
  }
}
.notice-detail .notice-detail_bottom .notice__item dl dd.biz_hours {
  display: flex;
  justify-content: center;
}
.notice-detail .notice-detail_bottom .notice__item dl dd.biz_hours > span {
  width: auto;
}
.notice-detail .notice-detail_bottom .notice__item dl dd > span {
  display: inline-block;
  width: 100%;
}
.notice-detail .notice-detail_bottom .notice__item dl dd > span.is-long {
  font-size: 1.6rem;
  line-height: 2rem;
}
.notice-detail .notice-detail_bottom .notice__item dl dd > span.is-v-long {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.notice-detail .notice-detail_bottom .notice__item dl dd span.remarks {
  display: block;
  float: right;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #414141;
  padding-left: 15px;
  width: auto;
  white-space: nowrap;
}
.notice-detail .notice-detail_bottom .notice__item dl dd ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item dl dd ul {
    justify-content: flex-start;
  }
}
.notice-detail .notice-detail_bottom .notice__item dl dd ul li {
  width: 30px;
  margin: 0 10px;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item dl dd ul li {
    margin: 0 20px 0 0;
  }
}
.notice-detail .notice-detail_bottom .notice__item dl dd ul li a {
  display: flex;
}
.notice-detail .notice-detail_bottom .notice__item dl dd ul li img {
  width: 100%;
}
.notice-detail .notice-detail_bottom .notice__item dl dd:has(span.remarks) {
  padding-right: 0;
}
@media screen and (max-width: 580px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service {
    height: auto;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd {
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd ul {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd ul {
    flex-wrap: wrap;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li {
  width: 14%;
  height: 50px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li {
    width: 24%;
    margin-bottom: 10px;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li span {
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #414141;
  position: relative;
  padding-top: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 980px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li span {
    font-size: 8.5px;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li span:before {
  content: "";
  display: block;
  background-size: auto 32px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 32px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li span:before {
    background-size: auto 28px;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-separate {
  width: 68px;
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-separate span:before {
  background-image: url(../images/shop/icon_separate.png);
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-separate {
    width: 22%;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-nosmoking span:before {
  background-image: url(../images/shop/icon_nosmoking.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-chair span:before {
  background-image: url(../images/shop/icon_chair.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-takeout span:before {
  background-image: url(../images/shop/icon_takeout.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-wifi span:before {
  background-image: url(../images/shop/icon_wifi.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-kids span:before {
  background-image: url(../images/shop/icon_kids.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__service dl dd li.icon-reservation span:before {
  background-image: url(../images/shop/icon_reservation.png);
}
.notice-detail .notice-detail_bottom .notice__item.notice__date dl dd {
  font-family: "futura-pt-condensed", sans-serif;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__date dl dd {
    font-size: 16.5px;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd {
    width: 100%;
    justify-content: space-between;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd span {
  width: 68%;
}
.notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd span:last-child {
  text-align: right;
  width: 32%;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd span:last-child {
    width: 36%;
  }
}
.notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd a {
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #414141;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__floor dl dd a {
    font-size: 10px;
  }
}
@media screen and (max-width: 780px) {
  .notice-detail .notice-detail_bottom .notice__item.notice__link dl dd {
    font-size: 16.5px;
  }
}

.detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 120px 0 10px;
}
@media screen and (max-width: 780px) {
  .detail-info {
    flex-flow: column;
    margin: 40px 0 10px;
  }
}
.detail-info .detail-info__item {
  width: 44%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-info .detail-info__item .apri-box .detail-info__thumb {
    width: 44%;
    margin: 30px auto 30px;
  }
}
.detail-info .detail-info__item .detail-info__thumb {
  width: 68%;
  margin: 20px auto 30px;
}
@media screen and (min-width: 780px) {
  .detail-info .detail-info__item .detail-info__thumb {
    height: 123px;
    width: auto;
    margin: 0 auto 40px;
  }
}
.detail-info .detail-info__item .detail-info__thumb {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .detail-info .detail-info__item .detail-info__thumb img {
    width: auto;
    height: 100%;
  }
}
.detail-info .detail-info__item .detail-info__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .detail-info__text {
    margin-bottom: 30px;
  }
}
.detail-info .detail-info__item .detail-info__text .info-title {
  color: #E60000;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.6px;
  font-weight: 800;
  margin: 0 0 5px;
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .detail-info__text .info-title {
    margin: 0 0 15px;
  }
}
.detail-info .detail-info__item .detail-info__text .text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.6px;
  font-weight: 600;
}
.detail-info .detail-info__item .ayaca-box-2 {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 15px 0;
}
@media screen and (min-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.detail-info .detail-info__item .ayaca-box-2 .detail-info__thumb {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
@media screen and (min-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 .detail-info__thumb {
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 .detail-info__thumb {
    margin: 30px auto;
  }
}
.detail-info .detail-info__item .ayaca-box-2 .detail-info__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 .detail-info__text {
    width: 45%;
  }
}
.detail-info .detail-info__item .ayaca-box-2 .detail-info__text {
  margin-bottom: 0;
}
.detail-info .detail-info__item .ayaca-box-2 .detail-info__text .link-text {
  margin: 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 .detail-info__text .link-text {
    margin: 5px 0 0;
  }
}
.detail-info .detail-info__item .ayaca-box-2 .detail-info__text .link-text a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .detail-info .detail-info__item .ayaca-box-2 .detail-info__text .link-text a {
    font-size: 13px;
  }
}
.detail-info .detail-info__item .notice-detail {
  margin: 0;
}
.detail-info .detail-info__item .notice-detail .notice-detail_bottom .notice__item {
  width: 100%;
}

.shopnewsArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 30px 0 150px;
  box-shadow: 0px -5px 15px 0px rgba(102, 102, 102, 0.12);
  border-radius: 170px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FCFBF9;
}
.shopnewsArea .shopnews-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .shopnewsArea .shopnews-inner {
    width: 90%;
  }
}
.shopnewsArea .shopnews-inner .shop-container {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
    flex-wrap: nowrap;
  }
}
.shopnewsArea .shopnews-inner .shop-container .swiper-button-next {
  display: none;
}
.shopnewsArea .shopnews-inner .shop-container .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 780px) {
  .shopnewsArea {
    margin-top: 50px;
    padding: 30px 0 50px;
    border-radius: 75px;
  }
  .shopnewsArea .shopnews-inner {
    width: 100%;
    margin: 0;
  }
  .shopnewsArea .shopnews-inner .shop-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next {
    display: block;
    content: "";
    position: absolute;
    right: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
    transition: transform 0.2s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next svg {
    display: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next:after {
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    background-image: url(../images/top/swiper-button-next.svg);
    transition: transform 0.3s ease-out;
    background-size: auto 100%;
    background-position: right center;
    display: block;
    height: 37px;
    width: 50px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next:before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    margin: auto;
    border-bottom: solid 3px #CA0B1B;
    box-sizing: border-box;
    width: 45px;
    transition: transform 0.3s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev {
    display: block;
    content: "";
    position: absolute;
    left: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
    transition: transform 0.2s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev svg {
    display: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev:after {
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    background-image: url(../images/top/swiper-button-prev.svg);
    transition: transform 0.3s ease-out;
    background-size: auto 100%;
    background-position: left center;
    display: block;
    height: 37px;
    width: 50px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
    margin: auto;
    border-bottom: solid 3px #CA0B1B;
    box-sizing: border-box;
    width: 45px;
    transition: transform 0.3s ease-out;
  }
}
.shopnewsArea .post-list-link {
  margin-top: 50px;
}
.shopnewsArea .post-list-link .button-link {
  width: 283px;
}
@media screen and (max-width: 780px) {
  .shopnewsArea .post-list-link {
    margin-top: 0px;
  }
  .shopnewsArea .post-list-link .button-link {
    padding: 0px 20px;
    width: auto;
  }
}

.swiper-container.swiper_shop {
  height: 100%;
  width: auto;
  margin-right: 5%;
}
.swiper-container {
  padding: 0px 0 0;
  max-width: 1260px;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  height: 45px;
  width: 45px;
}
.swiper-container .swiper-button-next svg,
.swiper-container .swiper-button-prev svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}
.swiper-container .swiper-button-prev {
  transition: transform 0.2s ease-out;
}
.swiper-container .swiper-button-prev:after {
  background-image: url(../images/top/swiper-button-prev.svg);
  transition: transform 0.3s ease-out;
  width: 50px;
  height: 45px;
  background-size: auto 100%;
  background-position: left center;
  transition: transform 0.3s ease-out;
}
.swiper-container .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  border-bottom: solid 4px #CA0B1B;
  box-sizing: border-box;
  width: 45px;
  transition: transform 0.3s ease-out;
}
.swiper-container .swiper-button-prev:hover {
  width: 50px;
}
.swiper-container .swiper-button-prev:hover:after {
  transform: translateX(-20px);
  width: 40px;
}
.swiper-container .swiper-button-prev:hover:before {
  transform: scaleX(1.4);
}
.swiper-container .swiper-button-next {
  transition: transform 0.2s ease-out;
}
.swiper-container .swiper-button-next:after {
  background-image: url(../images/top/swiper-button-next.svg);
  transition: transform 0.3s ease-out;
  width: 50px;
  height: 45px;
  background-size: auto 100%;
  background-position: right center;
  transition: transform 0.3s ease-out;
}
.swiper-container .swiper-button-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  border-bottom: solid 4px #CA0B1B;
  box-sizing: border-box;
  width: 45px;
  transition: transform 0.3s ease-out;
}
.swiper-container .swiper-button-next:hover {
  width: 50px;
}
.swiper-container .swiper-button-next:hover:after {
  transform: translateX(20px);
  width: 40px;
}
.swiper-container .swiper-button-next:hover:before {
  transform: scaleX(1.4);
}
.swiper-container .swiper_event {
  max-width: 1100px;
  width: 100%;
  left: -6px;
  padding: 10px 0px 0 12px;
  margin: 0px auto 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper_event {
    width: 98%;
    left: 0;
    margin: 0 1% 0 1%;
    padding: 10px 12px 0 12px;
  }
  .swiper-container .swiper_event .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper-container .swiper_event .swiper-slide {
    width: 46%;
    margin-bottom: 30px;
  }
  .swiper-container .swiper_event .swiper-slide:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
}
.swiper-container .swiper_event .swiper-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
}
.swiper-container .swiper_event .swiper-navigation-icon {
  display: none;
}
.swiper-container .swiper_event .swiper-slide {
  position: relative;
}
.swiper-container .swiper_event .swiper-slide a {
  color: #414141;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
.swiper-container .swiper_event .swiper-slide a:hover .thumb {
  transform: translateY(-8px);
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.27);
  z-index: 1;
}
.swiper-container .swiper_event .swiper-slide a:hover .contents {
  transform: translateY(-8px);
}
.swiper-container .swiper_event .swiper-slide a .thumb {
  border: 1px solid #414141;
  transition: transform 0.3s ease-in-out;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.swiper-container .swiper_event .swiper-slide a .thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-container .swiper_event .swiper-slide a .contents {
  transition: transform 0.3s ease-in-out;
}
.swiper-container .swiper_event .swiper-slide a .contents .property {
  margin-top: 10px;
  margin-bottom: 0px;
}
.swiper-container .swiper_event .swiper-slide a .contents .new {
  color: #E60000;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "futura-pt-condensed", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper_event .swiper-slide a .contents .new {
    margin-top: 7px;
    margin-bottom: 0px;
  }
}
.swiper-container .swiper_event .swiper-slide a .contents .title {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper_event .swiper-slide a .contents .title {
    margin-top: 7px;
  }
}
.swiper-container .swiper_event .swiper-slide a .contents .date {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper_event .swiper-slide a .contents .date {
    margin-bottom: 7px;
  }
}
.swiper-container .swiper_event .swiper-slide a .contents .info-bottom {
  float: left;
  letter-spacing: 0.5px;
}
.swiper-container .swiper_event .swiper-slide a .contents .info-bottom p {
  display: inline;
  margin: 0;
}
.swiper-container .swiper_event .swiper-slide a .contents .info-bottom p:after {
  content: "／";
}
.swiper-container .swiper_event .swiper-slide a .contents .info-bottom p:last-child:after {
  content: "";
}
@media screen and (max-width: 780px) {
  .swiper-container {
    width: 100%;
    padding-bottom: 70px;
  }
  .swiper-container .swiper_event {
    width: 100%;
    margin: 20px 0 0;
  }
  .swiper-container .swiper_event .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .swiper-container .swiper-button-prev {
    display: block;
    content: "";
    position: absolute;
    left: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
  }
  .swiper-container .swiper-button-prev:before {
    border-bottom: solid 3px #CA0B1B;
  }
  .swiper-container .swiper-button-prev:after {
    display: block;
    height: 37px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .swiper-container .swiper-button-prev:hover:before {
    transform: scaleX(1);
  }
  .swiper-container .swiper-button-prev:hover:after {
    transform: translateX(0px);
    width: 40px;
  }
  .swiper-container .swiper-button-next {
    display: block;
    content: "";
    position: absolute;
    right: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
  }
  .swiper-container .swiper-button-next:before {
    border-bottom: solid 3px #CA0B1B;
  }
  .swiper-container .swiper-button-next:after {
    display: block;
    height: 37px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .swiper-container .swiper-button-next:hover:before {
    transform: scaleX(1);
  }
  .swiper-container .swiper-button-next:hover:after {
    transform: translateX(10px);
    width: 40px;
  }
}

/* ショップガイド、グルメガイド */
.search-section {
  width: 100%;
  max-width: 1100px;
  margin: 15px auto 50px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .search-section {
    width: 94%;
    margin: 25px auto 15px;
  }
}
.search-section .search-title-sub {
  font-size: 2.2rem;
  line-height: 5.6rem;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .search-section .search-title-sub {
    font-size: 16px;
    line-height: 4rem;
  }
}
.search-section .category-list,
.search-section .alphabet-list,
.search-section .genre-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
}
.search-section .category-list .tab-item,
.search-section .alphabet-list .tab-item,
.search-section .genre-list .tab-item {
  border: #414141 1px solid;
  padding: 0px 0;
  box-sizing: border-box;
}
.search-section .category-list .tab-item .list-btn,
.search-section .alphabet-list .tab-item .list-btn,
.search-section .genre-list .tab-item .list-btn {
  width: 100%;
  height: 68px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  font-size: 1.8rem;
  line-height: 1.2em;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #414141;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .search-section .category-list .tab-item .list-btn,
  .search-section .alphabet-list .tab-item .list-btn,
  .search-section .genre-list .tab-item .list-btn {
    font-size: 1.6rem;
    height: 55px;
  }
}
@media screen and (max-width: 980px) {
  .search-section .category-list .tab-item .list-btn,
  .search-section .alphabet-list .tab-item .list-btn,
  .search-section .genre-list .tab-item .list-btn {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.3px;
  }
}
.search-section .category-list .tab-item .list-btn:hover,
.search-section .alphabet-list .tab-item .list-btn:hover,
.search-section .genre-list .tab-item .list-btn:hover {
  background: #A9ACAB;
}
.search-section .category-list .tab-item.-js-current .list-btn,
.search-section .alphabet-list .tab-item.-js-current .list-btn,
.search-section .genre-list .tab-item.-js-current .list-btn {
  color: #fff;
  background: #CA0B1B;
}
.search-section .category-list .tab-item {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  .search-section .category-list .tab-item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .search-section .category-list .tab-item {
    margin-bottom: 12px;
  }
}
.search-section .alphabet-list {
  max-width: 910px;
}
@media screen and (max-width: 980px) {
  .search-section .alphabet-list {
    width: 70%;
  }
}
.search-section .alphabet-list .tab-item {
  width: 8.2%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.search-section .alphabet-list .tab-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .search-section .alphabet-list .tab-item {
    width: 16.4%;
    margin-right: 4.5%;
    margin-bottom: 12px;
  }
  .search-section .alphabet-list .tab-item:nth-child(5n) {
    margin-right: 0;
  }
}
.search-section .genre-list {
  max-width: 690px;
}
.search-section .genre-list .tab-item {
  width: 29%;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 27px;
}
@media screen and (max-width: 980px) {
  .search-section .genre-list .tab-item {
    margin-bottom: 12px;
  }
}

.shop-list-link {
  text-align: center;
}
.shop-list-link .button-link {
  width: 326px;
  height: 55px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0px auto 120px;
  background: #fff;
  border-width: 1px;
  border-radius: 27.5px;
  border-style: solid;
  border-color: #707070;
  -o-border-image: initial;
     border-image: initial;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link {
    width: 60%;
    height: 36px;
    margin: 0px auto 40px;
  }
}
.shop-list-link .button-link .text {
  font-size: 1.5rem;
  line-height: 55px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #414141;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link .text {
    font-size: 11px;
    line-height: 36px;
    padding-right: 20px;
  }
}
.shop-list-link .button-link .text::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/common/arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  background-position: right center;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link .text::after {
    width: 13px;
    height: 11px;
  }
}
.shop-list-link .button-link:hover {
  background: #A9ACAB;
}
.shop-list-link .button-link:hover .text::after {
  transform: translateX(8px);
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link:hover .text::after {
    display: block;
  }
}

/* グルメガイド */
.store-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .store-inner {
    width: 90%;
  }
}
.store-inner .store-container .store-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper {
    width: 96%;
    margin: 0 2% 0 2%;
    flex-wrap: wrap;
  }
}
.store-inner .store-container .store-wrapper li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.store-inner .store-container .store-wrapper li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 20px;
  }
  .store-inner .store-container .store-wrapper li:nth-child(2n) {
    margin-right: 0;
  }
  .store-inner .store-container .store-wrapper li:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
}
.store-inner .store-container .store-wrapper li .category {
  top: -25px;
}
@media screen and (max-width: 980px) {
  .store-inner .store-container .store-wrapper li .category {
    top: -20px;
  }
}
.store-inner .store-container .store-wrapper li .category span.date {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 3px 5px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (max-width: 980px) {
  .store-inner .store-container .store-wrapper li .category span.date {
    font-size: 1.9rem;
    line-height: 2rem;
  }
}
.store-inner .store-container .store-wrapper li .category span.date.-open {
  background: #E81919;
}
.store-inner .store-container .store-wrapper li .category span.date.-renewal {
  background: #00B1A9;
}
.store-inner .store-container .store-wrapper li .category span.date.-popup {
  background: #414141;
}
.store-inner .store-container .store-wrapper li .thumb {
  border: 1px solid #414141;
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
}
.store-inner .store-container .store-wrapper li .thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 80%;
  max-height: 60%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.store-inner .store-container .store-wrapper li .contents {
  transition: transform 0.3s ease-in-out;
}
.store-inner .store-container .store-wrapper li a {
  text-decoration: none;
  color: #343434;
  margin: 0;
}
.store-inner .store-container .store-wrapper li a .category {
  position: inherit;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
}
.store-inner .store-container .store-wrapper li a .title {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper li a .title {
    margin-bottom: 3px;
    margin-top: 5px;
  }
}
.store-inner .store-container .store-wrapper li a .guide {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper li a .guide {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.store-inner .store-container .store-wrapper li a .hours {
  border-top: 1px solid #A9ACAB;
  padding-top: 10px;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper li a .hours {
    padding-top: 8px;
  }
}
.store-inner .store-container .store-wrapper li a .hours p {
  margin: 0 0 3px;
  /* font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem; */
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 780px) {
  .store-inner .store-container .store-wrapper li a .hours p {
    font-size: 10px;
    line-height: 15px;
  }
}
.store-inner .store-container .store-wrapper li a:hover .thumb {
  transform: translateY(-8px);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.17);
  z-index: 1;
}
.store-inner .store-container .store-wrapper li a:hover .contents {
  transform: translateY(-8px);
}

/* フロアマップ */
.floor-section .head-group.shop-head-group {
  margin: 10px auto 90px;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .floor-section .head-group.shop-head-group {
    margin: 20px auto 40px;
  }
}
.floor-section .head-group.shop-head-group .tab-switch {
  width: 80%;
  max-width: 780px;
}
.floor-section .head-group.shop-head-group .tab-switch li.tab-item {
  width: 31%;
  max-width: 300px;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .floor-section .head-group.shop-head-group .tab-switch li.tab-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .floor-section .head-group.shop-head-group .tab-switch li.tab-item a {
    padding: 8px 0 6px;
  }
}
.floor-section .head-group.shop-head-group .tab-switch li.tab-item.-js-current {
  font-size: 2.2rem;
}
@media screen and (max-width: 780px) {
  .floor-section .head-group.shop-head-group .tab-switch li.tab-item.-js-current {
    font-size: 14px;
  }
}
.floor-section .head-group.shop-head-group .tab-switch li.tab-item.-js-current {
  /* a{

  color:#CA0B1B;
        } */
}
.floor-section .floor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 80px;
  touch-action: none;
}
@media screen and (max-width: 780px) {
  .floor-section .floor-container {
    margin: 50px auto 45px;
  }
}
.floor-section .floor-outer {
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
  padding-bottom: 0px;
}
@media screen and (max-width: 780px) {
  .floor-section .floor-outer {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
.floor-section #panzoom {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.floor-section #panzoom .inner {
  position: relative;
}
.floor-section #panzoom img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.floor-section .zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  border-radius: 55px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .floor-section .zoom {
    width: 86px;
  }
}
.floor-section .zoom > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 55px;
  background-color: #707070;
  padding-right: 5px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 780px) {
  .floor-section .zoom > * {
    width: 43px;
    height: 36px;
    font-size: 26px;
  }
}
.floor-section .zoom > *:hover {
  background: #343434;
}
.floor-section .zoom > *:first-child {
  padding: 0 0 0 5px;
  border-right: 1px solid #fff;
  font-size: 60px;
  font-weight: 200;
}
@media screen and (max-width: 780px) {
  .floor-section .zoom > *:first-child {
    font-size: 40px;
  }
}

.shop-floor-group {
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .shop-floor-group {
    margin-bottom: 30px;
  }
}
.shop-floor-group ul {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 326px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 780px) {
  .shop-floor-group ul {
    width: 60%;
    margin: 0 auto 40px;
  }
}
.shop-floor-group ul li {
  width: 50%;
  display: block;
  font-size: 2rem;
  line-height: 6rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .shop-floor-group ul li {
    font-size: 14px;
  }
}
.shop-floor-group ul li a {
  text-decoration: none;
  color: #797979;
}
.shop-floor-group ul li.-js-current {
  font-size: 2.2rem;
  line-height: 6rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #CA0B1B;
  border-bottom: 3px solid #CA0B1B;
}
@media screen and (max-width: 780px) {
  .shop-floor-group ul li.-js-current {
    font-size: 15px;
  }
}
.shop-floor-group ul li.-js-current a {
  color: #CA0B1B;
}

.floor-map {
  position: relative;
  width: 94%;
  max-width: 1100px;
  border: 1px solid #707070;
  margin: 0 auto 100px;
}
@media screen and (max-width: 780px) {
  .floor-map {
    margin: 0 auto 50px;
  }
}
.floor-map .zoom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
}
.floor-map .floor-container {
  margin-top: 0;
  margin-bottom: 0;
}
.floor-map .floor-outer {
  margin-bottom: 0;
}
.floor-map .floor-f {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  display: inline-block;
  width: 74px;
  height: 74px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .floor-map .floor-f {
    top: 15px;
    left: 15px;
    width: 34px;
    height: 34px;
  }
}

.floor-map .floor-map-shops {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.floor-map .floor-map-shops svg path,
.floor-map .floor-map-shops svg polygon,
.floor-map .floor-map-shops svg polyline,
.floor-map .floor-map-shops svg rect,
.floor-map .floor-map-shops svg circle {
  fill: #6d6c6c;
  opacity: 0;
  stroke-width: 0;
  transition: fill 0.3s, opacity 0.3s;
}

.floor-map .floor-map-shops svg a:hover path,
.floor-map .floor-map-shops svg a:hover polygon,
.floor-map .floor-map-shops svg a:hover polyline,
.floor-map .floor-map-shops svg a:hover rect,
.floor-map .floor-map-shops svg a:hover circle {
  opacity: 0.3;
}

.floor-map .floor-map-shops svg a.-js-current path,
.floor-map .floor-map-shops svg a.-js-current polygon,
.floor-map .floor-map-shops svg a.-js-current polyline,
.floor-map .floor-map-shops svg a.-js-current rect,
.floor-map .floor-map-shops svg a.-js-current circle {
  fill: #6d6c6c;
  animation: 0.5s ease-in-out infinite alternate blinking;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}/*# sourceMappingURL=layout-shop.css.map */