@charset "utf-8";
/*==============================
ベース
================================*/
html{
  font-size: 62.5%;
}
body{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.6rem;
  color: #333;
  margin: 0;
  padding: 0px;
  background-color: #fefefe;
  overflow: initial;
}
@media screen and (max-width: 769px){
  body{
    font-size: 1.4rem;
  }
}
/*==============================
レイアウト
================================*/
.layout{
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  border-left: 1px solid #ddd;
  background-color: #fff;
}
.layout > .row{
  height: 100%;
  margin: 0;
}
.mainCol{
  width: 1050px;
  line-height: 2;
}
.subCol{
  position: relative;
  width: 270px;
  flex-basis: 0;
  flex-grow: 1;
  background-color: #ee7325;
  color: #fff;
  line-height: 2;
}
.contents{
  margin: 0 45px;
}
@media screen and (max-width: 769px){
  .contents{
    margin: 0 20px;
  }
  .layout{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-left: none;
  }
  .layout > .row{
    height: auto;
  }
  .mainCol{
    width: 100%;
    margin: 0;
  }  
  .subCol{
    width: 100%;
    margin: 0;
  }  
}
/*==============================
ヘッダー
================================*/
.page_header img{
  zoom:0.5;
}
@media screen and (max-width:767px){
}
/*==============================
サイドカラム
================================*/
.subCol_wrapper{
  position: fixed;
  width: 249px;
  z-index: 10000;
}
.subCol a{
  color: #fff;
}
.subCol a:hover{
  color: #fff;
}
.sub_logo a{
  display: block;
}
.sub_logo img{
  margin: 40px auto 40px;
  max-width: 200px;
}
.subCol ul{
  list-style: none;
  padding: 0;
}
.sub_navi ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.sub_navi ul li img{
  height: 49px;
  width: auto;
}
.sub_navi ul li.nv_shop{
  background-color: #ffd000;
}
.nv_bg{
    display: block;
    position: absolute;
    width: 35px;
    height: 77px;
    top: 0;
    left: -35px;
    background-color: #ffd000;
    z-index: 10000;
}
.nv_bg:after{
  display: block;
  content:"";
  position: relative;
  top: 77px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 40px 0;
  border-color: transparent #b8ad19 transparent transparent;
}
.sub_navi ul li a{
  display: block;
  padding: 14px 0 14px 25px;
}
.sub_navi ul li a:hover{
  opacity: 0.7;
}
.subCol hr{
  width: 80%;
  border-top: 0.5px solid #DE8352;
}
.sub_info{
  margin: 25px;
}
.sub_info_icon{
  width: 24px;
  margin-right: 10px;
}
.sub_info li{
  padding-left:35px;
  text-indent:-35px;
}
@media screen and (max-width: 769px){
  .subCol{
    display: none;
  }
}
/*==============================
フッター
================================*/
.footer a{
  color: #fff;
}
.footer a:hover{
  color: #fff;
}
.footer{
  background-color: #808080;
  color: #fff;
}
.footer_wrapper{
  max-width: 730px;
}
.foot_title{
  font-size: 1.8rem;
}
.footer ul{
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
}
.footer li{
  padding-left: 3em;
  text-indent: -1em;
}
.footer .copyright{
  font-size: 1.4rem;
  color: #eee;
}
@media screen and (max-width: 769px){
  .footer_wrapper{
    max-width: 90%;
  }
}

/*==============================
共通パーツ
================================*/
a{
  color: #333;
	text-decoration: none;
}
a:hover{
  color: #333;
	text-decoration: none;
}
h1{
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  margin-bottom: 30px;
  width: 100%;
}
h2{
  font-size: 2.2rem;
  color: #1c346f;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  width: 100%;
}
.small{
  font-size: 70%;
}
.maru {
  display: inline-block;
  height:40px;
  width:40px;
  border-radius:50%;
  line-height:44px;
  text-align:center;
  background:#ffd001;
  font-weight: 600;
}
/* パンくず =========================*/
.page_breadcrumb{
  background-color: #ECECEC;
  padding: 20px 30px 18px;
  margin-bottom: 40px;
}
.breadcrumb {
  font-size: 1.6rem;
  margin:0;
  padding:0;
  line-height: 1.5;
}
.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
  
}
.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
  display: none;
}

