
@charset "utf-8";

#main_image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#main_image .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    filter: alpha(opacity=100);
    opacity: 1;
}
#main_image .swiper-pagination-bullet-active { background: #333; }
#main_image .swiper-button-prev:before,
#main_image .swiper-button-next:before {
    position: absolute;
    display: block;
    background-size: 200px auto;
    content: " ";
}
#main_image a { display: block; }


#main_banner .swiper-container:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    content: " ";
    z-index: 2;
}
#main_banner {
    margin-bottom: 0;
  position: relative;
}
#main_banner .swiper-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main_banner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
#main_banner .logo img { max-width: 100%; }


.button_topics_more:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 22px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/sp_common/sprite_icon.png) no-repeat -150px 0;
    background-size: 500px auto;
    content: " ";
}
.button_topics_more:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 16px;
    height: 9px;
    margin-top: -5px;
    background: url(/images/sp_common/sprite_arrow.png) no-repeat -100px 0;
    background-size: 200px auto;
    content: " ";
    visibility: visible;
}

.list_event .image {
  background-size: 15px 16px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.list_notice li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.list_notice a {
    text-decoration: underline;
}
  .list_event .item a {
      position: relative;
      display: grid;
      background: #fff;
      text-align: left;
      text-decoration: none;
      grid-template-columns: 50% 1fr;
      gap: 15px;
      align-items: center;
  }
  .list_event .image img {
     width:100%
  }
.list_event .image{
    position:relative
}
.list_event .image::after{
    display:none
}
.list_event .image span {
    position: absolute;
    top: 31%;
    width: auto;
    white-space: nowrap;
    left: 12%;
    font-weight: 600;
    font-size: clamp(11px,1.0vw,15px);
}

@media all and (min-width: 768px) {
  /* +++++++++++++++++++++++++++++++

   top.css
   PC/tb用

  +++++++++++++++++++++++++++++++ */
  /*
  スライダー：パネルタイプ
  -----------------------------------*/
  #main_image {
      margin-bottom: 0;
      padding: 30px 0;
  }
  #main_image .swiper-container {
      width: 700px;
      margin: 0 auto;
      overflow: visible;
  }
  #main_image .swiper-container:before {
      position: absolute;
      top: 0;
      left: -50%;
      width: 100%;
      height: 400px;
      margin-left: -360px;
      background: rgba(0, 0, 0, .3);
      content: " ";
      z-index: 10;
  }
  #main_image .swiper-container:after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: 400px;
      margin-left: 360px;
      background: rgba(0, 0, 0, .3);
      content: " ";
      z-index: 10;
      visibility: visible;
  }
  #main_image .swiper-container .swiper-slide img {
    width: 100%;
}
  #main_image .swiper-pagination {
      position: relative;
      bottom: 0;
      height: 10px;
      margin-top: 10px;
  }

  #main_image .swiper-button-prev,
  #main_image .swiper-button-next {
      width: 30px;
      height: 50px;
      margin-top: -45px;
      background: rgba(255, 255, 255, .6);
      z-index: 15;
      transition: 0.1s linear;
  }
  #main_image .swiper-button-prev { left: -40px; }
  #main_image .swiper-button-next { right: -40px; }
  #main_image .swiper-button-prev:before,
  #main_image .swiper-button-next:before {
      top: 15px;
      left: 9px;
      width: 12px;
      height: 20px;
      background-image: url(/images/common/sprite_arrow.png);
  }
  #main_image .swiper-button-prev:before { background-position: -150px 0; }
  #main_image .swiper-button-next:before { background-position: -50px 0; }
  #main_image .swiper-button-prev:hover,
  #main_image .swiper-button-next:hover {
      filter: alpha(opacity=60);
      opacity: 0.6;
  }

  #main_image a {
      transition: 0.1s linear;
  }
  #main_image a:hover {
      filter: alpha(opacity=80);
      opacity: 0.8;
  }

  /*
  スライダー：バナータイプ
  -----------------------------------*/
  #main_banner .swiper-container:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      content: " ";
      z-index: 2;
  }
  #main_banner .swiper-slide {
      position: relative;
      overflow: hidden;
      height: 460px;
      text-align: center; 
  }
  #main_banner .swiper-container img {
      width: 100%;
      min-width: 1104px;
      height: auto;
  }
  #main_banner .logo {
      width: 300px;
      margin: -63px 0 0 -150px;
  }


  #main_banner a {
      position: relative;
      display: block;
      background: #fff;
      z-index: 1;

  }
  #main_banner a img {
      transition: 0.1s linear;
  }
  #main_banner a:hover img {
      filter: alpha(opacity=80);
      opacity: 0.8;
  }


  /*
  単体バナー
  -----------------------------------*/
  #main_banner .image {
      position: relative;
      padding: 30px 0;
      text-align: center;
      z-index: 1;
  }
  #main_banner .image:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: rgba(255, 255, 255, .3);
      content: " ";
      z-index: 1;
  }
  #main_banner .image a {
      width: 700px;
      margin: 0 auto;
  }
  #main_banner .image img {
      position: relative;
      width: auto;
      max-width: 100%;
      max-height: 400px;
      z-index: 2;
  }

  /*
  スマホ用メニュー（非表示）
  -----------------------------------*/
  #nav_sp { display: none; }
  #nav4_sp { display: none; }

  /*
  トピックス
  -----------------------------------*/
  .tab_panel > p {
      text-align: center;
  }
  .list_topics.list_resize {
      min-width: 980px;
      max-width: 1630px;
      margin: 0 auto;
  }
  .list_topics.list_resize .item {
      float: left;
      display:block;
      width: 18.5%;
      min-width: 180px;
      max-width: 310px;
      margin: 0 0 5px 0.4%;
  }
  .list_topics + .box_button { margin: 20px 10px 0; }
  .button_topics_more:before {
      width: 24px;
      height: 24px;
      margin-top: -12px;
      background: url(/images/common/sprite_icon.png) no-repeat -120px 0;
      background-size: 400px auto;
  }
  .button_topics_more:hover:before { background-position: -120px 0; }
  .button_topics_more:after {
      width: 18px;
      height: 9px;
      margin-top: -5px;
      background: url(/images/common/sprite_arrow.png) no-repeat -100px -100px;
  }
  .button_topics_more:hover:after { background-position: -100px -100px; }

  /*
  リスト：催物情報
  -----------------------------------*/
  .list_event { text-align: center; }
  .list_event .item {
      display: inline-block;
      width: 460px;
      margin: 0 2px 5px 0;
      padding: 4px;
      border: 1px solid #999;
      vertical-align: top;
      transition: 0.1s linear;
  }
    .list_event .item::after{
        display:none
    }
  .list_event .item:hover {
      border-color: #333;
      background: #333;
  }
  
  .list_event .image_wrap {
      position: relative;
  }
  .list_event .image {
      background: #f5f5f5 url(/images/common/bg_texture_bk.png) repeat left top;
  }



  .list_event .title {
      margin-top: 0;
      padding-top: 8px;
      font-size: 14px;
      margin: 0;
      font-weight: 500;
  }
  .list_event .title + ul {
      font-size: 12px;
      margin: 12px 0 0;
  }
  .list_event .title + ul li:first-child { margin-top: 8px; }
  .list_event .title + ul li:last-child { margin-bottom: 17px; }
  .list_event li:last-of-type { margin-bottom: 0 !important; }

  .list_event ul:after { display: none; }
  .list_event .tags li { margin-top: 3px; }
  .list_event + .box_button { margin: 20px 10px 0; }
  .button_calender:before {
      position: absolute;
      top: 50%;
      left: 20px;
      display: block;
      width: 24px;
      height: 24px;
      margin-top: -12px;
      background: url(/images/common/sprite_icon.png) no-repeat -160px 0;
      background-size: 400px auto;
      content: " ";
  }
  .button_calender:hover:before { background-position: -160px 0; }

  /*
  リスト：チラシ・カタログ
  -----------------------------------*/
  .list_catalog {
      display: table;
      margin: -15px auto;
      border-spacing: 15px;
  }
  .list_catalog p {
      display: table-cell;
      margin: 0;
      vertical-align: middle;
  }
  .list_catalog .item {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: table-cell;
      width: 190px;
      padding: 20px 15px 0;
      border: 3px solid #fff;
      border-radius: 3px;
      background: #fff;
      text-align: center;
      transition: 0.1s linear;
  }
  .list_catalog .item:hover {
      border-color: #333;
      text-decoration: none;
  }
  .list_catalog .image {
      max-width: 140px;
      margin: 0 auto;
  }
  .list_catalog .title {
      margin: 10px 0 0;
      font-weight: 500;
  }

  /* 手動追加 */
  .list_catalog .separate {
      position: relative;
      display: table-cell;
      width: 4px;
      background: #fff;
  }
  .list_catalog .separate:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 5px;
      height: 25px;
      background: #f5f5f5 url("/images/common/bg_texture_w.png") repeat scroll left top;
      background-size: 10px auto;
      content: " ";
  }
  .list_catalog .separate:after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 5px;
      height: 25px;
      background: #f5f5f5 url("/images/common/bg_texture_w.png") repeat scroll left top;
      background-size: 10px auto;
      content: " ";
      visibility: visible;
  }

  /*
  リスト：公式SNS・アプリ
  -----------------------------------*/
  .list_sns { text-align: center; }
  .list_sns li {
      display: inline-block;
      width: 106px;
      margin: 0 3px;
      font-size: 12px;
      vertical-align: top;
  }
  .list_sns a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 106px;
      border: 3px solid #fff;
      border-radius:  3px;
      background: #fff;
      transition: 0.1s linear;
  }
  .list_sns a:hover {
      border-color: #333;
      text-decoration: none;
  }
  .list_sns .separate {
      position: relative;
      margin-left: 20px;
  }
  .list_sns .separate:before {
      position: absolute;
      top: 25px;
      left: -15px;
      display: block;
      width: 5px;
      height: 100px;
      background: #fff;
      content: " ";
  }
  .list_sns .image {
      display: table-cell;
      width: 100px;
      height: 100px;
      vertical-align: middle;
  }
  .list_sns img {
      max-width: 45px;
      max-height: 45px;
  }
  .list_sns p {
      margin: 0;
      height: 40px;
      padding-top: 10px;
      line-height: 1.2;
  }
  .list_sns span {
      display: block;
      font-size: 9px;
  }

  /*
  お知らせ
  -----------------------------------*/
  .box .inner {
      max-width: 980px;
      margin: 0 auto;
  }
  .heading_notice {
      float: left;
      font-size: 16px;
      font-weight: 300;
  }
  .heading_notice:before {
      display: inline-block;
      width: 17px;
      height: 20px;
      margin: 0 5px 0 10px;
      background: url(/top/images/sprite_top.png) no-repeat -100px 0;
      background-size: 600px auto;
      content: " ";
      vertical-align: -3px;
  }
  /*
  .list_notice { margin-left: 210px; }
  .list_notice li { margin-top: 20px; }
  .list_notice li:first-child { margin-top: 0; }
  .list_notice a {
      font-size: 14px;
      text-decoration: underline;
  }
  .list_notice a:hover { text-decoration: none; }
  */
  /*変更*/
  .list_notice {
    margin-left: 210px;
  }

  .list_notice li {
    font-size: 14px;
    margin-top: 15px;
    position: relative;
  }
  .list_notice li:first-child { margin-top: 0; }




  .list_notice a:hover {
    text-decoration: none;
  }


  /*FSS用*/

  #shop_list.box .inner{width:780px;}
  #floor_map.box .image,#access.box .image{text-align:center;}


}


