@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1;
  font-size: 62.5%; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }
  
h4 {
  padding:  0 30px 30px 40px;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  line-height: 2.2;
  color: #5f3c13;
  vertical-align: middle; }  
  @media (max-width: 375px) and (min-width: 321px) {
  h4 {
  padding:  10px 30px 10px 10px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.8;
  color: #5f3c13;
  vertical-align: middle; }  
  }
  
  h3 {
  margin: 0 30px 40px 20px;
  text-align: center;
  font-family :Sawarabi Mincho;
  font-weight: bold;
  font-size: 30px;
  line-height: 0.05;
  color: #0768bb;
  vertical-align: middle; }  
  .style9 { 
background:#0768bb; 
border:0 ;
padding:2px 5px;
line-height:100%;
border-radius:8px;
color:0;
font-weight:normal;
font-size: 14px;
color:#fff;
    }
  @media (max-width: 375px) and (min-width: 321px) {
  h3 {
  padding:  10px 20px 10px 10px;
  text-align: center;
  font-family :Sawarabi Mincho;
  font-weight: bold;
  font-size: 25px;
  color: #0768bb;
  line-height: 0.8;
  vertical-align: middle; }  
  .style9 { 
background:#0768bb; 
border:0 ;
padding:2px 5px;
line-height:100%;
border-radius:8px;
font-weight:normal;
font-size: 14px;
color:#fff;
    }
  }