/*==============================
コンテンツ
================================*/
.contents{

}
.contents h2{
}
/*==============================
HOME
================================*/
.home .swiper-container {
  width: 100%;
  max-height: 400px;
}
.home .swiper-container img{
  width: 100%;
}
.home .main {
  margin: 0 15px;
  overflow: hidden;
}
.home .blk_info .row{
  margin-left: -0;
  margin-right: -0;
}
.home .blk_info h3{
  position: relative;
  border-bottom: 2px solid;
}
.home .blk_info h3 span{
    position: absolute;
    font-size: 1.4rem;
    bottom: 0px;
    right: 3px;
}
.home .blk_info h3.h_info{
  border-color: #FCCFD3;
}
.home .blk_info h3.h_shop{
  border-color: #CAD4D4;
}
.home .blk_info h3.h_event{
  border-color: #E0E0E0;
  position: relative;
  top: -19px;
  margin-left: 20px; 
}
.home .blk_info h3 img{
  max-width: 200px;
}
.home .blk_info h3.h_event img{
  max-width: 175px;
  position: relative;
  top: 5px;
  left: 10px;
}
.home .blk_info .blk_event{
  border-left: 6px solid #F3E8CF;
  padding: 0;
  padding-right: 30px;
  margin-bottom: 20px;
}
.home .blk_flyer{
  position: relative;
  margin-top: 60px;
  padding: 30px 30px 20px 30px;
  background-color: #F9F9F7;
  border-top: 1px solid #ddd;
}
.home .blk_flyer h3{
  position: absolute;
  top: -40px;
}
.home .blk_flyer h3 img{
  max-width: 240px;
}
.home .blk_flyer .flyer_item a:hover{
  opacity: 0.8;
}
.home .blk_flyer .flyer_item .flyer_item_img{
  display: inline-block;
  width: 190px;
  height: 100px;
  padding: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  overflow: hidden;
}
.home .blk_flyer .flyer_item .flyer_item_img img{
}
.home .blk_flyer .flyer_item .flyer_item_txt {
  display: inline-block;
  position: absolute;
  margin: 4px 0 0 6px;
  font-size: 1.3rem;
}
.home .footer{
  margin-top: 0;
}
.swiper-slide img{
  position: relative;
  top: -150px;
}
.home .blk_event .blk_event_inner{
  padding: 0px;
}
.home .blk_event a{
  display: block;
}
.home .blk_event a:hover{
  opacity: 0.8;
}
.home .blk_event .img_event img{
    display: block;
    margin: 0 auto 20px;
    height: auto;
    max-height: 280px;
    width: auto;
    max-width: 180px;
}
.home .blk_event hr{
  width: 80%;
}
.home .blk_event .blk_event_inner p{
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 769px){
  .kv{
    margin-left:-15px;
    margin-right:-15px;
  }
  .swiper-slide img {
      position: relative;
      top: 0px;
  }
  .home .blk_info .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .blk_event{
    top: 0;
    margin-top: 30px;
  }
  .home .blk_flyer .flyer_item{
    margin-bottom: 20px;
  }
}
/* TOPICS =========================*/
.topics{
  min-height: 6em;
  margin-top: 10px;
  padding-left: 10px;
}
.topics dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.topics dt {
  padding-bottom: 5px;
  font-weight: normal
}
.topics dd {
  margin-left: 16%;
}
.topics dt {
  clear: left;
  float: left;
  width: 15%;
}
.blk_shopnews dt{
  display: none;
}
.blk_shopnews dd{
  margin-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px 0px;
}

