
@charset "utf-8";

/*=====================================

common.css

=====================================*/

/*-------------------------------------
 slide
-------------------------------------*/
.slideList {
	position: relative;
	margin: 0 0 10px 0;
}
.slideList ul {
	margin: 0 -20px 0 0;
}
.slideList ul li {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.slideList ul li a {
	color: #fff;
}
.slideList ul li .pic {
	position: relative;
}
.slideList ul li .pic img {
	margin: 0 auto;
}
.slideList ul li .caption {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	min-height: 60px;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,0,0,0.6);
}
.slideList .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 18px;
	height: 34px;
	font-size: 0;
	line-height: 0;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.slideList .slick-prev {
	left: -33px;
	background-image: url(/urban/common/images/slide_arw_prev02.png);
}
.slideList .slick-next {
	right: -33px;
	background-image: url(/urban/common/images/slide_arw_next02.png);
}
/* slideList01 */
.slideList01 ul li .pic {
	height: 0;
	padding: 133% 0 0 0;
	overflow: hidden;
}
.slideList01 ul li .pic img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	max-width: inherit;
	height: 100%;
	transform: translateX(-50%);
}
.slideList01 ul li .shop {
	font-size: 13px;
}
/* slideList02 */
.slideList02 ul li {
	width: 25%;
}
.slideList02 ul li .caption {
	position: relative;
	right: 0;
	min-height: 50px;
	background: #242424;
}
.slideList02 ul li .shop {
	font-size: 17px;
	font-weight: bold;
}
/* slideList03 */
.slideList03 ul li .shop {
	font-size: 12px;
	font-weight: normal;
}
.slideList03 ul li .shop em {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
.slideList03 ul li .store {
	font-size: 13px;
	text-align: right;
}



/*-------------------------------------
 
-------------------------------------*/
.arwList01 {
	margin: 0 0 10px 0;
	padding: 30px 35px 15px 35px;
	background: #f9f9f9;
}
.arwList01 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 17px;
	background: url(/urban/common/images/icn_arw02.png) no-repeat 0 5px;
}
.arwList02 {
	margin: 0 0 10px 0;
	padding: 35px 35px 20px 35px;
	background: #f9f9f9;
}
.arwList02 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 17px;
	font-size: 13px;
	background: url(/urban/common/images/icn_arw02.png) no-repeat 0 3px;
}
.arwList02 li a {
	color: #333;
}
.arwList02 li a em {
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}


/*-------------------------------------
 
-------------------------------------*/
.arwLink01 {
	text-align: right;
}
.arwLink02 {
	text-align: left;
}
.arwLink01 a,
.arwLink02 a {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 14px;
	line-height: 1.4;
	background: url(/urban/common/images/icn_arw01.png) no-repeat right center;
}
.arwLinkBlank a {
	position: relative;
	padding: 0 38px 0 0;
}
.arwLinkBlank a:after {
	position: absolute;
	top: 3px;
	right: 18px;
	width: 13px;
	height: 11px;
	content: "";
	background: url(/urban/common/images/icn_blank02.png) no-repeat 0 0;
}

