@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	color:#333333;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

body{
	font-size: small;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	line-height: 1.5;
}

img{
	border:0;
}

ul,ol{list-style-type:none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, input, select, textarea {
	vertical-align: middle;
}

a{
	color: #520000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.oldie a:hover img{
	background: #fff;
}

a:hover img.over{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

:active,
:focus{
	outline: none;
}


/*
=======================================
	Base Layout
=======================================
*/

/* Container
--------------------*/
.container{
	width: 960px;
	margin: 0 auto;
	*zoom:1;
}
.container:after{
	content:"";
	display: block;
	clear: both;
}


/* Site Header
--------------------*/
.header_top{
	background: url(../img/header_bg.png) repeat-x;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 200;
}

.header{
	background-color: rgba( 238, 236, 229, 0.9 );  /* FireFox, Webkit, Opera, IE9+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEECE5',EndColorStr='#EEEEECE5')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEECE5',EndColorStr='#EEEEECE5'); /* IE5.5+ */
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	z-index: 10;
}

.header_logo{
	float: left;
}
.header_info{
	float: right;
	margin: 6px 0;
}
.oldie .header_logo a img{
	background: none;
}
.oldie .header_logo a:hover img{
	opacity: 1;
	filter: none;
}

/* language
--------------------------*/

/* 親メニュー - Parent nav */
.header_top .menu-item-has-children {
	float: right;
	width: 125px;
	margin-top: 11px;
	margin-left: 11px;
	position: relative;
	border: 1px solid #000;
	padding: 5px 10px;
}
.header_top .menu-item-has-children div > p {
	font-size: 11px;
	color: #4a423f;
	background: url(../img/icon_language.png) no-repeat center right;
	padding-right: 18px;
	text-decoration: none;
	cursor: default;
}
.footer_03 .menu-item-has-children {
	float: right;
	width: 125px;
	margin-top: 12px;
	position: relative;
	border: 1px solid #000;
	padding: 5px 10px;
}
.footer_03 .menu-item-has-children div > p {
	font-size: 11px;
	color: #4a423f;
	background: url(../img/icon_language_footer.png) no-repeat center right;
	padding-right: 18px;
	text-decoration: none;
	cursor: default;
}

/* 子メニュー - .sub-menu */
.header_top .language {
	position: absolute;
	top: 21px;
	left: 0;
	display: none;
	background: #fff;
	border: 1px solid #bdb8a6;
	width: 143px;
	z-index: 999;
	}
.header_top .language a {
	color: #4a423f;
	font-size: 11px;
	display: block;
	padding: 5px;
	text-align: center;
	left: 0;
}
.header_top .language a:hover {
	color: #fdfdfd;
	background: #4a423f;
	text-decoration: none;
	padding: 5px 9px 5px 9px;
}

.footer_03 .language {
	position: absolute;
	top: -76px;
	display: none;
	background: #fff;
	border: 1px solid #bdb8a6;
	width: 143px;
	z-index: 999;
	left: 0;
}
.footer_03 .language a {
	color: #4a423f;
	font-size: 11px;
	display: block;
	padding: 5px;
	text-align: center;
	left: 0;
}
.footer_03 .language a:hover {
	color: #fdfdfd;
	background: #4a423f;
	text-decoration: none;
    padding: 5px 9px 5px 9px;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children div:hover ul,
.menu-item-has-children ul.focused {
  	display: block;
}
.menu-item-has-children li a:hover,
.menu-item-has-children li a:focus {
	color: #fdfdfd;
	background: #4a423f;
}









/* Site Footer
--------------------*/
.footer_01{
	background: #eae6dd;
}
.footer_01 .container{
	display: table;
	width: 960px;
	height: 60px;
}
.footer_02{
	padding: 8px 0;
	background: #f7f5f1;
	text-align: left;
}
.footer_03{
	padding: 8px 0;
	text-align: left;
}

/*Logo & SNS etc*/
.footer_logo,
.footer_txt,
.footer_info,
.footer_sns{
	display: table-cell;
	vertical-align: middle;
}

.footer_logo img{
	margin-top: -8px;
	margin-right: 20px;
}
.footer_txt{
	font-size: 92%;
	line-height: 1.2;
}
.footer_info{
	text-align: right;
}
.footer_sns{
	width: 38px;
	text-align: right;
	padding-top:5px;
	float: right;
}
.fl_none {
	float: none;
}
.footer_sns li{
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.footer_sns a{
	display: block;
	width: 28px;
	height: 0;
	padding-top: 28px;
	background: url(../img/ico_sns.png) no-repeat;
	overflow: hidden;
}
.footer_sns a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.footer_sns-fb a{background-position: 0 0;}
.footer_sns-tw a{background-position: -26px 0;}
.footer_sns-ig a{background-position: -56px 0;}

.ie6 .footer_logo,
.ie6 .footer_txt,
.ie6 .footer_info,
.ie7 .footer_logo,
.ie7 .footer_txt,
.ie7 .footer_info{
	float: left;
}
.ie6 .footer_sns,
.ie7 .footer_sns{
	float: right;
}

/*Footer Link*/
.footer_link-utility li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	border-left: #dbd8cd 1px solid;
}
.footer_link-utility li:last-child{
	border-right: #dbd8cd 1px solid;
}
.footer_link-utility a{
	display: block;
	padding: 10px 15px 10px 20px;
	color: #382f2c;
	background: url(../img/ico_arw01.png) 5px center no-repeat;
}

.footer_link li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	border-left: #fff 1px solid;
}
.footer_link li:last-child{
	border-right: #fff 1px solid;
}
.footer_link a{
	display: block;
	padding: 10px 15px 10px 20px;
	color: #382f2c;
	background: url(../img/ico_arw02.png) 5px center no-repeat;
}



/*Copyright*/
.footer_copyright{
	padding: 15px 0;
}

/*Pagetop*/
#pageTop{
	position: fixed;
	right: 50%;
	bottom: 170px;
	margin-right: -560px;
}

/*
=======================================
  Global Menu
=======================================
*/
.gnav{
	width: 762px;
	float: right;
	margin-top: 10px
}
.gnav li{
	float: left;
}
.gnav a{
	display: block;
	width: 127px;
	height: 34px;
	background: url(../img/bg_gnav.png) no-repeat;
	text-indent: -9999px;
}

.gnav .gnav_01 a{ background-position: 0 0;}
.gnav .gnav_02 a{ background-position: -127px 0;}
.gnav .gnav_03 a{ background-position: -254px 0;}
.gnav .gnav_04 a{ background-position: -381px 0;}
.gnav .gnav_05 a{ background-position: -508px 0;}
.gnav .gnav_06 a{ background-position: -635px 0;}

.gnav .gnav_01 a:hover,
.gnav .gnav_01 a.current{background-position: 0 -34px;}
.gnav .gnav_02 a:hover,
.gnav .gnav_02 a.current{background-position: -127px -34px;}
.gnav .gnav_03 a:hover,
.gnav .gnav_03 a.current{background-position: -254px -34px;}
.gnav .gnav_04 a:hover,
.gnav .gnav_04 a.current{background-position: -381px -34px;}
.gnav .gnav_05 a:hover,
.gnav .gnav_05 a.current{background-position: -508px -34px;}
.gnav .gnav_06 a:hover,
.gnav .gnav_06 a.current{background-position: -635px -34px;}


/*
=======================================
  Drop Menu
=======================================
*/

/* Drop Menu Base
--------------------------*/
.dropMenu{
	padding: 14px 0;
	background-color:#eae6dd;
	background-color: rgba( 234, 230, 221, 0.902 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDeae6dd',EndColorStr='#DDeae6dd')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDeae6dd',EndColorStr='#DDeae6dd'); /* IE5.5+ */
	position: absolute;
	width: 100%;
	height: 212px;
	left: 0;
	top:-250px;
	z-index: 10;
	overflow: hidden;
}

.dropMenu_head{
	position: relative;
	margin-bottom: 20px;
}
.dropMenu_head p{
	position: absolute;
	right:0;
	bottom:0;
}

.dropMenu_body{
	overflow: hidden;
	_zoom:1;
}
.dropMenu_body .ph{
	float: left;
	width: 250px;
}
.dropMenu_body .txt{
	overflow: hidden;
	height: 155px;
	position: relative;
}
.dropMenu_body .txt p{
	line-height: 1.9;
}

.dropMenu_hrList{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	display: table;
}
.dropMenu_hrList li{
	width: 20%;
	display: table-cell;
	padding-right: 10px;
	text-align: center;
}
.dropMenu_hrList li.last{
	padding-right: 0;
}


/* ABOUT
--------------------------*/
#about .btnBlock{
	display: block;
	width: 100%;
	height: 160px;
}
.btnBlock{
	position: relative;
}
.btnBlock .ph{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
}
.btnBlock .txt{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	padding: 10px 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(74,66,63,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC4A423F',EndColorStr='#CC4A423F')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC4A423F',EndColorStr='#CC4A423F'); /* IE5.5+ */
	color: #fff;
}
.btnBlock:hover {
	text-decoration: none;
}
.btnBlock:hover .txt{
	background-color: rgba(74,66,63,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AA4A423F',EndColorStr='#AA4A423F')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AA4A423F',EndColorStr='#AA4A423F'); /* IE5.5+ */
}

/* EVENT
--------------------------*/
.eventData{
	width: 460px;
}
.eventData h3{
	margin-bottom: 10px;
}
.eventData .ph{
	float: left;
	width: 175px;
	margin-bottom: 10px;
}
.eventData .txt{
	overflow: hidden;
	margin-bottom: 10px;
}
.eventData_date{
	font-size: 11px;
}
.eventData_title{
	margin-bottom: 10px;
	font-size: 14px;
}
.eventData_disc{
	font-size: 12px;
}


/* ACCESS
--------------------------*/
.accessMenu{
	overflow: hidden;
}
.accessMenu li{
	float: left;
	width: 153px;
	margin-right: 8px;
}
.accessMenu .accessMenu_other{
	margin-right: 0;
}
.accessMenu a{
	display: block;
	width: 153px;
	height: 156px;
	background: url(../img/bg_access.png) no-repeat;
	text-indent: -9999px;
}
.accessMenu a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



.accessMenu .accessMenu_map a{background-position: 0 0;}
.accessMenu .accessMenu_train a{background-position: -161px 0;}
.accessMenu .accessMenu_car a{background-position: -323px 0;}
.accessMenu .accessMenu_bus a{background-position: -485px 0;}
.accessMenu .accessMenu_seabus a{background-position: -647px 0;}
.accessMenu .accessMenu_other a{background-position: -809px 0;}


/* GUIDE
--------------------------*/
.guide01,
.guide02{
	display: table-cell !important;
	width: 470px;
	height: 136px;
	padding-left: 180px !important;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.guide01{
	background-image: url(../img/thumb_guide01.jpg) ;
}
.guide02{
	background-image: url(../img/thumb_guide02.jpg) ;
}


/*
=======================================
  Contents Page Layout
=======================================
*/

/*  Page Header
--------------------------*/
.pHeader{
	height: 196px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.pHeader.cafe{background-image: url(../img/cafe/bg_header_cafe.jpg) ;}
.pHeader.shopping{background-image: url(../img/shops/bg_header_shop.jpg) ;}
.pHeader.event{background-image: url(../img/event/bg_header_event.jpg) ;}
.pHeader.hall{background-image: url(../img/hall_space/bg_header_hall.jpg) ;}
.pHeader.about{background-image: url(../img/about/bg_header_about.jpg) ;}
.pHeader.history{background-image: url(../img/about/bg_header_history.jpg) ;}
.pHeader.access{background-image: url(../img/access/bg_header_access.jpg) ;}
.pHeader.utility{background-image: url(../img/utility/bg_header_utility.jpg) ;}
.pHeader.floor{background-image: url(../img/floor/bg_header_floor.jpg) ;}
.pHeader_title{
	width: 960px;
	margin: 0 auto;
	padding-top: 75px;
}
.pHeader_btn{
	width: 960px;
	margin: 20px auto 0;
}

/*  Main Contents
--------------------------*/
/*firstView area*/
.main_firstView{
	padding: 15px 0 35px;
	background-color: #eeece5;
}

/*lead text*/
.main_lead{
	margin-bottom: 35px;
}

/*Big Banner*/
.bigBanner{
	padding: 30px 0;
}

/*section header*/
.secHead{
	margin-bottom: 20px;
	overflow: hidden;
	_zoom:1;
}
.secHead .secHead_tit{
	float: left;
}
.secHead .secHead_btn{
	float: right;
}
.secHead_tit{
	margin-bottom: 15px;
}

/*item module*/
.item a{
	display: block;
	background: #382f2c;
	overflow: hidden;
	_zoom:1;
	text-decoration: none;
	-webkit-transition: 1s;
	transition: 1s;
	position: relative;
	z-index:5;
}
.item *{
	color: #fff;
}
.item img{
	-webkit-transition: 1s;
	transition: 1s;
}

.item a:hover{
	background: #fff;
}
.item a:hover *{
	color: #382f2c;
	text-decoration: none;
}
.item a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.item_data{
	padding: 10px;
}
.item_data:after{
	content:"";
	display: block;
	clear: both;
}

.eventList .item_data{
	background: #382f2c;
}
.item_name{
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
}
.item_disc{
	font-size: 12px;
}

.item_name_d{
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	line-height: 110%;\9
	height: 24px;
	height: 23px;\9
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_disc_d{
	font-size: 12px;
	height: 40px;
	height: 42px;\9
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 120%;
}

.item_name_c{
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	line-height: 110%;\9
	height: 24px;
	height: 23px;\9
	overflow: hidden;
}
.item_disc_c{
	font-size: 12px;
	height: 40px;
	height: 42px;\9
	line-height: 135%;
}

/*Event List (Detail)*/
.item_detail{
	padding: 10px;
	background: #382f2c;
	*zoom:1;
}
.item_detail:after{
	content:"";
	display: block;
	clear: both;
}

#shopNews .item_detail{
	background: #eeece5;
}
.item_detail *{
	color: #fff;
}
#shopNews .item_detail *{
	color: #333333;
}
.item_detail .item_data{
	float: left;
	width: 450px;
}
.item_detail .item_ph{
	float: right;
}
.item_detail .item_name{
	font-size: 18px;
	overflow: hidden;
	_zoom:1;
}
.item_detail .item_name .item_label{
	float: right;
	margin-left: 10px;
}
.item_detail .item_date{
	margin-bottom: 10px;
	color: #ff3350;
	font-size: 14px;
}

/*Shop List*/
.shopList .item{
	margin-bottom: 10px;
}
.shopList .item_ph{
	float: left;
	width: 156px;
}
.shopList .item_data{
	overflow: hidden;
}


/*Regon List*/
.regon{
	padding: 15px;
	background: #eeece5;
}
.regon_txt{
	width: 455px;
	float: left;
}
.regon_ph{
	width: 455px;
	float: right;
}
.regonList{
	overflow: hidden;
	margin-right: -10px;
	margin-bottom: 10px;
}
.regonList .item{
	width: 145px;
	float: left;
	margin-right: 10px;
}

/*Balcony*/
.balcony{
	padding: 15px;
	background: #eeece5;
}
.balcony_txt{
	width: 445px;
	float: right;
}
.balcony_ph{
	width: 485px;
	float: left;
	margin-bottom: 10px;
}
.balcony_ph img{
	margin-right: 8px;
}

/*Shop Categoty*/
.shopCtgry{
	padding: 15px 10px;
	border:#dfdcd1 1px solid;
	background: url(../img/bg_grad01.png) left bottom repeat-x;
	position: relative;
}
.shopCtgry:after{
	content:"";
	display: block;
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#291e15;
	position: absolute;
	right:10px;
	top: 50%;
	margin-top: -2px;
}
.shopCtgry.op:after{
	border-top-color:transparent;
	border-bottom-color:#291e15;
	margin-top: -6px;
}

/*Shop List (Text) */
.shopTxtList{
	overflow: hidden;
	_zoom:1;
	margin-right: -15px;
}
.shopTxtList li{
	width: 460px;
	margin-right: 15px;
	float: left;
	border-bottom: #eeece5 1px solid;
}
.shopTxtList a{
	display: block;
	padding: 10px 0 10px 20px;
	background: url(../img/ico_arw03.png) left center no-repeat;
}
.shopTxtList a.tax-free:after {
	content: "TAX FREE";
	background-color: #950d33;
	color: #fff;
	position: relative;
	left: 15px;
	padding: 2px 5px;
	font-size: smaller;
}
.shopTxtList span{
	font-size: 11px;
	color: #666;
}

/*
=======================================
	Shop Detail
=======================================
*/
.spDetail_head{
	margin-bottom: 25px;
	position: relative;
}
.spDetail_sholder{
	margin-bottom: 20px;
}
.spDetail_sholder li{
	display: inline-block;
	font-size: 12px;
}
.spDetail_sholder .ctgry{
	margin-right: 10px;
	padding: 5px;
	background-color: #fff;
	border-radius: 3px;
}
.spDetail_sholder .ctgry:before{
	margin-right: 0;
}
.spDetail_sholder .place{
	padding: 5px;
	border-radius: 3px;
	color: #fff;
}
.spDetail_sholder .label-1F{
	background-color: #7F0500;
}
.spDetail_sholder .label-2F{
	background-color: #3A3F99;
}
.spDetail_sholder .label-3F{
	background-color: #A9810E;
}
.spDetail_sholder .floor a{
	display: block;
	padding: 5px 10px;
	border-radius:3px;
	background-color: #4a423f;
	color: #fff;
}
.spDetail_sholder .floor a:hover{
	background-color: #fff;
	color: #4a423f;
	text-decoration: none;
}
.spDetail_sholder .floor a:before{
	content:"";
	display: inline-block;
	width: 13px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/ico_floor.png) no-repeat;
	vertical-align: middle;
}
.spDetail_sholder .floor a:hover:before{
	background-position: 0 -20px;
}
.spDetail_sholder .tax-free {
	background-color: #950d33;
}
.spDetail_name{
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2;
}
.spDetail_subtext{
	padding: 5px;
	background-color: #382f2c;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	/* margin-top: -35px;*/
}
.spDetail_data{
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	_zoom:1;
}
.spDetail_img{
	float: left;
	margin-right: 10px;
}
.spDetail_img img{
	margin-right: 10px;
}
.spDetail_text{
	line-height: 1.85;
}
.spDetail_head .btn_staff{
	position: absolute;
	left: 813px;
	top: 55px;
}
/*
=======================================
	Shop List Slider
=======================================
*/
#shopSliderWrap{
	margin-bottom: 10px;
}
#shopSlider li{
	float: left;
	margin: 0 5px;
}

#shopSlider a{
	display: block;
	overflow: hidden;
	position: relative;
}
.shopSlider_txt{
	padding: 10px;
	background: #333;
	background-color: rgba(56,47,44, .8);  /* FireFox, Webkit, Opera, IE9+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC382f2c',EndColorStr='#CC382f2c')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC382f2c',EndColorStr='#CC382f2c'); /* IE5.5+ */
	position: absolute;
	left: 0;
	bottom:0;
	text-align: left;
	display: none;
	width:292px;
}
.shopSlider_txt p{
	color: #fff;
	font-size: 12px;
}
.shopSlider_txt b{
	color: #fff;
	font-size: 14px;
}