@media all and (min-width: 768px) and (max-width: 979px) {
  /* +++++++++++++++++++++++++++++++

   top.css
   Tablet用

  +++++++++++++++++++++++++++++++ */

  /*
  スライダー：パネルタイプ
  -----------------------------------*/

  #main_image .swiper-button-prev { left: 0; }
  #main_image .swiper-button-next { right: 0; }






  /*
  トピックス
  -----------------------------------*/
  .list_topics.list_resize .item {
      float: none;
      display:block;
      width: 100%;
      max-width: 100%;
      margin: 0;
  }

  /*
  リスト：催物情報
  -----------------------------------*/
  .list_event .item {
      width: 330px;
  }
  .list_event .item a { min-height: 150px; }
  .list_event .image_wrap {
      width: 150px;
      height: 150px;
  }
  .list_event .image img {
      max-width: 150px;
      max-height: 150px;
  }
  .list_event p,
  .list_event ul { margin-left: 160px; }

  /*
  リスト：公式SNS・アプリ
  -----------------------------------*/
  .list_sns li {
      width: 86px;
      margin: 0;
      font-size: 10px;
  }
  .list_sns .separate:before { top: 15px; }
  .list_sns a { width: 86px; }
  .list_sns a.hover {
      border-color: #333;
      text-decoration: none;
  }
  .list_sns .image {
      width: 80px;
      height: 80px;
  }
  .list_sns p { height: 30px; }
  .list_sns span { font-size: 8px;}

  /*
  お知らせ
  -----------------------------------*/
  .heading_notice {
      float: left;
      font-size: 16px;
      font-weight: 300;
  }
  .heading_notice:before {
      display: inline-block;
      width: 17px;
      height: 20px;
      margin: 0 5px 0 10px;
      background: url(/top/images/sprite_top.png) no-repeat -100px 0;
      background-size: 600px auto;
      content: " ";
      vertical-align: -3px;
  }
  /*
  .list_notice { margin-left: 150px; }
  .list_notice li { margin-top: 20px; }
  .list_notice li:first-child { margin-top: 0; }
  .list_notice a {
      font-size: 14px;
      text-decoration: underline;
  }
  .list_notice a:hover { text-decoration: none; }
  */
  /*変更*/
  .list_notice {
    margin-left: 150px;
  }

  .list_notice li {
    font-size: 14px;
    margin-top: 20px;
    position: relative;
  }
  .list_notice li:first-child { margin-top: 0; }

  .list_notice li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 100%;
  }

  .list_notice a:hover {
    text-decoration: none;
  }
}


