@charset "utf-8";
/* CSS Document */
/*=================== モバイルファースト ==================*/
/*********************************************
共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
*********************************************/
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.sp {
  display: block;
}
.tb {
  display: none;
}
.pc {
  display: none;
}
#container {
  margin: 0;
  padding: 0;
}

/*フッター位置調整*/
.wrapper {
  min-height: calc(100vh - 500px);
  padding: 0;
}
/*wrap共通*/
.wrap, .wrap-l, .wrap-m, .wrap-s {
  margin: 0 auto;
}
.wrap {
  padding-bottom: 30px;
  padding-top: 30px;
}
.wrap-l {
  width: 100%;
}
.wrap-m {
  max-width: 1200px;
  width: 92%;
}
.wrap-s {
  max-width: 1000px;
  width: 92%;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
p, a, li, th, td, dt, dd {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #212020;
}

.lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.lead .lead-s {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.text-s {
  font-size: 1.2rem
}
.note {
  font-size: 1.3rem
}
.font18 {
  font-size: 1.8rem;
}


/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: bold;
}
h1 {
  font-size: 2.0rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 2.0rem;
}

h2.ttl{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
h2.ttl span{
  font-size: 4.0rem;
  color: #f47443;
}

/*------------------------------
ボタン ※変更不可
------------------------------*/
/* 共通 */
.btn-box {
  display: block;
  margin: 25px auto 0;
  width: 100%;
  max-width: 350px;
}
.btn-box .btnarrow5 {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 25px ;
  border-radius: 25px;
  background: #f47443;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.btn-box .btnarrow5 span {
  line-height: 50px;
}
/*矢印と下線の形状*/
.btn-box .btnarrow5::before{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 13px;
  right: 15px;
  /*矢印の形状*/
  width: 25px;
  height:25px;
  border-radius: 50%;
  background:#fff;
  /*アニメーションの指定*/
  transition: all .3s;
}
.btn-box .btnarrow5::after{
  content: '→';
  color: #f47443;
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 0;
  right: 20px;
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btn-box .btnarrow5:hover::after{
  right: 15px;
}

/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
#header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #f47443;
}
#header .logo {
  display: block;
  width: 110px;
  margin: 0 auto;
  padding: 10px 0;
}

/*------------------------------
ぱんくず ※変更不可
------------------------------*/
#breadcrumbs {
  padding: 10px 0 ;
}
#breadcrumbs li {
  display: inline;
  font-size: 1.2rem;
  color: #999;
}
#breadcrumbs li a {
  font-size: 1.2rem;
  color: #999;
}
#breadcrumbs span a {
  text-decoration: underline;
}
#breadcrumbs span {
  display: inline-block;
  margin-right: 1.5em;
  position: relative;
}
#breadcrumbs span::after{
  content: ">";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 7px);
  right: -15px;
  margin: auto;
}

/*********************************************
* TOP
*********************************************/
/*------------------------------
kv
------------------------------*/
#top .kv {
  position: relative;
}
#top .kv .swiper-slide{
  padding: 20px 20px 40px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
#top .kv .swiper-slide .img-box img {
    border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ページネーション */
#top .kv .swiper-pagination {
  position: absolute;
  bottom: 10px;
}
#top .kv .swiper-pagination-bullet {
  background-color: #fcf8e8;
  border: 1px solid  #231f20;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#top .kv .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #231f20;
}
/* 次へ、前へ */
#top .kv .swiper-button-prev {
  position: absolute;
  margin: auto 0;
  width: 50px;
  top: 0;
  bottom: 0;
  left: -5px;
  height: 30px;
}
#top .kv .swiper-button-next{
  position: absolute;
  margin: auto 0;
  width: 50px;
  top: 0;
  bottom: 0;
  right: -5px;
}
#top .kv .swiper-button-next::after,
#top .kv .swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
#top .kv .swiper-button-next::after {
  background-image: url(../images/common/slider-arrow-next.png);
 
}
#top .kv .swiper-button-prev::after {
  background-image: url(../images/common/slider-arrow-prev.png);
}
/*------------------------------
top-nav
------------------------------*/
.top-nav ul{
  justify-content: space-between;
}
.top-nav li{
  width: 48%;
  margin-bottom: 4%;
}
.top-nav li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 30px;
  background: #fff;
  color: #f47443;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.top-nav li a img{
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
/*------------------------------
news
------------------------------*/
/* .news-list */
#news .news-list{
  margin-bottom: 20px;
}
#news .news-list li{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#news .news-list .time{
  margin-right: 15px;
}
#news .news-list .cat a{
  padding: 3px 8px;
  margin-right: 10px;
  background: #f47443;
  color: #fff;
  font-size: 1.3rem;
}
#news .news-list .time-cat,
#news .news-list .title{
  width: 100%;
}

#news .news-list .title{
  display: block;
  position: relative;
}
#news .news-list .title::after {
  position: absolute;
  top: 22%;
  right: 0.5em;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
#news .news-list .title a:hover{
  text-decoration: underline;
  opacity: 0.7;
}

