html{ -webkit-text-size-adjust:none; }

.mb {
	display:none;
}

body{
	width:100%;
	min-width:1024px;
	overflow:hidden;
	background-color:#fff;
	font-size:12px;
	font-family:'メイリオ' , Meiryo ,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:180%;
	-webkit-text-size-adjust:none;
	color:#1A1A1A;
	margin:0 auto;
	position:relative;
	border-top:5px solid #F71E2E;
	}
a{ color:#000000; }

.imgfit {
  width: 100%;
  height: 100%;
  text-align:center;
  overflow:hidden;
  position: relative;
}
.imgfit img {
	position: relative;
	width: 100%;
	height: auto;
}

.hover-alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

body a:hover{
	text-decoration:none;
	}
input,select{
	font-family:'メイリオ' , Meiryo ,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.title{
	font-weight:bold;
	}
.red{
	color:#f71e2e;
	}
.blue{
	color:#677ec1;
	}
	
/*///////////////////////////////////////////////////////////////////
//
//	header
//
///////////////////////////////////////////////////////////////////*/
#header{
	position:absolute;
	width:100%;
	min-width:1024px;
	z-index:3;
	}
#header > section{
	width:1024px;
	margin:0 auto;
	position:relative;
	}
#header > section > div.head_menu{
	width:auto;
	height:25px;
	position:absolute;
	top:3px;
	right:0;
	}
	#header > section > div.head_menu > div.link{
		float:left;
		padding: 2px 20px 0px 0px;
	}
	#header > section > div.head_menu > div.link a{
		color: #0042ff;
		text-decoration: underline;
	}
	#header > section > div.head_menu > div.lang{
		float:right;
	}
#header > section > h1{
	width:250px;
	position:absolute;
	top:55px;
	left:0;
	z-index:4;
	text-align:center;
	}
#pc_btn{
	color:#fff;
	background: #F71E2E;
	color: #fff;
	width: 8em;
	text-align: center;
	position:relative;
	z-index:10;
	}
#pc_btn a{
	color:#fff;
	}
	
.pc_head_access	{
	height:18px;
	}
.pc_head_access a img{
	height:18px;
	padding:0 10px 2px 0;
	}
	
/*///////////////////////////////////////////////////////////////////
//
//	container
//
///////////////////////////////////////////////////////////////////*/
#container{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding-bottom:100px;
	z-index:2;
	}
/*sidebar_BG*/
#container:before{
	content:"";
	position:absolute;
	width:250px;
	height:100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(251,251,240,0.9) 0%, rgba(251,251,240,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,240,0.9)), color-stop(100%,rgba(251,251,240,0.9)));
	background: -webkit-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fbfbf0', endColorstr='#e6fbfbf0',GradientType=0 );
	top:0;
	left:0;
	}
/*/////////////////////
//
//	main
//
//////////////////// */
#container #main{
	width:745px;
	float:right;
	position:relative;
	}
#container #main article{
	width:745px;
	}
#container #main article h1{
	width:745px;
	padding-top:22px;
	border-top:1px solid #1A1A1A;
	}
#container #main article h2{
	width:745px;
	height:20px;
	border-left:#998675 4px solid;
	display:block;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
	position:relative;
	z-index:1;
	}
#container #main article h2:after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#1a1a1a;
	top:50%;
	left:0px;
	z-index:1;
	}
#container #main article h2 img{
	vertical-align:middle;
	background:#FFF;
	padding-left:15px;
	padding-right:19px;
	z-index:2;
	position:relative;
	}
/* //////////////////////////
//
//	main header sub pages
//
////////////////////////// */
#head_nav{
	width:100%;
	top:0;
	position:absolute;
	}
#head_nav #sub{
	width:100%;
	height:100px;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-top:34px;
	left:0;
	}
#head_nav #sub img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	}
#main{
	padding-top:158px;
	padding-bottom:210px;
	}
#main header{
	width:745px;
	overflow:hidden;
	margin-bottom:12px;
	}
