ul, li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}

img {
	border:0;
	margin:0;
	padding:0;
}

a {color:#fff;text-decoration:none;}

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-sans-serif;
/*    background: #dadff2;*/
    text-align: left;
    color: #fff;
    font-size: 14px;
	line-height:1.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    background-position: 50% -150px;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

ul, li {
	list-style:none;
	float:left;
	display:block;
	padding:0;
	margin:0;
}

.no-pc {
	display:none;
}

#header {
/*	background:rgba(255,255,255,0.5);*/
	width:100%;
	height: 160px;
	margin:0 auto;
	padding: 0;
}

#header_wrapper {
	width:1000px;
	height:130px;
	margin:0 auto;
	padding:30px;
}

#header #logo {
	width:380px;
	height:130px;
	margin-top:-10px;
}

#header #title {
	width:620px;
	height:130px;
	position:relative;
}

#header #title h1 {
	font-family: 'Oswald', sans-serif;
	font-size:37px;
	line-height:1em;
	color:#e3a300
;
	font-weight:500;
	height:50px;
	margin-top:10px;
}


#header #title h1 img {
	height:48.4px;
	margin-top:-1px;
}

#header #title h2 {
	font-family: 'Oswald', sans-serif;
	font-size:46px;
	line-height:1em;
	color:#fff;
	font-weight:500;
	    margin: -20px 0px 0 0;
}

.small {
	font-size:0.75em;
}

.new {
	font-size:0.6em;
	color:#e3a300 ;
}

#header #title #asialogo {
	position:absolute;
	top:55px;
	right:0;
	margin: 0px 30px 0px 0px;
}

/*top djs*/



#dj {
	font-family: 'Oswald', sans-serif;
	float:left;
	margin: 10px 0 0 0;
    width: 275px;
    font-size: 15px;
    line-height: 1.3em;
	font-weight: 500;
	/* text-shadow:2px 2px #fff; */
}

#dj dl {
	margin:6px 0;
}

#dj dd {
	margin:0;
}

.highlight {
    color: #e3a300
 !important;
}


#menu {
	background:#e3a300;
	width:100%;
	height: 40px;
	margin:0 auto;
	padding: 0;
}

#menu #menu_wrapper {
	width:1000px;
	margin:0 auto;
}

#menu #menu_wrapper ul {
	width:100%;
	font-size:0;
	text-align:center;
}

#menu #menu_wrapper li {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height:40px;
	font-size:22px;
	color:#000;
	padding:0 16px;
	display:inline-block;
	float:none;
}

#menu a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#fff;
	transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}

#menu a:hover {
	color:#000 ;
}

#menu .soon {
	-webkit-opacity: 0.5;
 	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	opacity: 0.5;
}

#wrapper {
	/* background-color: rgba(0, 0, 0, 0.3); */
	width:1000px;
	margin: 0 auto 0;
    padding: 0;
}

#place a:hover img, #special a:hover img {
	transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}

.slider-wrapper {
	float:left;
	margin: 0 0 350px;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}

h2#copy {
    font-size:21px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	height:70px;
	margin-top:0;
	 padding: 77px 0px 0px 0px;
}


/*left*/



#left {
    margin: -410px 35px 0 0;
    width: 690px;
    float: left;
}


.content_left {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	background:rgba(0,0,0,1);
    width: 685px;
    height: 35px;
	color:#e3a300 ;
	font-size:24px;
	line-height:35px;
    margin-bottom: 15px;
	padding-left:5px;
	clear:both;
}

.content_right {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	background:rgba(0,0,0,1);
    width: 270px;
    height: 35px;
	color:#e3a300 ;
	font-size:24px;
	line-height:35px;
    margin-bottom: 15px;
	padding-left:5px;
	clear:both;
	text-align: left;
}

#news {
	display:block;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	color: #fff;
	margin-bottom:20px;
}

#news a, #floor a {
	line-height:1.75em;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#news a:before, .link a:before {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#news a:hover {
	color:#e3a300
;
}

#newslist li {
	padding: 0 0 1.5em;
	width: 690px;
}

#newslist li span{
/*	display:inline-block;
	width: 120px;*/
	color:#e3a300
;
}

#news .more a {
	position:relative;
	background:#e3a300
;
	color:#fff;
	float:right;
	margin:0 1em 2em 0;
	padding:0 1em;
	line-height:2em;
}

#news .more a:hover, #news .home a:hover, .link a:hover {
	background:#fff;
	color:#e3a300  !important;
}