/*-------------------------------------
 searchBox
-------------------------------------*/
.searchBox {
	padding: 40px 45px 10px 45px;
	background: #f9f9f9;
}
/* searchTab
-------------------------------------*/
.searchTab {
	display: none;
	margin: 0 -11px 8px -11px;
}
.searchTab ul {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing: 11px 0;
	table-layout: fixed;
}
.searchTab li {
	display: table-cell;
	width: 33.333%;
	height: 80px;
	padding: 0 0 0 92px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #242424;
	background-repeat: no-repeat;
	background-position: 25px center;
	box-sizing: content-box;
}
.searchTab li.current {
	background-color: #6a0034;
}
.searchTab li.disabled {
	cursor: default;
	background-color: #eee;
}
.searchTab li.searchTab01 {
	background-image: url(/urban/common/images/icn_genre02.png);
}
.searchTab li.searchTab02 {
	background-image: url(/urban/common/images/icn_genre01.png);
}
.searchTab li.searchTab03 {
	background-image: url(/urban/common/images/icn_genre03.png);
}
/* searchTabBox
-------------------------------------*/
.searchTabBox {
	display: none;
	margin: 0 0 40px 0;
	padding: 20px 32px 32px 32px;
	border: 3px solid #6a0034;
	background: #fff;
	overflow: hidden;
}
.searchTabBox h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.searchTabBox select {
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	border: 2px solid #cbcbcb;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: url(/urban/common/images/icn_search_arw.png) no-repeat 97% center;
}
.searchTabBox select::-ms-expand {
	display: none;
}
.searchTabBox select.disabled {
	color: #858585;
	background: #efefef;
}
.searchTabBox .clear {
	padding: 0 0 10px 0;
	text-align: right;
}
.searchTabBox .clear a {
	display: inline-block;
	padding: 0 26px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(/urban/common/images/icn_search_clear.png) no-repeat right center;
}
.searchSelect {
	clear: both;
	margin: 0 -25px;
	overflow: hidden;
}
.searchClm {
	float: left;
	width: 50%;
	padding: 0 25px 20px 25px;
	box-sizing: border-box;
}
.searchKeyword {
	width: 50%;
	padding: 0 25px 20px 0;
	box-sizing: border-box;
}
.searchGenre {
	padding: 0 0 20px 0;
}
.searchGenre ul {
	padding: 20px 10px 5px 20px;
	background: #fcfcfc;
}
.searchGenre ul li {
	display: inline-block;
	padding: 0 13px 18px 0;
	font-size: 15px;
	font-weight: normal;
	border-bottom: none;
}
.searchGenre ul li label {
	position: relative;
	padding: 2px 0 2px 26px;
}
.searchGenre ul li label input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.searchGenre ul li label:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/urban/common/images/search_radio_off.png) no-repeat 0 0;
}
.searchGenre ul li label.checked:after {
	background: url(/urban/common/images/search_radio_on.png) no-repeat 0 0;
}
.searchGenre ul li .disabled {
	color: #858585;
}
.searchGenre ul li label.disabled:after {
	background: url(/urban/common/images/search_radio_disabled.png) no-repeat 0 0;
}
.searchNum {
	padding: 10px 0;
	color: #cbcbcb;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e3e3e3;
}
.searchNum em {
	display: inline-block;
	padding: 0 10px 0 0;
	color: #91004f;
	font-size: 32px;
	vertical-align: baseline;
}
.searchSubmit,
.searchBtn {
	text-align: center;
}
.searchSubmit button,
.searchBtn button {
	width: 350px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.searchSubmit button {
	background: url(/urban/common/images/icn_search_submit.png) no-repeat 15px center #242424;
}
.searchBtn {
	padding: 0 0 35px 0;
}
.searchBtn button {
	background: url(/urban/common/images/icn_search_btn.png) no-repeat 15px center #242424;
}
/* searchResult
-------------------------------------*/
.searchResult {
	display: none;
	margin: 0 0 35px 0;
	padding: 36px 10px 5px 36px;
	letter-spacing: -0.4em;
	background: #fff;
}
.searchResult ul li {
	display: inline-block;
	width: 33.333%;
	margin: 0 0 30px 0;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.searchResult ul li .pic {
	width: 80px;
	padding: 0 10px 0 0;
}
.searchResult ul li .pic img {
	border: 1px solid #b5b5b5;
}
.searchResult ul li .item .store {
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 0 2px;
	color: #fff;
	font-size: 13px;
	vertical-align: top;
	background: #9b9b9b;
}

.resultList01 li {
	position: relative;
	padding: 0 0 0 90px;
	min-height: 82px;
}
.resultList01 li .pic {
	position: absolute;
	top: 0;
	left: 0;
}
.resultList01 li .item .ttl {
	padding: 0 0 0 17px;
	vertical-align: top;
	background: url(/urban/common/images/icn_arw03.png) no-repeat 0 4px;
}
.resultList01 li .item .txt {
	padding: 5px 0 0 17px;
	font-size: 12px;
}
.resultList02 li {
	padding: 0 0 0 17px;
	background: url(/urban/common/images/icn_arw03.png) no-repeat 0 4px;
}
.resultList02 li .item .store,
.resultList02 li .item .ttl {
	display: inline-block;
}

/*-------------------------------------
 access
-------------------------------------*/
.accessTab {
	padding: 20px 0 50px 0;
}
.accessTab ul {
	display: flex;
}
.accessTab ul li {
	padding: 0 10px 0 0;
}
.accessTab ul li em {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 20px 10px 20px;
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer;
	box-sizing: border-box;
}
.accessTab ul li em:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: url(/urban/common/images/bg01.png) repeat;
}
.accessTab ul li.current em:after {
	background: #91004f;
}
.accessBox {
	padding: 40px;
	border: 5px solid #f9f9f9;
	background: #fff;
}
/* accessMap */
.accessMap {
	position: relative;
	height: 0;
	padding: 35% 0 0 0;
	margin: 0 0 25px 0;
	border: 1px solid #e6e6e6;
}
.accessMap iframe,
.accessMap object,
.accessMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* accessTxt */
.accessTxt {
	margin: 0 0 50px 0;
}
.accessTxt h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.accessTxt ul li {
	margin: 0 0 8px 0;
}
.accessTxt ul li a {
	text-decoration: underline;
}
.accessTxt ul li a:hover {
	text-decoration: none;
}
.accessTxt ul li .icnBlank {
	width: 17px;
	margin: 0 5px;
	vertical-align: middle;
}
/* accessList */
.accessList {
	padding: 0 0 10px 0;
	letter-spacing: -0.4em;
}
.accessList li {
	display: inline-block;
	width: 50%;
	margin: 0 0 40px 0;
	letter-spacing: normal;
	vertical-align: top;
}
.accessList li .pic {
	display: table-cell;
	max-width: 190px;
	vertical-align: top;
}
.accessList li .item {
	display: table-cell;
	max-width: 210px;
	padding: 0 40px 0 27px;
	vertical-align: top;
}
.accessList li .item .logo {
	margin: 0 0 15px 0;
}
.accessList li .item dl dt {
	margin: 0 0 5px 0;
	color: #91004f;
	font-size: 18px;
	font-weight: bold;
}
.accessList li .txt {
	margin: 15px 40px 0 0;
	padding: 10px;
	background: #f9f9f9;
}
.accessList li.info dl {
	padding: 20px 26px 10px 26px;
	background: #f9f9f9;
}
.accessList li.info dl dt {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.accessList li.info dl dd {
	margin: 0 0 10px 0;
}
/* accessBtn */
.accessBtn {
	margin: 0 0 50px 0;
}
.accessBtn ul {
	letter-spacing: -0.4em;
	text-align: center;
}
.accessBtn ul li {
	display: inline-block;
	letter-spacing: normal;
}
.accessBtn ul li a {
	display: block;
	padding: 23px 120px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #242424;
}
.accessBtn ul li.parking a {
	background: url(/urban/common/images/icn_parking.png) no-repeat 20px center #242424;
}
.accessBtn ul li.off a {
	pointer-events: none;
	background-color: #c7c7c7;
}


/*-------------------------------------
 shop
-------------------------------------*/
/* store
-------------------------------------*/
.storeAnchor {
	padding: 20px 0 50px 0;
}
.storeAnchor ul {
	display: flex;
}
.storeAnchor ul li {
	padding: 0 10px 0 0;
}
.storeAnchor ul li a {
	position: relative;
	display: block;
	padding: 0 20px 10px 20px;
}
/*.storeAnchor ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: url(/urban/common/images/bg01.png) repeat;
}*/
.storeAnchor ul li a em {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 16px;
	line-height: 1.6;
	background: url(/urban/common/images/icn_arw04.png) no-repeat right center;
}
.storeLink {
	margin: -30px 0 50px 0;
}
.storeLink ul li {
	padding: 0 0 8px 18px;
	background: url(/urban/common/images/icn_arw07.png) no-repeat 0 3px / 8px 14px;
}


.storeTitle {
	margin: 0 0 30px 0;
}
.storeTitle p {
	padding: 3px 12px;
	font-size: 22px;
	font-weight: bold;
	background: url(/urban/common/images/bg01.png) repeat;
}
/* shopIndex
-------------------------------------*/
.shopIndex {
	padding: 20px 0 50px 0;
	overflow: hidden;
}
.shopIndex h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 34px;
	font-size: 22px;
	font-weight: bold;
	background: url(/urban/common/images/bg_ttl02.png) no-repeat 0 0;
}
.shopList {
	margin: 0 -20px;
	letter-spacing: -0.4em;
	border-top: 1px solid #cbcbcb;
}
.shopList > .shopClm:nth-child(odd) {
	border-right: 1px solid #cbcbcb;
}
.shopClm {
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 20px;
	letter-spacing: normal;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
	box-sizing: border-box;
	overflow: hidden;
}
.shopClm .logo {
	position: relative;
	float: right;
	width: 120px;
	height: 120px;
	margin: 0 0 0 15px;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
.shopClm .logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform:translate(-50%,-50%);
}
.shopClm .item {
	overflow: hidden;
}
.shopClm .item .ttl {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.shopClm .item .txt {
	margin: 0 0 5px 0;
	font-size: 12px;
}
.shopClm .shopCat ul,
.shopClm .shopTag ul {
	margin: 0;
	border: none;
	background-image: none;
}
.shopClm .shopCat {
	padding: 0 0 5px 0;
	letter-spacing: -0.4em;
}
.shopClm .shopCat li {
	display: inline-block;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 2px 3px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: normal;
	border: none;
	background: #888;
}
.shopClm .shopTag {
	padding: 0;
}
.shopClm .shopTag ul li {
	margin: 8px 8px 0 0;
	font-size: 13px;
}
/* shopDetail
-------------------------------------*/
.shopDetail {
	position: relative;
	min-height: 350px;
	padding: 0 0 65px 380px;
	overflow: hidden;
}
.shopDetailTitle h2 em {
	font-size: 15px;
}
.shopDetailTitle h2 img {
	width: 24px;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
.shopDetailTitle .ttl {
	padding: 10px 0 35px 0;
}
.shopDetailTitle .ttl h3 {
	margin: 0 0 10px 0;
	color: #91004f;
	font-size: 25px;
	font-weight: bold;
}
.shopDetailTitle .ttl p {
	font-size: 14px;
}
.shopDetailPic {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
}
.shopDetailPic .pic {
	border: 1px solid #bababa;
}
.shopDetailPic .pic li {
	position: relative;
	float: left;
	width: 328px;
	height: 328px;
}
.shopDetailPic .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform:translate(-50%,-50%);
}
.shopDetailPic .slick-dots {
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -25px;
	letter-spacing: -0.4em;
	text-align: center;
}
.shopDetailPic .slick-dots li {
	display: inline-block;
	float: none !important;
	width: auto;
	height: auto;
	margin: 0 2px;
	letter-spacing: normal;
}
.shopDetailPic .slick-dots li button {
	display: block;
	width: 62px;
	height: 5px;
	padding: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	border: none;
	background: #efefef;
	overflow: hidden;
}
.shopDetailPic .slick-dots li.slick-active button {
	background: #91004f;
}
.shopDetailItem {
	overflow: hidden;
}
.shopDetailItem .txt h4 {
	margin: 0 0 10px 0;
	font-size: 22px;
}
.shopDetailItem .txt p {
	line-height: 2;
}

/* shopTag
-------------------------------------*/
.shopTag {
	padding: 0 0 10px 0;
	letter-spacing: -0.4em;
}
.shopTag ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px;
	line-height: 1.1;
	letter-spacing: normal;
	border: 1px solid #b6b6b6;
}
.shopTag ul li.point {
	color: #fff;
	background: #b6b6b6;
}
.shopTag ul li.point a {
	color: #fff;
}

/* shopInfo
-------------------------------------*/
.shopInfo {
	border-top: 1px solid #e3e3e3;
}
.shopInfo .clm {
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
}
.shopInfo .clm dl dt {
	float: left;
	width: 120px;
	font-size: 16px;
	font-weight: bold;
}
.shopInfo .clm dl dd {
	padding: 0 0 0 120px;
}
.shopInfo .clm dl dd a {
	text-decoration: underline;
}
.shopInfo .clm dl dd a.telLink {
	text-decoration: none;
}
.shopInfo .clmTwo dl {
	float: left;
	width: 50%;
}
.shopInfo .btn {
	margin: -2px 0 -5px 0;
	letter-spacing: -0.4em;
	text-align: right;
}
.shopInfo .btn li {
	display: inline-block;
	margin: 0 0 0 15px;
	letter-spacing: normal;
}
.shopInfo .btn li a {
	display: block;
	min-width: 90px;
	padding: 6px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/urban/common/images/bg02.png) repeat;
}
.shopInfo .btn li a .icnBlank {
	width: 13px;
	margin: -1px 0 0 3px;
	vertical-align: middle;
}

