@charset "utf-8";

/* common -------------------------------------------- */
body {
	position:relative;
	overflow-x:hidden;
}

#contents {
	min-width:0;
	overflow:hidden;
}

.brpc {
	display:none !important;
}

.brsp {
	display:block !important;
}

.brpc480 {
	display:block !important;
}

.brsp480 {
	display:none !important;
}
/* //common -------------------------------------------- */

/* header -------------------------------------------- */

/* //header -------------------------------------------- */



/* footer -------------------------------------------- */
footer small {
	font-size:10px;
}
/* //footer -------------------------------------------- */



/* top -------------------------------------------- */
#cntTop article h1 img {
	width:90%;
	height:auto;
}

#cntTop article .cntEnter {
	width:80%;
	margin:40px auto;
}

#cntTop article .cntEnter h2 {
    font-size:24px;
}

#cntTop article ul {
	margin:20px auto 0 auto;
}

#cntTop article ul li {
	display:block;
	font-size:16px;
	margin-bottom:5px;
	margin-right:0;
}

#cntTop article ul li span {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(/lib/images/link.png) no-repeat 0 0 / 10px 10px;
	margin-left:8px;
}

#cntTop article p {
	line-height:150%;
	/*bottom:50px;*/
}

#cntTop article p span {
	font-size:12px;
}
/* //top -------------------------------------------- */




/* other -------------------------------------------- */
#shop article .shopCnt .scData {
	width:100%;
	float:none !important;
}

#shop article .shopCnt .scData ul {
	margin-left:0;
	margin-bottom:20px;
}

#liquor article .lCnt .title,
#studio article .sCnt .title {
	width:80%;
}

@media (max-width:480px) {
	.brpc480 {
		display:none !important;
	}
	
	.brsp480 {
		display:block !important;
	}
	
	#cntTop article {
		vertical-align:top;
	}
	
	#cntTop article ul {
		margin-top:0;
	}
	
	#cntTop article .cntEnter {
		width:100%;
		margin:40px auto 20px auto;
		background:none;
	}
	
	#cntTop article .cntEnter h2 {
		float:none !important;
		margin-bottom:10px;
	}
	
	#cntTop article .cntEnter h2:last-child {
		margin-bottom:0;
	}
	
	#cntTop article .cntEnter h2 .ceIconPC {
		display:none !important;
	}
	
	#cntTop article .cntEnter h2 .ceIconSP {
		display:inline-block !important;
	}
	
	
	
	#about article ul li {
		display:block;
		width:100%;
		margin-bottom:4%;
	}
	
	#about article ul li:nth-child(odd) {
		margin-right:0;
	}
	
	
	
	#liquor article ul li {
		display:block;
		width:100%;
		margin-bottom:4%;
	}
	
	#liquor article ul li:nth-child(odd) {
		margin-right:0;
	}
}
/* //other -------------------------------------------- */