@charset "UTF-8";
/*CORDING BY akihirohiramoto.jp*/
/*白*/
/*黒*/
/*グレイ*/
/*背景カラー*/
/*テーマカラー*/
/*サイト固有のテーマカラー*/
/*テキストシャドウ黒（ライトorダーク）text-shadow: / -webkit-text-stroke:*/
/*ボックスシャドウ（box-shadow）*/
/*セリフ系フォントファミリー*/
/*デフォルト設定サンセリフ系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*游ゴシック系*/
/*欧文ROBOTO*/
/*ダウンロード（<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap" rel="stylesheet">）*/
/* NotoJP */
/* Urbanist */
/* Crimson Pro -  */
/* Helvetica */
/*フォント440px-1180px*/
/*可変フォントサイズ（参考：https://websemantics.uk/tools/fluid-responsive-property-calculator/）*/
/*CORDING BY akihirohiramoto.jp */
#scroll-menu {
  top: -160px; }
  #scroll-menu.fixed {
    top: -60px; }

.site-main {
  padding-top: 0px; }
  @media (min-width: 959px) {
    .site-main {
      margin-top: 0; } }

.site-header {
  display: flex; }
  @media (min-width: 767px) {
    .site-header {
      display: flex; } }
  @media (min-width: 959px) {
    .site-header {
      display: flex; } }

#sec01 {
  display: block;
  width: 100%;
  padding-top: 0%; }
  @media (min-width: 959px) {
    #sec01 {
      padding-top: 5%; } }