#news .more a:before, .link a:before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	right:-1em;
	border-top:1em solid transparent;
	border-bottom:1em solid transparent;
	border-left:1em solid #e3a300
;
}

#news .more a:hover:before, .link a:hover:before {
	border-left:1em solid #fff;
}

#news .home a {
	position:relative;
	background:#e3a300
;
	color:#fff;
	float:left;
	margin:0 0 2em 1em;
	padding:0 1em;
	line-height:2em;
}

.link a {
	position:relative;
	background:#e3a300
;
	color:#000 !important;
	font-weight:bold;
	float:left;
	margin:0 2em 0.5em 0;
	padding:0 1em;
	line-height:2em;
}

#news .home a:before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	left:-1em;
	border-top:1em solid transparent;
	border-bottom:1em solid transparent;
	border-right:1em solid #e3a300
;
}

#news .home a:hover:before {
	border-right:1em solid #fff;
}

#novelty {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border: 3px solid #e3a300
;
    padding:0;
	margin:30px 0;
	background:rgba(0,0,0,1.0);
	clear:both;
	text-align:center;
}

#novelty h3 {
    background: #e3a300
;
    color: #e3a300 ;
    font-size: 1.7em;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
	margin:0;
	border-bottom: 3px solid #e3a300;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
}

#novelty h3 span {
	color:#fff;
	font-size:0.8em;
}

#novelty img {
    width: 600px;
    margin: 15px 15px 0;
	display:inline-block;
	vertical-align:middle;
}

#novelty ol {
	counter-reset:number;
	list-style:none;
	margin:15px 15px;
	display:inline-block;
	text-align: left;
}

#novelty li {
	list-style:none;
    font-size: 1.6em;
    font-weight: bold;
	line-height: 1.8em;
	color:#fff;
	float:none;
	display:inline-block;
/*	margin-left: 25px;*/
}

#novelty li span {
	color:#e3a300  !important;
}

/*
#novelty li:before {
	counter-increment: number;
	content: counter(number);
	background: #e3a300
;
	font-size:0.8em;
	line-height:1.4em;
	color: #fff;
	width:1.4em;
	height:1.4em;
	margin:0 5px 0 -25px;
	display:inline-block;
	vertical-align: text-top;
	text-align:center;
    -moz-border-radius: 1.4em;
    -webkit-border-radius: 1.4em;
    -o-border-radius: 1.4em;
    -ms-border-radius: 1.4em;
}
*/

#special .text {
	background:rgba(255,255,255,0.9);
	color:#fff;
	width:450px;
	font-size:22px;
	line-height:1.5em;
	height:160px;
	font-weight:bold;
	padding:10px;
	margin:0 40px 60px 0;
	text-align:center;
	position:relative;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
}

#special .text:after {
	content: "";
	position:absolute;
	width:0;
	height:0;
	top:70px;
	right:0;
	margin-right:-20px;
	border-left:20px solid rgba(255,255,255,0.9);
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
}

#special .text h3 {
	font-size:26px;
	line-height:1.75em;
	border-bottom:3px solid #e3a300
;
	margin-bottom:10px;
}


#special .image {
	float:right;
	width:160px;
	height:211px;
}

#special .image img {
	width:100%;
	height:100%;
}


#gallery ul {
	margin:0 0 40px -12px;
}

#gallery li {
	width:339px;
	height:226px;
	background:#fff;
	margin:0 0 12px 12px;
}

#gallery li img {
	width:339px;
	height:226px;
}

#whats {
	clear:both;
}

#whats h4 {
	position:relative;
	font-family: 'Oswald', sans-serif;
    width: 220px;
	height:32px;
	font-size:24px;
	line-height:1em;
	font-weight:600;
	color:#fff;
	text-align:center;
	border-bottom:3px solid #e3a300
;
	margin-bottom:20px;
}

#whats h4:before {
	content: "";
 	position: absolute;
 	bottom: -15px;
 	left: 50%;
 	margin-left: -15px;
 	width: 0;
 	height: 0;
	border-top: 15px solid #e3a300
;
 	border-left: 15px solid transparent;
 	border-right: 15px solid transparent;
}

#whats li.style {
    width: 220px;
    margin-right: 15px;
	font-size:14px;
    line-height:1.5em;
	margin-bottom:30px;
}

#whats li.style3 {
    width: 220px;
    margin-right: 0;
	font-size:14px;
    line-height:1.5em;
	margin-bottom:30px;
}