/*#shopSlider_prev{
	position: absolute;
	top:50%;
	right: 50%;
	margin-top: -15px;
	margin-right: -515px;
	cursor: pointer;
}
#shopSlider_next{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -515px;
	cursor: pointer;
}*/

/*
=======================================
	EVENT Calender
=======================================
*/
.cal{
	margin-top: -39px;
}
.cal_tab{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 10px 30px 10px 10px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 100%;
	font-weight: normal;
	cursor: pointer;
	position: relative;
}
.cal_tab:after{
	content:"";
	display: block;
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#291e15;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
}
.cal_tab.op:after{
	border-color:transparent;
	border-bottom-color:#291e15;
	margin-top: -8px;
}
.cal_body{
	padding: 15px 0;
	position: relative;
}
.cal_table_head{
	display: table;
	width: 100%;
}
.cal_title{
	display: table-cell;
	vertical-align: middle;
}
.cal_regend{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.cal_title b{
	font-weight: normal;
}
.cal_year{
	color: #cc3333;
}
.cal_month{
	padding-right: 10px;
	color: #cc3333;
	font-size: 32px;
	vertical-align:middle;
}
.cal_table{
	width: 100%;
	table-layout:fixed;
	margin-bottom: 10px;
}
.cal_table thead th{
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
.cal_table thead th.sun{
	color: #ff81b6;
}
.cal_table thead th.sat{
	color: #83bcf6;
}
.cal_table tbody td.sun .cal_date{
	color: #cf256d;
}
.cal_table tbody td.sat .cal_date{
	color: #4089d4;
}
.cal_table tbody td{
	padding: 10px;
	border: #eeece5 1px solid;
}
.cal_table tbody td:empty{
	background: #eeece5;
}
.cal_date{
	float: left;
}
.cal_event{
	max-width: 95px;
	float: right;
	text-align: right;
}
.cal_event a:hover{
	text-decoration: none;
}
.cal_event a[href^="#plaza"]{
	color: #819f07;
}
.cal_event a[href^="#room"]{
	color: #ed870e;
}
.cal_event a[href^="#other"]{
	color: #b961cd;
}
.cal_btn_prev,
.cal_btn_next{
	position: absolute;
	top:50%;
	margin-top: -25px;
}
.cal_btn_prev{
	left: -60px;
}
.cal_btn_next{
	right: -61px;
}


/*
=======================================
	Tab Contents
=======================================
*/
.tab{
	height: 40px;
	padding-top: 10px;
	margin-bottom: 20px;
	background: url(../img/bg_grad01.png) left bottom repeat-x;
}

.tabLabel li,
.tabLabels li{
	display: inline-block;
	margin-right: 5px;
}
.tabLabel a,
.tabLabels a{
	display: block;
	padding: 0 10px;
	height: 38px;
	border: #dfdcd1 1px solid;
	border-bottom: #eeece5 1px solid;
	border-radius: 3px 3px 0 0;
	background: url(../img/bg_grad01.png) left bottom repeat-x;
	color: #990000;
	font-size: 12px;
	line-height: 38px;
}
.tabLabel a.current,
.tabLabels a.current{
	border-bottom: #fff 1px solid;
	background: #fff;
	color: #000;
}
.tabLabel a:hover,
.tabLabels a:hover{
	color: #000;
	text-decoration: none;
}
.tabBody,
.tabBodies{
	display: none;
}
.tabBody.current,
.tabBodies.current{
	display: block;
}

.tabAcrLabel{
	display: block;
	padding: 0 30px 0 10px;
	height: 38px;
	border: #dfdcd1 1px solid;
	border-bottom: #fff 1px solid;
	border-radius: 3px 3px 0 0;
	background: #fff;
	color: #000;
	font-size: 12px;
	line-height: 38px;
	cursor:pointer;
	position: relative;
}
.tabAcrLabel:after{
	content:"";
	display: block;
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#291e15;
	position: absolute;
	top:50%;
	right:10px;
	margin-top: -2px;
}
.tabAcrLabel.op:after{
	border-color:transparent;
	border-bottom-color:#291e15;
	margin-top: -6px;
}



/*
=======================================
	Accordion
=======================================
*/
.acrBody{
	padding: 15px 0 25px 16px;
}




/*
=======================================
	Columns
=======================================
*/
.col2Wrap,
.col3Wrap,
.col4Wrap,
.col5Wrap{
	overflow: hidden;
	_zoom:1;
}
.col2Wrap{ margin-right: -15px;}
.col3Wrap{margin-right: -10px; margin-bottom: -10px;}
.col4Wrap{margin-right: -12px;}
.col5Wrap{ margin-right: -8px;}

.col2Wrap .col{
	width: 472px;
	float: left;
	margin-right: 15px;
}
.col3Wrap .col{
	width: 312px;
	float: left;
	margin-right: 10px;
}
.col4Wrap .col{
	width: 231px;
	float: left;
	margin-right: 12px;
}
.col5Wrap .col{
	width: 185px;
	float: left;
	margin-right: 8px;
}

/*
=======================================
	Style Compornents
=======================================
*/

/* リンク
---------------------------------*/
.blockLink{
	display: block;
	padding: 10px 14px;
	background-color: rgba(255,255,255, .6);  /* FireFox, Webkit, Opera, IE9+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF'); /* IE5.5+ */
	color: #4a423f;
}
.blockLink:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

.arwLink{
	padding-left: 20px;
	background: url(../img/ico_arw03.png) left center no-repeat;
}
.arwLink_w{
	padding-left: 20px;
	background: url(../img/ico_arw05.png) left center no-repeat;
}


/* アイコン
---------------------------------*/
/*スケジュール*/
.ico-sche:before{
	content:"";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 23px;
	height: 22px;
	margin-top: -3px;
	background: url(../img/ico_schedule.png) no-repeat;
}

.ico-restaurant:before,
.ico-cafe:before,
.ico-foods:before,
.ico-etc:before,
.ico-fashion:before,
.ico-article:before,
.ico-interior:before,
.ico-beauty:before,
.ico-accessory:before,
.ico-bar:before{
	content:"";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(../img/bg_icons_01.png);
	background-repeat: no-repeat;
}

/*カフェ・レストラン・ショップリスト用*/
.ico-restaurant:before{
	width: 30px;
	height: 20px;
	background-position: 0 0;
}
.ico-cafe:before{
	width: 30px;
	height: 16px;
	background-position: 0 -30px;
}
.ico-foods:before{
	width: 30px;
	height: 16px;
	background-position: 0 -60px;
}
.ico-etc:before{
	width: 30px;
	height: 18px;
	background-position: 0 -90px;
}
.ico-fashion:before{
	width: 30px;
	height: 18px;
	background-position: 0 -120px;
}
.ico-article:before{
	width: 30px;
	height: 14px;
	background-position: 0 -150px;
}
.ico-interior:before{
	width: 30px;
	height: 18px;
	background-position: 0 -180px;
}
.ico-beauty:before{
	width: 30px;
	height: 24px;
	background-position: 0 -210px;
}
.ico-accessory:before{
	width: 30px;
	height: 24px;
	background-position: 0 -245px;
}
.ico-bar:before{
	width: 30px;
	height: 24px;
	background-position: 0 -275px;
}

/*タブ用*/
.ico-tab_rest:before,
.ico-tab_shop:before,
.ico-tab_a:before,
.ico-tab_1F:before,
.ico-tab_2F:before,
.ico-tab_3F:before{
	content:"";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(../img/bg_icons_tab.png);
	background-repeat: no-repeat;
}
.ico-tab_rest:before{
	width: 20px;
	height: 20px;
	background-position: 0 0;
}
.ico-tab_rest.current:before{
	background-position: -30px 0;
}
.ico-tab_shop:before{
	width: 20px;
	height: 20px;
	background-position: 0 -30px;
}
.ico-tab_shop.current:before{
	background-position: -30px -30px;
}
.ico-tab_a:before{
	width: 20px;
	height: 20px;
	background-position: 0 -60px;
}
.ico-tab_a.current:before{
	background-position: -30px -60px;
}
.ico-tab_1F:before{
	width: 30px;
	height: 20px;
	background-position: 0 -90px;
}
.ico-tab_1F.current:before{
	background-position: -30px -90px;
}
.ico-tab_2F:before{
	width: 30px;
	height: 20px;
	background-position: 0 -120px;
}
.ico-tab_2F.current:before{
	background-position: -30px -120px;
}
.ico-tab_3F:before{
	width: 30px;
	height: 20px;
	background-position: 0 -150px;
}
.ico-tab_3F.current:before{
	background-position: -30px -150px;
}


/* 矢印リスト
---------------------------------*/
.arwList li{
	border-bottom: #eeece5 1px solid;
}
.arwList li a{
	display: block;
	padding:10px 0;
}


/* テキスト
---------------------------------*/
.note{
	color: #666;
	font-size: 12px;
}

.fs4{font-size: 4px;}
.fs6{font-size: 6px;}
.fs8{font-size: 8px;}
.fs10{font-size: 10px;}
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ 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;}

/* パディング
---------------------------------*/
.pb0{ padding-bottom: 0 !important;}

.pl2{padding-left: 2em;}
.pl4{padding-left: 4em;}
.pl6{padding-left: 6em;}
.pl8{padding-left: 8em;}
.pl10{padding-left: 10em;}
.pl12{padding-left: 12em;}
.pl14{padding-left: 14em;}
.pl16{padding-left: 16em;}
.pl18{padding-left: 18em;}
.pl20{padding-left: 20em;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom:1;
}

/* その他
---------------------------------*/
.hidden{display: none;}
.w200{width: 200px;}
.c_red{color: #990000;}

/*
=======================================
	event detail
=======================================
*/

.detail {
	background-color: #444;
	padding: 5px 8px;
	margin: 15px 0;
}

.item_ph p {
	font-size: 95%;
	text-align: right;
	margin: 5px 0 8px 0;
}

/*
=======================================
	top bannerArea
=======================================
*/
#topBanner_1{
	margin-bottom: 12px;
}
#topBanner_4{
	margin-right: -12px;
	margin-bottom: 28px;
	float: left;
}
#topBanner_4 li{
/*	width: 474px;
	height: 108px; */
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}