@media all and (max-width: 767px){
  
  /* +++++++++++++++++++++++++++++++

 shop_top.css
 Smartphone用

+++++++++++++++++++++++++++++++ */
/*
スライダー：パネルタイプ
-----------------------------------*/
#main_image {
    padding: 5px 0;
    margin-bottom: 0;
}
#main_image .swiper-pagination {
    display: none;
}
#main_image .swiper-slide img {
    width: 100%;
}
#main_image .swiper-button-prev,
#main_image .swiper-button-next {
    width: 25px;
    height: 35px;
    background: rgba(255, 255, 255, .6);
    z-index: 15;
}
#main_image .swiper-button-prev { left: 0; }
#main_image .swiper-button-next { right: 0; }
#main_image .swiper-button-prev:before,
#main_image .swiper-button-next:before {
    top: 9px;
    left: 8px;
    width: 9px;
    height: 16px;
    background-image: url(/images/sp_common/sprite_arrow.png);
}
#main_image .swiper-button-prev:before { background-position: -150px 0; }
#main_image .swiper-button-next:before { background-position: -50px 0; }
#main_image .swiper-button-prev:hover,



/*
スライダー：バナータイプ
-----------------------------------*/
#main_banner {
    background: #e5e5e5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}

#main_banner .swiper-slide {
    min-height: 200px;
    text-align: center;
}
#main_banner .swiper-container img {
    max-width: 150%;
    height: auto;
    max-height: 200px;
}