#feature {
    clear: both;
}

#feature h4 {
	height:32px;
	font-size:24px;
	line-height:1em;
	color:#fff;
	border-bottom:3px solid #e3a300;
	margin: 0 0 0 0;


}

#feature h5 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	line-height:1.75em;
	font-weight: 500;
	color: #e3a300;
	margin: 10px 0 0 0;

}

#feature p {
    font-size: 14px;
    line-height: 1.75em;
	margin-bottom:20px;
}


/*right*/


#right {
	width: 275px;
	float: left;
	/* margin-top: 550px; */
}

#reserve_wide {
	background:url(../images/reserve_wide_on_3.png);
	margin:0 0 30px;
	width:690px;
	height:70px;
}

#reserve_wide a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#reserve_wide a:hover img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	opacity: 0;
}

#banner {
	margin:-320px 0 30px;
	width:275px;
	height:125px;
	background:#fff;
}

#banner a img {
	width:275px;
	height:125px;
}

a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=0.7);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0.7)"; /* IE 8 */
	opacity: 0.7;
}


#bottom {
	background:rgba(0,0,0,1);
	clear:both;
	width:100%;
	height:100px;
	text-align:center;
	font-size:14px;
	line-height:100px;
	margin-top:30px;
	color:#fff;
}

#right h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height:1.5em;
    font-weight: 400;
    color: #fff;
	margin: 0 0 0 0;
}

#date_venue p {
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
	margin-bottom:30px;
	margin: 0 0 0 0;
}

a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover {
	color:#e3a300
}


#pv {
/*	height:505px;*/
	clear:both;
	font-size:0;
	text-align:center;
}

#pv a, #message a {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height:1.5em;
	font-weight: 400;
	color: #fff;
	text-align:center;
	display:block;
}

#pv .main {
	width:272px;
	margin:0 0 10px;
	display:inline-block;
}

#pv .sub {
	width:128px;
	margin:0 4.75px 10px;
	display:inline-block;
}

#message li {
	width:275px;
	height:auto;
	margin:0 0 20px;
}

#pv .main .image, #message .image {
	width:100%;
	height:153px;
	background:#fff;
}

#pv .main .image img, #message .image img {
	width:100%;
}

#pv .sub .image {
	width:100%;
	height:72px;
	background:#fff;
}

#pv .sub .image img {
	width:100%;
}

#pv a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#pv a:hover img {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	filter: alpha(opacity=0.5);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0.5)"; /* IE 8 */
	opacity: 0.5;
}


#access p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
	margin:5px 0;
}

#access #map {
	width:275px;
	height:200px;
	border:0;
	margin-bottom: 1em;
}

/*timetable*/

#timetable h4 {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-sans-serif;
	text-align:center;
	line-height:1.5em;
	margin:0 0 30px;
}

#date_venue .image, #timetable .image {
	background:#fff;
    width: 275px;
	height:388px;
	margin-bottom:10px;
}

#date_venue .image img, #timetable .image img {
    width: 273px;
	height:386px;
	border:1px solid #fff;
}

/*Floor_map*/

#floor #map {
	background: url(../images/floor.png) no-repeat;
	width: 100%;
	height: 555px;
/*	margin-top:-15px;*/
	padding:0 0 50px;
	position:relative;
	font-size:0;
}

#floor #downstairs {
	display:inline-block;
	width:100%;
	height:270px;
}

#floor #upstairs {
	display:inline-block;
	width:50%;
	height:285px;
}

#floor h4 {
	color:#FFF;
	padding:30px;
	font-size:24px;
	font-weight:bold;
	line-height:1em;
}

#floor #desc {
	display:inline-block;
	width:50%;
	margin-top:20px;
}

#floor #desc li {
	counter-increment: step-counter;
	padding:0;
	margin:10px 0 0 11px;
	position:relative;
	color:#fff;
	width:100%;
	font-size:19px;
	font-weight:bold;
	line-height:22px;
}

#floor #desc li:before {
	content:counter(step-counter);
	border-radius: 50%;
	position:absolute;
	left:-30px;
	top:0;
	float:left;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	line-height:24px;
	width: 24px;
	height: 24px;
	background-color: #e3a300 ;
	color: #fff;
	margin:2px 0;
}

#floor #desc a {
	font-size:14px;
	color: #e3a300 ;
}

#floor #desc a:hover {
	color:#e6b80a;
}


#floor #desc2 {
	display:inline-block;
	width:50%;
	margin-top:20px;
}