.important-info-wrap {
  display: block;
  margin: 0 auto 2em;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 767px) {
    .important-info-wrap {
      margin: 0 auto 5%; } }
  @media (min-width: 959px) {
    .important-info-wrap {
      margin-top: 0; } }
  .important-info-wrap .important-info-title {
    display: block;
    background-color: #c00000;
    padding: 1.25em 1em;
    color: white;
    font-size: 1.2rem; }
    @media (min-width: 380px) {
      .important-info-wrap .important-info-title {
        font-size: 1.3rem;
        font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
    @media (min-width: 1279px) {
      .important-info-wrap .important-info-title {
        font-size: 1.6rem; } }
    .important-info-wrap .important-info-title::before {
      content: "exclamation";
      /* ← Unicodeでなく名前で指定 */
      font-family: 'Material Symbols Outlined';
      width: 1.1em;
      height: 1.1em;
      display: inline-flex;
      align-items: center;
      /* ← 垂直方向中央 */
      justify-content: center;
      vertical-align: middle;
      border: 1px solid white;
      border-radius: 50%;
      font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 40;
      margin-right: .5em;
      bottom: 0.05em;
      position: relative;
      /* 微調整 */ }
  .important-info-wrap .important-info-inner li {
    position: relative;
    padding: 1em 1em 1em 1em;
    margin-bottom: 0;
    line-height: 1; }
    .important-info-wrap .important-info-inner li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: radial-gradient(circle, rgba(0, 0, 0, 0.25) 1px, transparent 1px);
      background-size: 8px 2px;
      background-repeat: repeat-x; }
    .important-info-wrap .important-info-inner li:first-of-type::before {
      display: none; }
    .important-info-wrap .important-info-inner li p {
      margin-bottom: 0; }
      .important-info-wrap .important-info-inner li p.posted-on {
        margin-bottom: .5em; }
    .important-info-wrap .important-info-inner li h4 {
      margin-bottom: 0;
      line-height: 1.5em; }

.event-slid {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5%; }

.slider-wrapper {
  border-radius: 8px;
  overflow: hidden !important; }

.slider-wrapper .slick-list {
  border-radius: inherit;
  overflow: hidden !important; }

a.more-detail {
  padding: .75em 2em;
  line-height: 1;
  margin: 1.5em auto 1em;
  border-radius: 3em;
  border: 2px solid #511de1;
  background-color: rgba(81, 29, 225, 0);
  color: #511de1;
  font-weight: 500;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all .2s linear; }
  @media (min-width: 380px) {
    a.more-detail {
      font-size: 1.3rem;
      font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
  @media (min-width: 767px) {
    a.more-detail {
      margin: 1.5em auto 0; } }
  @media (min-width: 1279px) {
    a.more-detail {
      font-size: 1.6rem; } }
  a.more-detail:hover {
    color: white;
    background-color: #511de1;
    opacity: 1; }

.event-item {
  margin: 0 auto 0;
  background-color: white;
  padding: 5%;
  overflow: hidden;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  @media (min-width: 767px) {
    .event-item {
      flex-direction: row; } }
  .event-item .sli-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2.5% 0 5%; }
    @media (min-width: 767px) {
      .event-item .sli-left {
        padding: 5% 0 5%;
        width: 50%; } }
    .event-item .sli-left .new-leftup {
      display: inline-block;
      position: absolute;
      padding: .5em 3em;
      background-color: #511de1;
      top: -1em;
      left: 1.5em;
      color: white;
      line-height: 1;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      transform: rotate(-45deg) translate(-50%, -50%);
      transform-origin: center;
      font-size: 1.2rem; }
      @media (min-width: 959px) {
        .event-item .sli-left .new-leftup {
          font-size: 1.6rem; } }
    .event-item .sli-left .event-sli-y {
      display: inline-block;
      color: rgba(0, 0, 0, 0.35);
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 1.4rem;
      margin-bottom: .25em;
      line-height: 1;
      flex-shrink: 0; }
      @media (min-width: 380px) {
        .event-item .sli-left .event-sli-y {
          font-size: 1.5rem;
          font-size: calc(1.4rem + ((1vw - 4.4px) * 0.7143)); } }
      @media (min-width: 1279px) {
        .event-item .sli-left .event-sli-y {
          font-size: 2rem; } }
    .event-item .sli-left .event-sli-d {
      display: inline-block;
      color: black;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1;
      margin-bottom: 0;
      flex-shrink: 0;
      font-size: 2rem; }
      @media (min-width: 380px) {
        .event-item .sli-left .event-sli-d {
          font-size: 2.4rem;
          font-size: calc(2rem + ((1vw - 4.8px) * 1)); } }
      @media (min-width: 767px) {
        .event-item .sli-left .event-sli-d {
          margin-bottom: 0; } }
      @media (min-width: 1279px) {
        .event-item .sli-left .event-sli-d {
          font-size: 2.8rem; } }
      .event-item .sli-left .event-sli-d .event-md:nth-of-type(3)::before {
        content: "-";
        display: inline-block;
        margin: 0 .25em;
        opacity: .25; }
      .event-item .sli-left .event-sli-d .event-week {
        display: inline-block;
        font-size: 50%;
        font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", Meiryo, sans-serif;
        vertical-align: middle;
        position: relative;
        margin-bottom: .25em;
        margin-left: .15em;
        color: white;
        z-index: 2; }
        .event-item .sli-left .event-sli-d .event-week::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: "";
          background-color: rgba(0, 0, 0, 0.5);
          display: inline-block;
          border-radius: 50%;
          width: 1.5em;
          height: 1.5em;
          z-index: -1; }
  .event-item h2 {
    font-weight: 600;
    color: #511de1;
    display: inline-block;
    margin-bottom: .5em;
    font-size: 3rem;
    padding-top: 0.25em; }
    @media (min-width: 380px) {
      .event-item h2 {
        font-size: 3.75rem;
        font-size: calc(3rem + ((1vw - 3.2px) * 1.5625)); } }
    @media (min-width: 767px) {
      .event-item h2 {
        padding-top: .5em; } }
    @media (min-width: 767px) {
      .event-item h2 {
        padding-top: .75em; } }
    @media (min-width: 1279px) {
      .event-item h2 {
        font-size: 4.5rem; } }
  .event-item .event-sli-body {
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 2em;
    flex-grow: 1; }
    @media (min-width: 380px) {
      .event-item .event-sli-body {
        font-size: 1.3rem;
        font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
    @media (min-width: 1279px) {
      .event-item .event-sli-body {
        font-size: 1.6rem; } }
  .event-item .sli-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7.5%;
    width: 100%;
    background-image: url(/wp251001/wp-content/img/bg-event.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden; }
    @media (min-width: 767px) {
      .event-item .sli-right {
        padding: 4%;
        width: 50%; } }
    @media (min-width: 959px) {
      .event-item .sli-right {
        background-image: url(/wp251001/wp-content/img/bg-event@2x.jpg);
        padding: 5%; } }
    @media (min-width: 959px) {
      .event-item .sli-right {
        padding: 5%; } }
    @media (min-width: 1279px) {
      .event-item .sli-right {
        padding: 4%; } }
    .event-item .sli-right a img {
      display: block;
      background-color: white;
      max-height: 360px;
      transition: all .2s linear; }
    .event-item .sli-right a:focus, .event-item .sli-right a:active, .event-item .sli-right a:hover {
      opacity: 1; }
      .event-item .sli-right a:focus img, .event-item .sli-right a:active img, .event-item .sli-right a:hover img {
        transform: rotate(5deg) scale(1.3);
        transform-origin: center;
        box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75); }

.post-list {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .post-list li {
    padding: 1em 0 1em;
    display: block;
    width: 100%;
    border-top: 3px dotted rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    line-height: 0; }
    .post-list li:first-child {
      padding: 0em 0 1em; }
    @media (min-width: 767px) {
      .post-list li {
        flex-direction: row; } }
    .post-list li:first-child {
      border-top: unset; }
    .post-list li p {
      margin-bottom: .25em;
      line-height: 1.5; }
    .post-list li article {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
      width: 100%;
      height: auto; }
      @media (min-width: 767px) {
        .post-list li article {
          flex-direction: row;
          justify-content: space-between; } }

.post-cat {
  display: block;
  width: 100%; }
  .post-cat p {
    font-size: 1.4rem; }
    @media (min-width: 380px) {
      .post-cat p {
        font-size: 1.5rem;
        font-size: calc(1.4rem + ((1vw - 4.8px) * 0.25)); } }
    @media (min-width: 1279px) {
      .post-cat p {
        font-size: 1.6rem; } }
  @media (min-width: 767px) {
    .post-cat {
      width: 25%;
      max-width: 170px; } }
  .post-cat p.important-info {
    color: rgba(192, 0, 0, 0.65); }
  .post-cat p.event-info {
    color: rgba(81, 29, 225, 0.65); }
  .post-cat p.news {
    color: rgba(0, 0, 0, 0.65); }

.post-meta {
  display: block;
  width: 100%; }
  @media (min-width: 767px) {
    .post-meta {
      width: 75%;
      max-width: 630px; } }
  .post-meta h4 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5); }
  .post-meta a {
    color: black; }
    .category-event-info .post-meta a {
      color: rgba(0, 0, 0, 0.8); }
    .category-important-info .post-meta a {
      color: #c00000; }

.site-main {
  margin-top: 0; }
  @media (min-width: 767px) {
    .site-main {
      margin-top: 0; } }

.store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3% 3%; }
  @media (min-width: 767px) {
    .store-list {
      gap: 1.5% 1.5%; } }
  .store-list li.store-item {
    position: relative;
    width: calc((100% - 6%) / 3);
    margin-bottom: 3%;
    overflow: hidden;
    border-radius: 8px; }
    .store-list li.store-item:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 767px) {
      .store-list li.store-item {
        width: calc((100% - 6%) / 5);
        margin-bottom: 1.5%; }
        .store-list li.store-item:nth-child(5n) {
          margin-right: 0; } }
    @media (min-width: 959px) {
      .store-list li.store-item {
        width: calc((100% - 4.5%) / 4); }
        .store-list li.store-item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1279px) {
      .store-list li.store-item {
        width: calc((100% - 6%) / 5); }
        .store-list li.store-item:nth-child(5n) {
          margin-right: 0; } }
    .store-list li.store-item .sp-wrap {
      position: relative;
      width: 100%;
      background-color: unset; }
      .store-list li.store-item .sp-wrap::before {
        content: "";
        display: block;
        padding-top: 88%; }
      .store-list li.store-item .sp-wrap .sp-inner {
        position: absolute;
        top: .5em;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .store-list li.store-item .sp-wrap .sp-inner p {
          margin: 0 auto .15em;
          line-height: 1; }
          .store-list li.store-item .sp-wrap .sp-inner p.area-floor-en {
            margin: 0 auto 0;
            transform: scale(0.7); }
        .store-list li.store-item .sp-wrap .sp-inner::before {
          position: absolute;
          content: "";
          display: block;
          width: 60%;
          height: 40%;
          background-color: rgba(255, 0, 50, 0.5);
          transform: translate(-50%, -50%) rotate(-45deg);
          top: 0%;
          left: 0%;
          transform-origin: center; }
    .store-list li.store-item a {
      display: block;
      width: 100%;
      padding-top: 88%;
      position: relative;
      overflow: hidden; }
      .store-list li.store-item a.sp-inner-last {
        padding-top: 88%;
        position: relative;
        overflow: hidden;
        background-color: white;
        transition: .2s background-color linear; }
        .store-list li.store-item a.sp-inner-last:hover {
          opacity: 1;
          background-color: #c00000;
          color: white; }
        .store-list li.store-item a.sp-inner-last .sp-inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          transform: scale(0.7); }
          @media (min-width: 767px) {
            .store-list li.store-item a.sp-inner-last .sp-inner {
              transform: scale(0.9); } }
          .store-list li.store-item a.sp-inner-last .sp-inner span {
            white-space: nowrap; }
      .store-list li.store-item a img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        background-color: white; }