#main_banner.fixed_logo .swiper-slide { max-height: 200px; }
#main_banner.fixed_logo .swiper-container img {
    left: 0;
    min-width: 100%;
    min-height: 200px;
    max-height: 200%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#main_banner .logo {
    width: 200px;
    margin: -42px 0 0 -100px;
}



/*
単体バナー
-----------------------------------*/

#main_banner .image img {

   width: 100%;
   max-height: 600px
}

/*
スマホ用メニュー
-----------------------------------*/
#nav_sp {
    border-bottom: 1px solid #d9d9d9;
}
#nav_sp li {
    position: relative;
    float: left;
    width: 33.3%;
    border-bottom: none;
}
#nav_sp li:nth-child(3n+1) {
    clear: left;
    width: 33.4%;
}
#nav_sp li:before {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 1px;
    height: 55px;
    background: #d9d9d9;
    content: " ";
}
#nav_sp li:nth-child(3n):before { display: none; }

/**/

#nav4_sp {
    border-bottom: 1px solid #d9d9d9;
}

#nav4_sp li {
    position: relative;
    float: left;
    width: calc(99% / 4);
    border-bottom: none;
}
#nav4_sp li:before {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 1px;
    height: 55px;
    background: #d9d9d9;
    content: " ";
}
#nav4_sp li:nth-child(4n+1) {
    clear: left;
    width: calc(99% / 4);
}
#nav4_sp li:nth-child(4n):before { display: none; }

