/*	elements
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  height: 100%;
  line-height: 1.384615385;
  font-size: 1.3rem;
  /*font-family: sans-serif;*/
	font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";  min-width: 320px;
  text-align: center;
  width: 100%;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*p {
  word-wrap: break-word;
}
*/
/*	clearfix
------------------------------------------------------------*/
.clearfix, .restaurantlist__item, .shoplist__item, .floorguide-shoplist {
  *zoom: 1;
}
.clearfix:after, .restaurantlist__item:after, .shoplist__item:after, .floorguide-shoplist:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/**
 * page
 */
.page {
  text-align: left;
}

/**
 * gheader
 */
.gheader {
  border-bottom: 1px solid black;
  display: table;
  width: 100%;
}

.gheader__logo,
.gheader__menu {
  display: table-cell;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.gheader__logo {
  padding-left: 10px;
}
.gheader__menu {
  border-left: 1px solid black;
  /*width: 80px;*/
  text-align: center;
}
.gheader__menu01 { width: 85px; }
.gheader__menu02 { width: 80px; }
.gheader__menu a {
  margin: -10px;
  padding: 10px;
  display: block;
}
ul.sns_btn li{
  display: inline-block;
}
ul.sns_btn li:first-child{
  margin-right: 10%;
}

/**
 * gnav
 */
.gnav {
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.gnav__list {
  margin-bottom: 15px;
}

.gnav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gnav__item a {
  background-repeat: no-repeat;
  background-position: 18px 50%;
  -webkit-background-size: 30px 20px;
  background-size: 30px 20px;
  display: block;
  padding: 20px 25px 20px 63px;
  position: relative;
}
.gnav__item a:after {
  background: url(../images/common/ico_arr_r02.png) no-repeat 50% 0;
  -webkit-background-size: 7px 10px;
  background-size: 7px 10px;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 7px;
}
.gnav__item.gnav__item--lang01 a {
  background-image: url(../images/common/ico_language02.png);
}
.gnav__item.gnav__item--lang02 a {
  background-image: url(../images/common/ico_language03.png);
}
.gnav__item.gnav__item--lang03 a {
  background-image: url(../images/common/ico_language04.png);
}
.gnav__item.gnav__item--lang04 a {
  background-image: url(../images/common/ico_language05.png);
}

.gnav__close {
  text-align: center;
  font-size: 0;
}
.gnav__close img {
  vertical-align: top;
}

/**
 * fnav
 */
.fnav {
  margin-bottom: 12px;
}

.fnav__list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.fnav__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 50%;
}
.fnav__item:last-child, .fnav__item:nth-child(odd):nth-last-child(2) {
  border-bottom: none;
}
.fnav__item:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.fnav__item a {
  display: block;
  padding: 15px 0;
}
.fnav__item a:before {
  background-position: 50% 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.fnav__item.fnav__item--icon01 a:before {
  background-image: url(../images/common/ico_language.png);
  -webkit-background-size: 17px 12px;
  background-size: 17px 12px;
  height: 12px;
  width: 17px;
}
.fnav__item.fnav__item--icon02 a:before {
  background-image: url(../images/common/ico_pc.png);
  -webkit-background-size: 16px;
  background-size: 16px;
  height: 16px;
  width: 16px;
}
.fnav__item img {
  vertical-align: middle;
}

/**
 * gfooter
 */
.gfooter {
  background: black;
  padding-bottom: 15px;
}

.gfooter__copy {
  font-size: 0;
  text-align: center;
}
.gfooter__copy img {
  vertical-align: top;
}

/**
 * main
 */
.main {
  margin: 15px 20px 45px;
}
body.pagetype--floorguide .main {
  margin: 30px 0 45px;
}
.main.main--type02 {
  margin-top: 35px;
}

/**
 * mainvisual
 */
.mainvisual {
  margin-bottom: 12px;
  text-align: center;
}

/**
 * menu
 */
.menu {
  margin-bottom: 5px;
}

.menu__list {
  text-align: center;
}

.menu__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
}
.menu__item:nth-child(odd) {
  padding-right: 2.5px;
}
.menu__item:nth-child(even) {
  padding-left: 2.5px;
}
.menu__item a {
  background: black;
  display: block;
  font-size: 0;
  padding: 12px 0;
  text-align: center;
}
.menu__item img {
  vertical-align: top;
}

/**
 * ttl
 */
.ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
	font-size: 1.7rem;
	/*font-weight: bold;*/
}
.ttl:after {
  background: black;
  bottom: 0;
  display: block;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 25px;
}
.ttl.ttl--type02 {
  margin-bottom: 35px;
}

/**
 * ttl02
 */
.ttl02 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 15px 0;
  text-align: center;
}
.main .ttl02 {
  margin-right: -20px;
  margin-left: -20px;
}

.ttl02__ttl {
  margin-bottom: 5px;
}

.ttl02__txt {
  font-size: 1rem;
  line-height: 1.1;
}
/**
 * ttl03
 */