q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a {
  text-decoration: none;
  color: #333; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-appearance: none; }

body {
  background-color: #fff;
  max-width: 1600px;
  margin: auto;
  }

/**
==========================

 Header

==========================
*/
header {
  width: 100%;
overflow: hidden;}

/**
==========================

SP-MENU

==========================
*/
.shop-search {
  background: linear-gradient(to bottom, #cdcdcd 0%, #fbfcfc 100%);
  padding: 10px 0;
  position: relative;
  border-bottom: #ccc 1px solid;
  height: 50px;
  display: none; }
  .shop-search input {
    width: 90%;
    display: block;
    padding: 10px;
    margin: auto;
    border-radius: 15px;
    border: none; }
  .shop-search .close {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .shop-search .close:after, .shop-search .close:before {
      content: '';
      display: block;
      width: 15px;
      height: 1px;
      background-color: #666;
      position: absolute;
      left: -8px; }
    .shop-search .close:after {
      transform: rotate(45deg); }
    .shop-search .close:before {
      transform: rotate(-45deg); }
  .shop-search.head {
    display: none;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 500; }
    .shop-search.head input {
      width: 90%;
      display: inline-block;
      padding: 10px;
      margin: auto 10px auto;
      border-radius: 15px;
      border: none; }
    .shop-search.head.active {
      display: block; }

.sp-menu__block__sns li a {
  color: #333333; }

/*
==========================

Layout

==========================
 */
.wrapper {
  display: block; }
  .wrapper.flex {
    display: flex;
    flex-wrap: wrap; }

/*
==========================

Section title

==========================
*/
  .section-title_01.news .section-title_link a{
    margin-top: 9px
  }
.section-title {
  display: flex;
　align-items: center;
}

  .section-title.floor-guide {
			border: 1px solid #e8e0c6; }

  .section-title.shop-guide {
			border: 1px solid #e3eb99; }


  .section-title.access {
			border: 1px solid #bad9ef;
 }

.section-title__main {
  margin-right: auto;
 /* font-weight: bold;*/
  line-height: 1.1; }

.section-title__link {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section-title__link a {
    text-decoration: none;
    line-height: 24px;
    color: #666;}
  .section-title__link.white a {
    color: #fff; }

.section-title__link__arrow {
  display: inline-block;
  border-radius: 50%;
  background-color: #666;
  position: relative;
  box-shadow: 0px 0px 3px 1px #fff; }

.box-link {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  color: #000; }
  .box-link .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 7px; }
    .box-link .arrow:after, .box-link .arrow:before {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      background-color: #000;
      position: absolute;
      left: 0; }
    .box-link .arrow:after {
      transform: rotate(25deg);
      top: -5px; }
    .box-link .arrow:before {
      transform: rotate(-25deg);
      top: 0; }
  .box-link.news {
    background-color: #dddddd; }
  .box-link.floor-guide {
    background-color: #D3D2C6; }
    h2 {
        text-align: center;
        font-family: sans-serif;
        color:#5f3c13;
        font-size: 50px;
        line-height: 2;
        margin: 3% auto;
        letter-spacing: 10px;
      }
 @media (max-width: 375px) and (min-width: 321px) {      
      h2 {
        text-align: center;
        font-family: sans-serif;
        color:#5f3c13;
        font-size: 30px;
        line-height: 1.5;
        margin: 3% auto;
        letter-spacing: 5px;
      }
 }

/**
==========================

LIST STYLE

==========================
*/
.banner-list a {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .banner-list a img {
    width: 100%;
    display: block; }

.news-list {
  display: block; }
  .news-list li {
    /*border-top: #999 solid 1px*/; }

/*  .news-list a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: table;
    width: 100%; }
    .news-list a > * {
      display: table-cell;
      vertical-align: top; }
    .news-list a > figure {
      padding-left: 0px;
      width: 100px; }*/

    .news-list a .where:before, .news-list a .where:after {
      content: "\A";
      white-space: pre; }
    .news-list a .date:before {
      content: "\A";
      white-space: pre; }

.floor-title-list {
  display: flex;
  flex-wrap: wrap; }
  .floor-title-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #9DE26D;
    width: 23%;
    margin: 5px 1%;
    text-align: center;
    border-radius: 5px; }
    .floor-title-list li.active {
      background-color: #2ACE3B;
      color: #fff; }

.title-box__link {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .title-box__link a {
    text-decoration: none;
    line-height: 24px;
    color: #666; }
  .title-box__link.white a {
    color: #fff; }

.title-box__link__arrow {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 3px 1px #666; }

.shop-list-floor {
  display: none; }

.genre-title-list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*background-color: #9DE26D;*/
 	background-color: #fff;
	border: 1px solid #bbbbbb;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  width: 48%;
  height: 60px;
  padding: 15px 0 0;
  margin-right: 2%;
  margin-bottom: 10px; }
  .genre-title-list li:nth-child(even) {
    margin-right: 0; }
  .genre-title-list li:nth-child(3), .genre-title-list li:nth-child(4) {
    padding-top: 15px!important; }
  .genre-title-list li span {
    display: block;
    width: calc( 100% - 20px );
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    letter-spacing: -0.1em; }
  .genre-title-list li.active {
   /*background-color: #2ACE3B;*/
			background-color: #bbbbbb;
   color: #fff; }
.genre-title-list.genre-title-list-floor li {
  padding: 25px 0 0 !important; }
.shop-list-floor .genre-title-list {
  display: block; }
  .shop-list-floor .genre-title-list li {
    width: 20%;
    height: 40px;
    padding: 12px 0 0;
    margin-right: 4%;
    margin-bottom: 10px; }
    .shop-list-floor .genre-title-list li:nth-child(4) {
      margin-right: 0; }
    .shop-list-floor .genre-title-list li:nth-child(3) {
      padding-top: 12px; }

.genre-list {
  border-top: 1px solid #999; }
  .genre-list li {
    border-bottom: 1px solid #999; }
    .genre-list li a {
      color: #666;
      display: flex;
      align-items: center;
      width: 100%; }
      .genre-list li a span {
        display: inline-block;
        color: #fff;
        background-color: #666;
        border-radius: 5px;
        padding: 5px 8px;
        min-width: 43px; }

.genre-list__item {
  border-bottom: 1px solid #999; }
  .genre-list__item a, .genre-list__item .content {
    color: #666;
    display: table;
    table-layout: fixed;
    align-items: center;
    width: 100%; }
    .genre-list__item a > div, .genre-list__item .content > div {
      display: table-cell;
      vertical-align: middle; }
      .genre-list__item a > div.content_logo, .genre-list__item .content > div.content_logo {
        width: 80px; }
      .genre-list__item a > div.content_floor, .genre-list__item .content > div.content_floor {
        width: 80px; }
    .genre-list__item a .text-right, .genre-list__item .content .text-right {
      text-align: right; }
    .genre-list__item a span, .genre-list__item .content span {
      display: inline-block;
      color: #fff;
      background-color: #666;
      border-radius: 5px;
      padding: 5px 8px; }
      .genre-list__item a span.genre-list__floor, .genre-list__item .content span.genre-list__floor {
        text-align: center;
        margin-left: auto; }
  .genre-list__item.has-icon {
    display: flex;
    align-items: center; }
    .genre-list__item.has-icon a, .genre-list__item.has-icon .content {
      flex-direction: column;
      align-items: flex-start; }

.genre-list__floor {
  margin-left: auto; }

.genre-list__taxonomy {
  margin-top: 5px; }
  .genre-list__taxonomy.restaurant {
    background-color: #af1e24 !important; }
  .genre-list__taxonomy.fashion {
    background-color: #e38088 !important; }
  .genre-list__taxonomy.fashion-goods {
    background-color: #a083b5 !important; }
  .genre-list__taxonomy.interior {
    background-color: #749474 !important; }
  .genre-list__taxonomy.service {
    background-color: #6a95c7 !important; }
  .genre-list__taxonomy.food-sweets {
    background-color: #08300 !important; }


.floor-list li {
  position: relative; }
  .floor-list li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    margin: auto; }
  .floor-list li a {
    display: table; }

.floor-list__level {
  color: #fff;
  font-weight: bold; }
  .floor-list__level.levelB {
    /*background-color: #5E318F;*/
			 background-color: #a01035;
}
  .floor-list__level.level1 {
    background-color: #004EA2; }
  .floor-list__level.level2 {
    background-color: #0081CC; }
  .floor-list__level.level3 {
    background-color: #2AA738; }
  .floor-list__level.level4 {
    background-color: #FAC028; }
  .floor-list__level.level5 {
    background-color: #F39800; }
  .floor-list__level.level6 {
    background-color: #D0121B; }
  .floor-list__level.level7 {
    background-color: #999999; }

.floor-list__floor-name {
  color: #000;
  font-weight: bold; }

.floor-list__level__park {
  color: #00AEDF;
  display: inline-block;
  margin-top: 3px; }

.icon-description {
  display: table;
  width: 90%;
  margin: 20px auto 0; }
  .icon-description .icon-description-row {
    display: table-row; }
    .icon-description .icon-description-row li {
      display: table-cell;
      vertical-align: top;
      text-align: center;
      padding: 5px 0;
      font-size: 10px; }
      .icon-description .icon-description-row li img {
        width: 25px;
        margin-bottom: 2px; }

.level-links li {
  display: inline-block; }
.level-links .current {
  color: #D0121B; }

.floor-title {
  font-weight: bold; }
  .floor-title span {
    display: inline-block; }

/**
=================================

Footer

=================================
 */
.site-map {
  position: relative;
  letter-spacing: -0.02em;
  width: 100%; }

.site-map__title {
  width: 100%;
  letter-spacing: -0.02em;
  width: 100%;
  background-color: #F0F0F0; }
  .site-map__title h2 img {
    vertical-align: bottom; }

.site-map__container {
  display: flex;
  flex-wrap: wrap;
  margin: auto; }

.site-map__block a {
  color: #4d4d4d; }

.site-map__block__title {
  font-weight: bold;
  color: #4d4d4d; }
  .site-map__block__title:before {
    content: '';
    /*background-color: #14825A;*/
			background-color: #c8c9ca;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px; }
  .site-map__block__title.sub:before {
    display: none; }

.site-map__list__item {
  line-height: 1.3; }
  .site-map__list__item:before {
    content: '〉';
    float: left;
    width: 10px; }
  .site-map__list__item .site-map__list__item_left {
    display: block;
    float: left;
    width: 15px;
    height: 100%; }
  .site-map__list__item .site-map__list__item_right {
    display: block;
    margin-left: 30px; }

/*  フッター上バック地  */
.ft_top_bg{
	clear:both;
	width:100%;
	height:5px;
	background:url(../imgs/footer_top_bg.gif) top center repeat;
}


/*
=================================

  Element

=================================
*/
.circle-arrow {
  display: inline-block;
  line-height: 1.0; }
  .circle-arrow:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain; }
  .circle-arrow.gray:before {
    background-image: url("/common/images/arrow_gray.png"); }
  .circle-arrow.orange:before {
    background-image: url("/common/images/arrow_orange.png"); }
  .circle-arrow.current:before {
    opacity: 0.6; }

/**
=================================

top only

=================================
 */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #D0121B; }

/**


/**
=================================

top only add ifx 

=================================
 */
.flex-box-01 {
/*margin: 100px auto 30px;*/
margin: 25px auto 30px;
display: flex;
width: 868px;
justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}
.flex-box-01 div {
    text-align: center;  /* 子要素をflexboxにより中央に配置する */	
}

.flex-box-01sp {
	display: none;
}

.flex-box-01 p {
margin: 10px auto 0px;
text-align: center;
font-size: 120%;
font-weight: bold;
}



/*=================================

common

=================================*/

/*
==========================

Modifier

==========================
*/
.light-bg {
  background-color: #FAFAEC; }

.business_hours_container {
  background: #eeeeef;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .business_hours_container .border {
   /* background: url("../images/business_hours_border.jpg") no-repeat;
    background-size: 100% 10px;
    background-position: center center;*/
    height: 10px; }
  .business_hours_container .business_hours_table {
    padding: 20px; }
  .business_hours_container table {
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%; }
    .business_hours_container table thead th {
      font-size: 17px;
      padding: 3px 0;
						border-bottom: 1px solid #000;
}

    .business_hours_container table thead td {
      font-size: 17px;
      padding: 3px 0; }
    .business_hours_container table tbody td {
      /*border-top: 1px solid #000;*/
      /*border-bottom: 1px solid #000;*/
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 17px; }
      .business_hours_container table tbody td:first-child {
        width: 130px;
}
    .business_hours_container table tfoot td {
      padding: 3px 0;
      font-size: 12px; }

.business_hours_container table td.pt05{
	padding-top:5px;
}
.business_hours_container table td.pb05{
	padding-bottom:5px;
}

.business_hours_container table td.top_time_box1{
	clear:both;
	width:100%;
	height:auto;
	padding:5px;
	/*color:#fff;*/
	text-align:left;
	background:#e8e0c6;
	/*border:1px solid #fff;*/
}

.bx-wrapper img {
  margin: auto; }

a.hash_link {
  position: absolute;
  top: -60px; }

@media only screen and (max-width: 767px) {
.circle-arrow.orange:before {
    background-image: url("/common/images/arrow_orange.png");vertical-align: -2px; }
	
	
	/*180316追加*/
	.shopname{
		font-size:12px;
	}
	/*180316追加ここまで*/

/*180318追加*/
	
	.flex-box-01{
		display:none!important;
	}
	
.flex-box-01sp {
margin: 40px auto 0px;
display: flex;
width: 95%;
justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
align-items: center;  /* 子要素をflexboxにより中央に配置する */	
flex-wrap: wrap;
}
	
.flex-box-01sp div{
margin: 0px auto 40px;
/*width:14%;*/
}
	
.flex-box-01sp div img{
width:100%;
height:auto;
}
/*180318追加ここまで*/
	
	
	
  /**
  ==========================
  
   Header
  
  ==========================
  */
  header {
    padding-top: 70px; }

  .main-title {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc; }
    .main-title h1 {
      height: 34px;
      width: 100%;
      text-align: center; }
      .main-title h1 img {
        height: 100%; }
    .main-title .header-search-trigger {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 28px;
      display: none; }
      .main-title .header-search-trigger img {
        height: 100%; }

  .head-wrapper {
    display: flex;
    flex-direction: column-reverse; }
    .head-wrapper.under {
      display: none; }

  .head-nav {
    /*background-color: #FAC028;*/
 			background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0px; }

  .head-nav__inner {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
    .head-nav__inner a {
      background-color: #fff;
      border-radius: 5px;
      text-align: center;
      width: 32%;
      padding: 10px 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 80px;
      font-size: 1.5rem; }
      .head-nav__inner a:first-child {
        padding-top: 15px; }
      .head-nav__inner a span {
        display: block;
        font-size: 1rem;
        margin-top: auto; }

.news-block .news-block__text video{
  width: 100%;
  height: auto;
}

  /**
  ==========================
  
  SP-MENU
  
  ==========================
  */
  .trigger {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 200; }
    .trigger:after {
      content: 'MENU';
      color: #333;
      font-size: 1.2rem;
      -webkit-font-smoothing: antialiased;
      line-height: 1.2; }
    .trigger .hamburger {
      display: block;
      width: 18px;
      height: 25px; }
      .trigger .hamburger:before, .trigger .hamburger span, .trigger .hamburger:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #333;
        position: absolute;
        transition: 0.2s; }
      .trigger .hamburger:before {
        top: 0; }
      .trigger .hamburger span {
        top: 9px; }
      .trigger .hamburger:after {
        top: 18px; }
    .trigger.active .hamburger:before, .trigger.active .hamburger span, .trigger.active .hamburger:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #333;
      position: absolute;
      transition: 0.2s; }
    .trigger.active .hamburger:before {
      transform: rotate(45deg);
      top: 6px; }
    .trigger.active .hamburger:after {
      transform: rotate(-45deg);
      top: 6px; }
    .trigger.active .hamburger span {
      opacity: 0; }
    .trigger.active:after {
      content: 'close';
      color: #333; }

  /*.sp-menu {
    width: 100%;
    background-color: #FAC028;
    padding: 10px 5% 0;
    position: fixed;
    left: 0;
    z-index: 50;
    top: -100vh;
    transition-property: top;
    transition-duration: 1s; }*/
/*180318追加*/	
  .sp-menu {
    width: 100%;
    background-color: #fff;
    padding: 10px 5% 0;
    position: fixed;
    left: 0;
    z-index: 50;
    top: -100vh;
    transition-property: top;
    transition-duration: 1s; }
/*180318追加*/	
	
    .sp-menu.active {
      transition-property: top;
      transition-duration: 1s;
      top: 70px;
	  padding-bottom: 10px;
	}

  .sp-menu__block {
    font-size: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    /*border-radius: 5px;
    margin-bottom: 5px;
	margin-top: 5px;*/
    padding: 12px 10px; }
    .sp-menu__block a {
      color: #000; }
    .sp-menu__block.full {
      display: flex;
      justify-content: space-around;
	border-bottom: 1px #ccc solid;
	}
    .sp-menu__block.half {
      width: 50%;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;}
	/*180318追加*/
	 .sp-menu__block.half:first-child {
      border-right: 1px solid #ccc;}
	/*180318追加*/
	
      .sp-menu__block.half .small {
        font-size: 1.1rem; }
        .sp-menu__block.half .small:before {
          content: '\A';
          /*white-space: pre;*/ }
    .sp-menu__block.wrap {
      display: block;
      text-align: center;
	border-bottom: 1px #ccc solid;}

  .sp-menu__block__title {
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}

  .sp-menu__block__list {
    display: flex;
    justify-content: space-around; }
    .sp-menu__block__list li {
      display: block; }

  .sp-menu__half-wrap {
    display: flex;
    justify-content: space-between;
	border-bottom: 1px #ccc solid;}

  .sp-menu__block__sns {
    text-align: center; }
    .sp-menu__block__sns li {
      display: inline-block;
      font-size: 1.1rem; }
      .sp-menu__block__sns li img {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        width: 100px; }
      .sp-menu__block__sns li:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 30px;
        vertical-align: middle;
        background-color: #fff;
        margin: 0 5px; }
      .sp-menu__block__sns li:last-child:after {
        display: none; }
	.sp-menu__block .sp{
		margin-left:10px;
	}
	.sp-menu__block img{
		vertical-align: middle;
	}
	
 /* .sp-menu__close {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    height: 30px;
    border-radius: 5px 5px 0 0;
    background-color: #f48f1f;
    text-align: center;
    position: relative; }*/
	
	/*180318追加*/
	.sp-menu__close {
    display: block;
    margin: 10px auto 0;
    width: 50%;
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    background-color: #ccc;
    text-align: center;
    position: relative; }
	
    .sp-menu__close:after, .sp-menu__close:before {
      content: '';
      display: block;
      width: 15px;
      height: 1px;
      background-color: #999999;
      position: absolute;
      left: 46%;
      top: 15px; }
    .sp-menu__close:after {
      transform: rotate(45deg); }
    .sp-menu__close:before {
      transform: rotate(-45deg); }

  /*
  ==========================
  
  Layout
  
  ==========================
   */
  .container {
    width: 100%; }
    .container.news, .container.floor, .container.shop {
      padding-bottom: 30px;
					width: 94%;
					margin: auto;

	}

  /*
  ==========================
  
  Section title
  
  ==========================
  */
  .section-title {
    padding: 27px 20px 0;
    height: 100px;
    position: relative;
}
  .section-title__main {
    font-size: 2.4rem;
    margin-bottom: 15px; }
    .section-title__main span {
      font-size: 1rem;
      display: block;
      margin-top: 3px; }
    .section-title__link a {
      font-size: 1.1rem;
      vertical-align: middle;
      line-height: 22px; }

  .section-title__link__arrow {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 0 2px 5px; }
    .section-title__link__arrow:after, .section-title__link__arrow:before {
      content: '';
      display: block;
      width: 8px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 6px; }
    .section-title__link__arrow:after {
      transform: rotate(45deg);
      top: 6px; }
    .section-title__link__arrow:before {
      transform: rotate(-45deg);
      top: 11px; }
    .section-title__link__arrow.back:after, .section-title__link__arrow.back:before {
      left: 5px; }
    .section-title__link__arrow.back:after {
      transform: rotate(45deg);
      top: 11px; }
    .section-title__link__arrow.back:before {
      transform: rotate(-45deg);
      /*top: 6px;*/
	top: 9px;}

  .box-link {
    width: 50%;
    font-size: 1.4rem;
    padding: 8px 0; }
	
	
	
	.section-title.access {
 width: 94%;
		margin: auto;
}
	
	
  /**
  ==========================
  
  LIST STYLE
  
  ==========================
  */
  .banner-list {
    padding: 0px 0 60px;
    background-color: #fff; }

	
	
	/*180316追加*/
	/*---------------------------------------------------------
 caption 1
---------------------------------------------------------*/
.news-list li .caption-1 { 
    height: auto!important;  
    width: auto!important;  
    display: block!important;  
    bottom: auto!important;  
}
.news-list li:hover .caption-1{
    -moz-transform: none!important;  
    -o-transform: none!important;  
    -webkit-transform: none!important;  
    transform:none!important;  	
	}
.news-list li img{
    left: 0;  
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important;	
	}
/*---------------------------------------------------------
caption style
---------------------------------------------------------*/
.news-list li .caption{
    background-color: none!important;  
    color: #000!important;  
    z-index: 100;  
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important;
    left: 0;	
	}

	/*180316ここまで*/
	
	
	
	 .news-list {
			width: 94%;
			margin: 0 auto 0;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
	}
	
  .news-list li {
   min-height: auto;
   padding: 15px 0;
   position: static;
	  width: 48%;
	}
	
	  .news-list li figure img {
	  width: 100%;
	}
	
	 .news-list li a {
			position: static;
			display: inline-block;
	}
	
.news-list li .n-box-01 {
	position: static;
	bottom:0px;
	display: inline-block;
 padding: 3px 0px;
	width: 100%;
	background-color: none;
	opacity: 1;
	font-size: 50%;
	}		
		
	.news-list .date {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.3;
	 display: inline-block;
		float: right;
	}
	
 .news-list a {
  font-size: 2.2rem;
  line-height: 1.2; }
 .news-list a .where {
  font-size: 1.8rem; display: none;}
 .news-list a .date {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1; }
	
	
	 .news-list li .cate_icon img {
	}

  .floor-title-list {
    width: 85%;
    margin: auto;
    padding: 30px 0 20px 0; }
    .floor-title-list li {
      height: 56px;
      padding: 10px 0 5px;
      font-size: 1.3rem; }
      .floor-title-list li span {
        display: block;
        font-size: 1.1rem;
        letter-spacing: -0.1em;
        margin-top: 10px; }

  .title-box__link {
    margin-bottom: 8px; }
    .title-box__link a {
      font-size: 11px;
      vertical-align: middle;
      line-height: 22px; }

  .title-box__link__arrow {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 0 2px 5px; }
    .title-box__link__arrow:after, .title-box__link__arrow:before {
      content: '';
      display: block;
      width: 8px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 6px; }
    .title-box__link__arrow:after {
      transform: rotate(45deg);
      top: 6px; }
    .title-box__link__arrow:before {
      transform: rotate(-45deg);
      top: 11px; }

  .shop-list-floor {
    display: none; }

  .genre-title-list {
    width: 100%;
    margin: auto;
    padding: 30px 0 20px 0; }
    .genre-title-list li {
      display: inline-block;
      vertical-align: middle; }
      .genre-title-list li:nth-child(3), .genre-title-list li:nth-child(4) {
        padding-top: 15px; }
    .genre-title-list.genre-title-list-floor li {
      padding: 25px 0 0 !important; }
    .shop-list-floor .genre-title-list {
      display: block; }

  .genre-title-list-pc {
    display: none !important; }

  .genre-list {
    width: 100%;
    margin: auto;
    display: block !important; }
    .genre-list li {
      font-size: 11px; }
      .genre-list li a {
        padding: 8px 0 8px 5px; }

  .genre-list__item {
    font-size: 1.1rem; }
    .genre-list__item a, .genre-list__item .content {
      padding: 8px 0 8px 5px; }

  .genre-list__taxonomy.restaurant {
    background-color: #af1e24 !important; }
  .genre-list__taxonomy.fashion {
    background-color: #e38088 !important; }
  .genre-list__taxonomy.fashion-goods {
    background-color: #a083b5 !important; }
  .genre-list__taxonomy.interior {
    background-color: #749474 !important; }
  .genre-list__taxonomy.service {
    background-color: #6a95c7 !important; }
  .genre-list__taxonomy.food-sweets {
    background-color: #083000 !important; }

  .floor-list {
    margin-bottom: 20px; }
    .floor-list li a {
      margin: 15px 0; }

  .floor-list__level {
    display: table-cell;
    width: 50px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #ccc;
    font-size: 1.5rem; }

  .floor-list__floor-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-size: 1.5rem; }

  .floor-list__icons {
    padding: 5px 0 10px 5%; }
    .floor-list__icons img {
      display: inline-block;
      width: 20px;
      margin-right: 5px; }

  .level-links {
    font-size: 1.3rem;
    padding: 0 5% 5px; }
    .level-links li {
      margin-right: 30px;
      margin-bottom: 10px; }
    .level-links .circle-arrow:before {
      vertical-align: -5px; }

  .floor-title {
    font-size: 2.2rem; }
    .floor-title span {
      font-size: 1.1rem; }

  /**
  =================================
  
  Footer
  
  =================================
   */
  .site-map {
    margin-top: 25px; }

  .site-map__title h2 {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    font-size: 1.2rem; }
    .site-map__title h2 img {
      height: 32px;
      margin-right: 10px; }

  .site-map__container {
    width: 100%;
    margin: auto; }

  .site-map__block {
    width: 50%;
    padding: 10px 0 10px 5%; }

  .site-map__block__title {
    font-size: 1.1rem; }
    .site-map__block__title.sub {
      margin-top: 8px; }

  .site-map__list {
    font-size: 0.9rem; }

  .site-map__list__item {
    margin-top: 10px; }
    .site-map__list__item .site-map__list__item_left {
      display: block;
      float: left;
      width: 15px;
      height: 100%; }
    .site-map__list__item .site-map__list__item_right {
      display: block;
      margin-left: 30px;
      margin-right: 5px; }

  .sub-nav {
    width: 85%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0; }
    .sub-nav li {
      width: 50%;
      font-size: 0.9rem;
      margin: 5px 0; }
      .sub-nav li:nth-child(even) {
        padding-left: 10px; }

  .network {
    width: 95%;
    margin: auto;
    padding: 15px 0; }

  .network__sns {
    text-align: center;
    padding: 20px 0; }
    .network__sns li {
      display: inline-block;
      font-size: 1.1rem; }
      .network__sns li img {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        width: 30px; }
      .network__sns li:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 30px;
        vertical-align: middle;
        background-color: #999;
        margin: 0 5px; }
      .network__sns li:last-child:after {
        display: none; }

  .network__location address {
    font-size: 1rem;
    letter-spacing: -0.05em; }

  .network__location__title {
    font-size: 1.3rem;
    margin-bottom: 5px; }

  .company {
    margin-bottom: 5px; }

  .company__name {
    font-size: 1.2rem;
    padding: 8px 0; }

  .company__copyright {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0; }

  /*
  =================================
  
    Element
  
  =================================
  */
  .circle-arrow:before {
    margin-right: 8px;
    width: 18px;
    height: 18px; }

  /**
  =================================
  
  top only
  
  =================================
   */
  .over-image {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 15;
    width: 100%;
    overflow: hidden;
    pointer-events: none;max-height: 3.61%; }
    .over-image img {
      width: 100%;
	    }

  .map {
    width: 94%;
    height: 300px;
    background-color: #333;
    margin: 0px auto 40px; }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    /*bottom: -40px;*/ 
	bottom: 10px;
	display:none;}

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666; }

  .bx-wrapper .bx-prev {
    z-index: 20 !important; }

  .bx-wrapper .bx-next {
    z-index: 20 !important; }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    z-index: 20 !important; }

	
	
	/**
=================================

top only add ifx 

=================================
 */
.flex-box-01 {
margin: 40px auto 0px;
display: flex;
width: 95%;
justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
align-items: center;  /* 子要素をflexboxにより中央に配置する */	
flex-wrap: wrap;
}
	
.flex-box-01 div{
margin: 0px auto 40px;
}	

.flex-box-01 p {
margin: 10px auto 10px;
text-align: center;
font-size: 120%;
font-weight: bold;
}


	 .section-title_01 {
   /*padding: 70px 0px 0;*/
			padding: 30px 0px 0;
			width: 94%;
			display: flex;
			justify-content: space-between;
			margin: 0 auto 0;
   /*height: 100px;*/ }

  .section-title_main_01 {
   font-size: 2.4rem;
   margin-bottom: 15px; }
	
  .section-title_main_01 span {
   font-size: 1.5rem;
   /*display: block;*/
   margin-top: 3px;
			margin-left: 10px;
	}
	
	.section-title_link {
  /*display: flex;
  justify-content: flex-end;*/ }	
	
.section-title_link a {
 display: block; 
	}	
	.section-title_01.news .section-title_link a{
    margin-top: 9px
  }
	
	
	
	
  /**
  =================================
  
  common
  
  =================================
   */
  .pc {
    display: none !important; }

  /*
  ==========================
  
  Modifier
  
  ==========================
  */
  .light-bg {
    background-color: #fff; }
  .business_hours_container {
    background-color: #fff; }
    .business_hours_container .business_hours_table {
      padding: 18px 8px;
	     background-color: #eee;
	}
    .business_hours_container table thead td {
      font-size: 15px;
      padding: 3px 0; }
    .business_hours_container table tbody td {
      font-size: 14px; }
      .business_hours_container table tbody td:first-child {
        width: 150px; }
    .business_hours_container table tfoot td {
      font-size: 11px; }

  a.hash_link {
    position: absolute;
    top: -60px; } }
@media only screen and (min-width: 768px) {
  body {
    min-width: 1080px; }

	/*180316追加*/
	.shopname{
		font-size:12px;
	}
	.bun{
	font-size:17px;
}
	/*180316追加ここまで*/
	
  /**
  ==========================
  
   Header
  
  ==========================
  */
  .main-title {
    text-align: center;
    padding: 20px 0 10px;
    width: 1000px;
    margin: auto; }

  .pc_translate {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 100; }

  .sns-pc {
    position: absolute;
    top: 10px;
    left: 10px; }
    .sns-pc li {
      display: inline-block;
      margin-right: 5px; }

  .head-wrapper {
    width: 100%;
    padding-top: 35px;
    position: relative;}

  .head-nav {
    width: 100%;
    background-color: #FAC028;/*GNVバック地*/
    text-align: center;
    font-size: 1.8rem;
    padding: 18px 0;
    position: absolute;
    height: 54px;
    z-index: 1;
    top: 0; }
    .head-nav .break:after {
      content: '\A';
      white-space: pre; }

  .head-nav__inner {
    position: absolute;
    top: 10px;
    width: 100%;
    display: flex;
    justify-content: center; }
    .head-nav__inner a {
      display: inline-block;
      margin-top: 5px; }
      .head-nav__inner a.gnvtxt:last-child:after {
        content: '';
        height: 20px;
        width: 1px;
        background-color: #333;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 12px ; }
      .head-nav__inner a.gnvtxt:before {
        content: '';
        height: 20px;
        width: 1px;
        background-color: #333;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 12px; }
      .head-nav__inner a.current {
        color: #fff; }
	
	
	
	  /**
  ==========================
  
  add ifx
  
  ==========================
  */
	
	 .section-title_01 {
   padding: 70px 0px 0;
			width: 1000px;
			display: flex;
			justify-content: space-between;
   /*height: 100px;*/ }

  .section-title_main_01 {
   font-size: 2.4rem;
   margin-bottom: 15px; }
	
  .section-title_main_01 span {
   font-size: 1.5rem;
   /*display: block;*/
   margin-top: 3px;
			margin-left: 10px;
	}
	
	.section-title_link {
  /*display: flex;
  justify-content: flex-end;*/ }
	
	.section-title_link a {
 display: block; 
	}	
	
	

  /**
  ==========================
  
  SP-MENU
  
  ==========================
  */
  /*
  ==========================
  
  Layout
  
  ==========================
   */
  .wrapper {
    width: 100%;
    margin: auto; }

  .container {
    width: 50%;
   /* padding: 0 10px 35px;*/
				padding: 40px 20px 40px 20px;
	}

  /*
  ==========================
  
  Section title
  
  ==========================
  */
  .section-title {
    padding: 30px 20px 30px;
    height: 120px; }
    .section-title.under {
      height: auto; }

  .section-title__main {
    font-size: 34px;
    /*margin-bottom: 40px;*/ }
	
    .section-title__main span {
      font-size: 1.4rem;
      display: block;
      margin-top: 5px; }

  .section-title__link {
    margin-bottom: 8px; }
    .section-title__link a {
      font-size: 12px;
      vertical-align: middle;
      line-height: 34px; }

  .section-title__link__arrow {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -2px 0 2px 5px; }
    .section-title__link__arrow:after, .section-title__link__arrow:before {
      content: '';
      display: block;
      width: 12px;
      height: 1px;
      /*background-color: #000;*/
					 background-color: #fff;
      position: absolute;
      left: 8px; }
    .section-title__link__arrow:after {
      transform: rotate(45deg);
      top: 7px; }
    .section-title__link__arrow:before {
      transform: rotate(-45deg);
      top: 15px; }
    .section-title__link__arrow.back:after, .section-title__link__arrow.back:before {
      left: 5px; }
    .section-title__link__arrow.back:after {
      transform: rotate(45deg);
      top: 15px; }
    .section-title__link__arrow.back:before {
      transform: rotate(-45deg);
      /*top: 7px;*/
	top: 9px;}

  .box-link {
    width: 200px;
    font-size: 1.5rem;
    padding: 8px 11px; }
.section-title.floor-guide .section-title_link {
    margin-top: 21px;
}
.section-title.shop-guide .section-title_link {
    margin-top: 13px;
}
.section-title.shop-guide .section-title_link a:first-child{
    margin-bottom: 8px;
}
  /**
  ==========================
  
  LIST STYLE
  
  ==========================
  */
  .banner-list.space {
    margin-top: 0; }

 .news-list {
   /*width: calc( 100% - 40px);
   margin-left: 20px;*/
			width: 1000px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
	}
	
 .news-list li {
   min-height: 160px;
   padding: 15px 0;
   /*position: relative;*/
	  width: 210px;
	}
	
	 .news-list li a {
			position: relative;
			display: inline-block;
		 /*180316追加*/
			overflow: hidden;
			width: 100%;
		 /*180316追加kここまで*/
		 
		 /*180316追加*/
		 height:160px;
		 /*180316追加kここまで*/
	}
		 /*180316追加*/
	.news-list li a img {
			width: 100%;
		    height: :auto;
			/*180316追加*/
			position: absolute;
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			left: 50%;
			top: 50%;
			-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
			/*180316追加kここまで*/	
	}
	/*180316追加kここまで*/
	
.news-list li .n-box-01 {
	position: absolute;
	bottom:0px;
	display: inline-block;
 padding: 5px 3px;
	width: 210px;
	background-color: #fff;
	opacity: 0.8;
	/*180316追加*/
	font-size: 13px;
    line-height: 21px;
    font-weight: bold;
	/*180316追加ここまで*/
	}		
		
	.news-list .date {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.3;
	 display: inline-block;
		float: right;
	}
	
 .news-list a {
  font-size: 2.2rem;
  line-height: 1.2; }
 .news-list a .where {
  font-size: 1.8rem;  display: none; }
 .news-list a .date {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1; }
	
	

  .floor-title-list {
    width: 90%;
    margin: auto;
    padding: 30px 0 20px 0; }
    .floor-title-list li {
      height: 66px;
      padding: 10px 0 10px;
      cursor: pointer;
      font-size: 1.5rem; }
      .floor-title-list li span {
        display: block;
        font-size: 1.1rem;
        letter-spacing: -0.1em;
        margin-top: 10px; }

  .title-box__link {
    margin-bottom: 8px; }
    .title-box__link a {
      font-size: 15px;
      vertical-align: middle;
      line-height: 34px; }

  .title-box__link__arrow {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -2px 0 2px 5px; }
    .title-box__link__arrow:after, .title-box__link__arrow:before {
      content: '';
      display: block;
      width: 12px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 8px; }
    .title-box__link__arrow:after {
      transform: rotate(45deg);
      top: 7px; }
    .title-box__link__arrow:before {
      transform: rotate(-45deg);
      top: 15px; }

  .shop-list-floor {
    display: none; }

  .genre-title-list {
    width: 100%;
    margin: auto;
    padding: 30px 0 20px 0; }
    .genre-title-list li {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px; }
      .genre-title-list li:nth-child(3) {
        padding-top: 8px; }
    .genre-title-list.genre-title-list-floor li {
      padding: 25px 0 0 !important; }
    .shop-list-floor .genre-title-list {
      display: block; }

  .genre-title-list-sp {
    display: none !important; }

  .genre-title-list-pc > li {
    cursor: pointer; }
    .genre-title-list-pc > li.active {
      cursor: default; }

  .genre-list {
    width: 100%;
    margin: auto; }
    .genre-list li {
      font-size: 13px; }
      .genre-list li a {
        padding: 12px 0 12px 5px; }

  .genre-list__item {
    font-size: 1.3rem; }
    .genre-list__item a, .genre-list__item .content {
      padding: 12px 0 12px 5px; }
    .genre-list__item.has-icon a, .genre-list__item.has-icon .content {
      margin-left: 10px; }

  .genre-list__taxonomy.restaurant {
    background-color: #af1e24 !important; }
  .genre-list__taxonomy.fashion {
    background-color: #e38088 !important; }
  .genre-list__taxonomy.fashion-goods {
    background-color: #a083b5 !important; }
  .genre-list__taxonomy.interior {
    background-color: #749474 !important; }
  .genre-list__taxonomy.service {
    background-color: #6a95c7 !important; }
  .genre-list__taxonomy.food-sweets {
    background-color: #08300 !important; }

  .floor-list {
    margin-bottom: 30px; }
    .floor-list li a {
      margin: 15px 0; }

  .floor-list__level {
    display: table-cell;
    width: 70px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    background-color: #ccc;
    font-size: 1.5rem; }

  .floor-list__floor-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-size: 1.5rem; }

  .floor-list__icons {
    padding: 5px 0 15px 0; }
    .floor-list__icons img {
      display: inline-block;
      margin-right: 10px; }

  .level-links {
    font-size: 2.0rem; }
    .level-links li {
      margin-right: 50px;
      margin-bottom: 20px; }
    .level-links .circle-arrow:before {
      vertical-align: -1px; }
    .level-links.anchor-links {
      cursor: pointer; }

  .floor-title {
    font-size: 3.4rem; }
    .floor-title span {
      font-size: 2.0rem; }

  /**
  =================================
  
  Footer
  
  =================================
   */
  .site-map {
    width: 100%; }

  .site-map__title h2 {
    width: 1000px;
    margin: auto;
    padding: 10px;
    font-size: 1.5rem; }
    .site-map__title h2 img {
      height: 32px;
      margin-right: 10px; }

  .site-map__container {
    width: 1000px;
    padding: 20px 0 50px; }

  .site-map__block {
    width: 25%; }

  .site-map__block__title {
    font-size: 1.3rem; }
    .site-map__block__title.sub {
      margin-top: 15px; }

  .site-map__list {
    font-size: 1.2rem; }

  .site-map__list__item {
    margin-top: 10px; }
    .site-map__list__item .site-map__list__item_left {
      display: block;
      float: left;
      width: 15px;
      height: 100%; }
    .site-map__list__item .site-map__list__item_right {
      display: block;
      margin-left: 30px;
      margin-right: 10px; }

  .sub-nav {
    width: 1000px;
    margin: auto;
    padding: 15px 80px;
    display: flex;
    justify-content: space-around; }
    .sub-nav li {
      font-size: 1.2rem; }

  .network {
    width: 1000px;
    padding: 20px 0;
    margin: auto;
    display: flex;
    flex-direction: row-reverse; }

  .network__sns {
    margin-left: auto; }
    .network__sns li {
      display: inline-block;
      margin-left: 10px; }

  .network__location address {
    font-size: 1.4rem; }

  .network__location__title {
    font-size: 1.6rem;
    margin-bottom: 5px; }

  .company__name {
    padding: 10px 0;
    font-size: 1.5rem; }

  .company__copyright {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 0; }

  /*
  =================================
  
    Element
  
  =================================
  */
  .circle-arrow:before {
    margin-right: 8px;
    /*width: 24px;
    height: 24px;*/
	width: 15px;
    height: 15px;}

  /**
  =================================
  
  top only
  
  =================================
   */
  .slider-wrapper {
    width: 1000px;
    margin: 0 auto; }

  .map {
    width: 460px;
    height: 280px;
    background-color: #333;
    margin: 0px auto 10px; }

  .newyear2015_bg {
    width: 100%;
    background: none;
    margin: 0 auto;
    position: absolute;
   /* top: -240px;*/
			top: -450px;
    z-index: 2;
    pointer-events: none; }

  .box {
    width: 1058px;
    height: 1058px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative; }

  #image {
    width: 1058px;
    height: 1058px;
    position: relative;
    top: 0;
    pointer-events: none; }

  .title {
    width: 900px;
    height: 70px;
    position: absolute;
    z-index: 50;
    top: 40px; }

  .image2 {
    z-index: 200; }

  .btn01 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 22px;
    left: 602px; }

  .btn02 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 88px;
    left: 730px; }

  .btn03 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 190px;
    left: 832px; }

  .btn04 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 318px;
    left: 898px; }

  .btn05 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 460px;
    left: 920px; }

  .btn06 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 602px;
    left: 898px; }

  .btn07 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 730px;
    left: 832px; }

  .btn08 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 832px;
    left: 730px; }

  .btn09 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 898px;
    left: 602px; }

  .btn10 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 920px;
    left: 460px; }

  .btn11 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 898px;
    left: 318px; }

  .btn12 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 832px;
    left: 190px; }

  .btn13 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 730px;
    left: 88px; }

  .btn14 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 602px;
    left: 22px; }

  .btn15 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 460px;
    left: 0px; }

  .btn16 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 318px;
    left: 22px; }

  .btn17 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 190px;
    left: 88px; }

  .btn18 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 88px;
    left: 190px; }

  .btn19 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 22px;
    left: 318px; }

  .btn20 {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 0px;
    left: 460px; }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    /*bottom: -40px;*/
	bottom: 10px;}

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999999; }

  /**
  =================================
  
  common
  
  =================================
   */
  .sp {
    display: none !important; }

  /*
  ==========================
  
  Modifier
  
  ==========================
  */
  .light-bg {
    /*background-color: #FAFAEC;*/
	background-color: #fff;}

  .business_hours_container {
    margin-top: 0px; }

  a.hash_link {
    position: absolute;
    top: -150px; } }

/*# sourceMappingURL=main.css.map */

#page-top {
  z-index: 100000;
}




@media only screen and (min-width: 768px) {
		/*180316追加*/
	.shopname{
		font-size:12px;
	}
.bun{
	font-size:17px;
	height: auto!important;
    overflow: none;
}
	/*180316追加ここまで*/

	
#hover-click{
  position: relative;
  width: auto;
  margin:;
  display:inline-block;
  
}
#hover-click > a{
  display: block;
  width: 100%;
  padding:0;
  background: ;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
#hover-click > div{
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  height:105px;
  padding: 0 0 10px;
  background-color: #FAC028;
  text-align: center;
  left:15px;
  font-size:15px;
  line-height:180%;
}
#hover-click > div p a{
	padding:0 5px;

}
#hover-click a.current {
	color: #fff;
}
	
}

/*180316追加*/
.bun{
	font-size:15px;
	height: 36px;
    overflow: hidden;
}
/*180316追加*/




/*---------------------------------------------------------
 caption 1
---------------------------------------------------------*/
.news-list li .caption-1 { 
    height: 87px;  
    width: 210px;  
    display: block;  
    bottom: -87px;  
}
.news-list li:hover .caption-1{
    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  	
	}
.news-list li img{
    left: 0;  
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;	
	}
/*---------------------------------------------------------
caption style
---------------------------------------------------------*/
.news-list li .caption{
    background-color: rgba(255,255,255,0.80);  
    color: #000;  
    z-index: 100;  
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;	
	}


@media only screen and (max-width: 480px) {
.flex-box-01sp {
margin: 20px auto 0px;
display: flex;
width: 95%;
justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
align-items: center;  /* 子要素をflexboxにより中央に配置する */	
flex-wrap: wrap;
}
	
.flex-box-01sp div{
margin: 0px auto 40px;
width:14%;
}
	
.flex-box-01sp div img{
width:100%;
height:auto;
}

.flex-box-01sp p {
margin: 10px auto 10px;
text-align: center;
font-size: 120%;
font-weight: bold;
}
	
.flex-box-01 {
display:none;
}	
	


}	
	

@media only screen and (max-width: 400px) {
  .over-image {
    position: absolute;
    top: -33px;
    left: 0;
    z-index: 15;
    width: 100%;
    overflow: hidden;
    pointer-events: none;max-height: 3.22%; }

}

@media only screen and (max-width: 360px) {
  .over-image {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 15;
    width: 100%;
    overflow: hidden;
    pointer-events: none;max-height: 3.18%; }

}



.section-title__link__arrow {
    width: 15px !important;
    height: 15px !important;
}
.section-title__link__arrow:after {
    top: 5px !important;
}
.section-title__link__arrow:after, .section-title__link__arrow:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    /* background-color: #000; */
    background-color: #fff;
    position: absolute;
    left: 5px;
}
.section-title__link__arrow:before {
    transform: rotate(-45deg);
    top: 9px;
}
.section-title__link__arrow:after, .section-title__link__arrow:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    /* background-color: #000; */
    background-color: #fff;
    position: absolute;
    left: 5px;
}

.section-title_link a {
    font-size: 10px;
    display: block;
}
.section-title__link__arrow {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -1px 0 2px 5px;
}

@media only screen and (max-width: 767px) {
/*main.cssへ追加*/
.slider-wrapper.sp{
    margin-top: 10px !important;
}
.news-list li a {
    width: 100% !important;
}
.flex-box-01 {
    margin: 85px auto 0px !important;
}
.flex-box-01 p {
    margin: 10px auto 10px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #222;
  }
.section-title_main span {
    display: block;
    font-size: 15px;
}
.section-title_main {
    font-size: 26px;
}
.section-title_01 {
    padding: 40px 0px 0 !important;
}
.flex-box-01 div{
  text-align: center;
  width:23%;
}
figure {
    display: block;
    text-align: center;
}
.news-list li figure img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.news-list {
    margin: 0 auto 20px auto !important;
}
.box-link.news {
    margin-bottom: 60px;
}
/*.section-title {
    padding: 36px 0 29px 16px;
    height: auto;
    position: relative;
    border: 2px solid #e8e0c6 !important;
    box-sizing: border-box;
}*/
.section-title.news{
    width: 94%;
    margin: 40px auto 0 auto;
}
.section-title__link__arrow:after, .section-title__link__arrow:before {
    width: 7px !important;
}
.section-title__link__arrow{
    margin: -2px 0 0px 5px !important;
}
.section-title.floor-guide .section-title_link  {
    position: absolute;
    right: 15px;
    top: 44px;
}
.section-title.shop-guide .section-title_link {
    position: absolute;
    right: 15px;
    top: 34px;
}
.section-title.shop-guide .section-title_link a{
    display: block;
    color: #666;
}
.section-title.shop-guide .section-title_link a:first-child{
   margin-bottom: 12px;
}
.sectio
.section-title_link a:last-child {
    display: block;
    color: #666;
}
.section-title__main span {
    font-size: 11px;
    display: block;
    margin-top: 3px;
    color: #222;
}
.section-title__link__arrow {
    width: 16px !important;
    height: 16px !important;
}
.section-title_link a {
    font-size: 10px;
}
.genre-list li a {
    padding: 16px 0 16px 5px;
}
.genre-title-list li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* background-color: #9DE26D; */
    background-color: #fff;
    border: 1px solid #dddd;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 10px;
    width: 49%;
    height: 60px;
    padding: 15px 0 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.genre-title-list li span {
    /*font-size: 15px;*/
    font-size: 13px;
}

.section-title_link a {
    display: block;
}
.section-title__main {
    /*font-size: 26px;*/
    font-size: 22px;
    margin-bottom: 0;
}
.box-link.floor-guide{
    background-color: #ddd;
    color: #222;
}
.container.floor{
    padding-bottom: 60px;
    width: 94%;
    margin: auto;
}
.section-title.access {
    border: 2px solid #bad9ef !important;
}
.network__sns li a {
    color: #333333;
    margin: 0 10px 0 10px;
}
.section-title.access .section-title__link a{
    font-size: 11px;
}
.section-title.access .section-title__link {
    position: absolute;
    right: 15px;
    top: 38px;
}
}


/*20180405 再修正*/
@media only screen and (min-width: 768px) {
.section-title_main_01 {
    font-size: 34px;
    margin-bottom: 15px;
}
.section-title_main_01 span {
    font-size: 1.4rem;
    display: block;
    margin-top: 3px;
    margin-left: 0;
}

}


/*20180405 ニュースリスト*/
@media only screen and (max-width: 767px) {
.news-list {
    width: 93%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px auto 20px;
}
.news-list li {
    width: 48%;
    height: auto;
    padding: 0 0 30px 0;
}
.news-list li a:first-child{
    display: block;
    width: auto !important;
    height: auto;
}
.news-list figure {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-list li figure img {
    width: auto;
    height: 134px;
    object-fit:contain;
}
.news-list li .cate_icon{
    width: 49%;
    display: block;
    float: left;
}
.news-list li .cate_icon img {
    width: 100%;
}
.news-list .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    display: block;
    float: right;
}

}
@media only screen and (min-width: 768px) {
  /*TOPニュース一覧画像*/
.news-list li a img {
    height: 100% !important;
    position: absolute;
    object-fit: contain;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.news-list li {
    min-height: 160px;
    padding: 0 0 30px 0;
    /* position: relative; */
    width: 210px;
}
.news-list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}
/******************************************************
改行
******************************************************/
.br_pc{
	display:none;

}

/************************************************
スマホでは表示
************************************************/
.smart_on{
	display:block;
}

.smart_img{
	display:block;
}

.pc_on{
	display:none;
}

#ie8_on, ie11_on{
	display:none;
}

/*******************************************
横幅100％
********************************************/
.resizeimage{
	width:100%;
	margin:0 auto;
	height:auto;
}
.resizeimage img {
	width: 100%;
	height:auto;
}

.resizeimage2{
	width:100%;
	margin:0 auto;
	height:auto;
}
.resizeimage2 img {
	width: 50%;
	height:auto;
}

.resizeimage3{
	width:100%;
	margin:0 auto;
	height:auto;
}
.resizeimage3 img {
	width: 33.33333333333333333%;
	height:auto;
}


.resizeimage4{
	width:100%;
	margin:0 auto;
	height:auto;
}
.resizeimage4 img {
	width: 25%;
	height:auto;
}

.resizeimage5{
	width:100%;
	margin:0 auto;
	height:auto;
}
.resizeimage5 img {
	width: 20%;
	height:auto;
}



.contents_cap{
	width:440px;
	margin:0 auto;
}

body #gFooter #contactArea .telnum span.tab_tel {
	display:none;
	
}
@media print, screen and (min-width: 641px) {
.contents_w1000{
	width:1000px;
	margin:0 auto;
}

.contents_cap{
	width:1000px;
	margin:0 auto;
}

/******************************************************
PC_スマホ住み分け
******************************************************/
.br_pc{
	display:block;
}

.br_none{
	display:none;

}

@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
}

/*iPhone5用*/
@media only screen and (max-width: 320px) { 
    .news-list li figure img {
    width: auto;
    height: 150px;
    object-fit: contain;
}
}
/*iPhone6,7,8,10用*/
@media (max-width: 375px) and (min-width: 321px) { 
.news-list li figure img {
    width: auto;
    height: 160px;
    object-fit: contain;
}
}
/*iPhone6,7,8,10用*/
@media (max-width: 414px) and (min-width: 376px) { 
.news-list li figure img {
    width: auto;
    height: 170px;
    object-fit: contain;
}
}
.sosyal {
  margin: 30px auto;
  text-align:center;
}

.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1b3d82;
  text-shadow: 0 -1px -1px #1b3d82;

  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 30px;
}
.facebook:hover {
  background-color: #354f84;
}
.facebook:active {
  top: 2px;
  box-shadow: 0 2px 0 #1b3d82;
}
.twitter {
  background-color: #008dde;
  box-shadow: 0 4px 0 #0078bd;

  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 40px;
}
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078bd;
}
.twitter:hover {
  background-color: #1397d8;
}