#floor #desc2 li {
	counter-increment: step-counter;
	padding:0;
	margin:12px 0 0 30px;
	position:relative;
	color:#fff;
	width:100%;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}

#floor #desc2 li:before {
	content:counter(step-counter);
	border-radius: 50%;
	position:absolute;
	left:-30px;
	top:0;
	float:left;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	line-height:24px;
	width: 24px;
	height: 24px;
	background-color: #e3a300 ;
	color: #fff;
	margin:2px 0;
}

#floor #desc2 a {
	font-size:14px;
	color: #e3a300 ;
}

#floor #desc2 a:hover {
	color:#e3a300;
}


#floor .button a {
	position:absolute;
	width:44px;
	height:44px;
	background:#e3a300 ;
	border-radius: 50%;
	text-align:center;
	line-height:44px;
	font-weight:bold;
	font-size:24px;
}

#floor .button a:hover {
	background:#e6b80a
;
	color:#fff;
}

#floor #button1 {
	top:120px;
	left:420px;
}

#floor #button2 {
	top:360px;
	left:140px;
}

#floor #button3 {
	top:80px;
	left:180px;
}

#floor #button4 {
	top: 120px;
    left: 270px;
}

#floor #button5 {
    top: 65px;
    left: 270px;
}

#floor #button6 {
    top: 187px;
    left: 210px;
}


#floor #button7 {
	top: 187px;
	left: 210px;
}


#message_title {
    height: 1170px;
}

#message_title p {
  margin: 3px 0 10px 0;
}

#left #message {
	margin:10px 0 0 0;
}

#left #message .message {
	margin:10px 0 0 0;
}

#left #message .message p {
	margin: 0px 0 25px 0;
	font-size: 16px;
}

#guideline ul li {
	margin: 1em 0;
	float: none;
	font-size:14px;
	line-height:1.5em;
}


#tab li {
	position:relative;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	background:#000;
    width: 345px;
    height: 35px;
	color:#fff;
	font-size:24px;
	line-height:35px;
	text-align:center;
	margin:0 0;
}

#tab li a {
	color:#fff;
	font-size:24px;
	line-height:35px;
	text-align:center;
}

#tab li a:hover {
	color:#e3a300 ;
}

#tab li#selected {
	background:#e3a300
;
	color:#000;
}

#tab #selected:before {
	content: "";
 	position: absolute;
 	bottom: -15px;
 	left: 50%;
 	margin-left: -15px;
 	width: 0;
 	height: 0;
	border-top: 15px solid #e3a300
;
 	border-left: 15px solid transparent;
 	border-right: 15px solid transparent;
}

#profile .dj ul {
	width:690px;
	margin:0;
	padding:20px 0;
	border-bottom:3px solid #e3a300
;
	clear:both;
}

#profile .image { 
	width:160px;
	margin-right:15px;
	background:#fff;
}

#profile .image_wide { 
	width:160px;
	margin-right:15px;
	height:auto;
	background:#fff;
}

#profile .image_wide2 { 
	width:160px;
	margin-right:15px;
	height:90px;
	background:#fff;
}

#profile .image_square { 
	width:160px;
	margin-right:15px;
	height:160px;
	background:#fff;
}

#profile a img {
	width:160px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#profile a:hover img {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	filter: alpha(opacity=0.5);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0.5)"; /* IE 8 */
	opacity: 0.5;
}

#profile .text {
    width: 515px;
    margin: 0;
    font-size: 14px;
    line-height: 1.75em;
	text-align:justify;
	word-break:break-all;
}

#profile h4 {
	font-family: 'Oswald', sans-serif;
	color: #e3a300
;
    font-size: 24px;
    line-height: 1.5em;
	font-weight:600;
	margin: 0 0 0 0;
}

#profile h4 span {
	color: #fff;
    font-size: 0.6em;
}

#profile h4 .new {
	font-size:0.6em;
	color:#e3a300 ;
}

#profile a {
	font-size:14px;
/*	line-height:1.5em;*/
	color: #e3a300;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#profile a:hover {
	color:#fff;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	font-size:16px;
	line-height:40px;
	background-color: #808080;
 	color: #fff;
 	text-decoration: none;
 	text-align: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}
 
#pageTop a:hover {
 	text-decoration: none;
	background-color: #e3a300
;
 	color: #fff;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-o-opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1.0;
}

.disabled-link {
  pointer-events: none!important;
  color: gray!important; /* 見た目も無効っぽく */
  text-decoration: none!important;
}