#sec04 h3 {
  margin-top: 3em;
  margin-bottom: .75em; }
  #sec04 h3:first-of-type {
    margin-top: unset; }
#sec04 h4 {
  margin-bottom: .75em;
  font-weight: 400; }
  #sec04 h4#ind-shopping {
    color: rgba(0, 179, 255, 0.5); }
  #sec04 h4#ind-gourmet {
    color: rgba(255, 123, 0, 0.5); }
  #sec04 h4#ind-beautyhealth {
    color: rgba(34, 165, 0, 0.5); }
#sec04 .pdf-links-area h4 {
  margin-bottom: 0em; }

.floor-map-wrap {
  display: block;
  width: 100%;
  z-index: 1;
  margin-bottom: 5%;
  margin-top: 0;
  width: 100%;
  height: 50dvh;
  position: relative;
  overflow: auto; }
  @media (min-width: 767px) {
    .floor-map-wrap {
      width: 100%;
      height: auto; } }
  .floor-map-wrap .floor-map-relative {
    counter-reset: my-counter;
    width: 200%;
    height: auto;
    z-index: 2;
    position: relative; }
    @media (min-width: 380px) {
      .floor-map-wrap .floor-map-relative {
        width: 150%;
        height: auto; } }
    @media (min-width: 767px) {
      .floor-map-wrap .floor-map-relative {
        width: 100%;
        height: auto; } }
    .floor-map-wrap .floor-map-relative img.floor-map {
      display: block;
      width: 100%;
      height: auto; }
    .floor-map-wrap .floor-map-relative ul.floor-item {
      counter-reset: my-counter;
      width: auto;
      display: inline-block;
      position: absolute;
      bottom: 2.5%;
      left: 44%;
      z-index: 3;
      transform: scale(0.75);
      transform-origin: center bottom; }
      @media (min-width: 380px) {
        .floor-map-wrap .floor-map-relative ul.floor-item {
          transform: scale(0.9); } }
      @media (min-width: 767px) {
        .floor-map-wrap .floor-map-relative ul.floor-item {
          transform: scale(1); } }
      @media (min-width: 959px) {
        .floor-map-wrap .floor-map-relative ul.floor-item {
          transform: scale(0.8); } }
      @media (min-width: 1279px) {
        .floor-map-wrap .floor-map-relative ul.floor-item {
          ransform: scale(1); } }
      .floor-map-wrap .floor-map-relative ul.floor-item li {
        margin-bottom: 1em;
        white-space: nowrap;
        font-size: 1.2rem; }
        @media (min-width: 380px) {
          .floor-map-wrap .floor-map-relative ul.floor-item li {
            font-size: 1.3rem;
            font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
        @media (min-width: 1279px) {
          .floor-map-wrap .floor-map-relative ul.floor-item li {
            font-size: 1.4rem; } }
        .floor-map-wrap .floor-map-relative ul.floor-item li img {
          display: inline-block;
          width: 22px;
          height: auto;
          margin-right: .5em;
          vertical-align: middle; }
  .floor-map-wrap .store-num-relative {
    counter-reset: my-counter;
    width: 200%;
    display: block;
    height: auto;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    @media (min-width: 380px) {
      .floor-map-wrap .store-num-relative {
        width: 150%;
        height: auto; } }
    @media (min-width: 767px) {
      .floor-map-wrap .store-num-relative {
        width: 100%;
        height: auto; } }
    .floor-map-wrap .store-num-relative img.floor-map {
      display: block;
      width: 100%;
      height: auto; }
    .floor-map-wrap .store-num-relative .store-num {
      counter-increment: my-counter;
      position: absolute;
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      counter-increment: my-counter;
      font-size: 1.2rem;
      top: 50%;
      left: 50%;
      line-height: 1;
      transform-origin: center center;
      text-align: center;
      transform: translate(-50%, -50%) scale(0.75);
      vertical-align: middle;
      overflow: visible; }
      @media (min-width: 380px) {
        .floor-map-wrap .store-num-relative .store-num {
          transform: translate(-50%, -50%) scale(0.85); } }
      @media (min-width: 767px) {
        .floor-map-wrap .store-num-relative .store-num {
          transform: translate(-50%, -50%) scale(0.9); } }
      @media (min-width: 1279px) {
        .floor-map-wrap .store-num-relative .store-num {
          transform: translate(-50%, -50%) scale(1); } }
      .floor-map-wrap .store-num-relative .store-num a {
        display: inline-block;
        position: relative; }
        .floor-map-wrap .store-num-relative .store-num a::before {
          content: counter(my-counter,upper-alpha);
          display: inline-block;
          height: 1.6em;
          width: 1.6em;
          line-height: 1.6em;
          border-radius: 50%;
          color: white;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.5);
          white-space: nowrap;
          vertical-align: middle;
          font-size: 1.4rem;
          transform-origin: center center;
          transition: all .2s linear;
          transition: .2s all linear; }
        .floor-map-wrap .store-num-relative .store-num a:hover::after, .floor-map-wrap .store-num-relative .store-num a:hover::before {
          pointer-events: none;
          transform: scale(1.2); }
        .floor-map-wrap .store-num-relative .store-num a::after {
          content: "";
          position: absolute;
          inset: 0;
          opacity: 1;
          background-color: rgba(192, 0, 0, 0);
          cursor: default;
          height: 1.6em;
          width: 1.6em;
          font-size: 1.4rem;
          line-height: 1.6em;
          border-radius: 50%;
          transform-origin: center center;
          transition: .2s all linear;
          pointer-events: all; }
      .floor-map-wrap .store-num-relative .store-num .num-text {
        display: inline-block;
        position: absolute;
        z-index: 120;
        transform: translate(-50%, -100%);
        left: 50%;
        top: -.5em;
        max-width: 160px;
        width: 11em;
        height: 0;
        overflow: hidden;
        vertical-align: top;
        line-height: 1.3;
        padding: .5em 1em;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 6px;
        opacity: 0;
        transition: all .2s linear;
        pointer-events: all;
        font-weight: 500; }
      .floor-map-wrap .store-num-relative .store-num a:hover {
        opacity: 1; }
        .floor-map-wrap .store-num-relative .store-num a:hover .num-text {
          height: auto;
          min-height: 1em;
          overflow: visible;
          display: inline-block;
          opacity: 1;
          pointer-events: auto; }
      .floor-map-wrap .store-num-relative .store-num.store-010 {
        top: 20%;
        left: 27.5%;
        z-index: 10; }
      .floor-map-wrap .store-num-relative .store-num.store-020 {
        top: 42.65%;
        left: 35%;
        z-index: 16; }
        .floor-map-wrap .store-num-relative .store-num.store-020 .num-text {
          transform: translate(-50%, 100%);
          left: 50%;
          top: -1em; }
      .floor-map-wrap .store-num-relative .store-num.store-030 {
        top: 20%;
        left: 82%;
        z-index: 12; }
      .floor-map-wrap .store-num-relative .store-num.store-040 {
        top: 44.5%;
        left: 82%;
        z-index: 13; }
      .floor-map-wrap .store-num-relative .store-num.store-050 {
        top: 52%;
        left: 51%;
        z-index: 14; }
      .floor-map-wrap .store-num-relative .store-num.store-060 {
        top: 44%;
        left: 21.5%;
        z-index: 15; }
        .floor-map-wrap .store-num-relative .store-num.store-060 .num-text {
          transform: translate(-50%, 100%);
          left: 50%;
          top: -1em; }
      .floor-map-wrap .store-num-relative .store-num.store-070 {
        top: 70.5%;
        left: 18.5%;
        z-index: 17; }
      .floor-map-wrap .store-num-relative .store-num.store-080 {
        top: 70.5%;
        left: 32.25%;
        z-index: 18; }
      .floor-map-wrap .store-num-relative .store-num.store-090 {
        top: 77.5%;
        left: 18.5%;
        z-index: 19; }
      .floor-map-wrap .store-num-relative .store-num.store-100 {
        top: 38%;
        left: 36.5%;
        z-index: 14; }
      .floor-map-wrap .store-num-relative .store-num.store-110 {
        top: 41.5%;
        left: 29%;
        z-index: 18; }
        .floor-map-wrap .store-num-relative .store-num.store-110 .num-text {
          transform: translate(-75%, -100%);
          left: 0%;
          top: -.5em; }
      .floor-map-wrap .store-num-relative .store-num.store-120 {
        top: 64%;
        left: 25.5%;
        z-index: 16; }
      .floor-map-wrap .store-num-relative .store-num.store-130 {
        top: 84.5%;
        left: 18.5%;
        z-index: 24; }
      .floor-map-wrap .store-num-relative .store-num.store-140 {
        top: 77.5%;
        left: 32.25%;
        z-index: 23; }
      .floor-map-wrap .store-num-relative .store-num.store-150 {
        top: 71%;
        left: 73.5%;
        z-index: 26; }
      .floor-map-wrap .store-num-relative .store-num.store-160 {
        top: 77.5%;
        left: 73.5%;
        z-index: 28; }
      .floor-map-wrap .store-num-relative .store-num.store-170 {
        top: 77.5%;
        left: 87%;
        z-index: 26; }
      .floor-map-wrap .store-num-relative .store-num.store-180 {
        top: 38.5%;
        left: 49.25%;
        z-index: 27; }
  .floor-map-wrap .floor-num-wrap {
    counter-reset: my-counter; }
    @media (min-width: 767px) {
      .floor-map-wrap .floor-num-wrap {
        width: 100%;
        height: auto; } }
    .floor-map-wrap .floor-num-wrap img.floor-map {
      display: block;
      width: 100%;
      height: auto; }
    .floor-map-wrap .floor-num-wrap .floor-num {
      counter-increment: my-counter;
      position: absolute;
      display: inline-block;
      width: auto;
      z-index: 100;
      margin-bottom: 0;
      counter-increment: my-counter;
      font-size: 1.2rem;
      transform: translate(-50%, -50%) scale(0.75);
      line-height: 1;
      transform-origin: left center;
      text-align: center;
      vertical-align: middle;
      overflow: visible; }
      @media (min-width: 380px) {
        .floor-map-wrap .floor-num-wrap .floor-num {
          transform: translate(-50%, -50%) scale(1); } }
      @media (min-width: 767px) {
        .floor-map-wrap .floor-num-wrap .floor-num {
          transform: translate(-50%, -50%) scale(0.9); } }
      @media (min-width: 1279px) {
        .floor-map-wrap .floor-num-wrap .floor-num {
          transform: translate(-50%, -50%) scale(1); } }
      .floor-map-wrap .floor-num-wrap .floor-num a {
        cursor: default;
        pointer-events: none;
        /* ←手の形にしない */
        color: rgba(100, 100, 100, 0.9); }
        .floor-map-wrap .floor-num-wrap .floor-num a::before {
          content: counter(my-counter);
          display: inline-block;
          height: 1.3em;
          width: 1.3em;
          line-height: 1.3em;
          border-radius: 50%;
          color: white;
          text-align: center;
          background-color: rgba(100, 100, 100, 0.7);
          white-space: nowrap;
          vertical-align: baseline;
          font-size: 1.4rem;
          transform-origin: center;
          margin-bottom: -1em; }
        .floor-map-wrap .floor-num-wrap .floor-num a:hover {
          opacity: 1; }
          .floor-map-wrap .floor-num-wrap .floor-num a:hover .num-text {
            width: 10em;
            height: auto;
            min-height: 1em;
            overflow: visible;
            display: inline-block;
            opacity: 1; }
      .floor-map-wrap .floor-num-wrap .floor-num.floor-num-01 {
        top: 46%;
        left: 38.75%;
        z-index: 10; }
      .floor-map-wrap .floor-num-wrap .floor-num.floor-num-02 {
        top: 38.5%;
        left: 26.5%;
        z-index: 10; }
      .floor-map-wrap .floor-num-wrap .floor-num.floor-num-03 {
        top: 62.5%;
        left: 31.25%;
        z-index: 10; }
      .floor-map-wrap .floor-num-wrap .floor-num.floor-num-04 {
        top: 85%;
        left: 24%;
        z-index: 2; }
      .floor-map-wrap .floor-num-wrap .floor-num .num-text {
        display: inline-block;
        position: absolute;
        z-index: 7;
        transform: translate(-50%, 0%);
        left: 50%;
        top: 2.25em;
        max-width: 140px;
        width: 11.5em;
        height: 0;
        overflow: hidden;
        vertical-align: top;
        line-height: 1.3;
        padding: .5em 1em;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 6px;
        opacity: 0;
        transition: all .2s linear; }

ol.faci-list-wrap {
  counter-reset: my-counter;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0 2em;
  margin-bottom: 5%; }
  ol.faci-list-wrap > li {
    counter-increment: my-counter;
    display: flex;
    flex: 0 1 auto;
    width: auto;
    margin-bottom: .5em;
    font-size: 1.2rem; }
    @media (min-width: 380px) {
      ol.faci-list-wrap > li {
        font-size: 1.3rem;
        font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
    @media (min-width: 1279px) {
      ol.faci-list-wrap > li {
        font-size: 1.4rem; } }
    ol.faci-list-wrap > li::before {
      content: counter(my-counter);
      display: inline-block;
      height: 1.5em;
      width: 1.5em;
      line-height: 1.5em;
      border-radius: 50%;
      color: white;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      margin-right: 0.5em;
      white-space: nowrap;
      vertical-align: baseline; }

.store-ol-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-top: calc(2em + 5%);
  counter-reset: my-counter; }
  @media (min-width: 380px) {
    .store-ol-wrap {
      flex-direction: row;
      gap: 5%; } }
  .store-ol-wrap .store-cate-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 100%; }
    @media (min-width: 380px) {
      .store-ol-wrap .store-cate-wrap {
        width: calc((100% - 1 * 8%) / 2); } }
    @media (min-width: 767px) {
      .store-ol-wrap .store-cate-wrap {
        width: calc((100% - 2 * 5%) / 3); } }
    @media (min-width: 959px) {
      .store-ol-wrap .store-cate-wrap {
        width: calc((100% - 1 * 8%) / 2); } }
    @media (min-width: 1279px) {
      .store-ol-wrap .store-cate-wrap {
        width: calc((100% - 2 * 5%) / 3); } }
  .store-ol-wrap ol.store-ol {
    display: block;
    margin-bottom: 2em;
    margin-left: 0;
    width: 100%; }
    .store-ol-wrap ol.store-ol .store-list {
      display: block;
      width: 100%;
      margin-bottom: .75em;
      counter-increment: my-counter;
      font-size: 1.2rem;
      line-height: 1.5;
      min-height: 1.5em; }
      @media (min-width: 380px) {
        .store-ol-wrap ol.store-ol .store-list {
          font-size: 1.3rem;
          font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
      @media (min-width: 1279px) {
        .store-ol-wrap ol.store-ol .store-list {
          font-size: 1.4rem; } }
      .store-ol-wrap ol.store-ol .store-list a {
        display: inline-block;
        min-height: 1em;
        height: auto;
        vertical-align: middle;
        margin-left: 2em; }
        .store-ol-wrap ol.store-ol .store-list a::before {
          content: counter(my-counter,upper-alpha);
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          line-height: 1.5em;
          border-radius: 50%;
          color: white;
          text-align: center;
          margin-right: 0.5em;
          white-space: nowrap;
          margin-top: .1em;
          margin-left: -2em;
          transform-origin: center;
          transition: .2s transform ease, .2s opacity ease; }
        .store-ol-wrap ol.store-ol .store-list a:hover::before {
          transform: scale(1.1);
          opacity: 1; }

#sec04 .shopping a {
  color: #00b3ff; }
  #sec04 .shopping a::before {
    background-color: #00b3ff; }
#sec04 .gourmet a {
  color: #ff7b00; }
  #sec04 .gourmet a::before {
    background-color: #ff7b00; }
#sec04 .beautyhealth a {
  color: #22a500; }
  #sec04 .beautyhealth a::before {
    background-color: #22a500; }

.exterior-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2% 2%; }
  @media (min-width: 767px) {
    .exterior-photo-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5% 1.5%; } }
  .exterior-photo-wrap li {
    position: relative;
    width: 100%;
    margin-bottom: 2%;
    overflow: hidden; }
    .exterior-photo-wrap li:nth-child(1n) {
      margin-right: 0; }
    @media (min-width: 767px) {
      .exterior-photo-wrap li {
        width: calc((100% - 3%) / 3);
        margin-bottom: 1.5%; }
        .exterior-photo-wrap li:nth-child(3n) {
          margin-right: 0; } }
    .exterior-photo-wrap li a {
      display: block;
      width: 100%;
      pointer-events: none;
      border-radius: 8px;
      overflow: hidden; }
      @media (min-width: 767px) {
        .exterior-photo-wrap li a {
          pointer-events: all;
          cursor: pointer;
          padding-top: 100%;
          position: relative;
          overflow: hidden; } }
      .exterior-photo-wrap li a img {
        position: initial; }
        @media (min-width: 767px) {
          .exterior-photo-wrap li a img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%) scale(1);
            object-fit: cover;
            transition: all .6s ease;
            transform-origin: center; } }
      @media (min-width: 767px) {
        .exterior-photo-wrap li a:hover {
          opacity: .66; }
          .exterior-photo-wrap li a:hover img {
            transform: translate(-50%, -50%) scale(1.1); } }
    .exterior-photo-wrap li .data-title {
      font-size: 1.4rem;
      text-align: left;
      width: 100%;
      display: inline-block;
      line-height: 1.5;
      padding-top: .25em;
      margin-bottom: 1em; }
      @media (min-width: 767px) {
        .exterior-photo-wrap li .data-title {
          display: none; } }

#sec05 h3 {
  margin-top: 2em;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: .5em; }
  #sec05 h3:first-of-type {
    margin-top: 0; }

.access-info {
  margin-bottom: 5%;
  list-style-position: outside;
  scroll-padding-left: 2em;
  margin-left: 2em; }
  .access-info li {
    margin-bottom: .5em;
    line-height: 1.5;
    font-size: 1.4rem;
    list-style-type: disc;
    margin-left: 0; }
    @media (min-width: 380px) {
      .access-info li {
        font-size: 1.5rem;
        font-size: calc(1.4rem + ((1vw - 4.8px) * 0.25)); } }
    @media (min-width: 1279px) {
      .access-info li {
        font-size: 1.6rem; } }

.map-wrapper {
  display: block;
  padding: 10px;
  background-color: white;
  border-radius: 6px; }
  @media (min-width: 767px) {
    .map-wrapper {
      padding: 20px; } }
  .map-wrapper iframe {
    width: 100%;
    height: auto;
    min-height: 50dvh;
    display: block; }

.iziModal-wrap::after {
  display: none !important; }