/*------------------------------
con01
------------------------------*/
#top .con01 .ttl {
  padding-left: 4%;
  padding-right: 4%;
}
#top .con01 .swiper-pickup {
  padding-bottom: 30px;
}

#top .con01 .pickup-slider{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
#top .con01 .swiper-slide {
  padding: 0 10px;
  height:auto;
}
#top .con01 .swiper-slide a{
  display: block;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#top .con01 .swiper-slide .img-box {
  width: 100%;
}
#top .con01 .swiper-slide .text-box{
  padding: 15px;
}
#top .con01 .swiper-slide .title,
#top .con01 .swiper-slide .text,
#top .con01 .swiper-slide .time{
  font-size: 80%;
}
#top .con01 .swiper-slide .time{
  margin-top: 10px;
}
/* ページネーション */
#top .con01 .pagination-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#top .con01 .swiper-pagination {
  position: static;
  width: auto;
  font-size: 20px;
  color: #F47443;
  margin: -3px 15px 0
}
#top .con01 .swiper-pagination-bullet {
  background-color: #fcf8e8;
  border: 1px solid  #231f20;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#top .con01 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #231f20;
}
/* 次へ、前へ */
#top .con01 .swiper-button-prev {
  position: relative;
  margin: auto 0;
  width: 50px;
  /* top: 0;
  bottom: 0; */
  left: -5px;
  height: 30px;
}
#top .con01 .swiper-button-next{
  position: relative;
  margin: auto 0;
  width: 50px;
  /* top: 0;
  bottom: 0; */
  right: -5px;
  height: 30px;
}
#top .con01 .swiper-button-next::after,
#top .con01 .swiper-button-prev::after {
  display: block;
  font-size: 30px;
  color: #F47443;
  border: solid 2px #F47443;
  border-radius: 50%;
  padding: 10px;
}
#top .con01 .swiper-button-prev::after {
  content: "←";
}
#top .con01 .swiper-button-next::after {
  content: "→";
}

/*------------------------------
con02
------------------------------*/
#top .con02 .text-box{
  margin-bottom: 25px;
}


/*********************************************
下層ページ共通
*********************************************/
/* ページタイトル ※変更不可 */
.page-ttl h1{
  margin: 2rem 0;
  text-align: center;
}
.page-ttl h1 span{
  font-size: 3.5rem;
  color: #f47443;
}
/* ページコンテンツ ※変更不可 */
.page-content{
  padding: 25px 15px;
  border-radius: 20px;
}

.page-content h2.ttl{
  font-size: 1.5rem;
  text-align: center;
}
.page-content h2.ttl span{
  font-size: 3.5rem;
}


/*------------------------------
フロアガイド / ショップガイド 共通
------------------------------*/
.shop-list-detail .shop-list-box{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
.shop-list-detail .shop-list-box .s_img{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.shop-list-detail .shop-list-box .text-box{
  padding: 15px 15px 45px;
}
.shop-list-detail .shop-list-box .s_name,
.shop-list-detail .shop-list-box .s_name a{
  color: #f47443;
  text-decoration: underline;
  font-size: 1.7rem;
  line-height: 1.5;
}
.shop-list-detail .shop-list-box .s_name{
  margin: 8px 0 ;
}
.shop-list-detail .shop-list-box .s_industry{
  font-size: 1.5rem;
}
.shop-list-detail .shop-list-box .s_floor{
  position: absolute;
  bottom: 15px;
}

.shop-list-detail .shop-list-box .f_number{
  display: inline-block;
  padding: 3px 10px;
  min-width: 30px;
  background: #fff360;
  font-size: 1.3rem;
}

/*********************************************
フロアガイド
*********************************************/
/* floor-nav */
#floorguide .floor-nav{
  justify-content: space-between;
  margin-bottom: 30px;
}
#floorguide .floor-nav li{
  width: 23%;
  text-align: center;
}
#floorguide .floor-nav li a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f47443;
  border-radius: 30px;
  background: #fff;
  color: #f47443;
}
#floorguide .floor-nav li a:hover{
  background: #f47443;
  color: #fff;
}
/* floor-box */
#floorguide .floor-box{
  margin-bottom: 30px;
}
#floorguide .floor-box .floor-map,
#floorguide .floor-map-icon{
  margin: 0 0 25px;
}
#floorguide .floor-box .floor-map{
  border: 1px solid #f47443;
}
#floorguide .shop-list-detail .shop-list-box{
  width: 48%;
  margin: 1%;

}
#floorguide .shop-list-detail .shop-list-box .s_name,
#floorguide .shop-list-detail .shop-list-box .s_name a{
  font-size: 1.5rem;
}
#floorguide .shop-list-detail .shop-list-box .s_floor,
#floorguide .shop-list-detail .shop-list-box .s_industry{
  font-size: 1.3rem;
}
/*********************************************
ショップガイド
*********************************************/
/*------------------------------
ショップガイド一覧
------------------------------*/
/* shop-nav */
#shop .shop-nav .shop-cf,
#shop .shop-nav .shop-cate{
  justify-content: space-between;
  margin-bottom: 25px;
}
#shop .shop-nav .shop-cf li{
  width: 49%;
  text-align: center;
  font-size: 1.4rem;
}
#shop .shop-nav .shop-cf li a{
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #f47443;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
}
#shop .shop-nav .shop-cf li:first-of-type a{
  background: #f47443;
  color: #fff;
  position: relative;
}
#shop .shop-nav .shop-cf li:first-of-type a::after{
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #f47443;
}
#shop .shop-nav .shop-cf li:last-of-type a{
  background: #fff;
  color: #f47443;
}
#shop .shop-nav .shop-cf li a{
  font-size: 1.4rem;
}
#shop .shop-nav .shop-cf li img{
  display: block;
  width: 30px;
  margin: 0 auto;
}