@media screen and (max-width: 769px){
  .topics{
    padding-left: 0px;
  }
  .topics dt {
    clear: none;
    float: none;
    width: 100%;
  }
  .topics dd {
    line-height: 1.2;
    margin-left: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
}

.blk_shopping{
  background: url("/img/home/blk_shopping_bg.png") repeat;
  border-top: 1px solid #ddd;
}
.blk_restaurant{
  background: url("/img/home/blk_restaurant_bg.png") repeat;
}
img.blk_shopping_h{
  max-width: 260px;
  margin: 30px 0 20px 20px;
}
img.blk_restaurant_h{
  max-width: 260px;
  margin: 30px auto 20px auto;
}
.blk_shopping_wrap{
  margin: 0 10px;
  padding-bottom: 30px;
}
.card_shop{
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 200px;
  margin: 10px;
}
.card_shop a{
  display: block;
  padding: 15px;
}
.card_shop a:hover{
  opacity: 0.8;
}
.card_info{
  font-size: 1.3rem;
}
.card_info .maru {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 4px;
  text-align: center;
  font-weight: 600;
  background: #ffd001;
}
.card_title{
    font-size: 1.6rem;
    height: 4rem;
    line-height: 1.5;
}



/*==============================
店舗詳細
================================*/
body.shop_detail{}
.page_header{
  background: url("/img/common/head_bg.jpg") repeat;
  height: 160px;
  padding-top: 60px;
  padding-left: 30px;
  background-position: -43px 3px;
}
body.shop_detail .small{
		font-size:  1.4rem;
}
body.shop_detail dl{
		clear: both;
}
body.shop_detail dt{
		float: left;
	    line-height: 2;
		padding: 8px 0;
}
body.shop_detail dd{
		padding: 8px 0;
		padding-left: 10em;
    line-height: 2;
		border-bottom: 1px solid #cbcbcb;
}
body.shop_detail .maru {
		display: inline-block;
		height:40px;
		width:40px;
		border-radius:50%;
		line-height:44px;
		text-align:center;
		background:#ffd001;
		font-weight: 600;
}
body.shop_detail .blk_copy{
		margin: 0 30px;
}
body.shop_detail .blk_url{
		word-break: break-all;
}
body.shop_detail .line_narrow{
		line-height: 2;
}
body.shop_detail .notice{
		border: 4px solid red;
		margin-top: 13rem;
		padding: 5px;
		font-size: 1.9rem;
		line-height: 2.5;
    display: none;
}
body.shop_detail .blk_shopimg > div{
		margin-bottom: 3rem;
}
body.shop_detail .badge-light {
    color: #212529;
    background-color: #ededed;
}
body.shop_detail .badge-pill {
      padding: 0.5em 1em;
      border-radius: 10rem;
}
body.shop_detail .card{
  display: block;
}
body.shop_detail .card-img-top {
    max-width: 100%;
    flex-shrink:0;
 }
@media screen and (max-width: 769px){
  body.shop_detail .blk_copy{
      margin: 0 -15px;
  }
}
/*==============================
ショップガイド
================================*/
body.shops{}
.shops .card_shop{
  margin: 5px;
  margin-bottom: 20px;
}
.shops .card_shop a.disable{
  cursor: default;
}
.shops .card_shop a.disable:hover{
  opacity: 1;
}
/*==============================
フロアマップ
================================*/
body.floormap{}
.floormap .blk_map{
  text-align: center;
}
.floormap .floor_icon{
  max-width: 600px;
  width: 100%;
}
.floormap .shop_info{
  font-size: 1.3rem;
}
.floormap .maru {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  background: #5DA0D6;
  color: #fff;
  font-weight: 600;
}
.floormap .shop_title{
  font-size: 1.6rem;
  height: 4rem;
  line-height: 1.5;
}
.nav-pills .nav-link.active{
  color: #333;
}
.nav-pills .inactive{
  background-color: #eee;
}
/*==============================
アクセス
================================*/
body.access{}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*==============================
施設情報 
================================*/
.blk_guideinfo dd{
  margin-left: 20px;
  
}

/*==============================
デジタルチラシ
================================*/
body.flyer{}
.flyer .blk_flyer{
  margin-bottom: 8rem;
}
.flyer .blk_flyer h3{
  font-size: 2.2rem;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.flyer .blk_flyer_kikan{
  margin: 4px 0 20px; 
  
}
.flyer .blk_flyer_btn .btn{
  font-size: 1.5rem;
}
.flyer .blk_flyer_btn i{
  color: #fff;
}


/*==============================
NEWS 
================================*/
footer .copySection p:nth-child(2) {
  display:none !important;
}
#news .grid{
  padding: 0px 68px 45px 68px;
}
#news .grid section{
  border-bottom: 1px solid #ddd;
}
/* ページャーのhover時の色 */
#news .pagination>li>a:hover {
  color: #000;
  background: #ffd001;
}
/* アクティブ時の色 */
#news .pagination>.active>span{
  color: #000;
  background: #ffd001;
}
#news .read-more-link{
  display: none;
}
.post_type_event .page_breadcrumb .bread_li_home{
  display: none;
  
}
#news .meta{
  padding: 0;
  text-align: right;
}
#news .meta a {
    color: #111;
    text-decoration: none;
}
@media screen and (max-width: 769px){
  #news .grid{
    padding: 0px 20px 30px 20px;
  }
  .meta, .post .meta{
    margin: 0px 0px 20px;
    padding: 0;
  }
}
/*==============================
モバイルナビゲーション
================================*/
.navbar{
  display: none;
  padding: 15px 10px;
  color: #fff;
}
.navbar-toggler{
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
    position: absolute;
    right: 15px;
}
#nav_toggle {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#nav_toggle div {
  position: absolute;
  left: 0;
  height: 4px;
  width: 24px;
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#nav_toggle div:nth-of-type(1) {
  top: 0;
}
#nav_toggle div:nth-of-type(2) {
  top: 10px;
}
#nav_toggle div:nth-of-type(3) {
  bottom: 0;
}
.navbar-brand{
  max-width: 240px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-nav {
  margin-top: 20px;
  margin-bottom: 100px;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
}
li.nav-item {
    border-bottom: 1px solid #fff;
    font-size: 2.2rem;
    padding: 10px;
}
li.nav-item div{
  font-size: 1.4rem;
  position: relative;
  top: 5px;
}
.bg-light {
  background-color: #ee7325 !important;

}
@media screen and (max-width: 769px){
  .navbar{
    display: block;
  }

}