/* shopNews
-------------------------------------*/
.shopNews {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 5px solid #f9f9f9;
	background: #fff;
	overflow: hidden;
}
.shopNewsPic {
	float: left;
	width: 185px;
	padding: 0 50px 0 0;
}
.shopNewsPic .pic {
	position: relative;
	width: 183px;
	height: 183px;
	margin: 0 0 5px 0;
	border: 1px solid #bababa;
}
.shopNewsPic .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform:translate(-50%,-50%);
}
.shopNewsItem {
	overflow: hidden;
}
.shopNewsItem h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.shopNewsItem .date {
	margin: 0 0 20px 0;
	font-size: 14px;
}
.shopNewsItem .txt {
	line-height: 2;
}
.shopNewsItem .btn {
	float: right;
	padding: 15px 0 0 0;
}
.shopNewsItem .btn a {
	display: block;
	padding: 0 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(/urban/common/images/bg01.png) repeat;
}
.shopNewsItem .btn a em {
	display: inline-block;
	padding: 12px 23px 12px 0;
	background: url(/urban/common/images/icn_arw01.png) no-repeat right center;
}


/*-------------------------------------
 news
-------------------------------------*/
/* newsIndex
-------------------------------------*/
.newsIndex {
	padding: 0 0 50px 0;
	overflow: hidden;
}
.newsList {
	margin: 0 -20px;
	letter-spacing: -0.4em;
	border-top: 1px solid #cbcbcb;
}
.newsList > .newsClm:nth-child(odd) {
	border-right: 1px solid #cbcbcb;
}
.newsClm {
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 20px;
	letter-spacing: normal;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
	box-sizing: border-box;
}
.newsClm .pic {
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 15px 0 0;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
.newsClm .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform:translate(-50%,-50%);
}
.newsClm .item {
	min-height: 80px;
	padding: 0 90px 0 0;
	overflow: hidden;
}
.newsClm .item h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.newsClm .item .date {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.newsClm .item .shop {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.newsClm .txt {
	padding: 0 0 0 135px;
	font-size: 14px;
	line-height: 1.6;
}
.newsClm .logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
/* newsDetail
-------------------------------------*/
.newsDetail {
	padding: 0 0 50px 0;
	overflow: hidden;
}
.newsDetail h2 {
	margin: 0 0 50px 0;
	border-top: 1px solid #cbcbcb;
}
.newsDetail h2 em {
	padding: 15px 0 0 0;
	color: #91004f;
	transform: none;
}
.newsDetail h2:before {
	display: none;
}
.newsDetail .pic {
	float: left;
	max-width: 35%;
	padding: 0 50px 0 0;
}
.newsDetail .txt {
	margin: 0 0 20px 0;
	line-height: 2;
}
/* newsShop
-------------------------------------*/
.newsShop {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 5px solid #f9f9f9;
	background: #fff;
	overflow: hidden;
}
.newsShop .pic {
	float: left;
	width: 100px;
	padding: 0 20px 0 0;
}
.newsShop .pic img {
	border: 1px solid #bababa;
}
.newsShop .category {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #91004f;
}
.newsShop .item p {
	font-size: 18px;
	font-weight: bold;
}


/*-------------------------------------
 info
-------------------------------------*/
/* infoIndex
-------------------------------------*/
.infoIndex {
	padding: 20px 0 50px 0;
	overflow: hidden;
}
.infoList {
	border-top: 1px solid #cbcbcb;
}
.infoClm {
	position: relative;
	padding: 20px 0 5px 0;
	letter-spacing: normal;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
	box-sizing: border-box;
}
.infoClm .ttl {
	position: relative;
	margin: 0 0 20px 0;
}
.infoClm .ttl h3 {
	padding: 0 80px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.infoClm .ttl .date {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 14px;
}
.infoClm .txt p {
	margin: 0 0 15px 0;
	line-height: 1.8;
}
.infoClm .txt + .arwLink01 {
	padding: 0 0 15px 0;
}


/*-------------------------------------
 floor
-------------------------------------*/
/* floor
-------------------------------------*/
.floorTab {
	padding: 20px 0 50px 0;
}
.floorTab ul {
	display: flex;
}
.floorTab ul li {
	padding: 0 10px 0 0;
}
.floorTab ul li em {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 20px 10px 20px;
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer;
	box-sizing: border-box;
}
.floorTab ul li em:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: url(/urban/common/images/bg01.png) repeat;
}
.floorTab ul li.current em:after {
	background: #91004f;
}

.floorAnchor {
	padding: 20px 0 50px 0;
}
.floorAnchor ul {
	letter-spacing: -0.4em;
}
.floorAnchor ul li {
	display: inline-block;
	padding: 0 10px 0 0;
	letter-spacing: normal;
	vertical-align: top;
}
.floorAnchor ul li a {
	position: relative;
	display: block;
	padding: 0 20px 10px 20px;
}
.floorAnchor ul li a em {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 16px;
	line-height: 1.6;
	background: url(/urban/common/images/icn_arw04.png) no-repeat right center;
}
/* floorGuide
-------------------------------------*/
.floorGuide {
	padding: 20px 0 50px 0;
	overflow: hidden;
}
.floorGuide h3 {
	margin: 0 0 15px 0;
	padding: 0 0 15px 34px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #cbcbcb;
	background: url(/urban/common/images/bg_ttl02.png) no-repeat 0 0;
}
.floorMap {
	padding: 0 0 20px 0;
	text-align: center;
}
.floorMap img {
	margin: 0 25px;
}
.floorShop {
	padding: 20px 20px 0 20px;
	letter-spacing: -0.4em;
	border: 5px solid #f8e4ef;
	background: #fefff1;
}
.floorShop li {
	display: inline-block;
	width: 33.333%;
	padding: 0 20px 20px 0;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.floorShop li .num,
.floorShop li .item {
	display: table-cell;
}
.floorShop li .num em {
	display: inline-block;
	padding: 3px 4px 2px;
	color: #91004f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid #91004f;
}
.floorShop li .item {
	padding: 0 0 0 10px;
}
.floorShop li .item .ttl {
	margin: 0 0 3px 0;
	font-size: 16px;
	font-weight: bold;
}
.floorShop li .item .txt {
	font-size: 12px;
}


/*-------------------------------------
 parking
-------------------------------------*/
/* parkingDetail
-------------------------------------*/
.parkingDetail {
	position: relative;
	overflow: hidden;
}
.parkingDetailTitle {
	overflow: hidden;
}
.parkingDetailTitle h3 em {
	font-size: 15px;
}
.parkingDetailTitle h3 img {
	width: 24px;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
.parkingDetailTitle .ttl {
	padding: 10px 0 35px 0;
}
.parkingDetailTitle .ttl h3 {
	margin: 0 0 10px 0;
	color: #91004f;
	font-size: 25px;


	font-weight: bold;
}
.parkingDetailTitle .ttl p {
	font-size: 14px;
}
.parkingDetailPic {
	float: left;
	width: 330px;
	padding: 0 50px 0 0;
}
.parkingDetailPic .pic {
}
.parkingDetailPic .pic:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.parkingDetailPic .pic li {
	text-align: center;
	border: 1px solid #bababa;
}
.parkingDetailItem {
	overflow: hidden;
}
.parkingDetailItem .txt h4 {
	margin: 0 0 10px 0;
	font-size: 22px;
}
.parkingDetailItem .txt p {
	line-height: 2;
}

/* parkingDetail
-------------------------------------*/
.parkingDetail {
	line-height: 1.8em;
}
.parkingDetailTitle h3 {
	position: relative;
	margin: 0 0 15px 0;
}
.parkingDetailTitle h3:before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 1px;
	background: #a8a8a8;
}
.parkingDetailTitle h3 em {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 30px;
	transform: scale(0.9, 1);
	transform-origin: top left;
	background: #fff;
}
.parkingDetailTitle h3 img {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 36px;
	padding: 2px 4px 0 0;
	vertical-align: top;
	background: #fff;
}

.parkingDetailTitle h3 em {
	font-size: 20px;
}
.parkingDetailTitle h3 img {
	width: 24px;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
.parkingDetailTitle .ttl dl {
	}
.parkingDetailTitle .ttl dl:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.parkingDetailTitle .ttl dl dt ,
.parkingDetailTitle .ttl dl dd {
	display: inline;
	float: left;
}
.parkingDetailTitle .ttl dl dt {
	width: 20%;
	font-weight: bold;
}
.parkingDetailTitle .ttl dl dd {
	width: 80%;
}


/*-------------------------------------
 special
-------------------------------------*/
.specialStoreList {
	margin: -50px 0 10px 0;
}
.specialStoreList ul {
	text-align: right;
}
.specialStoreList ul li {
	display: inline-block;
	margin: 0 7px 7px 0;
}
.specialStoreList ul li a {
	padding: 0 2px;
	color: #fff;
	font-size: 13px;
	vertical-align: top;
	background: #9b9b9b;
}
.specialContent {
	
}

/*-------------------------------------
 attention
-------------------------------------*/
.attentionBox {
	margin: 0 0 30px 0;
	padding: 15px 18px;
	color: #91004f;
	font-size: 20px;
	border: 5px solid #ffa200;
	background: #fefff0;
}
.attentionBanner li {
	margin: 0 0 30px 0;
}

/*-------------------------------------
 banner
-------------------------------------*/
.groupBanner {
	margin: 0 -20px 0 0;
	letter-spacing: -0.5em;
	overflow: hidden;
}
.groupBanner li {
	display: inline-block;
	width: 50%;
	max-width: 522px;
	padding: 0 20px 20px 0;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.groupBanner li.block {
	display: block;
	width: auto;
	max-width: inherit;
}

/*-------------------------------------
 multilingual
-------------------------------------*/
.multilingualGuide {
	padding: 0 0 60px 0;
	background: url(/urban/images/multilingual_bg.png) repeat-x left bottom;
}
.multilingualGuide h3 {
	position: relative;
}
.multilingualGuide h3:before,
.multilingualGuide h3:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	display: block;
	width: 30%;
	max-width: 315px;
	height: 30px;
	background: url(/urban/images/multilingual_bg.png) repeat-x 0 0;
}
.multilingualGuide h3:before {
	left: 0;
}
.multilingualGuide h3:after {
	right: 0;
}
.multilingualGuide h3 img {
	position: relative;
	z-index: 2;
}
.multilingualGuide .click {
	text-align: center;
}
.multilingualGuide .click p {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.multilingualGuide .click p:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background:  url(/urban/images/multilingual_icn_plus.png) no-repeat 0 0;
}
.multilingualGuide .click p.open:before {
	background-image: url(/urban/images/multilingual_icn_minus.png);
}
.multilingualGuide ul {
	margin: 0 -21px 0 0;
	padding: 25px 0 0 0;
	letter-spacing: -0.5em;
}
.multilingualGuide ul li {
	display: inline-block;
	padding: 0 21px 0 0;
	letter-spacing: normal;
	box-sizing: border-box;
}


/*-------------------------------------
 unit
-------------------------------------*/
.unitBlock {
	padding: 0 0 40px 0;
}
.unitBlock:after {
	clear: both;
	display: block;
	content: "";

}
.unitBlock h3 {
	margin: 0 0 20px 0;
	padding: 0 0 0 45px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	background: url(/urban/common/images/bg_ttl01.png) no-repeat 0 13px;
}
.unitBlock .item {
	margin: -0.5em 0 0 0;
	line-height: 2;
}
.unitBlock .item p {
	margin: 0 0 10px 0;
}


/*-------------------------------------
 img
-------------------------------------*/
.imgL {
	float: left;
	max-width: 35%;
	padding: 0 30px 10px 0;
}
.imgR {
	float: right;
	max-width: 35%;
	padding: 0 0 10px 30px;
}
.imgC {
	padding: 0 0 30px 0;
	text-align: center;
}
.imgC .figure {
	display: inline-block;
}

.imgL .caption,
.imgR .caption,
.imgC .caption {
	padding: 5px 0 0 0;
	font-size: 14px;
}
.imgC .caption {
	text-align: left;
}



/*-------------------------------------
 lightbox
-------------------------------------*/
.slick-lightbox .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 27px;
	height: 49px;
	font-size: 0;
	line-height: 0;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.slick-lightbox .slick-prev {
	left: 31px;
	background-image: url(/urban/common/images/slide_arw_prev01.png);
}
.slick-lightbox .slick-next {
	right: 31px;
	background-image: url(/urban/common/images/slide_arw_next01.png);
}
.slick-lightbox-slick-caption {
	display: inline-block;
}




























/*-------------------------------------
 common
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignR { text-align: right !important; }
.alignC { text-align: center !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }
.bold { font-weight: bold !important; }
.fontXS { font-size: 0.7em !important; }
.fontS { font-size: 0.8em !important; }
.fontM { font-size: 1em !important; }
.fontL { font-size: 1.2em !important; }
.fontXL { font-size: 1.5em !important; }
.fontXXL { font-size: 2em !important; }
.color01 { color: #d37853; }
.color02 { color: #b03233; }
.color03 { color: #91004f; }

.link01 {
	color: #000;
	text-decoration: underline;
}
.link01:hover{
	color: #91004f;
	text-decoration: none;
}

.sup {
	font-size: 0.8em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.sub {
	font-size: 0.8em;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }




.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w600 { width: 600px; }


.mgnT0 { margin-top:0px !important; }
.mgnT5 { margin-top:5px !important; }
.mgnT10 { margin-top:10px !important; }
.mgnT15 { margin-top:15px !important; }
.mgnT20 { margin-top:20px !important; }
.mgnT25 { margin-top:25px !important; }
.mgnT30 { margin-top:30px !important; }
.mgnT35 { margin-top:35px !important; }
.mgnT40 { margin-top:40px !important; }
.mgnT50 { margin-top:50px !important; }
.mgnT60 { margin-top:60px !important; }
.mgnT5em { margin-top:5em !important; }

.mgnB0 { margin-bottom:0px !important; }
.mgnB5 { margin-bottom:5px !important; }
.mgnB10 { margin-bottom:10px !important; }
.mgnB15 { margin-bottom:15px !important; }
.mgnB20 { margin-bottom:20px !important; }
.mgnB25 { margin-bottom:25px !important; }
.mgnB30 { margin-bottom:30px !important; }
.mgnB35 { margin-bottom:35px !important; }
.mgnB40 { margin-bottom:40px !important; }
.mgnB50 { margin-bottom:50px !important; }
.mgnB60 { margin-bottom:60px !important; }
.mgnB5em { margin-bottom:5em !important; }

.mgnL0 { margin-left:0px !important; }
.mgnL5 { margin-left:5px !important; }
.mgnL10 { margin-left:10px !important; }
.mgnL15 { margin-left:15px !important; }
.mgnL20 { margin-left:20px !important; }
.mgnL25 { margin-left:25px !important; }
.mgnL30 { margin-left:30px !important; }
.mgnL35 { margin-left:35px !important; }
.mgnL40 { margin-left:40px !important; }
.mgnL50 { margin-left:50px !important; }
.mgnL60 { margin-left:60px !important; }

.mgnR0 { margin-right:0px !important; }
.mgnR5 { margin-right:5px !important; }
.mgnR10 { margin-right:10px !important; }
.mgnR15 { margin-right:15px !important; }
.mgnR20 { margin-right:20px !important; }
.mgnR25 { margin-right:25px !important; }
.mgnR30 { margin-right:30px !important; }
.mgnR35 { margin-right:35px !important; }
.mgnR40 { margin-right:40px !important; }
.mgnR50 { margin-right:50px !important; }
.mgnR60 { margin-right:60px !important; }

.pdg0 { padding:0px !important; }
.pdg5 { padding:5px !important; }
.pdg10 { padding:10px !important; }
.pdg15 { padding:15px !important; }
.pdg20 { padding:20px !important; }
.pdg25 { padding:25px !important; }
.pdg30 { padding:30px !important; }
.pdg35 { padding:35px !important; }
.pdg40 { padding:40px !important; }
.pdg50 { padding:50px !important; }
.pdg60 { padding:60px !important; }

.pdgT0 { padding-top:0px !important; }
.pdgT5 { padding-top:5px !important; }
.pdgT10 { padding-top:10px !important; }
.pdgT15 { padding-top:15px !important; }
.pdgT20 { padding-top:20px !important; }
.pdgT25 { padding-top:25px !important; }
.pdgT30 { padding-top:30px !important; }
.pdgT35 { padding-top:35px !important; }
.pdgT40 { padding-top:40px !important; }
.pdgT50 { padding-top:50px !important; }
.pdgT60 { padding-top:60px !important; }

.pdgB0 { padding-bottom:0px !important; }
.pdgB5 { padding-bottom:5px !important; }
.pdgB10 { padding-bottom:10px !important; }
.pdgB15 { padding-bottom:15px !important; }
.pdgB20 { padding-bottom:20px !important; }
.pdgB25 { padding-bottom:25px !important; }
.pdgB30 { padding-bottom:30px !important; }
.pdgB35 { padding-bottom:35px !important; }
.pdgB40 { padding-bottom:40px !important; }
.pdgB50 { padding-bottom:50px !important; }
.pdgB60 { padding-bottom:60px !important; }

.pdgL0 { padding-left:0px !important; }
.pdgL5 { padding-left:5px !important; }
.pdgL10 { padding-left:10px !important; }
.pdgL15 { padding-left:15px !important; }
.pdgL20 { padding-left:20px !important; }
.pdgL25 { padding-left:25px !important; }
.pdgL30 { padding-left:30px !important; }
.pdgL35 { padding-left:35px !important; }
.pdgL40 { padding-left:40px !important; }
.pdgL50 { padding-left:50px !important; }
.pdgL60 { padding-left:60px !important; }

.pdgR0 { padding-right:0px !important; }
.pdgR5 { padding-right:5px !important; }
.pdgR10 { padding-right:10px !important; }
.pdgR15 { padding-right:15px !important; }
.pdgR20 { padding-right:20px !important; }
.pdgR25 { padding-right:25px !important; }
.pdgR30 { padding-right:30px !important; }
.pdgR35 { padding-right:35px !important; }
.pdgR40 { padding-right:40px !important; }
.pdgR50 { padding-right:50px !important; }
.pdgR60 { padding-right:60px !important; }


.clearfix:after{

	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */

.clear {
	clear: both;
}




















/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* 
-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

.inner {
	width: auto;
}










}



/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

/*-------------------------------------
 slide
-------------------------------------*/
.slideList ul {
	margin: 0 5px;
}
.slideList ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 3px;
	box-sizing: border-box;
}
.slideList ul li .pic {
	text-align: center;
}
.slideList ul li .caption {
	left: 3px;
	right: 3px;
	min-height: 50px;
	padding: 5px;
}
.slideList .slick-arrow {
	width: 10px;
	height: 17px;
}
.slideList .slick-prev {
	left: -11px;
	background-image: url(/urban/common/images/slide_arw_prev02_sp.png);
	background-position: left center;
	background-size: 10px 17px;
}
.slideList .slick-next {
	right: -11px;
	background-image: url(/urban/common/images/slide_arw_next02_sp.png);
	background-position: right center;
	background-size: 10px 17px;
}
.slideList01 ul li .shop {
	font-size: 12px;
}
.slideList01 ul li .ttl {
	font-size: 12px;
	font-weight: normal;
}
.slideList02 ul li .caption {
	left: 0;
	right: 0;
	min-height: 30px;
}
.slideList02 ul li .shop {
	font-size: 12px;
}


/*-------------------------------------
 
-------------------------------------*/
.arwList01 {
	margin: 0 -10px;
	padding: 12px 10px 7px 10px;
}
.arwList01 li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(/urban/common/images/icn_arw02_sp.png) no-repeat 0 3px;
	background-size: 10px 11px;
}
.arwList02 {
	margin: 0 -10px;
	padding: 15px 10px 7px 10px;
}
.arwList02 li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	background: url(/urban/common/images/icn_arw02_sp.png) no-repeat 0 1px;
	background-size: 10px 11px;
}
.arwList02 li a em {
	padding: 3px 0 0 0;
	font-size: 13px;
}


