.tab{
	border-bottom: #000 1px solid;
	text-align: center;
	margin-bottom: -1px;
	margin-bottom: 60px;
}
.tab-menu {
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}
.tab-menu li {
	background-color: #000;
	
	text-align: center;
	
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: bottom;
	width: 47.9999%;
	margin-left: 1%;
	margin-right: 1%;color: #fff;
	cursor: pointer;
	transition: ease-in-out .3s;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.tab-menu li a {
    display: block;
    padding: 15px;
    color: #fff;
    border: #000 1px solid;
}
.tab-menu li p {
	display: inline;
}
.tab-menu li.active a,
.tab-menu li a:hover {
	background-color: #FFF;
	color: #000;
	border-bottom-color: #fff;
}
.tab-menu li:not(.active):hover {
	border-bottom-color: #000;
}
.tab-menu li span {
	font-family: 'Vollkorn', serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1;
vertical-align: middle;
	margin-right: 15px;
	
}
.tab-panel {
    display: none;
}
.tab-panel.is-show {
    display: block;
}

.panel {
display: none;
}
.panel.is-show {
    display: block;
}




#anchor {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 100px;
}
#anchor li {
	width: 17.9999%;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: #000 1px solid;
    transition: ease-in-out .3s;
}
#anchor li a{ 
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 500;
	display: block;
	text-align: center;
	padding-bottom: 18px;
	letter-spacing: 0.05em;
}
#anchor li:hover {
    border-bottom-color: #d80d19;
}
#anchor li:hover a{ 
    color: #d80d19;
}
.number {
	margin-bottom: 90px;
    margin-top: -20px;
    padding-top: 20px;
}
.number h2 {
	position: relative;
	margin-bottom: 30px;
}
.number h2:after {
	height: 1px;
	left: 0;
	right: 0;
	background-color: #000;
	content: "";
	position: absolute;
	z-index: -1;
	top: 48%;
}
.number h2 span{
	font-size: 50px;
	font-family: 'Lora', serif;
	background-color: #fff;
	padding-right: 33px;
	
}
.number .row {
	letter-spacing: -0.5em;
	margin-left: -1%;
	margin-right: -1%;
}
.number .row .item{
	letter-spacing: 0.01em;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
	width: 22.9999%;
	border-bottom: #e9ebec 1px solid;
}
.number .row .item a {
	display: flex;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	align-items: center;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.number .floor-map {
    text-align: center;
}
.number .row .item .img {
	width: 80px;
	margin-right: 15px;
	flex-shrink: 0;
}
.number .row .item .img img{
    box-shadow: 4px 3px 16px -8px rgba(0,0,0,0.5);
    transition: ease-in-out .2s;
    border: 1px solid #E9E9E9;
}
.number .row .item a:hover .img img{
	transform: scale(1.05);
}
.number .row .item:last-child{
	margin-right: 0;
}
.number .row .item dl {
	line-height: 1.5;
}
.number .row .item dt {
	font-weight: 700;
	position: relative;
	padding-left: 12px;
}
.number .row .item dt:before {
	
	width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #d80d19;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 8px;
}
.number .row .item dd {
    color: #8E8E8E;
    font-size: 12px;
    font-weight: 500;
	padding-left: 13px;
}
.number .facility {
	background-color: #f8f8f8;
	padding: 15px;
	margin-top: 30px;

}
.number .facility li {
    background-image: url("../images/icon_info.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
	padding-left: 40px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.number .facility li.atm {
    background-image: url("../images/icon_atm.png");
}
.number .facility li.coin {
    background-image: url("../images/icon_coin.png");
}
.number .facility li.toilet-w {
    background-image: url("../images/icon_toilet_w.png");
}
.number .facility li.toilet-a {
    background-image: url("../images/icon_toilet_a.png");
}
.number .facility li.baby {
    background-image: url("../images/icon_baby.png");
}
.number .facility li.machine {
    background-image: url("../images/icon_machine.png");
}
.number .facility li.toilet {
    background-image: url("../images/icon_toilet.png");
}
.map-dtl {
    display: flex;
}
.map-dtl .txt {
    order: 1;
    width: 35%;
}
.map-dtl .txt h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: #e3e3e3 1px solid;
    padding-bottom: 10px;
}
.map-dtl .txt h4 {
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    
}
.map-dtl .txt h4 span {
    background-color: #903d35;
    display: inline-block;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 1.7;
    border-radius: 4px;
}
.map-dtl .txt h4 span.clr02 {
    background-color: #438e55;
}
.map-dtl .txt h4 span.clr03 {
    background-color: #023b80;
}
.map-dtl .txt h4 span.clr04 {
    background-color: #a49842;
}
.map-dtl .txt h4 span.clr05 {
    background-color: #ba6838;
}
.map-dtl .txt h4 span.clr06 {
    background-color: #00734f;
}
.map-dtl .txt h4 span.clr07 {
    background-color: #b04d72;
}
.map-dtl .txt h4 span.clr08 {
    background-color: #3c3c78;
}
.map-dtl .txt h4 span.cau {
    background-color: transparent;
    width: auto;
    color: #000;
    font-weight: 400;
    font-size: 90%;
}
.map-dtl .floor-map {
    margin-left: auto;
    padding-left: 5%;
}
.map-dtl .txt h4:before {
    width: 6px;
    height: 6px;
    content: "";
    background-color: #000;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    border-radius: 50%;
    margin-top: -3px;
}
.map-dtl .txt > ul {
    margin-bottom: 30px;
}
.map-dtl .txt > ul > li {
    margin-bottom: 10px;
}
.map-dtl .txt ul ul{
    margin-left: 15px;
    margin-top: 5px;
}
.map-dtl .txt ul ul li {
    position: relative;
    padding-left: 15px;
    font-size: 90%;
}
.map-dtl .txt ul ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    border-radius: 50%;
    margin-top: -3px;
    border: #000 1px solid;
}
.map-dtl .floor-map {
    order: 2;
    text-align: right;
}
.map-dtl .txt .shop li {
    margin-bottom: 0;
}
.map-dtl .txt .shop li a {
    position: relative;
    padding-left: 15px;
}
.map-dtl .txt .shop li a:hover {
    text-decoration: underline;
    color: #d80d19;
}
.map-dtl .txt .shop li a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #d80d19;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 8px;
}
@media screen and (max-width:980px){
#anchor li {
  width: 31.3333%;
	margin-bottom: 30px;
}
.number .row .item{
	width: 47.9999%;
}
.tab-menu li span {
  font-size: 24px;
  margin-right: 0px;
	display: block;
}
#index .shop-list .blk {
  width: 31.3333%;
}
.tab-menu li p {
	display: none;
}
}
@media screen and (max-width:640px){
.map-dtl {
  display: block;
}
.map-dtl .floor-map {
  margin-left: auto;
  padding-left: 0%;
    margin-right: auto;
    margin-bottom: 40px;
}
    .map-dtl .txt {
        width: auto;
    }
}
@media screen and (max-width:480px){
#anchor li {
  margin-bottom: 15px;
}
#anchor li a {
  font-size: 20px;
  padding-bottom: 15px;
}
#anchor {
  margin-bottom: 40px;
}
.number {
  margin-bottom: 60px;
}
.number .row {
	margin-left: 0;
	margin-right: 0;
}
.number .row .item{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.number .row .item .img {
  width: 60px;
}
.number .row .item a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.number h2 {
  margin-bottom: 15px;
}
.number h2 span {
  font-size: 40px;
  padding-right: 20px;
}
.number .facility li {
  background-size: 25px;
  padding-left: 30px;
  font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
}
    

.tab-menu.inner1060 {
	width: 96%;
}
.tab-menu {

}

.tab-menu li {
	line-height: 1.3;
	font-size: 11px;
}
.tab-menu li span {
  font-size: 17px;
	margin-bottom: 2px;
}
    .map-dtl .floor-map {
        margin-bottom: 25px;
    }
.map-dtl .txt h3 {
  font-size: 18px;
}
}




































