<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#bg {
	position: fixed;
	left:0;
	top:0;
	display: none;
}
#mask_wrap {
	z-index:9500;
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: absolute;
	left:0;
	top:0;
}
#mask_in_wrap {
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: absolute;
	left:0;
	top:0;	
}
#mask {
	width: 100%;
	height: 100%;
}
#outline-section .content h2{
	color:#DFCB8C;
	font-family: Times,Garamond,Georgia,serif;
	text-align: center;
	font-size:24px;
	letter-spacing: 2px;
	margin-bottom:10px;
}
#outline-section .content p{
	color:#DFCB8C;
	font-size:11px;
	line-height: 1.6;
	text-align: justify;
}
#home-section {
	z-index:40000;
		cursor: pointer;
}
#outline-section {
	z-index:39000;
}

/* home */
h1 {
	overflow:hidden;
	line-height: 0;
}
#top-shoplist {
	overflow: hidden;
	line-height: 0;
}

#pick-soon {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	z-index: 30000;
}
/* outline */
.outline-bg {
	position: relative;
}
.outline-bg img{
	position: absolute;
	top:0;
	left:0;
}



/* SP
-------------------------------------------------- */
@media screen and (max-width:640px){


		#home-section .content {	
			margin:0 10px;
		}

		#outline-section .content {	
			margin:0 10px;
	display: none;
		}

	#mask {
		background-color:#000;
	}		
}


/* PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	html {
		width: 100%;
		height: 100%;
	}
	#mask {
		background:url(../images/mask.png) no-repeat 41% center;
	}


#home-section .content {
	width:960px;
}
	#outline-section .content h2{
		font-size:24px;
	margin-bottom:30px;
	}
	#outline-section .content p{
		font-size:12px;
		line-height: 2;
	}
	#outline-section .content {	
		display: none;
	}
	#outline-section .content {	
	width:450px;
	display: none;
}
		#cix-menu {
	display: none;
}
h1 {
	width: 0;
}
#top-shoplist {
	width: 0;
}
#pick-soon {
	cursor: pointer;
}

#map-nav,
#photo-nav {
	height: 80px;
	background:url(../images/blank.gif) ;
}


}





</pre></body></html>