.ttl03 {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	border-bottom:solid 1px #02D7F3;
}


/**
 * bannerlist
 */
.bannerlist {
  margin-bottom: 45px;
}

.bannerlist__item {
  margin-bottom: 10px;
  text-align: center;
}

/**
 * datalist
 */
.datalist__ttl {
  font-weight: bold;
  line-height: 1.576923077;
}

.datalist__data {
  margin-bottom: 30px;
}

/**
 * creditcardlist
 */
.creditcardlist {
  /*text-align: center;*/
}

.creditcardlist__item {
  display: inline-block;
  width: 25%;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.creditcardlist__icon {
  display: block;
  margin-bottom: 5px;
}

.creditcardlist__name {
  font-size: 1rem;
  line-height: 1.8;
}

/**
 * restaurantlist
 */
.restaurantlist__item {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.restaurantlist__img {
  border: 1px solid #d1d1d1;
  float: left;
  margin-right: 12px;
}

.restaurantlist__data {
  overflow: hidden;
}

.restaurantlist__floor {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.restaurantlist__name {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
}

.restaurantlist__genre {
  font-size: 1.1rem;
  line-height: 1.454545455;
}

.restaurantlist__hour {
  font-size: 1.1rem;
  line-height: 1.454545455;
}

.restaurantlist__smoking {
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 20px;
  background-size: 20px;
  color: #595959;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 17px;
  margin-top: 3px;
  padding: 3px 0 0 25px;
}
.restaurantlist__smoking.restaurantlist__smoking--icon01 {
  background-image: url(../images/common/ico_restaurant.png);
}
.restaurantlist__smoking.restaurantlist__smoking--icon02 {
  background-image: url(../images/common/ico_restaurant02.png);
}
.restaurantlist__smoking.restaurantlist__smoking--icon03 {
  background-image: url(../images/common/ico_restaurant03.png);
}
.restaurantlist__smoking.restaurantlist__smoking--icon04 {
  background-image: url(../images/common/ico_restaurant04.png);
}
/**
 * shoplist
 */
.shoplist__item {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.shoplist__img {
  border: 1px solid #d1d1d1;
  float: left;
  margin-right: 12px;
}

.shoplist__data {
  overflow: hidden;
}

.shoplist__floor {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.shoplist__name {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
}

.shoplist__genre {
  font-size: 1.1rem;
  line-height: 1.454545455;
}

/**
 * floorlist
 */
.floorlist {
  margin-bottom: 25px;
  text-align: center;
}

.floorlist__item {
  display: inline-block;
  margin: 0 15px 10px;
  opacity: 0.5;
}
.floorlist__item.floorlist__item--active {
  opacity: 1.0;
}
.floorlist__item.floorlist__item--active a {
  cursor: default;
  pointer-events: none;
}

/**
 * basicblk
 */
.basicblk {
  margin-bottom: 45px;
  /*word-break: break-all;*/
}

/**
 * hourstbl
 */
.hourstbl {
  margin: 0 auto;
  width: 65%;
}

.hourstbl__ttl,
.hourstbl__data {
  text-align: left;
  vertical-align: top;
}

.hourstbl__ttl {
  white-space: nowrap;
}

/**
 * hourstbl02
 */
.hourstbl02 {
  margin: 0 auto;
  width: 100%;
}

.hourstbl02 tr {
	display: block;
}

.hourstbl__ttl02,
.hourstbl__data02 {
  text-align: left;
  vertical-align: top;
	display: block;
}

.hourstbl__ttl02 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

:first-child > .hourstbl__ttl02 {
	margin-top: 0;
}

/**
 * txtlink
 */
.txtlink {
  font-weight: bold;
}
.txtlink:before {
  background: url(../images/common/ico_arr_r.png) no-repeat 50% 0;
  -webkit-background-size: 14px;
  background-size: 14px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 14px;
}
/**
 * floorGuide
 */

/* Tab
******************************************/
.disnon{
  position:absolute;
  left:-9999px;
  width:100%;
}
.tab_block {
  display: block;
}
.tab_block .tab {
  font-size: 0;
  text-align: center;
}
.tab_block .tab li {
  display: inline-block;
  height: 14px;
  overflow:hidden;
  white-space:nowrap;
  text-indent:100%;
  margin: 0 5px 14px;
}
.tab_block .tab_block-tab01 {
  background: url(../images/common/floorguide/btn_tab01.png) no-repeat center;
  -webkit-background-size: 73px;
          background-size: 73px;
  width: 73px;
}
.tab_block .tab_block-tab01.select {
  background: url(../images/common/floorguide/btn_tab01_on.png) no-repeat center;
  -webkit-background-size: 73px;
          background-size: 73px;
}
.tab_block .tab_block-tab02 {
  background: url(../images/common/floorguide/btn_tab02.png) no-repeat center;
  -webkit-background-size: 73px;
          background-size: 73px;
  width: 73px;
}
.tab_block .tab_block-tab02.select {
  background: url(../images/common/floorguide/btn_tab02_on.png) no-repeat center;
  -webkit-background-size: 73px;
          background-size: 73px;
}
.tab_block .tab_block-tab03 {
  background: url(../images/common/floorguide/btn_tab03.png) no-repeat center;
  -webkit-background-size: 107px;
          background-size: 107px;
  width: 107px;
}
.tab_block .tab_block-tab03.select {
  background: url(../images/common/floorguide/btn_tab03_on.png) no-repeat center;
  -webkit-background-size: 107px;
          background-size: 107px;
}
.tab_block .tab_block-tab04 {
  background: url(../images/common/floorguide/btn_tab04.png) no-repeat center;
  -webkit-background-size: 48px;
          background-size: 48px;
  width: 48px;
}
.tab_block .tab_block-tab04.select {
  background: url(../images/common/floorguide/btn_tab04_on.png) no-repeat center;
  -webkit-background-size: 48px;
          background-size: 48px;
}
.tab_block .tab_block-tab05 {
  background: url(../images/common/floorguide/btn_tab05.png) no-repeat center;
  -webkit-background-size: 90px;
          background-size: 90px;
  width: 90px;
}
.tab_block .tab_block-tab05.select {
  background: url(../images/common/floorguide/btn_tab05_on.png) no-repeat center;
  -webkit-background-size: 90px;
          background-size: 90px;
}
.tab_block .tab li span {
  cursor: pointer;
  display: block;
  height: 14px;
}
.tab_block .tab li.select span {
}
/* Tab
******************************************/
.accordion > ul > li > span {
  display: block;
  background: url(../images/common/floorguide/arrow_close.png) no-repeat 97% center;
  background-size: 14px;
  font-size: 10px;
  min-height: 40px;
}
.accordion > ul > li > span.opened {
  background-image: url(../images/common/floorguide/arrow_open.png);
}
.accordion > ul > li > span > strong {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding-right: 22px;
}
.accordion span .fl_num {
  padding: 0 10px 0 15px;
}
.accordion span .fl_num {
}
.accordion span .shop_name {
}
.accordion ul ul {
  display: none;
}
.accordion ul li {
  border-top: 1px solid #e5e5e5;
}
.accordion > ul:last-child li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.accordion ul ul.sub:last-child > li:last-child {
  border-bottom: none;
}
.accordion ul.sub li {
}
.accordion ul.sub li a,
.accordion ul.sub li div {
  font-size: 11px;
  color: #000;
  display: block;
}
.accordion ul.sub li div a {
  font-size: 12px;
  padding: 0;
  display: inline;
}
.accordion.no_linklist ul.sub li {
  padding: 1.2em 15px 1.2em 15px;
  background-image: none;
}
.accordion.no_linklist ul.sub li a {
  display: inline;
  padding: 0;
}
.accordion.no_linklist ul.sub li div {
  padding: 0;
  font-size: 12px;
  color: #333333;
}
.floorguide-shoplist {
  padding: 15px 0;
}
.floorguide-shoplist__img, .floorguide-shoplist__data {
  float: left;
}
.floorguide-shoplist__img {
  text-align: center;
  width: 40%;
}
.floorguide-shoplist__img img {
  border: 1px solid #d1d1d1;
}
.floorguide-shoplist__data {
  width: 60%;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
  line-height: 1;
}
.floorguide-shoplist_icon p {
  float: left;
  margin: 10px 7px 0 0;
}
/*	extra styles
------------------------------------------------------------*/
/*
 * ex-opacityActive
 */
.ex-opacityActive:hover img,
.ex-opacityActive:focus img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/**
 * display
 */
.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.dib {
  display: inline-block !important;
}

/**
 * typography
 */
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

.fz08 {
  font-size: 80%;
}

.fz09 {
  font-size: 90%;
}

.fz10 {
  font-size: 100%;
}

.fz11 {
  font-size: 110.0%;
}

.fz12 {
  font-size: 120%;
}

.fz13 {
  font-size: 130%;
}

.fz14 {
  font-size: 140%;
}

.fz15 {
  font-size: 150%;
}

.fz16 {
  font-size: 160%;
}

/**
 * position
 */
.posR {
  position: relative;
}

.posA {
  position: absolute;
}

/**
 * border
 */
.bd {
  border: 1px solid #000;
}

.bdt {
  border-top: 1px solid #000;
}

.bdr {
  border-right: 1px solid #000;
}

.bdb {
  border-bottom: 1px solid #000;
}

.bdl {
  border-left: 1px solid #000;
}

.bdN {
  border: none;
}

.bdtN {
  border-top: none;
}

.bdrN {
  border-right: none;
}

.bdbN {
  border-bottom: none;
}

.bdlN {
  border-left: none;
}

/**
 * text-align
 */
.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

/**
 * float
 */
.flR {
  float: right;
}

.flL {
  float: left;
}

.flN {
  float: none;
}

.lfBox {
  overflow: hidden;
  *zoom: 1;
}

/**
 * margin
 */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/**
 * padding
 */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}