#main header nav{ 
	margin-bottom:6px;
	overflow:hidden;
	}
#main header nav ul li{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	}
#pankuzu{
	height:20px;
	line-height:20px;
	margin-bottom:18px;
	}
#pankuzu li{
	height:20px;
	line-height:20px;
	display:inline;
	margin-right:32px;
	position:relative;
	}
#pankuzu li:after{
	content:"＞";
	position:absolute;
	top:0;
	right:-25px;
	color:#808080;
	font-size:10px;
	height:20px;
	line-height:20px;
	}
#pankuzu li:last-child{ margin-right:0px; }
#pankuzu li:last-child:after{ content:none; }
#pankuzu li a{
	color:#808080;
	font-size:10px;
	}
#pankuzu li a.current{
	color:#998675;
	}
/* ////////////////////////
//
//	main #list
//
////////////////////////// */
#list{
	width:750px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
#list > ul{
	width:750px;
	margin-top:30px;
	}
#list > ul > li{
	width:138px;
	height:200px;
	border:1px solid #998675;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	}
#list > ul > li:nth-child(5n){
	margin-right:0px;
	}
#list > ul > li a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	}
#list > ul > li span{
	position:absolute;
	display:block;
	width:auto;
	background:#677EC1;
	color:#fff;
	line-height:100%;
	text-align:center;
	font-weight:bold;
	z-index:2;
	padding:3px 5px;
	}
#list > ul > li.p span{ background:#677EC1; }
#list > ul > li.e span{ background:#F71E2E; }
#list > ul > li div.logobox{
	width:100px;
	height:100px;
	margin:20px auto 0;
	}
#list > ul > li p{
	width:118px;
	margin:0 auto;
	text-align:left;
	}
#list > ul > li p.genre{
	font-size:9px;
	margin-top:5px;
	line-height:120%;
	position:relative;
	}
#list > ul > li p.genre:before{
	position:relative;
	content:"[";
	top:0;
	left:0;
	}
#list > ul > li p.genre:after{
	position:relative;
	content:"]";
	top:0;
	right:0;
	}
#list > ul > li p.name{
	font-size:11px;
	line-height:120%;
	margin-top:5px;
	font-weight:bold;
	}


/*///////////////////////////////////////////////////////////////////
//
//	sidebar
//
///////////////////////////////////////////////////////////////////*/
#sidebar{
	width:250px;
	height:100%;
	position:relative;
	margin-top:190px;
	left:0;
	margin-right:30px;
	padding-top:0px;
	padding-bottom:90px;
	text-align:center;
	z-index:3;
	}
	
.up_banner{
	margin:0 auto 15px auto;
}
	
#sidebar #nav{
	width:250px;
	float:left;
	position:relative;
	z-index:2;
	}
#sidebar #nav > nav{
	text-align:left;
	margin-left:42px;
	padding-bottom:67px;
	}
#sidebar #nav > nav ul li{
	margin-bottom:16px;
	}
#sidebar #nav > nav ul li:last-child{
	margin-bottom:0px;
	}


#guidance_info,#plazafloor_side,#entfloor_side{
	width:200px;
	border:1px solid #998675;
	margin:0 auto;
	clear:left;
	background-image:url(../images/sidebar/bg.png);
	background-repeat:repeat;
	overflow:hidden;
	}
#guidance_info{
	text-align:left;
	border-bottom:none;
	}
#guidance_info li > ul{
	width:180px;
	margin:0 auto;
	margin-top:18px;
	}
#guidance_info li > ul li{
	min-height:18px;
	line-height:18px;
	margin-top:5px;
	font-size:11px;
	position:relative;
	}
#guidance_info li > ul li:nth-child(2){margin-top:8px;}
#guidance_info li > ul li small{font-size:10px;}
#guidance_info li > ul li img{margin-right:18px;}
#guidance_info li > ul li:first-child{
	padding-left:15px;
	}
#guidance_info > li:last-child{
	text-align:right;
	margin-top:30px;
	margin-bottom:12px;
	position:relative;
	padding-right:10px;
	}
