@charset "utf-8";
/* CSS Document */
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
/*********************************************
共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
*********************************************/
  /*------------------------------
  基本スタイル ※変更不可
  ------------------------------*/
  /* float */
  .tb-float-l {
    float: left;
  }
  .tb-float-r {
    float: right;
  }
  /*------------------------------
  レイアウト ※変更不可
  ------------------------------*/
  /*フッター位置調整*/
  .wrapper {
    min-height: calc(100vh - 500px);
    padding: 0;
  }
  /*wrap共通*/
  .wrap {
    padding-bottom: 50px;
    padding-top: 100px;
  }
  .wrap-m {
    width: 94%;
  }
  .wrap-s {
    width: 94%;
  }
  /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .lead .lead-s {
    font-size: 1.5rem;
  }
  .note {
    font-size: 1.5rem
  }
  /*------------------------------
  見出し h1-h6 ※変更不可
  ------------------------------*/
  h1 {
    font-size: 2.0rem;
  }
  h2 {
    font-size: 3.0rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  
  h2.ttl{
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  h2.ttl span{
    font-size: 5.0rem;
  }
  /*------------------------------
  ボタン ※変更不可
  ------------------------------*/
  
  /*------------------------------
  ヘッダー、Gナビ共通 ※変更不可
  ------------------------------*/
  #header {
    height: 100px;
  }
  #header .logo {
    width: 160px;
    padding: 15px 0 10px;
  }

/*********************************************
* TOP
*********************************************/
  /*------------------------------
  kv
  ------------------------------*/
  #top .kv .swiper-slide{
    padding: 30px 30px 60px;
  }
  /* ページネーション */
  #top .kv .swiper-pagination {
    bottom: 20px;
  }
  #top .kv .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  /* 次へ、前へ */
  #top .kv .swiper-button-prev {
    left: 5px;
  }
  #top .kv .swiper-button-next{
    right: 5px;
  }
  #top .kv .swiper-button-next::after,
  #top .kv .swiper-button-prev::after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
  }
  /*------------------------------
  top-nav
  ------------------------------*/
  .top-nav li{
    width: 23%;
  }

/*------------------------------
news
------------------------------*/
  /* .news-list */
  #news .news-list{
  margin-bottom: 40px;
  }
  #news .news-list li{
  padding: 10px;
  }
  #news .news-list .time-cat{
  width: 200px;
  }
  #news .news-list .title{
  width: calc(100% - 200px); 
  }

  #news .news-list .title::after {
  position: absolute;
  top: 30%;
  }
  #news .news-list .title a:hover{
  text-decoration: underline;
  opacity: 0.7;
  }
  

/*------------------------------
con02
------------------------------*/
  #top .con02 .flex-box {
    justify-content: space-between;
  }
  #top .con02 .flex-box .text-box {
    width: 50%;
  }
  #top .con02 .flex-box .img-box {
    width: 47%;
    margin-top: 120px;
  }
  
/*********************************************
下層ページ共通
*********************************************/
  /* ページタイトル ※変更不可 */
  .page-ttl h1{
    margin: 3rem 0;
    line-height: 1.8;
  }
  .page-ttl h1 span{
    font-size: 5.0rem;
  }
  /* ページコンテンツ ※変更不可 */
  .page-content{
    padding: 40px;
    border-radius: 20px;
  }
/*------------------------------
フロアガイド / ショップガイド 共通
------------------------------*/
   .shop-list-detail .shop-list-box{
    width: 30.3333%;
    margin: 1.5%;
  }

/*********************************************
フロアガイド
*********************************************/
  /* floor-nav */
  #floorguide .floor-nav{
    margin-bottom: 50px;
  }
  #floorguide .floor-nav li a{
    height: 50px;
    line-height: 50px;
  }
  /* floor-box */
  #floorguide .floor-box{
    margin-bottom: 50px;
  }

  #floorguide .floor-box .floor-map{
    margin: 0 1.5% 25px;
  }
  #floorguide .shop-list-detail .shop-list-box{
    width: 30.3333%;
    margin: 1.5%;
  }
  #floorguide .floor-map-icon{
    width: 70%;
    margin: 0 auto 25px;
  }

