﻿@charset "utf-8";


/* =================================================================
		layout
================================================================= */
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

#pr {
	background: #351C79;
	color: #fff;
	line-height: 1.7;
	padding: 4px 0 2px;
}


/* kty_title
-------------------- */
#kty_title {
	background: url(../../img/title_bg.jpg) no-repeat center top;
}
#kty_title .inner {
	width: 900px;
	margin: 0 auto;
}

/* kty_ticket
-------------------- */
#kty_ticket {
	background: url(../../img/ticket_bg.jpg) no-repeat center top;
}
#kty_ticket .inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#ticket_btn_01 {
	position: absolute;
	left: 348px;
	top: 407px;
}
#ticket_btn_02 {
	position: absolute;
	left: 708px;
	top: 423px;
}




/* kty_shop
-------------------- */
#kty_shop {
	margin: 0;
}
#kty_shop .inner {
	position: relative;
	width: 900px;
	padding: 0 0 30px;
	margin: 0 auto;
	text-align: left;
}
#map_00 {
	position: absolute;
	left: 517px;
	top: 0;
}

/* shop_tab
-------------------- */
#shop_tab {
	position: relative;
	z-index: 100;
}
#shop_tab li a {
	display: block;
	width: 168px;
	height: 61px;
	background-image: url(../../img/tab_01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


#shop_tab li#tab_01 a { background-image: url(../../img/tab_01.jpg); }
#shop_tab li#tab_02 a { background-image: url(../../img/tab_02.jpg); }
#shop_tab li#tab_03 a { background-image: url(../../img/tab_03.jpg); }

#shop_tab li#tab_01 a.active { background-image: url(../../img/tab_01_s2.jpg); }
#shop_tab li#tab_02 a.active { background-image: url(../../img/tab_02_s2.jpg); }
#shop_tab li#tab_03 a.active { background-image: url(../../img/tab_03_s2.jpg); }

#shop_tab li#tab_01 a:hover { background-image: url(../../img/tab_01_s2.jpg); }
#shop_tab li#tab_02 a:hover { background-image: url(../../img/tab_02_s2.jpg); }
#shop_tab li#tab_03 a:hover { background-image: url(../../img/tab_03_s2.jpg); }



#shop_tab li {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
}

/* shop_list
-------------------- */
.shop_list_wrap {
	margin: -3px 3px 40px 0;
	padding: 50px 0 30px 27px;
	min-height: 500px;
	background: #fffcee;
	border: solid 3px #E5C39E;
	width: 867px;
	z-index:98;
}

.shop_list {
	z-index:99;
}

.shop_list_map {
	position: absolute;
	left: 517px;
	top: 0;
}

.shop_list .item {
	width: 428px;
	margin: 0 5px 40px 0;
	float: left;
	font-size: 12px;
	line-height: 1.42;
}
.shop_list .pict {
	width: 155px;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}
.shop_list .body {
	width: 258px;
	float: left;
}

.shop_list h3 {
	padding: 3px 0 12px 51px;
	background-image: url(../../img/icon_area_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.shop_list .area_01 h3 { background-image: url(../../img/icon_area_01.gif);	}
.shop_list .area_02 h3 { background-image: url(../../img/icon_area_02.gif);	}
.shop_list .area_03 h3 { background-image: url(../../img/icon_area_03.gif);	}
.shop_list .area_04 h3 { background-image: url(../../img/icon_area_04.gif);	}
.shop_list .area_05 h3 { background-image: url(../../img/icon_area_05.gif);	}
.shop_list .area_06 h3 { background-image: url(../../img/icon_area_06.gif);	}
.shop_list .area_07 h3 { background-image: url(../../img/icon_area_07.gif);	}


.shop_list .item dt {
	margin: 0 0 3px 0;
}
.shop_list .item dd {
	margin: 0 0 9px 0;
}
.shop_list .item table th {
	padding: 0 5px 4px 0;
	width: 22%;
	vertical-align: top;
	white-space: nowrap;
}
.shop_list .item table td {
	padding: 0 0 4px 0;
	vertical-align: top;
}



/* notice
-------------------- */
.notice {
	margin: 0 0 30px;
	padding: 20px 20px 13px;
	border: dashed 1px #999;
}
.notice li {
	font-size: 11px;
	padding: 0 0 6px 14px;
	margin: 0;
	line-height: 1.5;
	background: url(../../img/bullet_01.gif) no-repeat 4px 6px;
}

.notice li span{
	color: #D00;
}


#shop_01 .notice,
#shop_03 .notice {
	width: 330px;
	float: left;
	margin: 20px 0 50px 30px;
	display: inline;
}

#shop_02 .notice {
	margin-right: 26px;
}


.btn_hotels {
	margin: 0 0 50px 13px;
}

.copyright {
	text-align: center;
}


/* kty_hotels
-------------------- */
#kty_hotels {
	margin: 0;
	padding: 70px 0 40px;
}
#kty_hotels .inner {
	width: 900px;
	margin: 0 auto;
}
#kty_hotels h2 {
	margin: 0 0 20px;
}

.hotel_list .item {
	position: relative;
	width: 436px;
	margin: 0 28px 28px 0;
	padding: 21px 0 28px;
	background: #FFF;
	text-align: center;
	float: left;
	display: inline;
}

#hl02 .item {
	width: 282px;
	margin: 0 27px 27px 0;
	padding: 18px 0 22px;
}
#hl01 .turn,
#hl02 .turn {
	margin-right: 0;
}

.hotel_list .item h3 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #5c3712;
	line-height: 1.25;
}
#hl02 .item h3 {
	margin: 0 0 12px;
	font-size: 16px;
}

.hotel_list .item .pict {
	margin: 0 0 16px;
}
.hotel_list .item p {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px;
}
#hl02 .item p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}


#hotel_notice_10 {
	display: block;
	font-size: 10px;
	text-align: left;
	margin: 0 0 0 18px;
}

#hotel_notice {
	font-size: 13px;
	text-align: left;
}


/* =================================================================
		Clearfix
================================================================= */
.clearfix:after,
#shop_tab:after,
.shop_list .item:after,
.hotel_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#shop_tab,
.clearfix,
.shop_list .item,
.hotel_list {
	display:inline-block;
}

/*Hides from IE-mac\*/ 
* html #shop_tab,
* html .clearfix,
* html .shop_list .item,
* html .hotel_list {
	height:1%;
}

#shop_tab,
.clearfix,
.shop_list .item,
.hotel_list {
	display:block;
} 
/* End hide from IE-mac*/


.btn-hotels {
	width: 716px;
	margin: 40px auto 40px;
}