#guidance_info li > ul li:first-child:before,
#guidance_info > li:last-child:before{
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #666666;
	border-right: solid 2px #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	}
#guidance_info > li:last-child:before{left:120px;}

#plazafloor_side,
#plazafloor_side li:nth-child(-n+3),
#entfloor_side li:nth-child(-n+2){
	border-top:none;
	border-bottom:none;
	}
#entfloor_side{
	border-top:none;
	}
#plazafloor_side li,#entfloor_side li{
	float:left;
	border-top:1px solid #998675;
	}
#plazafloor_side li:nth-child(even),#entfloor_side li:nth-child(odd){
	width:99px;
	border-right:1px solid #998675;
	}
	
#banner_side{
	width:200px;
	margin:0 auto;
	clear:left;
	}
#banner_side li{
	margin-top:20px;
	}
#sidebar p{
	font-size:10px;
	margin-bottom:10px;
	}
	
	
	
/*///////////////////////////////////////////////////////////////////
//
//	footer
//
///////////////////////////////////////////////////////////////////*/
#footer{
	width:100%;
	height:232px;
	min-width:1024px;
	margin:0 auto;
	background:url(/images/footer/bg.png);
	margin-top:-90px;
	position:relative;
	z-index:3;
	}
#footer > div:last-child{
	width:1024px;
	height:232px;
	margin:0 auto;
	position:relative;
	}
#footer > div#banner_footer{
	position:absolute;
	width:745px;
	height:81px;
	padding-top:10px;
	padding-bottom:10px;
	background:#fbfbf0;
	right: 50%;
	margin-right: -512px;
	top: -280px;
	position: absolute;
	overflow:hidden;
	}
#footer > div#banner_footer #left{
	position:absolute;
	top:0;
	left:0;
	}
#footer > div#banner_footer .bx-wrapper{
	min-width:745px;
	background:#fbfbf0;
	}
#footer > div#banner_footer .bx-wrapper .bx-viewport{
	min-width:100%;
	left:41px;
	background:#fbfbf0;
	overflow:visible !important;
	moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
#footer > div#banner_footer .bx-wrapper .bx-prev{
	background:url(/images/sidebar/left.png);
	width:20px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:0;
	}
#footer > div#banner_footer .bx-wrapper .bx-next{
	background:url(/images/sidebar/right.png);
	width:20px;
	height:100px;
	top:50%;
	margin-top:-50px;
	right:0;
	}
#footer > div#banner_footer #right{
	position:absolute;
	top:0;
	right:0;
	}
#footer > div#banner_footer #banner_foot{
	height:81px;
	}
#footer > div#banner_footer li{
	float:left;
	margin-right:20px;
	}
#footer > div#banner_footer li p{
	display:none;
	}
#footer > div#to_top{
	width:1024px;
	left:50%;
	margin-left:-512px;
	text-align:right;
	top:-60px;
	position:absolute;
	}
#footer > div h1{
	position:absolute;
	top:128px;
	left:84px;
	}
#footer > div > nav{
	position:absolute;
	width:744px;
	margin:0 auto;
	right:0;
	bottom:10px;
	}
#footer > div > nav ul{
	width:744px;
	border-bottom:1px #1A1A1A solid;
	padding-bottom:8px;
	margin-bottom:16px;
	}
#footer > div > nav ul li{
	display:inline;
	margin-right:20px;
	}
#footer > div > nav ul li a{
	color:#666666;
	font-size:11px;
	}
#footer > div > nav p{
	font-size:11px;
	}
/*///////////////////////////////////////////////////////////////////
//
//	others
//
///////////////////////////////////////////////////////////////////*/
.imgbox{
	width:240px;
	height:240px;
	overflow:hidden;
	text-align:center;
	position:relative;
	}
.imgbox img{
	max-width:240px;
	max-height:240px;
	position:absolute;
	top:50%;
	left:50%;
	}
/*///////////////////////////////////////////////////////////////////
//
//	.info_area
//
///////////////////////////////////////////////////////////////////*/
.info_area{
	margin-top:38px;
	overflow:hidden;
	}
