@charset "utf-8";

/* CSS Document */
/*------------------------

フロアーガイド　タブ

------------------------*/

.shop-box .ui-widget .ui-widget-content {
	background-color: #FFF;
	margin: 0;
}

.shop-box .ui-widget-content a {
	font-weight: normal;
}

.shop-box .ui-widget-header {
	font-weight: bold;
}
/*▽▼ファッション▽▼*/

.shop-box li.fasion,
.shop-box .ui-widget-content li.fasion,
.shop-box .ui-widget-header li.fasion {
	border: 1px solid #f08887;
	border-bottom: 0;
	background: #FFF;
}

.shop-box li.fasion.ui-state-active,
.shop-box .ui-widget-content li.fasion.ui-state-active,
.shop-box .ui-widget-header li.fasion.ui-state-active {
	background: #f08887;
}

 @media only screen and (max-width: 767px) {

.shop-box li.fasion,
.shop-box .ui-widget-content li.fasion,
.shop-box .ui-widget-header li.fasion {
	border-bottom: 1px solid #f08887;
	margin-bottom: .5em;
	margin-right: .5em;
}
}

.shop-box li.fasion a:hover,
.shop-box .ui-widget-content li.fasion a:hover,
.shop-box .ui-widget-header li.fasion a:hover,
.shop-box li.fasion a:focus,
.shop-box .ui-widget-content li.fasion a:focus,
.shop-box .ui-widget-header li.fasion a:focus {
	background: #f08887;
	font-weight: normal;
	color: #212121;
}

.shop-box li.fasion a:active,
.shop-box .ui-widget-content li.fasion a:active,
.shop-box .ui-widget-header li.fasion a:active {
	background: #f08887;
	font-weight: normal;
	color: #FFF;
}


/*▽▼グッズ▽▼*/

.shop-box li.goods,
.shop-box .ui-widget-content li.goods,
.shop-box .ui-widget-header li.goods {
	border: 1px solid #66d5f1;
	border-bottom: 0;
	background: #FFF;
}

.shop-box li.goods.ui-state-active,
.shop-box .ui-widget-content li.goods.ui-state-active,
.shop-box .ui-widget-header li.goods.ui-state-active {
	background: #66d5f1;
}

 @media only screen and (max-width: 767px) {

.shop-box li.goods,
.shop-box .ui-widget-content li.goods,
.shop-box .ui-widget-header li.goods {
	border-bottom: 1px solid #66d5f1;
	margin-bottom: .5em;
	margin-right: .5em;
}
}

.shop-box li.goods a:hover,
.shop-box .ui-widget-content li.goods a:hover,
.shop-box .ui-widget-header li.goods a:hover,
.shop-box li.goods a:focus,
.shop-box .ui-widget-content li.goods a:focus,
.shop-box .ui-widget-header li.goods a:focus {
	background: #66d5f1;
	font-weight: normal;
	color: #212121;
}

.shop-box li.goods a:active,
.shop-box .ui-widget-content li.goods a:active,
.shop-box .ui-widget-header li.goods a:active {
	background: #66d5f1;
	font-weight: normal;
	color: #FFF;
}


/*▽▼フード▽▼*/

.shop-box li.food,
.shop-box .ui-widget-content li.food,
.shop-box .ui-widget-header li.food {
	border: 1px solid #95cf22;
	border-bottom: 0;
	background: #FFF;
}

.shop-box li.food.ui-state-active,
.shop-box .ui-widget-content li.food.ui-state-active,
.shop-box .ui-widget-header li.food.ui-state-active {
	background: #95cf22;
}

 @media only screen and (max-width: 767px) {

.shop-box li.food,
.shop-box .ui-widget-content li.food,
.shop-box .ui-widget-header li.food {
	border-bottom: 1px solid #95cf22;
	margin-bottom: .5em;
	margin-right: .5em;
}
}

.shop-box li.food a:hover,
.shop-box .ui-widget-content li.food a:hover,
.shop-box .ui-widget-header li.food a:hover,
.shop-box li.food a:focus,
.shop-box .ui-widget-content li.food a:focus,
.shop-box .ui-widget-header li.food a:focus {
	background: #95cf22;
	font-weight: normal;
	color: #212121;
}

.shop-box li.food a:active,
.shop-box .ui-widget-content li.food a:active,
.shop-box .ui-widget-header li.food a:active {
	background: #95cf22;
	font-weight: normal;
	color: #FFF;
}


/*▽▼グルメ▽▼*/

.shop-box li.gourmet,
.shop-box .ui-widget-content li.gourmet,
.shop-box .ui-widget-header li.gourmet {
	border: 1px solid #FFCD02;
	border-bottom: 0;
	background: #FFF;
}

.shop-box li.gourmet.ui-state-active,
.shop-box .ui-widget-content li.gourmet.ui-state-active,
.shop-box .ui-widget-header li.gourmet.ui-state-active {
	background:#FFCD02;
	border-bottom: 0;
}

 @media only screen and (max-width: 767px) {

.shop-box li.gourmet,
.shop-box .ui-widget-content li.gourmet,
.shop-box .ui-widget-header li.gourmet {
	border-bottom: 1px solid #FFCD02;
	margin-bottom: .5em;
	margin-right: .5em;
}
}

.shop-box li.gourmet a:hover,
.shop-box .ui-widget-content li.gourmet a:hover,
.shop-box .ui-widget-header li.gourmet a:hover,
.shop-box li.gourmet a:focus,
.shop-box .ui-widget-content li.gourmet a:focus,
.shop-box .ui-widget-header li.gourmet a:focus {
	background: #FFCD02;
	font-weight: normal;
	color: #212121;
}