/*********************************************
ショップガイド
*********************************************/
  /*------------------------------
  ショップガイド一覧
  ------------------------------*/
  /* shop-nav */
  #shop .shop-nav .shop-cf,
  #shop .shop-nav .shop-cate{
    margin-bottom: 40px;
  }
  #shop .shop-nav .shop-cf li a{
    font-size: 1.6rem;
    border-radius: 25px;
  }
  #shop .shop-nav .shop-cf li img{
    display: inline-block;
   margin: 0 10px 0 0 ;
  }
  
  #shop .shop-nav .shop-cate{
    justify-content: space-between;
  }
  #shop .shop-nav .shop-cate li{
    width: 18%;
    margin: 0;
  }
  /* shop-list */
  #shop .shop-list .ttl img{
    width: 80px;
  }


  /*------------------------------
  ショップガイド詳細
  ------------------------------*/
  #shop .shop-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  #shop .shop-content .s_img{
    width: 45%;
  }
  #shop .shop-content .text-box{
    width: 50%;
  }
  
  
  
/*********************************************
アクセス・施設案内
*********************************************/
  #info .con01 .acc-detail{
    justify-content: space-between;
  }
  #info .con01 .acc-text,
  #info .con01 .acc-map{
    width: 48%;
  }
  #info .con02 .btn-box{
    margin: 40px auto;
  }
  
  #info .con02 .fac-list .box{
    width: 20%;
    margin: 2.5%;
  }
  #info .con02 .fac-time{
    max-width: 500px;
    margin: 0 auto;
  }
  #info .con02 .fac-time dt{
    width: 80px;
  }
  #info .con02 .fac-time dd{
    width: calc(100% - 80px); 
  }
  
/*********************************************
イベント＆ニュース
*********************************************/
  /*------------------------------
  イベント＆ニュース一覧
  ------------------------------*/
  #blog .blog-list .ttl img{
    width: 80px;
  }
  #blog .blog-list-detail .blog-list-box{
    width: 30.3333%;
    margin: 1.5%;
  }
  /*------------------------------
  イベント＆ニュース詳細
  ------------------------------*/
  #blog .blog-content {
    padding: 20px;
  }

  
  
  
  

} /*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1024px) {
/*********************************************
共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
*********************************************/
  /*------------------------------
  基本スタイル ※変更不可
  ------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  .lead {
    margin-bottom: 40px;
  }
  /*------------------------------
  見出し h1-h6 ※変更不可
  ------------------------------*/
  h2 {
    font-size: 3.5rem;
  }

  h2.ttl{
    font-size: 2.0rem;
    margin-bottom: 4rem;
    line-height: 2;
  }
  h2.ttl span{
  font-size: 6rem;
}
  /*------------------------------
  背景模様  ※変更不可
  ------------------------------*/


  /*------------------------------
  PCヘッダー、Gナビ共通 ※変更不可
  ------------------------------*/
  #header .logo {
    width: 180px;
    padding: 20px 0;
  }

/*********************************************
* TOP
*********************************************/
  /*------------------------------
  kv
  ------------------------------*/
  #top .kv .swiper-slide{
      padding: 40px 15px 80px;
  }
  /* ページネーション */
  #top .kv .swiper-pagination {
    bottom: 30px;
  }

  /* 次へ、前へ */
  #top .kv .swiper-button-prev {
    left: calc(25% - 10px) ;
  }
  #top .kv .swiper-button-next{
    right: calc(25% - 10px) ;
  }

  /*------------------------------
  top-nav
  ------------------------------*/
  .top-nav li a{
    padding: 20px;
  }
  .top-nav li a img{
    margin: 0 auto 10px;
  }

  /*------------------------------
  con01
  ------------------------------*/
  #top .con01 .pickup-inner{
    display: block;
    width: 90%;
    margin-left: 10%;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }

  #top .con01 .pickup-inner-wrap {
    position: relative;
    display: flex;

  }
  #top .con01 .picup-swiper-title {
    width: 20%;
    text-align: center;
  }

  #top .con01 .swiper-pickup{
    width: 80%;
    padding-bottom: 0;
    margin-left: auto;
    overflow: hidden;
  }
  #top .con01 .pagination-box {
    position: absolute;
    left: -40%;
    top: 34%;
  }
  