.info_area > div{
	clear:both;
	padding-bottom:30px;
	padding-top:30px;
	border-bottom:1px solid #F2F2F2;
	overflow:hidden;
	}
.info_area > div:last-child{
	border-bottom:none;
	}
.info_area .imgbox{
	float:left;
	margin-right:12px;
	}
.info_area .textbox{
	float:left;
	width:492px;
	}
.done{ color:#F00; }
.info_area .textbox strong{
	font-weight:bold;
	font-size:110%;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	}

.cat{
	position: absolute;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	min-width:50px;
	text-align:center;
	line-height:170%;
	}
.shop_newopen{
	background:#F81C46;
	}
.shop_recommend{
	background:#71846F;
	}
.shop_event{
	background:#646C82;
	}
.shop_info{
	background:#AF8343;
	}
.shop_bridal{
	background:#b38da4;
	}

/*/////////////////////////
//
//	pagenation
//
//////////////////////// */
.page_turn_info{ display:none; }
.page_turn_body{
	text-align:right;
	color:#B3B3B3;
	padding-right:2px;
	}
.page_turn_body span,
.page_turn_body a{
	width: 25px;
	height: 25px;
	border: 1px solid #B3B3B3;
	margin-left:5px;
	text-align:center;
	line-height:25px;
	display:inline-block;
	color:#B3B3B3;
	}
.page_turn_body span.page_turn_on{
	background:#998675;
	color:#fff;
	}
.page_turn_body span.page_turn_off{
	display:none;
	}

/*/////////////////////////
//
//	policy
//
//////////////////////// */
.policy header nav ul li:nth-child(2){
	clear:left;
	}
.policy article h3{
	color:#998675;
	font-size:120%;
	font-weight:bold;
	margin-top:42px;
	margin-bottom:20px;
	}
.policy article > ol{
	margin:20px auto;
	overflow:hidden;
	}
.policy article > ol > li{
	margin-bottom:20px;
	}
.policy article > ol > li strong{
	font-size:110%;
	color:#998675;
	}
.policy article > ol > li p{
	font-size:100%;
	color:#1A1A1A;
	margin-left:13px;
	}
.policy article > ol > li > ul{
	font-size:100%;
	color:#1A1A1A;
	padding-left:1em;
	}
.policy article > ol > li > ul > li{
	position:relative;
	padding-left:1.5em;
	}
.policy article > ol > li > ul > li span{
	position:absolute;
	top:0;
	left:0;
	}
.policy article > ol > li > ol{
	font-size:100%;
	color:#1A1A1A;
	padding-left:5px;
	}
.policy article > ol > li > ol > li{
	position:relative;
	padding-left:32px;
	}
.policy article > ol > li > ol > li span{
	position:absolute;
	top:0;
	left:0;
	}
.policy article > ol > li > ol > li > ul > li{
	padding-left:1.5em;
	position:relative;
	}
.policy article > ol > li > ol > li > ul > li > ul > li{
	padding-left:1.5em;
	position:relative;
	}

/*/////////////////////////
//
//	access/guidance common information
//
//////////////////////// */
#plaza{
	clear:both;
	margin-top:35px;
	}
#ent{
	clear:both;
	margin-top:18px;
	}
#plaza li:first-child,
#ent li:first-child{
	margin-bottom:12px;
	}
#plaza li:nth-child(n+2),
#ent li:nth-child(n+2){
	padding-left:23px;
	}
#holiday{
	margin-top:22px;
	}
#holiday li{
	position:relative;
	padding-left:8em;
	}
#holiday li span{
	position:absolute;
	left:0;
	top:0;
	}
	
/*/////////////////////////
//
//	bridal
//
//////////////////////// */
	
.b_nav{
  width: 745px;
  margin-bottom: 30px;
  overflow: hidden;
}

.b_nav ul li{
  display: inline-block;
}
.b_nav ul li a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mt-20{ margin-top:-20px !important;}