/*-------------------------------------
 
-------------------------------------*/
.arwLink01 a,
.arwLink02 a {
	padding: 0 15px 0 0;
	font-size: 12px;
	background: url(/urban/common/images/icn_arw01_sp.png) no-repeat right 2px;
	background-size: 10px 11px;
}
.arwLinkBlank a {
	position: relative;
	padding: 0 38px 0 0;
}
.arwLinkBlank a:after {
	background: url(/urban/common/images/icn_blank02_sp.png) no-repeat 0 0;
	background-size: 13px 11px;

}


/*-------------------------------------
 searchBox
-------------------------------------*/
.searchBox {
	margin: 0 -10px;
	padding: 12px 10px 7px 10px;
}
/* searchTab
-------------------------------------*/
.searchTab li {
	height: 30px;
	padding: 62px 0 0 0;
	font-size: 14px;
	text-align: center;
	background-position: center 10px;
}
.searchTab li.searchTab01 {
	background-image: url(/urban/common/images/icn_genre02_sp.png);
	background-size: 38px 43px;
}
.searchTab li.searchTab02 {
	background-image: url(/urban/common/images/icn_genre01_sp.png);
	background-size: 38px 43px;
}
.searchTab li.searchTab03 {
	background-image: url(/urban/common/images/icn_genre03_sp.png);
	background-size: 38px 43px;
}
/* searchTabBox
-------------------------------------*/
.searchTabBox {
	margin: 0 0 20px 0;
	padding: 6px;
	border: 2px solid #6a0034;
}
.searchTabBox h3 {
	margin: 0 0 2px 0;
	font-size: 14px;
}
.searchTabBox select {
	width: 100%;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #cbcbcb;
	background: url(/urban/common/images/icn_search_arw_sp.png) no-repeat 97% center;
	background-size: 17px 10px;
}
.searchTabBox .clear {
	padding: 0 0 5px 0;
}
.searchTabBox .clear a {
	padding: 0 23px 0 0;
	font-size: 13px;
	background: url(/urban/common/images/icn_search_clear_sp.png) no-repeat right center;
	background-size: 16px 14px;
}
.searchSelect {
	margin: 0;
}
.searchClm {
	float: none;
	width: auto;
	padding: 0 0 10px 0;
}
.searchNum {
	padding: 8px 0;
	font-size: 16px;
}
.searchNum em {
	font-size: 24px;
}
.searchKeyword {
	width: auto;
	padding: 0 0 15px 0;
}
.searchSubmit button,
.searchBtn button {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.searchSubmit button {
	background: url(/urban/common/images/icn_search_submit_sp.png) no-repeat 15px center #242424;
	background-size: 22px 22px;
}
.searchBtn button {
	background: url(/urban/common/images/icn_search_btn_sp.png) no-repeat 15px center #242424;
	background-size: 25px 26px;
}

/* searchResult
-------------------------------------*/
.searchResult {
	margin: 0 0 25px 0;
	padding: 25px 10px 5px 10px;
}
.searchResult ul li {
	display: block;
	width: auto;
	margin: 0 0 20px 0;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.resultList01 li .item .txt {
	font-size: 11px;
}

/*-------------------------------------
 access
-------------------------------------*/
.accessTab {
	padding: 10px 0 25px 0;
}
.accessTab ul li {
	width: 25%;
	padding: 0 7px 10px 0;
	box-sizing: border-box;
}
.accessTab ul li em {
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.accessTab ul li em:after {
	background: url(/urban/common/images/bg01_sp.png) repeat;
	background-size: 4px 4px;
}
.accessBox {
	margin: 0 -10px;
	padding: 0 0 20px 0;
}
/* accessMap */
.accessMap {
	padding: 100% 0 0 0;
}
/* accessTxt */
.accessTxt {
	margin: 0 0 40px 0;
	padding: 0 12px;
	font-size: 14px;
}
.accessTxt h3 {
	font-size: 16px;
}
/* accessList */
.accessList {
	padding: 0 12px;
}
.accessList li {
	display: block;
	width: auto;
	margin: 0 0 40px 0;
}
.accessList li .pic {
	display: none;
}
.accessList li .item {
	display: block;
	max-width: inherit;
	padding: 20px 0 0 0;
	font-size: 14px;
}
.accessList li .item .logo {
	margin: 0 0 15px 0;
	text-align: center;
}
.accessList li .item dl dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	text-align: center;
}
.accessList li .txt {
	display: none;
}
.accessList li.info {
	margin: 0 -12px 20px -12px;
}
.accessList li.info dl {
	padding: 12px;
}
.accessList li.info dl dt {
	font-size: 16px;
}
.accessList li.info dl dd {
	font-size: 14px;
}
/* accessBtn */
.accessBtn ul li {
	display: block;
	padding: 0 12px;
}
.accessBtn ul li a {
	padding: 10px 20px;
	font-size: 14px;
}
.accessBtn ul li.parking a {
	background: url(/urban/common/images/icn_parking_sp.png) no-repeat 15px center #242424;
	background-size: 21px 29px;
}
.accessBtn ul li.off a {
	pointer-events: none;
	background-color: #c7c7c7;
}


/*-------------------------------------
 shop
-------------------------------------*/
/* store
-------------------------------------*/
.storeAnchor {
	padding: 10px 0 25px 0;
}
.storeAnchor ul li {
	width: 25%;
	padding: 0 7px 0 0;
	box-sizing: border-box;
}
.storeAnchor ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 0 24px 0;
	background: url(/urban/common/images/icn_arw04_sp.png) no-repeat center bottom;
	background-size: 20px 20px;
	box-sizing: border-box;
}
/*.storeAnchor ul li a:after {
	background: url(/urban/common/images/bg01_sp.png) repeat;
	background-size: 4px 4px;
}*/
.storeAnchor ul li a em {
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	background: none;
}
.storeLink {
	margin: 0 0 15px 0;
}
.storeLink ul li {
	background-position: 0 1px;
}

.storeTitle {
	margin: 0 0 25px 0;
}
.storeTitle p {
	padding: 6px 7px;
	font-size: 16px;
	background: url(/urban/common/images/bg01_sp.png) repeat;
	background-size: 4px 4px;
}
/* shopIndex
-------------------------------------*/
.shopIndex {
	padding: 10px 0 25px 0;
}
.shopIndex h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 27px;
	font-size: 16px;
	background: url(/urban/common/images/bg_ttl02_sp.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.shopList {
	margin: 0;
	background: none;
}
.shopClm {
	display: block;
	width: auto;
	padding: 15px 0;
}
.shopList > .shopClm:nth-child(odd) {
	border-right: none;
}
.shopClm .logo {
	width: 90px;
	height: 90px;
}
.shopClm .item .ttl {
	font-size: 15px;
}
.shopClm .item .txt {
	font-size: 11px;
}
.shopClm .shopCat li {
	font-size: 11px;
}
.shopClm .shopTag ul li {
	margin: 6px 6px 0 0;
	padding: 2px 3px;
	font-size: 12px;
}
/* shopDetail
-------------------------------------*/
.shopDetail {
	min-height: inherit;
	padding: 0 0 35px 0;
}
.shopDetailTitle h2 em {
	font-size: 12px;
}
.shopDetailTitle h2 img {
	width: 18px;
}
.shopDetailTitle .ttl {
	padding: 0 0 15px 0;
}
.shopDetailTitle .ttl h3 {
	margin: 0 0 5px 0;
	font-size: 17px;
}
.shopDetailTitle .ttl p {
	font-size: 13px;
}
.shopDetailPic {
	position: relative;
	width: auto;
	padding: 0 0 40px 0;
}
.shopDetailPic .slick-dots li button {

	width: 56px;
}
.shopDetailItem .txt h4 {
	font-size: 16px;
	font-weight: bold;
}
.shopDetailItem .txt p {
	font-size: 14px;
	line-height: 1.5;
}
/* shopTag
-------------------------------------*/
.shopTag {
	padding: 0 0 20px 0;
}
.shopTag ul li {
	margin: 0 6px 10px 0;
}

/* shopInfo
-------------------------------------*/
.shopInfo {
	border-top: none;
	border-bottom: 1px solid #e3e3e3;
}
.shopInfo .clm {
	padding: 0;
	border-bottom: none;
}
.shopInfo .clm dl {
	padding: 12px 0;
	border-top: 1px solid #e3e3e3;
}
.shopInfo .clm dl dt {
	width: 5em;
	font-size: 13px;
}
.shopInfo .clm dl dd {
	padding: 0 0 0 5em;
}
.shopInfo .clm dl dd a.telLink {
	text-decoration: underline;
}
.shopInfo .clmTwo dl {
	float: none;
	width: auto;
}
.shopInfo .btn {
	margin: 0 0 15px 0;
}
.shopInfo .btn li {
	margin: 0 0 0 7px;
}
.shopInfo .btn li a {
	min-width: 67px;
	padding: 4px 0;
	font-size: 10px;
	background: url(/urban/common/images/bg02_sp.png) repeat;
	background-size: 4px 4px;
}


/* shopNews
-------------------------------------*/
.shopNews {
	margin: 0 -10px 20px -10px;
	padding: 13px;
}
.shopNewsPic {
	float: none;
	width: 285px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.shopNewsPic .pic {
	position: relative;
	width: 283px;
	height: 283px;
	margin: 0 0 5px 0;
	border: 1px solid #bababa;
}
.shopNewsItem h3 {
	font-size: 16px;
}
.shopNewsItem .date {
	margin: 0 0 10px 0;
	font-size: 11px;
}
.shopNewsItem .txt {
	font-size: 14px;
	line-height: 1.7;
}
.shopNewsItem .btn {
	float: none;
}
.shopNewsItem .btn a {
	background: url(/urban/common/images/bg01_sp.png) repeat;
	background-size: 4px 4px;
}
.shopNewsItem .btn a em {
	background: url(/urban/common/images/icn_arw01_sp.png) no-repeat right center;
	background-size: 10px 11px;
}


/*-------------------------------------
 news
-------------------------------------*/
/* newsIndex
-------------------------------------*/
.newsIndex {
	padding: 0 0 25px 0;
}
.newsList {
	margin: 0;
	background: none;
}
.newsList > .newsClm:nth-child(odd) {
	border-right: none;
}
.newsClm {
	display: block;
	width: auto;
	padding: 15px 0;
}
.newsClm .pic {
	width: 90px;
	height: 90px;
}
.newsClm .item {
	min-height: inherit;
	padding: 0;
}
.newsClm .item h3 {
	font-size: 14px;
}
.newsClm .item .date {
	font-size: 12px;
}
.newsClm .item .shop {
	font-size: 13px;
}
.newsClm .txt {
	padding: 0;
	font-size: 13px;
}
.newsClm .logo {
	display: none;
}
/* newsDetail
-------------------------------------*/
.newsDetail {
	padding: 0 0 40px 0;
}
.newsDetail h2 {
	margin: 0 0 15px 0;
}
.newsDetail .pic {
	float: none;
	max-width: inherit;
	padding: 0 0 25px 0;
	text-align: center;
}
.newsDetail .txt {
	margin: 0 0 10px 0;
	line-height: 1.5;
}
/* newsShop
-------------------------------------*/
.newsShop {
	margin: 0 -10px 20px -10px;
	padding: 13px;
}
.newsShop .pic {
	width: 60px;
}
.newsShop .category {
	font-size: 11px;
}
.newsShop .item p {
	font-size: 14px;
}


/*-------------------------------------
 info
-------------------------------------*/
/* infoIndex
-------------------------------------*/
.infoIndex {
	padding: 0 0 25px 0;
}
.infoClm {
	padding: 15px 0 0 0;
}
.infoClm .ttl h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
}
.infoClm .ttl .date {
	position: relative;
	right: auto;
	font-size: 12px;
}
.infoClm .txt p {
	font-size: 13px;
}


/*-------------------------------------
 floor
-------------------------------------*/
/* floor
-------------------------------------*/
.floorTab {
	padding: 10px 0 25px 0;
}
.floorTab ul li {
	width: 25%;
	padding: 0 7px 10px 0;
	box-sizing: border-box;
}
.floorTab ul li em {
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.floorTab ul li em:after {
	background: url(/urban/common/images/bg01_sp.png) repeat;
	background-size: 4px 4px;
}

.floorAnchor {
	padding: 10px 0 25px 0;
}
.floorAnchor ul li {
	padding: 0 18px 0 0;
	box-sizing: border-box;
}
.floorAnchor ul li a {
	padding: 0 0 10px 0;
	text-align: center;
}
.floorAnchor ul li a em {
	padding: 5px 27px 5px 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	background: url(/urban/common/images/icn_arw04_sp.png) no-repeat right center;
	background-size: 20px 20px;
}
/* floorGuide
-------------------------------------*/
.floorGuide {
	padding: 10px 0 25px 0;
}
.floorGuide h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 27px;
	font-size: 16px;
	background: url(/urban/common/images/bg_ttl02_sp.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.floorMap img {
	margin: 15px 0;
}
.floorShop {
	padding: 13px 13px 0 13px;
}
.floorShop li {
	display: block;
	width: auto;
	padding: 0 0 13px 0;
}
.floorShop li .num em {
	font-size: 14px;
}
.floorShop li .item .ttl {
	margin: 0;
	font-size: 13px;
}
.floorShop li .item .txt {
	font-size: 10px;
}


/*-------------------------------------
 parking
-------------------------------------*/
/* parkingDetail
-------------------------------------*/
.parkingDetail {
	display: table;
	width: 100%;
	padding: 0 0 35px 0;
}
.parkingDetailTitle h3 em {
	font-size: 20px;
}
.parkingDetailTitle h3 img {
	width: 18px;
}
.parkingDetailTitle .ttl {
	padding: 0 0 15px 0;
}
.parkingDetailTitle .ttl h3 {
	margin: 0 0 5px 0;
	font-size: 17px;
}
.parkingDetailTitle .ttl p {
	font-size: 13px;
}
.parkingDetailPic {
	display: table-footer-group;
	float: none;
	width: auto;
	padding: 0 0 40px 0;
}
.parkingDetailItem .txt h4 {
	font-size: 16px;
	font-weight: bold;
}
.parkingDetailItem .txt p {
	font-size: 14px;
	line-height: 1.5;
}
.parkingDetailTitle h3 em {
	font-size: 16px;
}
.parkingDetailTitle h3 img {
	width: 18px;
}


/*-------------------------------------
 special
-------------------------------------*/
.specialStoreList {
	margin: 0;
}
.specialStoreList ul {
	text-align: left;
}

/*-------------------------------------
 attention
-------------------------------------*/
.attentionBox {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	font-size: 14px;
	border: 2px solid #ffa200;
}
.attentionBanner li {
	margin: 0 0 10px 0;
}

/*-------------------------------------
 banner
-------------------------------------*/
.groupBanner {
	margin: 0;
}
.groupBanner li {
	display: block;
	width: auto;
	max-width: inherit;
	padding: 0 0 20px 0;
	text-align: center;
}

	
/*-------------------------------------
 multilingual
-------------------------------------*/
.multilingualGuide {
	margin: 0 0 10px 0;
	padding: 0 0 30px 0;
	background-size: auto 15px;
}
.multilingualGuide h3:before,
.multilingualGuide h3:after {
	width: 20vw;
	max-width: 200px;
	height: 15px;
	background-size: auto 15px;
}
.multilingualGuide .click p {
	width: 200px;
}
.multilingualGuide .click p:before {
	right: 11px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-size: 13px 13px;
}
.multilingualGuide ul {
	margin: 0 -5px 0 0;
	padding: 10px 0 0 0;
}
.multilingualGuide ul li {
	width: 50%;
	padding: 0 5px 5px 0;
}


/*-------------------------------------
 unit
-------------------------------------*/
.unitBlock h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background: url(/urban/common/images/bg_ttl01_sp.png) no-repeat 0 7px;
	background-size: 20px 5px;
}
.unitBlock .item {
	margin: 0;
	line-height: 1.5;
}


/*-------------------------------------
 img
-------------------------------------*/
.imgL,
.imgR,
.imgC {
	float: none;
	max-width: inherit;
	padding: 0 0 20px 0;
}
.imgC .figure {
	display: block;
}
.imgL .caption,
.imgR .caption,
.imgC .caption {
	padding: 5px 0 0 0;
	font-size: 12px;
}


/*-------------------------------------
 lightbox
-------------------------------------*/
.slick-lightbox .slick-arrow {
	width: 14px;
	height: 25px;
}
.slick-lightbox .slick-prev {
	left: 10px;
	background-size: 14px 25px;
}
.slick-lightbox .slick-next {
	right: 10px;
	background-image: url(/urban/common/images/slide_arw_next01.png);
	background-size: 14px 25px;
}




/*-------------------------------------
 Coupon
-------------------------------------*/
.pc-list { display: none; }










}




/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

.searchTab li,
.searchSubmit button,
.searchBtn button {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.searchTab li:hover,
.searchSubmit button:hover,
.searchBtn button:hover {
	opacity: 0.8;
}
.storeAnchor ul li a:hover:after {
	background: #91004f;
}

.sp-list { display: none; }

}

  .redirect-list { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #f6f6f6;font-size: 1.3rem; margin: 0 auto; }
  @media print, screen and (min-width: 769px) { .redirect-list { margin-top: 35px; } }
  .redirect-list tr { }
  @media print, screen and (min-width: 769px) { .redirect-list tr { height: 70px; }
  .redirect-list tr:first-of-type { height: 50px; } }
  .redirect-list tr th { vertical-align: top; padding: 10px 13px; text-align: left; font-weight: normal; }
  @media print, screen and (min-width: 769px) { .redirect-list tr th { padding: 0px 0px; } }
  .redirect-list tr th:nth-child(1) { width: 43.07692%; }
  @media print, screen and (min-width: 769px) { .redirect-list tr th:nth-child(1) { width: 210px; } }
  .redirect-list tr th:nth-child(2) { width: 56.92308%; }
  @media print, screen and (min-width: 769px) { .redirect-list tr th:nth-child(2) { width: 490px; } }
  .redirect-list tr td { vertical-align: top; padding: 10px 13px; }
  @media print, screen and (min-width: 769px) { .redirect-list tr td { padding: 0px 0px; } }
  .redirect-list tr td ul { }
  @media print, screen and (min-width: 769px) { .redirect-list tr td ul { } }
  .redirect-list tr td ul li { padding: 0 0 0.5rem; text-align: left;}
  @media print, screen and (min-width: 769px) { .redirect-list tr td ul li { } }
  .redirect-list tr td ul li a { color: #800080; }
  @media print, screen and (min-width: 769px) { .redirect-list tr td ul li a { } }

strong {
 font-weight: bold !important;
 } 