/*------------------------------
con02
------------------------------*/
  #top .con02 .flex-box .text-box {
    width: 440px;
  }
  #top .con02 .flex-box .img-box {
    width: calc(100% - 440px);
    margin-top: 120px;
  }
  

/*********************************************
下層ページ共通
*********************************************/
  /* ページタイトル ※変更不可 */
  .page-ttl h1{
    margin: 4rem 0;
    line-height: 2;
  }
  .page-ttl h1 span{
    font-size: 6.0rem;
  }
  /* ページコンテンツ ※変更不可 */
  .page-content{
    padding: 50px;
    border-radius: 40px;
  }
  
/*------------------------------
tablenav 共通
------------------------------*/
  
  
/*------------------------------
フロアガイド / ショップガイド 共通
------------------------------*/
  .shop-list-detail .shop-list-box{
    width: 23%;
    margin: 1%;
  }


  
/*********************************************
フロアガイド
*********************************************/
  /* floor-box */
  #floorguide .floor-box{
    padding: 30px;
    margin: 0 1% 25px;
  }
  #floorguide .floor-box .floor-map{
    padding: 20px 40px;
  }
  #floorguide .shop-list-detail .shop-list-box{
    width: 18%;
    margin: 1%;
  }


/*********************************************
ショップガイド
*********************************************/
  /*------------------------------
  ショップガイド一覧
  ------------------------------*/
  /* shop-nav */
  #shop .shop-nav .shop-cf,
  #shop .shop-nav .shop-cate{
    margin-bottom: 50px;
  }
  #shop .shop-nav .shop-cate li a{
    font-size: 1.5rem;
  }
  /* shop-list */
  #shop .shop-list{
    border-radius: 40px;
    padding: 70px;
  }
  
  /*------------------------------
  ショップガイド詳細
  ------------------------------*/
  #shop .shop-content{
    padding: 40px;
  }
  #shop .shop-content .s_img{
    width: 40%;
  }
  #shop .shop-content .text-box{
    width: 55%;
  }
  #shop .shop-content dl{
    display: flex;
  }
  #shop .shop-content dl dt{
    width: 140px;
    padding: 5px 10px;
  }
  #shop .shop-content dl dd{
    width: calc(100% - 140px);
    padding: 5px 10px;
  }

/*********************************************
アクセス・施設案内
*********************************************/
  
/*********************************************
イベント＆ニュース
*********************************************/
  /*------------------------------
  イベント＆ニュース一覧
  ------------------------------*/
  #blog .blog-list{
    border-radius: 40px;
    padding: 70px;
  }
  /*------------------------------
  イベント＆ニュース詳細
  ------------------------------*/
  #blog .blog-content {
    padding: 40px;
  }
  #blog .blog-content .b_content img{
    margin: 20px auto;
    width: 50%;
  }
  
/*********************************************
404 #notfound
*********************************************/
#notfound .page-content {
  padding: 100px 50px;
  margin-bottom: 60px;
}

} /*================== PC(min-width: 1025px)ここまで ==================*/


/*=================== PCここから==================*/
@media screen and (min-width: 1200px) {

/*********************************************
* TOP
*********************************************/
/*------------------------------
con01
------------------------------*/
  #top .con01 .swiper-slide .title{
    font-size: 100%;
  }
/*------------------------------
con02
------------------------------*/
  #top .con02 .flex-box .img-box {
    margin-top: 60px;
  }
  
  
  
  
} /*=================== TBここまで ==================*/