#shop .shop-nav .shop-cate{
  justify-content: center;
}
#shop .shop-nav .shop-cate li{
  width: 27.3%;
  margin: 3%;
  text-align: center;
  line-height: 1;
}
#shop .shop-nav .shop-cate li a{
  font-size: 1.3rem;
  
}
#shop .shop-nav .shop-cate li img{
  display: block;
  width: 50px;
  margin: 0 auto;
}
/* shop-list */
#shop .shop-list{
  border-radius: 20px;
  padding: 25px 15px;
}
#shop .shop-list .ttl{
  line-height: 1;
}
#shop .shop-list .ttl img{
  display: block;
  width: 50px;
  margin: 0 auto;
}



/*------------------------------
ショップガイド詳細
------------------------------*/
#shop .shop-content .s_img{
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
#shop .shop-content .btn-box{
  width: 250px;
  margin: 25px 0 0 auto;
}
#shop .shop-content dl{
  padding: 10px 0;
  border-bottom: 1px solid #f47443;
}
#shop .shop-content .s_floor{
  margin-top: 25px;
  border-top: 1px solid #f47443;
}
#shop .shop-content dl dt{
  color: #f47443;
  font-weight: bold;
}
#shop .shop-content dl dd a{
  color: #f47443;
  text-decoration: underline;
}

/*********************************************
アクセス・施設案内
*********************************************/
#info .con01 .moyori{
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
#info .con01 .moyori dt{
  width: 70px;
}
#info .con01 .moyori dd{
  width: calc( 100% - 80px );
  font-size: 1.4rem;
}
#info .con01 .acc-map,
#info .con01 .gmap{
  width: 100%;
}
#info .con01 .gmap iframe{
  height: 500px;
}

#info .con02 .btn-box{
  margin: 25px auto;
}
#info .con02 .fac-list{
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
#info .con02 .fac-list .box{
  width: 30.333%;
  max-width: 100px;
  margin: 1.5%;
}
#info .con02 .fac-list img{
  display: block;
  max-width: 84px;
  margin: 0 auto;
}
#info .con02 .fac-list p{
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin: 5px 0;
}
#info .con02 .fac-time dl{
  margin-top: 25px;
}
#info .con02 .fac-time dt{
  width: 100%;
  font-weight: bold;
}



/*********************************************
イベント＆ニュース
*********************************************/
/*------------------------------
イベント＆ニュース一覧
------------------------------*/
#blog .blog-list{
  border-radius: 20px;
  padding: 25px 15px;
}
#blog .blog-list .ttl img{
  display: block;
  width: 50px;
  margin: 0 auto;
}

#blog .blog-list-detail .blog-list-box{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
#blog .blog-list-detail .blog-list-box .img{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#blog .blog-list-detail .blog-list-box .text-box{
  padding: 15px 15px 20px;
}
#blog .blog-list-detail .blog-list-box .cate a{
  display: inline-block;
  padding: 2px 15px;
  background:  #f47443;
  color: #fff;
}
#blog .blog-list-detail .blog-list-box .title a{
  color: #f47443;
  text-decoration: underline;
  font-size: 1.8rem;
}

/*------------------------------
イベント＆ニュース詳細
------------------------------*/
#blog .blog-content .b_title{
  padding: 10px 0;
  border-bottom: 2px solid #f47443;
  margin-bottom: 25px;
}
#blog .blog-content .b_content img{
  display: block;
  margin: 20px 0;
  width: 100%;
}

/**************************************************
* WP投稿共通
***************************************************/
/* 一覧ページャー */
.tablenav {
  margin: 0 auto;
  text-align:center;
  font-size: 1.4rem;
}
.tablenav a.page-numbers, 
.tablenav .current {
  padding: 5px 8px;
  border: 1px solid #f47443;
  border-radius: 4px;
  background: #f47443;
  text-decoration:none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.tablenav a.page-numbers:hover,
.tablenav .prev.page-numbers:hover ,
.tablenav .next.page-numbers:hover{
  opacity: 0.7;
}
.tablenav .current {
  background-color: #fff;
  color: #f47443;
}
.tablenav a.page-numbers.next, 
.tablenav a.page-numbers.prev {
  padding: 5px 8px;
  border: none;
  background: #fff;
  color: #f47443;
  font-size: 1.4rem;
  
}


/*********************************************
404 #notfound
*********************************************/