.shop-box li.gourmet a:active,
.shop-box .ui-widget-content li.gourmet a:active,
.shop-box .ui-widget-header li.gourmet a:active {
	background: #FFCD02;
	font-weight: normal;
	color: #FFF;
}

/*▽▼サービス▽▼*/

.ui-state-active a{
	color:#FFF !important;
}

.shop-box li.service,
.shop-box .ui-widget-content li.service,
.shop-box .ui-widget-header li.service{
	border: 1px solid #cf6ca3;
	border-bottom: 0;
	background: #FFF;
}

.shop-box li.service.ui-state-active,
.shop-box .ui-widget-content li.service.ui-state-active,
.shop-box .ui-widget-header li.service.ui-state-active{
	border-bottom: 0;
	background: #cf6ca3;
}

 @media only screen and (max-width: 767px) {

.shop-box li.service,
.shop-box .ui-widget-content li.service,
.shop-box .ui-widget-header li.service {
	border-bottom: 1px solid #cf6ca3;
	margin-bottom: .5em;
	margin-right: .5em;
}
}

.shop-box li.service a:hover,
.shop-box .ui-widget-content li.service a:hover,
.shop-box .ui-widget-header li.service a:hover,
.shop-box li.service a:focus,
.shop-box .ui-widget-content li.service a:focus,
.shop-box .ui-widget-header li.service a:focus {
	background: #cf6ca3;
	font-weight: normal;
	color: #212121;
}

.shop-box li.service a:active,
.shop-box .ui-widget-content li.service a:active,
.shop-box .ui-widget-header li.service a:active {
	background: #cf6ca3;
	font-weight: normal;
	color: #FFF;
}


.shop-box .ui-state-default a,
.shop-box .ui-state-default a:link,
.shop-box .ui-state-default a:visited {
	text-decoration: none;
}

.shop-box .ui-state-default a:hover {
	color: #FFF;
}


/*------------------------

フロアーガイド

------------------------*/

.shop-box a {
	color: #544031;
}

.shop-box-det img {
	min-width: 100%;
}

.tab-pane-in {
	padding: 1.65em;
}

#n01{
	border-top: 5px solid #f08887;
}

#n02{
	border-top: 5px solid #66d5f1;
}

#n03{
	border-top: 5px solid #95cf22;
}

#s01{
	border-top: 5px solid #FFCD02;
}

#s02{
	border-top: 5px solid #cf6ca3;
}



 @media only screen and (max-width: 767px) {

.tab-pane-in {
	padding: 0;
}
}

.shop-box .tab-content {
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #000;
}

.shop-box .nav-tabs {
	border-bottom: #FFCD02 5px solid;
	margin: 0;
	padding: 0;
}

.shop-box .nav-tabs a {
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #FFCD02;
}

.shop-box .nav-tabs a:hover,
.shop-box .nav-tabs .active a,
.shop-box .nav-tabs .active a:hover {
	color: #000;
	cursor: default;
	cursor: pointer;
	background-image: none;
	background-color: #FFF !important;
	border: #FFCD02 1px solid !important;
}

h1.shop_h1 {
	background-color: #cf6ca3;
	background-image: none;
}

#n01 h1 {
	background-color: #f08887;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: .3em 0;
	font-size: 2.3rem;
}

#n02 h1 {
	background-color: #66d5f1;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: .3em 0;
	font-size: 2.3rem;
}

#n03 h1 {
	background-color: #95cf22;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: .3em 0;
	font-size: 2.3rem;
}

#s01 h1 {
	background-color: #FFCD02;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: .3em 0;
	font-size: 2.3rem;
}

#s02 h1 {
	background-color: #cf6ca3;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: .3em 0;
	font-size: 2.3rem;
}

.floor_nav ul li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

.floor_nav ul li a {
	text-decoration:none;
}

/*▼▽ファッション▼▽*/

.floor_nav ul li.fasion a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 10px;
	border: #f08887 1px solid;
}

.floor_nav ul li.fasion a:hover {
	background: #f08887;
	color: #000;
	padding: 10px;
	border: #f08887 1px solid;
}
/*▼▽グッズ▼▽*/

.floor_nav ul li.goods a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 10px;
	border: #66d5f1 1px solid;
}

.floor_nav ul li.goods a:hover {
	background: #66d5f1;
	color: #000;
	padding: 10px;
	border: #66d5f1 1px solid;
}

/*▼▽フード▼▽*/

.floor_nav ul li.food a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 10px;
	border: #95cf22 1px solid;
}

.floor_nav ul li.food a:hover {
	background: #95cf22;
	color: #000;
	padding: 10px;
	border: #95cf22 1px solid;
}

/*▼▽グルメ▼▽*/

.floor_nav ul li.gourmet a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 10px;
	border: #FFCD02 1px solid;
}

.floor_nav ul li.gourmet a:hover {
	background: #FFCD02;
	color: #000;
	padding: 10px;
	border: #FFCD02 1px solid;
}

/*▼▽サービス▼▽*/

.floor_nav ul li.service a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 10px;
	border: #cf6ca3 1px solid;
}

.floor_nav ul li.service a:hover {
	background: #cf6ca3;
	color: #000;
	padding: 10px;
	border: #cf6ca3 1px solid;
}

/*------------------------

店舗詳細

------------------------*/

.shop-box-det ul {
	margin: 0;
}

.shop-box-det ul li {
	list-style: none;
	margin-bottom:.5em;
}

.shop-box-det .label {
	width: 130px;
	text-align: left;
	margin-right:.5em;
}


.shop-box-det .title{
	font-weight:bold;
	margin-bottom:.5em;
}