/**/


#nav_sp a {
    display: block;
    height: 40px;
    padding-top: 35px;
    font-size: 13px;
    text-align: center;
}
#nav_sp a:before {
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background-image: url(/images/sp_common/sprite_icon.png);
    background-size: 500px auto;
    vertical-align: middle;
    content: " ";
}
#nav_sp .shops:before { background-position: -248px 0; }
#nav_sp .floor_map:before { background-position: -400px 0; }
#nav_sp .access:before { background-position: -346px 0; }
#nav_sp .tellist:before { background-position: -50px 0;}


/**/
#nav4_sp a {
    display: block;
    height: 40px;
    padding-top: 35px;
    font-size: 13px;
    text-align: center;
}
#nav4_sp a:before {
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background-image: url(/images/sp_common/sprite_icon.png);
    background-size: 500px auto;
    vertical-align: middle;
    content: " ";
}
#nav4_sp .shops:before { background-position: -248px 0; }
#nav4_sp .floor_map:before { background-position: -400px 0; }
#nav4_sp .access:before { background-position: -346px 0; }
#nav4_sp .tellist:before { background-image: url(/images/sp_common/sprite_icon2.png);background-size: 90px auto;background-position: -22px 0;}



/**/

/*
トピックス
-----------------------------------*/
#top_topics { z-index: 3; }
.list_topics + .box_button { margin: 20px 10px 0; }
.button_topics_more:before {
    width: 22px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/sp_common/sprite_icon.png) no-repeat -150px 0;
    background-size: 500px auto;
}
.button_topics_more:after {
    width: 16px;
    height: 9px;
    background: url(/images/sp_common/sprite_arrow.png) no-repeat -100px 0;
}

/*
リスト：催物
-----------------------------------*/
.list_event .item {
    position: relative;
    padding: 5px 10px 5px;
    border-bottom: 1px solid #ccc;
}
    .list_event .item a{
        grid-template-columns:40% 1fr
    }
.list_event .image {
    background: #f5f5f5 url(/images/common/bg_texture_bk.png) repeat left top;
}
.list_event p { margin: 5px 0; }
.list_event .title {
    margin-top: 0;
    font-size: 16px;
}
.list_event .title+ ul {
    margin: 15px 0 0;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list_event + .box_button { margin: 20px 10px 0; }
.button_calender:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 22px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/sp_common/sprite_icon.png) no-repeat -200px 0;
    background-size: 500px auto;
    content: " ";
}

/*
リスト：チラシ・カタログ
-----------------------------------*/
.list_catalog p { text-align: center;}
.list_catalog .item {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius:  3px;
    background: #fff;
    font-size: 16px;
}
.list_catalog .item:first-child { margin-top: 0; }
.list_catalog .item .image {
    float: left;
    width: 50px;
}
.list_catalog .title { margin:  10px 0 0 60px; }
.list_catalog .item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/* 手動追加 */
.list_catalog .separate {
    position: relative;
    height: 4px;
    margin-top: 10px;
}
.list_catalog .separate:before {
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    display: block;
    height: 4px;
    background: #fff;
    content: " ";
}
/*
リスト：公式SNS・アプリ
-----------------------------------*/
.list_sns { margin: 0 10px; }
.list_sns li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius:  3px;
    background: #fff;
    font-size: 16px;
}
.list_sns a { display: block; }
.list_sns .image {
    display: table-cell;
    width: 30px;
    padding: 5px;
    vertical-align: middle;
}
.list_sns p {
    display: table-cell;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
}
.list_sns span {
    display: block;
}
/*
お知らせ
-----------------------------------*/
.heading_notice {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.heading_notice:before {
     display: inline-block;
     width: 15px;
     height: 17px;
     margin-right: 5px;
    background: url(/top/images/sprite_top.png) no-repeat -100px -250px;
    background-size: 600px auto;
    content: " ";
    vertical-align: -2px;
}

/*変更*/
.list_notice li {
	font-size: 14px;
    margin: 10px 15px 0 2em;
	position: relative;
}

  
}



