@charset "utf-8";
@charset "utf-8";
/*@import url("/wp/wp-content/themes/kirarito/css/print.css") print;*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// PC用
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// common
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#wrap { width: 100%; margin: 0 auto; }
#head_wrap { padding: 20px 0; border-top: solid 5px #f9ec57; border-bottom: solid 1px #d5d5d5; }
header #logo { width: 224px; float: left; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 下層ページタイトル
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#page_ttl_box { width: 640px; }
div.tokusyuu_title_top { width: 100%; border-top: solid 1px #d5d5d5; height: 10px; }
#page_ttl_box h2 { height: 50px; text-indent: -9999px; }
.ttl_circle { color: #333333; height: 35px; font-size: 140%; padding: 10px 0 0 45px; margin-bottom: 20px;float:right;}
.ttl_normal { color: #333; font-weight: bold; line-height: 140%; font-size: 130%; padding: 10px 10px 5px 10px; margin-bottom: 20px;}
.ttl_normal .date_txt { display: block; font-size: 80%; font-weight: normal; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// nav
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

nav { width: 706px; height: 45px; float: left; margin-left: 20px; }
nav li { float: left; text-indent: -9999px; }
nav li a { height: 45px; display: block; }
nav #nav01 { width: 140px; }
nav #nav02 { width: 140px; }
nav #nav03 { width: 140px; }
nav #nav04 { width: 140px; }
nav #nav05 { width: 140px; }
nav #nav06 { width: 140px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// nav (耳寄りなし)
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

nav#gnav02 { width: 555px; height: 45px; float: left; margin-left: 20px; }
nav#gnav02 li { float: left; text-indent: -9999px; }
nav#gnav02 li a { height: 45px; display: block; }
nav#gnav02 #nav01 { width: 108px; }
nav#gnav02 #nav02 { width: 93px; }
nav#gnav02 #nav03 { width: 160px; }
nav#gnav02 #nav04 { width: 95px; }
nav#gnav02 #nav05 { width: 97px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// over
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.over a:hover img, .over li a:hover img { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// linkbox
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.linkbox { cursor: pointer; height: 1%; }
.link_hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ぱんくず
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#pankuz { width: 950px; margin: 15px auto 0; }
#pankuz a:link { color: #4d4d4d; text-decoration: underline; }
#pankuz a:visited { color: #4d4d4d; text-decoration: underline; }
#pankuz a:hover { color: #909090; text-decoration: none; }
#pankuz a:active { color: #909090; text-decoration: none; }
.pankuzu_bg{
	width:100%;
	background-color:#f1f1f1;
	margin-top:2px;

}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// PAGETOP
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.pagetop { display: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// content
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content_wrap_top { width: 950px; margin: auto; padding-top: 15px; }
#content_wrap_top #content { width: 650px; float: left; }
#content_wrap_top #rnav { width: 300px; float: left; padding-left: 30px; padding-bottom: 30px; }
#content_wrap_shop, #content_wrap_one { width: 950px; margin: auto; padding-top: 15px; }
#content_wrap_shop #content { width: 640px; float: right; padding-bottom: 30px; }
#content_wrap_one { background: none; }
#content_wrap_one #content { padding-bottom: 30px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// lnav
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content_wrap_shop #lnav { }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// rnav
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#rnav { width: 300px; float: right; }
#hours { border: solid 1px #000; margin: 20px 0; }
#rnav #access { width: 230px; float: none; border: 1px; zoom: 1; display: inline; clear: both; }
#rnav #access img { overflow: hidden; width: 250px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

footer { width: 100%; overflow: hidden; border-top: solid 1px #d5d5d5; }
footer a:link { color: #776751; text-decoration: none; }
footer a:visited { color: #776751; text-decoration: none; }
footer a:hover { color: #999999; text-decoration: underline; }
footer a:active { color: #999999; text-decoration: underline; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// foot_top
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/

#foot_top { width: 950px; margin: auto; padding: 20px 0; }
#foot_top .txt { float: left; width: 610px; }
#foot_top .img { float: left; width: 340px; padding-top: 5px; }
#foot_top .foot_bnr01 { float: left; width: 90px; }
#foot_top .foot_bnr02 { float: right; width: 230px; }
#foot_bttom { background: #f9ec57; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// foot_bttom_inner
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/

#foot_bttom_inner { width: 980px; margin: auto; padding: 0; }
#foot_bttom ul { float: left; padding: 10px 0; }
#foot_bttom li { padding-left: 18px; margin-right:20px; }
#foot_right { float: right; color:#fff; }
#foot_right .txt { text-align: right; font-size: 80%; margin-bottom: 5px; }
#foot_right .img { padding-left: 450px; margin-bottom: 5px; }
#foot_right address { font-size: 80%; text-align: right; font-style: normal; floar:right; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 共通設定
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.sp_only { display: none; }

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// info_unit
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.info_unit {  margin-bottom: 20px; }
.info_unit dl { padding: 10px 10px 0; }
.info_unit dt, .info_unit dd { font-size: 90%; margin-bottom: 2px; display: inline-block; vertical-align: top; }
.info_unit dt { color: #fff; clear: left; padding: 2px 2px 0; }
.info_unit dd { padding-top: 2px; }
*html .info_unit dt { display: inline; zoom: 1 }
*html .info_unit dd { display: inline; zoom: 1 }
*:first-child+html .info_unit dt { display: inline; zoom: 1 }
*:first-child+html .info_unit dd { display: inline; zoom: 1 }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// TOPページ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// slide
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#main_img{
	position:relative;
	width:670px;
	height:400px;
	margin-bottom:10px;
	background-image:url("/wp/wp-content/themes/kirarito/img/top/index-bg.png");
}

#panel{
	position:relative;
}

#main_img p{
	position: absolute;
	top:0;
	z-index:10;
}

#main_img p img{
	width:670px;
	height:400px;
}

#main_obj{
	width:670px;
	position: relative;
	top:-410px;
	margin-bottom:-350px;
	z-index:10;
	cursor:pointer;
}

#thum_area{margin-bottom:20px;}


#thum_area #thum_box,
#thum_area li,
#thum_area #prev,
#thum_area #next{
	float:left;
}

#thum_area #prev,
#thum_area #next,
#thum_area li{
	cursor:pointer;
}

#thum_area #prev{width:25px;}
#thum_area #next{width:25px;}

#thum_area ul{position: relative;}
#thum_area li{position:absolute;}
#thum_area li p{position: absolute;z-index:10;}

#thum_box li{
	width:150px;
	float:left;
}

#thum_area #thum_box{
	width:617px;
	padding-left:3px;
	height:90px;
	overflow:hidden;
	position:relative;
}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 限定バナー
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#bnr_limited01 { width: 670px; }
#bnr_limited01 .bnr01 { float: left; width: 330px; }
#bnr_limited01 .bnr02 { float: right; width: 330px; }
#bnr_limited02 { width: 670px; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// top_border
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.top_border { padding: 0 15px 20px 0; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// top unit
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#top_unit02_wrap { float: left; width: 220px; padding-top: 20px; }
#top_unit01, #top_unit02, #top_unit03 { padding: 10px 0; border: solid 1px #d5d5d5; }
#top_unit01 h2, #top_unit02 h2, #top_unit03 h2 { text-indent: -9999px; height: 30px; margin: 0 0 10px 10px; }
#top_unit01 h2 { width: 260px; }
#top_unit02 h2 { width: 200px; height: 60px; }
*html #top_unit02 h2 { margin-bottom: -10px; }
*:first-child+html #top_unit02 h2 { margin-bottom: -10px; }
#top_unit03 h2 { width: 165px;  }
#top_unit01 .color0 { color: #313775; }
#top_unit01 .color1 { color: #009245; }
#top_unit01 .color2 { color: #f15d27; }
#top_unit01 .for_list { width: 74px; margin-left: 585px; margin-top: -40px; margin-bottom: 10px; }
#top_unit02 .for_list { width: 200px; overflow: hidden; margin-top: -70px; margin-bottom: 30px; }
*:first-child+html #top_unit02 .for_list { margin-top: -60px; margin-bottom: 10px; }
#top_unit01 .for_list a, #top_unit02 .for_list a, #top_unit03 .for_list a { display: block; height: 30px; text-indent: -9999px; }
#top_unit02 .for_list a { width: 74px; float: right; }
.for_list a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
*html #top_unit01 .for_list { margin-bottom: 0; padding-bottom: 10px; }
#top_unit03 .for_list { width: 74px; margin-left: 346px; margin-top: -40px; margin-bottom: 10px; }
*html #top_unit03 .for_list { margin-bottom: -10px; }
*:first-child+html #top_unit03 .for_list { margin-bottom: -10px; }
#top_unit01 .pht { width: 210px; height: 120px; margin-bottom: 10px; overflow: hidden; position: relative; }
#top_unit02 .img_wrap, #top_unit03 .img_wrap { width: 200px; height: auto; position: absolute; z-index: 10; }
#top_unit02 .pht img, #top_unit03 .pht img {  }
*html #top_unit02 .pht { margin-bottom: 0; }
*html #top_unit03 .pht { margin-bottom: 0; }
*:first-child+html #top_unit02 .pht { margin-bottom: 0; }
*:first-child+html #top_unit03 .pht { margin-bottom: 0; }
/*-----+-----+-----+-----+-----+
+-----+// top_unit01
+-----+-----+-----+-----+-----+*/

#top_unit01 { margin-top: 20px; }
#top_unit01 .linkbox { float: left; width: 210px; padding-left: 10px; }
#top_unit01 .img_wrap { width: 210px; height: auto; position: absolute; z-index: 10; }
#top_unit01 .tumb img { width: auto; height: auto; position: relative; top: 0; left: 0; }
#top_unit01 dt, #top_unit02 dt, #top_unit03 dt { font-size: 110%; line-height: 140%; font-weight: bold; color: #333333; margin-top: 5px; margin-bottom: 3px; }
#top_unit02 dt, #top_unit03 dt { font-size: 100%; line-height: 140%; margin-top: 0; }
/*-----+-----+-----+-----+-----+
+-----+// top_unit02,top_unit03
+-----+-----+-----+-----+-----+*/

#top_unit02 { width: 218px; float: left; margin-bottom: 10px; padding-bottom: 0; }
#top_unit03 { width: 420px; float: right; margin-top: 20px; padding: 10px 9px 0; }
#top_unit03 .shop { width: 200px; float: left; }
#top_unit02 p, #top_unit03 p { width: 200px; margin: auto; }


*html #top_unit03 dl { margin-bottom: 0 }
*html #top_unit02 dl { margin-bottom: 0 }
*:first-child+html #top_unit02 dl { margin-bottom: 0; }
*:first-child+html #top_unit03 dl { margin-bottom: 0; }
#top_unit02 dd.day, #top_unit03 dd.day, #topics_unit03 dd.day, #sideshop-event dd.day, #sideshop-new dd.day{
     margin-top: 0;
    padding-right: 10px;
    bottom: 5px !important;
    font-size: 88%;
    position: absolute;
    /* float: right; */
    right: 0;
	padding-top:20px;

	}
#topics_unit03 dd.day {bottom: 0;}
ul.post-categories{
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 66%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// shop_bnrs
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#shop_bnrs_ttl { width: 670px; height: 30px; margin-top: 24px; text-indent: -9999px; margin-bottom: 10px; }
#shop_bnrs { padding: 0 0 20px; }
#shop_bnrs li { width: 215px; float: left; padding: 0 12px 12px 0; }
#shop_bnrs li a { display: block; text-align: center; border: solid 1px #d5d5d5; }
#shop_bnrs li img { width: auto; padding: 8px 0; height: 50px; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 右ナビ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#rnav { padding-bottom: 30px; }
#rnav a:hover{
	opacity:0.7;
	}
#search_unit03 a:hover{
	opacity:0.7;
	}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// shop_search
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#rnav #shop_search { margin-bottom: 20px; }
#rnav #shop_search h2 { height: 30px; margin-bottom: 5px; }
#rnav #search_unit01, #rnav #search_unit02, #rnav #search_unit03 { width: 235px; margin: 0 auto; padding: 10px 0; }
#rnav #search_unit03 { background: none; }
#rnav #shop_search h3 { height: 18px; text-indent: -9999px; /*margin-bottom: 5px;*/ }
#rnav #search_unit01 input { width: 164px; padding: 2px; float: left; border: solid 1px #d5d5d5; }
#rnav #search_unit01 .btn { width: 60px; float: right; }
#rnav #search_unit02 li { width: 235px; margin-top: 1px; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// info_area
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#rnav #info_area { margin-bottom: 20px; border: solid 1px #d5d5d5; }
#rnav #info_area h2 { }
#rnav #info_area dl { width: 235px; margin: auto; padding: 10px 0; }
#rnav #info_area dl.last { background: none; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// right_bnrs
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#right_bnrs li { border: solid 2px #d5d5d5; margin-bottom: 10px; }
#right_bnrs li a { display: block; }
#right_bnrs li img { height: 70px; width: auto; }
#right_bnrs li.bnr03 { border: solid 2px #3bb843; }
#right_bnrs li.bnr03 img { padding: 10px; height: 56px; }
#right_bnrs li.bnr04 { border: solid 1px #3bb843; }
#right_bnrs li.bnr04 img { height: 70px; width: auto; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// hours
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#rnav #hours { border: solid 1px #d5d5d5; background: #f2f2f2; }
#rnav #hours h2 { height: 38px; text-indent: -9999px; margin-bottom: 10px; }
#rnav #hours #sttl01, #rnav #hours #sttl02 { height: 28px; text-indent: -9999px; margin: 10px 0 0; padding-top: 10px; border-top: solid 1px #d5d5d5; }
#rnav #hours #sttl02 { margin-top: 0; }
#rnav #hours dl { width: 235px; margin: 0 auto 10px; padding-bottom: 10px; margin-bottom: 10px; }
#rnav #hours dl.last { background: none; margin-bottom: 0; }
#rnav #hours dt { font-weight: bold; }
#rnav #hours dl.hours_dl01 { background: none; padding: 0; margin-bottom: 0; }
#rnav #hours .hours_dl01 dt, #rnav #hours .hours_dl01 dd { float: left; font-size: 90%; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// eventarea_bnr
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#top_unit02.eventarea_bnr { width: 218px !important; height: 165px; }
p.eventarea_bnr img { padding-bottom: 19px; <!--
元は19px--> border-bottom:solid 1px #d5d5d5 !important;
}
*+html #top_unit02.eventarea_bnr { height: 184px; padding-top: 10px; }
p.eventarea_bnr:last-child img { padding: 0px; border-bottom: none !important; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ショップガイド
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#ttl_fashion, #ttl_goods, #ttl_gourmet, #ttl_other { height: 35px; color: #333; line-height: 30px; font-size: 140%; padding: 10px 0 0 35px; margin-bottom: 20px; border: solid 1px #d5d5d5; }
.shoplist_box { padding: 20px 0; }
.shoplist_box ul { float: left; }
.shoplist_box .logo, .shoplist_box .pht { width: 180px; height: 180px; overflow: hidden; position: relative; float: left; }
.shoplist_box .pht { float: right; }
.shoplist_box .img_wrap { width: 180px; height: auto; position: absolute; z-index: 10; }
.shoplist_box .pht img, .shoplist_box .logo img { width: 100%; height: auto; position: relative; top: 0; left: 0; }
.shoplist_box dl { width: 295px; float: right; }
.shoplist_box dt, .shoplist_box .formats { color: #fa7aa1; font-size: 110%; padding-top: 2px; }
.shoplist_box dt { font-weight: bold; }
.shoplist_box dd img { height: 33px; }
.shoplist_box dt a { padding-right: 10px; }
.shoplist_box .txt { margin-bottom: 2px; line-height: 140%; min-height: 93px; padding-top: 3px; }
.shoplist_box p{
	color:#666;}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// lnav
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#lnav a:link { color: #776751; text-decoration: underline; }
#lnav a:visited { color: #776751; text-decoration: underline; }
#lnav a:hover { color: #999999; text-decoration: none; }
#lnav a:active { color: #999999; text-decoration: none; }
#lnav #category h2, #lnav #shop_search h2, #lnav #floor_link h2 { text-indent: -9999px; margin-bottom: 10px; }
#lnav #category h3 { width: 200px; height: 30px; text-indent: -9999px; margin-top: 10px; }
#lnav #category h3 span { height: 30px; display: block; }
#lnav #category ul {     width: 237px;
    border: solid 1px #d5d5d5;
    border-top: none;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    margin-left: 20px;}
#lnav #category li { padding-left: 15px; padding-top: 8px; }
#lnav #shop_search { width: 200px; margin-top: 25px; }
#lnav #shop_search li { float: left; padding: 0 5px; margin-bottom: 10px; line-height: 1; border-right: solid 1px #776751; }
#lnav #shop_search #search02 { padding-top: 5px; }
#lnav #shop_search .last { border: none; }
#lnav #floor_link { width: 200px; margin-top: 25px; }
#lnav #floor_link ul { border: solid 1px #d5d5d5; border-bottom: none; }
#lnav #floor_link li { border-bottom: solid 1px #d5d5d5; }
#lnav #floor_link li a { width: 198px; height: 43px; display: block; text-indent: -9999px; }
#lnav #floor_link li a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
/*-----+-----+-----+-----+-----+
+-----+// lnav search
+-----+-----+-----+-----+-----+*/

#lnav #lnav_search { width: 200px; margin: 10px 0; padding-bottom: 10px; border: solid 1px #d5d5d5; }
#lnav #lnav_search h3 { height: 18px; text-indent: -9999px; margin: 10px 5px 5px; }
#lnav #lnav_search input { width: 180px; padding: 2px; margin: 0 auto 10px 6px; border: solid 1px #d5d5d5; }
#lnav #lnav_search .btn { width: 60px; margin: 0 auto; text-align: center; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ショップガイド詳細
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#shop_detail_box{margin-bottom: 20px;}
#shop_detail_box, #shop_news_box { /*padding-bottom: 40px;*/ }
#shop_detail_box .detail_left, #shop_news_box .detail_left { /*width: 640px;*/width: 100%; box-sizing:border-box; float: left; color:#666; background-color:#FFF;}
#shop_detail_box .detail_right, #shop_news_box .detail_right { width: 260px; float: left; margin-left:20px; text-align: right;}
#shop_detail_box .detail_right li, #shop_news_box .detail_right li { margin-bottom: 10px; /*padding:20px;*/}
#shop_detail_box .detail_right li img{ width: 100% !important; }
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ショップ詳細
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#shop_detail_box .logo { float:left;  }
#shop_detail_box .info_unit dt { width: 90px; }
#shop_detail_box .info_unit dd { width: 345px; }
#shop_detail_box .official_link a { display: block; width: 480px; height: 34px; margin-bottom: 15px; }
#shop_detail_box .official_link a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
#shop_detail_box .detail_txt {
margin:20px;
width:590px;
box-sizing:border-box;
 }
#shop_detail_box .card_unit { padding: 10px 10px 0; border: solid 1px #d5d5d5; margin-bottom: 20px; }
#shop_detail_box .card_unit h3 { color: #333; padding-bottom: 5px; margin-bottom: 10px; font-weight: bold; }
#shop_detail_box .card_unit .card { width: 100px; float: left; }
#shop_detail_box .card_unit dl { width: 350px; float: right; }
#shop_detail_box .card_unit dt, #shop_detail_box .card_unit dd { display: inline-block; vertical-align: top; font-size: 80%; padding-top: 2px; margin-bottom: 10px; }
*html #shop_detail_box .card_unit dt { display: inline; zoom: 1; }
*html #shop_detail_box .card_unit dd { display: inline; zoom: 1; }
*:first-child+html #shop_detail_box .card_unit dt { display: inline; zoom: 1; }
*:first-child+html #shop_detail_box .card_unit dd { display: inline; zoom: 1; }
#shop_detail_box .card_unit dt { width: 78px; text-align: center; border: solid 1px #d5d5d5; margin-right: 5px; }
#shop_detail_box .card_unit dd { width: 260px; }
#shop_detail_box .card_unit dd li { list-style-type: disc; margin-left: 15px; }
.shop_logo{
	width:250px;
	height:150px;
	margin:10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: left;
	}
.shop_logo img {
	width:auto !important;
	height:86px !important;
	}
.shop_logo_style{

	}
#gourmet_icon { margin: -10px 0 5px; }
#gourmet_icon li { float: left; }
#gourmet_icon #icon01 { width: 86px; }
#gourmet_icon #icon02 { width: 77px; }
#gourmet_icon #icon03 { width: 63px; }
#gourmet_icon #icon04 { width: 54px; }
#gourmet_icon #icon05 { width: 88px; }
#gourmet_icon #icon06 { width: 59px; }
#gourmet_icon_txt { font-size: 90%; padding-bottom: 20px; }

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ショップニュース
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#ttl_shop_news_ttl { height: 35px; line-height: 30px; font-size: 140%; padding: 10px 0 0 45px; margin-bottom: 20px; border: solid 1px #d5d5d5; }
#shop_news_box h3 { color: #333; padding: 10px 0; font-size: 130%; font-weight: bold;  border-bottom: dotted 1px #d5d5d5; margin-bottom: 10px; width:100%;}
#shop_news_box h3 span { display: block; font-weight: normal; padding-top: 5px; line-height: 1; font-size: 70%; }
.news_txt{
	width: 320px;
    float: left;
	}
.post-categories li{
	color:#ff7aa1;
	text-decoration:none;
	}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// フロアマップ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#floor_map { margin-bottom: 20px; }
.floor-all{
	margin-bottom: 20px;
}
.floor-all a{
	display: block;
	width: 50%;
	float: left;
}
.floor-all a img{
	width: 100%;
}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// フロアナビ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#lnav #floor_nav h3 { width: 200px; height: 30px; text-indent: -9999px; margin-top: 2px; }
#lnav #floor_nav #floor01 { margin-top: 0; }
#lnav #floor_nav h3 span { height: 30px; display: block; }
#lnav #floor_nav ul { width: 178px; border: solid 1px #d5d5d5; border-top: none; margin-bottom: 10px; padding: 0 10px 10px; }
#lnav #floor_nav li { padding-left: 15px; padding-top: 8px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ショップニュース
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#shop_news { padding-bottom: 10px; }
.shop_news_list { padding-bottom: 10px; margin-bottom: 10px; }
.shop_news_list .pht { width: 200px; height: 115px; overflow: hidden; position: relative; float: left; }
.shop_news_list .img_wrap { width: 200px; height: auto; position: absolute; z-index: 10; }
.shop_news_list .pht img { width: auto; }
.shop_news_list dl { width: 730px; float: right; }
.shop_news_list dt { font-size: 120%; color: #333; margin-bottom: 2px; }
.shop_news_list .txt { margin-bottom: 5px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 耳寄り情報 詳細
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#article_nav { width: 200px; }
#article_nav .article_list { padding: 10px 0 5px; }
#article_nav .article_list .pht { margin-bottom: 5px; }
#article_nav .article_list dt, #article_nav .article_list .date_txt { padding: 0 1px; }
#article_nav .article_list .pht { position: relative; width: 200px; height: 115px; overflow: hidden; }
#article_nav .article_list .img_wrap { width: 200px; height: 115px; position: absolute; z-index: 10; }
#article_nav .article_list .pht img { width: auto; position: relative; }
#article_nav .article_list .date_txt { font-size: 88%; }
#scoop_txt { margin-bottom: 20px; }
#scoop_txt2 { font-size: 77%; }
#scoop_detail { padding-bottom: 20px; margin-bottom: 20px; }
#scoop_detail .detail_left { width: 640px; float: left; }
#scoop_detail .detail_left li { margin-bottom: 10px; }
#scoop_detail .detail_right { width: 360px; /*float: right;*/ }
#scoop_detail .detail_txt { margin-bottom: 20px; }
#scoop_detail .detail_txt2 { font-size: 77%; }
#scoop_detail .info_unit dt { width: 80px; }
#scoop_detail .info_unit dd { width: 235px; }
.page_nav { margin: -10px 0 20px; }
.page_nav .prev { float: left; }
.page_nav .next { float: right; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// イベント・キャンペーン
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#event_detail, #event_detail2 { padding-bottom: 20px; margin-bottom: 20px; }
#event_detail2 {   box-sizing:border-box; width: 636px; margin:0 auto;}
#event_detail2 p{color:#666;}
.contact_b{
	font-weight:bold;
	}
#event_detail .event_txt { margin-bottom: 20px; }
#event_detail2 .event_txt { width: 370px;
    float: left; margin-bottom: 10px; color:#666; }
.event_txt p{
	color:#666;
	}
.event_txt{
    width: 370px;
    float: left;
	}
#event_detail2 .event_pht {     width: 220px;
    float: right;
} margin-bottom: 10px; }
#event_detail2 .event_pht .pht { margin-bottom: 10px; }
 .event_pht {
	width: 220px;
    float: right;
	margin-right:40px;
	margin-top:20px;
	}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 最新チラシ情報
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#flyer_box { margin-bottom: 20px; }
#flyer_box .flyer_txt { margin-bottom: 20px; }
#flyer_box .flyer_img { margin-bottom: 40px; }
#flyer_box .flyer_btn a { width: 337px; height: 44px; text-indent: -9999px; margin: 0 auto 30px; display: block; }
#flyer_box .flyer_btn a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 最新カレンダー情報
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#calendar_box { margin-bottom: 20px; }
#calendar_box .calendar_txt { margin-bottom: 20px; }
#calendar_box .calendar_img { margin-bottom: 40px; }
#calendar_box .calendar_btn a { width: 357px; height: 44px; text-indent: -9999px; margin: 0 auto 30px; display: block; }
#calendar_box .calendar_btn a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 求人情報
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#recruit_box .recruit_detail { width: 465px; float: left; padding-bottom: 20px; margin-bottom: 20px; border: solid 1px #d5d5d5; }
#recruit_box h3 { font-size: 130%; }
#recruit_box h3 .floor { display: block; float: left; width: 50px; padding: 10px 0 5px; margin-bottom: 1px; text-align: center; }
#recruit_box h3 .shop { display: block; float: left; padding: 10px 0 5px 15px; }
#recruit_box h4 { font-size: 110%; margin: 10px 15px 0; }
#recruit_box .info_unit { border: none; background: none; margin-bottom: 5px; }
#recruit_box .info_unit dt { width: 68px; }
#recruit_box .info_unit dd { width: 350px; }
#recruit_box .btn { width: 235px; margin: 0 auto; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// お知らせ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.info_list .info_detail { margin-bottom: 30px; }
.info_list .info_detail .info_txt { width: 550px; float: left; }
.info_list .info_detail .pht { width: 380px; float: right; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// サービス案内
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#service_box h2{
	font-size:180%;
	font-weight:bold;
	padding:12px 15px 8px 35px;
	border-top:solid 3px #e6e6e6;
}
#service_box p { padding-left: 10px; }
#service_box ul { padding-left: 10px; margin-bottom: 20px; }
#service_box li { margin-bottom: 10px; }
#service_box dl { padding-left: 10px; margin-bottom: 30px; }
#service_box dt { margin-bottom: 10px; }
#service_box dd { overflow: hidden; }
#service_box dd span { float: left; display: block; width: 120px; }
#service_box .service_txt01 { margin-bottom: 10px; }
#service_box .service_txt02 { margin-top: -10px; }
#service_box .tabacco li { float: left; margin-right: 30px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 会社案内
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#company_box { margin-bottom: 30px; }
#company_box p { margin-bottom: 20px; }
#company_box .logo01 { width: 300px; margin-bottom: 10px; }
#company_box .logo02 { width: 93px; margin-bottom: 10px; }
#company_box .mitsui_box { background: #f2f2f2; width: 380px; padding: 10px; border: solid 1px #d5d5d5; margin-bottom: 40px; }
#company_box .info_unit { width: 400px; margin-bottom: 10px; }
#company_box .info_unit dt { width: 60px; }
#company_box .info_unit dd { width: 300px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// サイトマップ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#sitamap_box ul { padding-left: 10px; margin-bottom: 20px; }
#sitamap_box li { float: left; white-space: nowrap; margin-right: 30px; margin-bottom: 10px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 交通アクセス
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#access_nav li { margin-bottom: 10px; }
#access_nav li a { display: block; width: 200px; height: 30px; text-indent: -9999px; }
#access_nav li a:hover { filter: alpha(opacity=70); moz-opacity: 0.70; opacity: 0.70; }
#access_box p { margin-bottom: 20px; }
#access_box .dl01 { margin-bottom: 20px; }
#access_box .dl02 { border-top: solid 1px #d5d5d5; margin-bottom: 20px; }
#access_box .dl02 dt, #access_box .dl02 dd { padding: 10px; border: solid 1px #d5d5d5; border-top: none; }
#access_box .dl02 dt { color: #333; font-weight: bold; background: #f0f0f0; }
#access_box .dl02 dt.dt01 { background: #fff; color: #5fb7e1; }
#access_box .dl02 dt.dt02 { background: #fff; color: #f09f9f; }
#access_box .dl02 p { margin-bottom: 0; }
#access_box .dl02 .txt { float: left; width: 510px; }
#access_box .dl02 img { float: right; width: 160px; }
#access_box .dl02 ul { margin-bottom: 10px; }
#access_box .ul01 { margin-bottom: 20px; }
#access_box .ul01 li { list-style-type: disc; margin-left: 25px; }
#access_box .info_unit dt { width: 70px; }
#access_box .info_unit dd { width: 600px; }
#access_box .info_unit .left { width: 80px; padding-left: 20px; float: left; display: block; }
#access_box .info_unit .left span { color: #f09f9f; font-weight: bold; }
#access_box h3 { font-size: 120%; font-weight: bold; margin-bottom: 10px; }
#access_box .caption { margin-bottom: 5px; }
#access_box .tables { width: 100%; margin-bottom: 20px; border-left: solid 1px #d5d5d5; border-top: solid 1px #d5d5d5; }
#access_box .tables th, #access_box .tables td { padding: 10px; vertical-align: top; border-right: solid 1px #d5d5d5; border-bottom: solid 1px #d5d5d5; }
#access_box .tables th { background: #f0f0f0; color: #333; font-weight: bold; }
#access_box .tables img { width: 16px; display: block; margin: 0 auto; }
#access_box .tables .cell01 { width: 60px; text-align: center; }
#access_box .tables .cell02 { width: 60px; }
#access_box .dl03 { display: table; margin-bottom: 20px; border-left: solid 1px #d5d5d5; border-right: solid 1px #d5d5d5; border-bottom: solid 1px #d5d5d5; }
#access_box .dl03 dt, #access_box .dl03 dd { padding: 10px; float: left; vertical-align: top; border-top: solid 1px #d5d5d5; }
#access_box .dl03 dt { width: 140px; color: #333; font-weight: bold; }
#access_box .dl03 dd { width: 538px; }
#access_box #bass_map { width: 56%; margin: auto; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 12星座占い
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#horoscope_box .read_txt { color: #f09f9f; font-size: 120%; margin-bottom: 10px; }
#horoscope_box #ttl_highlight { height: 46px; text-indent: -9999px; margin-bottom: 20px; }
#horoscope_box .detail_txt { margin-bottom: 30px; }
#horoscope_box .constellation { width: 213px; border: solid 1px #d5d5d5; float: left; margin: 0 30px 30px 0; }
#horoscope_box .constellation h4 { padding: 9px; margin-bottom: 10px; background: #f2f2f2; border-bottom: solid 1px #d5d5d5; }
#horoscope_box .constellation h4 img { width: 188px; }
#horoscope_box .constellation dl { padding: 0 10px 5px; }
#horoscope_box .constellation dt, #horoscope_box .constellation dd { float: left; padding-top: 2px; }
#horoscope_box .constellation dt { width: 45px; }
#horoscope_box .constellation .dd01 { width: 25px; }
#horoscope_box .constellation .dd02 img { width: 23px; margin-top: -2px; }
*html #horoscope_box .constellation dt { width: 40px; }
*:first-child+html #horoscope_box .constellation dt { width: 40px; }
#horoscope_box .constellation .dl01 dt, #horoscope_box .constellation .dl01 dd { color: #f09f9f; }
#horoscope_box .constellation .dl02 dt, #horoscope_box .constellation .dl02 dd { color: #258ee7; }
#horoscope_box .constellation .dl03 dt, #horoscope_box .constellation .dl03 dd { color: #cbbe28; }
#horoscope_box .constellation .dl04 dt, #horoscope_box .constellation .dl04 dd { color: #10958a; }
#horoscope_box .constellation .txt { margin: 0 2px 10px 5px; font-size: 90%; }
#horoscope_box .constellation h5 { text-indent: -9999px; width: 205px; height: 36px; margin: 0 auto 10px;}
#horoscope_box .constellation .day { margin: 0 10px 10px; }
#horoscope_box #profile { padding: 9px 9px 4px; clear: left; border: solid 1px #d5d5d5; margin-bottom: 30px; }
#horoscope_box #profile .pht { width: 160px; float: left; }
#horoscope_box #profile .prof_detail { width: 755px; float: right; }
#horoscope_box #profile h3 { font-size: 130%; }
#horoscope_box #profile .name { color: #f09f9f; }
#horoscope_box #profile .kana { font-size: 80%; }
#horoscope_box #profile dt { height: 14px; text-indent: -9999px; margin-bottom: 5px; }
#horoscope_box #profile dd { margin-bottom: 5px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 404
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content_404 { height: 300px; }
#content_404 div { padding-top: 100px; text-align: center; }
#content_404 p { margin-bottom: 20px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// お知らせ -追記　2014.05.21
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#topics_spoint { text-align: center; }
#topics_spoint .img01 { width: 297px; margin: auto; }
#topics_spoint .img02 { width: 338px; margin: auto; }
#topics_spoint .img03 { width: 371px; margin: auto; }
#topics_spoint .img04 { width: 401px; margin: auto; }
#topics_spoint .bold_txt { font-size: 120%; font-weight: bold; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// カスタムページ -追記　2014.05.29
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


#custom_page .bnr_img { margin-bottom: 10px; }
#custom_page .detail_left { width: 470px; }
#custom_page .detail_right { width: 460px; }
#custom_page .info_unit dt { width: 90px; }
#custom_page .info_unit dd { width: 310px; }
#custom_page #scoop_detail { background: none; }
#custom_page .detail_txt { margin-bottom: 30px; }
#custom_page .shop_btn { margin: auto; width: 360px; }
/*15.03.21 TOPバナー(横2つ並び)の隙間調節*/

.bnr_topmargin { margin-top: 20px; }

/* Ver. 2 */



/* ====================================================
Common
==================================================== */
html,body{
  height:100%;
}

body {
  width: auto;
  background: #5a5657;
}
.date_txt {
  color: #fe7aa1 !important;
  margin: 0 !important;
  /*float:left;*/

}
.date_txt_oshirase {
  color: #fe7aa1 !important;
  float:left;
  padding:20px 0 0 0;

}
.sp_only {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
  color: #fff;
}

h2 {
  font-weight: bold;
}

#content_wrap_one #content {
  margin: 0 auto;
}
#content_wrap_one2 #content {
  width: 950px;
  margin: 0 auto;
}
#content{

	}

#wrap {
  width: auto;
  min-width: 1050px;
  position: relative;
  height:auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
  background-color: #f7f5f6;
}

/*
a {
  text-decoration: none;
}
*/

.onmouse{
  opacity: 0.7;
	cursor: pointer;
}

/* ============f========================================
Header
==================================================== */
#head_wrap_y {
  width: 100%;
  padding-top:10px;
  background: #5a5657;
  color:#fff;
}
h1{

float:left;　
color:#fff !important;
	}

.sns_ico{
  font-size:1.8em;
  margin-left:10px;
  float:right;

	}

.head_wrapbox {
  margin: 0 auto;
  width: 980px;
  height: 30px;
}

#head_sns {
  display: block;
  float: right;
}
#head_sns a{
  color:#fff;
  text-decoration:none;
}


#head_wrap {
  width: 100%;
  border-top: none;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
  background-color:#FFF;
  	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
header {
  background: #FFFFFF;
  padding: 20px 0px 20px;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  }

header #logo {
  width: auto;
  float: left
}
header #logo img {
  width: 80px;
  height: auto;
}

/* 多言語ボタン
========================================== */
.qtranxs_language_chooser {
  display: block;
  float: right;
  margin-right: 25px;
  padding: 10px 0;
}

.qtranxs_language_chooser li {
  display: inline-block;
}

.qtranxs_language_chooser li a {
/*   padding-left: 20px; */
  background: none;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #705e46;
}

.qtranxs_language_chooser li:last-of-type a {
  border: none;
}

/* ====================================================
Nav
==================================================== */
nav {
  float: right;
  background: none;
  margin-left: 0;
  width: auto;
  height: auto;
  font-size:0.9em;
  overflow: hidden;
}
nav ul {
  overflow: hidden;
}
nav li {
  width:140px;
  float: left;
  text-align:center;
  text-indent: inherit;
}
nav li:last-child {
  margin: 0
}
nav li a {
  height: auto;
  display: block;
  padding: 36px 0 0 0;
  color: #666666 !important;
  text-decoration: none !important;
}

nav #nav00 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_00.png") no-repeat top center;
  background-size: auto 30px;
}
nav #nav01 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_01.png") no-repeat top center;
  border-right:1px solid #f1f1f1;
  margin-bottom:5px;
}
nav #nav01 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_01_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active01 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_01_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active01 a:hover{
	 border:none !important;
	}

nav #nav02 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_02.png") no-repeat top center;
  border-right:1px solid #f1f1f1;
}
nav #nav02 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_02_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active02 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_02_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active02 a:hover{
	 border:none !important;
	}
nav #nav03 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_03.png") no-repeat top center;
  border-right:1px solid #f1f1f1;
}
nav #nav03 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_03_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active03 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_03_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active03 a:hover{
	 border:none !important;
	}
nav #nav04 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_04.png") no-repeat top center;
  border-right:1px solid #f1f1f1;
}
nav #nav04 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_04_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active04 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_04_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active04 a:hover{
	 border:none !important;
	}
nav #nav05 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_05.png") no-repeat top center;
  border-right:1px solid #f1f1f1;
}
nav #nav05 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_05_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active05 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_05_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active05 a:hover{
	 border:none !important;
	}
nav #nav06 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_06.png") no-repeat top center;
  margin-right: 0;
}
nav #nav06 a:hover{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_06_h.png") no-repeat top center;
  border-bottom:2px solid #ff7aa1;
  opacity:1.0;
}
.active06 {
	 background: url("/wp/wp-content/themes/kirarito/img/header/ico_06_h.png") no-repeat top center !important;
	 border-bottom:2px solid #ff7aa1;
	}
.active06 a:hover{
	 border:none !important;
	}
nav #nav07 {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_07.png") no-repeat top center;
  background-size: auto 30px;
  margin-right: 0;
}
#nav_close {
  display: none
}

/* ====================================================
To top
==================================================== */
#v2_totop {
    width: 20%;
    /* height: 50px; */
    line-height: 50px;
    text-align: center;
    position: relative;
    float: right;
}
#v2_totop:hover {
}
#v2_totop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#v2_totop img {

  vertical-align: middle;
}

p.gotop{
  position: fixed;
  right: 30px;
  bottom: 0;
  display: none;
  width:48px;
  height:49px;
}
p.gotop a{

}
p.gotop i {
  color: #fff;
}

.scroll-back-to-top-wrapper {
  display: none;
}

/* ====================================================
ページャー
==================================================== */
.infinite-cont {
  position: relative;
}

#infscr-loading {
  text-align: center;
  margin: 10px 0;
}

#infscr-loading img {
  width: 50px;
}

.infinite-nav {
/*   display: none; */
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.infinite-prev,
.infinite-next {
  width: auto;
  display: none;
}

.infinite-prev {
  float: left;
}

.infinite-next {
  float: right;
}


/* ====================================================
Footer
==================================================== */
footer {
 /* position: absolute;*/U
  bottom: 0;
  background: #ffffff;
  padding-top:20px;
  border-top:1px dashed #999;
}
footer a:link {
  color: #fff;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a:active {
  color: #67553c;
  text-decoration: underline;
}
#foot_bttom {
  background: #5a5657;
  color: #ffffff;
}
#foot_bttom li {
  padding-left: 11px;
}
#foot_bttom #foot_nav01 {
  border-right: none;
  width: 90%;
  text-align: center;
  float:right;
  padding-top:20px;
}
#foot_bttom #foot_nav01 li {
  display: inline-block
}
#foot_right .txt {
  color: #67553c
}
#foot_right address {
  color: #fff
}
#foot_top div {
  float: left;
  width: 610px;
}

#foot_top .txt {
  margin-bottom: 15px;
}

/* footer　タブ
========================================== */
.ftab-wrap {
  width: 980px;
  margin: 0 auto;
  color:#666;
}

.ftab_tab {
  /*overflow: hidden;*/
  text-align: center;
  color:#999;
  margin-bottom:30px;
}

.ftab_tab li {
  width: 240px;
  text-align: center;
  cursor: pointer;
  color:#999;
  border-right:1px solid #CCC;
  display: inline-block;
  box-sizing: border-box;

}
.ftab_tab li:first-child{
	border-left:1px solid #CCC;
}
.ftab_select {
  font-weight: bold;
  position: relative;
  color: #5b5b5b !important;
  }
.ftab_select::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 6px;
	height: 6px;
	border-left: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-left: -3px;
}
.footer-shop {
  width: 980px !important;
  min-height: 260px;
/*   padding: 0 30px; */
  float: none !important;
  display: inline-block !important;
  margin-bottom: 10px;
  vertical-align: top;
}

.footer-shop div {
  width: 227px !important;
  padding: 5px;
  box-sizing: border-box;
  float: none !important;
  display: inline-block !important;
  height: 70px !important;
}


.footer-shop ul {
  width: 50px;
  height: 50px;
  float: left;
}

.footer-shop .logo {
  width: 48px;
  height: 48px;
  position: relative;
  border: 1px solid #ddd;
}

.footer-shop .logo img {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.footer-shop dl {
  width: 155px;
  margin-left: 10px;
  float:left;
  box-sizing: border-box;
}

.footer-shop dl p a {
  color: #ff79a0;
  width:170px;
}

.footer-shop dd,
.footer-shop dt p {
  color: #333;
}


footer .bxslider {
  height:400px;
}

footer .bx-wrapper {
  max-width: 980px !important;
  padding:0px !important;
  height:170px !important;
}

footer .bx-viewport {
  min-height: 270px !important;
}

footer .bx-wrapper .bx-viewport {
  left: 0;
}


/* ====================================================
Sidebar
==================================================== */
.side_top_bg{
	background-color:#fff;
	}
#rnav #shop_search {
  margin-bottom: 20px;
  padding-bottom:5px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
  box-sizing:border-box;
}

#rnav #shop_search h2{
	font-size:120%;
	padding:10px 0px 10px 0px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
	background-position:right;

}
.search_ico,.info_ico{
	text-align:left;
	margin-left:150px;
	color:#666;
	}

#rnav #shop_search h2:before{
	content:"";
	display:block;
	width:50%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}
.info_header_bg{
	background:url("/wp/wp-content/themes/kirarito/img/side/info_ico.png") no-repeat;
	background-position:right;
	}

#search_unit01 dl{
	margin-left:20px;
	}
#search_unit01 dt{
	float:left;
	color:#666 !important;
	}
#search_unit01 dd{
	color:#666 !important;
	font-weight:bold;
	margin-right:20px;
	float:right;
	}

#rnav #shop_search span{
	padding-left:10px;
	padding-top:5px;
	}

#rnav #shop_search h3 {
  /*margin-bottom: 5px;*/
  height: 18px;
  text-indent: inherit;
  color:#666;
  /*margin-left:10px;*/
  font-weight: normal;
  padding: 0 10px 10px 10px;
}
#rnav #search_unit01,
#rnav #search_unit02,
#rnav #search_unit03 {
  background: none;
/*   border-bottom: 1px solid #eae7e3; */
  margin: 0 0 15px 0;
  padding: 0;
  width: 300px;
}

#search_unit02 a:hover{
	opacity:0.7;
	}

#search_unit01{
	width:auto !important;
}
#rnav #search_unit01 {
  padding: 15px 0 0;
}
#rnav #search_unit03 {
  border-bottom: none;
  padding: 0;
}

#search_unit03 a:hover{
	opacity:0.7;
}
#rnav #search_unit01 h3 {
  background: none;
  color:#666;
}
#rnav #search_unit02 h3 {
	padding-top:10px;
	margin-bottom:10px;
}
#rnav #search_unit03 h3 {
  background: none
}
#rnav #search_unit01 input {
  float: left;
  width: 215px;
  height: 26px;
  margin-left:20px;
  border: solid 1px #fe7aa1;
  border-right:none !important;
}
#rnav #search_unit01 input:focus{
	outline: 0;
}
 #search_unit02 h3 {
    border-top: 1px dotted black;
    margin:20px 0 0;
    text-align:center;
    padding:0; height:24px;
}
.footer_add{
	float:right;
	}

 #search_unit02 h3 span {
    position: relative;
    top: -24px;
    padding: 0 20px;
    background:white;
	float:left;
}

#rnav #search_unit01 .btn {
  width: 60px;
  float: right;
}
#rnav #search_unit01 a {
  display: block;
  background: #fff;
  color: #fe7aa1;
  font-size:1.2em;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  border: solid 1px #fe7aa1;
  margin-right:20px;
}
#side-bar-info{
  color: #fe7aa1 !important;
  text-decoration: underline !important;

	}
#rnav #search_unit01 a:hover {
  background: #fe7aa1;
  color: #FFFFFF;
}
#rnav #search_unit02 ul {
  margin-left:20px;
}
#rnav #search_unit02 li {
  float: left;
  text-align:center;
  margin-left: 1px;
  width: 130px;
  font-size: 90%;
}
#rnav #search_unit02 li a {
  display: block;
  background-color: #fe7aa1;
  background-repeat: no-repeat;
  background-size: auto 23px;
  background-position: 5px center;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
}
#rnav #search_unit02 li a:hover {
  background-color: #fe7aa1;
  color: #FFFFFF;
  opacity: 0.7;
}

#search_unit02 dl{
	color:#333;
	margin-left: 20px;
	}
#search_unit02 dd{
	color:#333;
	float:right;
	margin-right:20px;
	}
#search_unit02 dt{
	color:#333;
	float:left;
	}
.search_unit02_margin{
	padding-top:20px;
	}
.search_unit02_margin dt{
	padding-top:20px;
	}

#rnav #search_unit03 a {
  text-decoration: none;
  text-align: center;
}
#rnav #search_unit03 a:hover {
  color: #FFFFFF;
}

.floor_bt{
	background-color:#fe7aa1;
	width:260px;
	height:80px;
	text-align:center;
	margin:0 auto;
	}
.floor_bt p{
	line-height: 80px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff !important;

	}
.floor_bt p a{
	background-color:#fe7aa1;
	width:260px;
	height:80px;
	text-align:center;
	margin:0 auto;
	color:#fff !important;
	}

.floor_bt a:hover{
  opacity: 0.7 !important;
	}

.access_bt a{


    width: 260px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 5px;
	text-decoration:none;

}
.access_bt{
    background-color: #fe7aa1;
    width: 260px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 5px;
	text-decoration:none;

}
.access_bt a:hover{
	background-color:#F9F;
	opacity:0.7 !important;
}


/* キラリトギンザアクセスランキング */
#rank_area {
  margin: 0 0 20px 0
}
#rank_area h2 {
  background: url("/wp/wp-content/themes/kirarito/img/side/top_side_rank_list.png") no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #efedea;
  font-size: 140%;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rank_area li {
  border-bottom: 1px solid #eae7e3;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
#rank_area li:hover img {
  opacity: .5
}
#rank_area .btn {
  margin: 10px 0
}
#rank_area .btn a {
  display: block;
  background: none;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
#rank_area .btn a:hover {
  color: #FFFFFF;
}
#rank_area .rank_area_con li {
  display: table;
  width: 100%;
}
#rank_area .rank_area_con li span {
  height: 50px;
  border: solid 1px #efefef;
  display: table-cell;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#rank_area .rank_area_con li p {
  display: table-cell;
  width: 190px;
  vertical-align: middle;
  padding-left: 10px;
}
#rank_area .rank_area_con li p a {
  display: inline !important;
  width: 180px !important;
}
#rank_area .rank_area_con li img {
  width: 50px;
  height: auto;
}
#rank_area .rank_area_con li a {
  color: #776751;
  text-decoration: none;
}
#rank_area .rank_area_con li a:hover {
  opacity: .7
}
#rank_area .rank_area_con li strong {
  font-weight: 400
}
:root #rnav #rank_area .rank_area_con li {
  width: auto\0/
}
:root #rnav #rank_area .rank_area_con li p {
  width: auto\0/
}


#rnav #right_bnrs {
  padding: 0 0 0 0
}
#rnav #right_bnrs li {
  border: none
}
#rnav #special_area {
  margin: 0 0 20px 0
}
#rnav #special_area h2 {
  background: url("/wp/wp-content/themes/kirarito/img/side/top_specialtopi_h2.png") no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #eae7e3;
  font-size: 140%;
  margin-bottom: 15px;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #special_area ul {
  margin: 0 0 0 0
}
#rnav #special_area li {
  margin: 0px 0px 10px 0px;
}
#rnav #special_area li:last-of-type {
  margin: 0px 0px 0 0px;
}
#rnav #special_area a {
  display: block
}
}
#rnav #special_area li img {
  width: 250px;
  height: auto;
}
#rnav #map_area_wrap h2 {
  background: url("/wp/wp-content/themes/kirarito/img/side/top_side_card_list.png") no-repeat 0 15px;
  background-size: 25px auto;
  border-bottom: none;
  font-size: 140%;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #info_area {
  border: none;
  margin-bottom: 30px;
}

#rnav #info_area h2{
	font-size:120%;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
}
#info_area span {

	}
.info_all a{
	font-size:0.8em;
	text-decoration:none !important;
	float: right;
	}
.side_sns_area{
	width:300px;
	text-align:center;
	}
.sns_ico_pink{
	font-size:2.3em;
	margin-left:10px;
	color:#fe7aa1;
	}

#rnav #info_area h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}

#rnav #info_area dl {
  background: none;
  border-bottom: 1px solid #eae7e3;
  padding: 10px 0;
  width: 300px;
}
#rnav #info_area dd a {
  color: #666;
  text-decoration:none;
}
#rnav #info_area dd a:hover {
  text-decoration: none
}
#rnav #info_area .btn {
  margin: 10px 0
}

#rnav #msp_area {
  border: 1px solid #eae7e3;
  margin: 0 0 30px 0;
  padding: 10px;
}
#rnav #msp_area img {
  margin: 10px;
  width: 210px;
  height: auto;
}
#rnav #msp_area .btn {
  margin: 10px 0 0
}

/* スペシャルトピックス
------------------------------ */
#right_bnrs li img {
  height: auto;
  width: 100%;
}

/* 営業時間のご案内
==================================================== */
.hours-box {
  border: 1px solid #e8e6e3;
}

.hours-1,
.hours-2 {
  overflow: hidden;
}

.hours-1 img,
.hours-2 img {
  width: 100px;
  margin-bottom: 10px;
}

.hours-1 {
	height: 200px;
  border-bottom: 1px solid #e8e6e3;
}

.hours-2 {
  height: 150px;
}

.hours-color {
  width: 40px;
  height: 250px;
  float:left;
}

.hours-1 .hours-color {
  background: #fbf2e9;
  border-left: 5px solid #d97c2c;
}

.hours-2 .hours-color {
  background: #f4f7ea;
  border-left: 5px solid #90b336;
}

.hours-cont {
  float: left;
  padding: 10px;
}

.hours-cont p {
  margin-bottom: 5px;
}

#rnav #hours {
  background: none;
  border: none;
}
#rnav #hours h2 {
  background: url("/wp/wp-content/themes/kirarito/img/side/top_side_time_list.png") no-repeat center left;
  background-size: 25px auto;
  border-bottom: none;
  font-size: 140%;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
  margin-bottom: 0;
}
#rnav #hours #sttl01,
#rnav #hours #sttl02 {
  background: none;
  border-top: none;
  margin: 10px 0 0;
  padding-top: 0;
  height: 28px;
  text-indent: ;
}
#rnav #hours #sttl02 {
  background: none
}
#rnav #hours dl {
  background: none;
  margin: 0 0 10px;
  width: 250px;
}
#rnav #hours dt a {
  display: inline
}
#rnav #hours dd a {
  display: inline
}
#rnav #hours .hours_dl01 dt,
#rnav #hours .hours_dl01 dd {
  font-size: 100%
}



#rnav .ac_btn {
  display: block;
  margin: 10px 0;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
#rnav .ac_btn:hover {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/* Emergency */
.v2_emergency {
  width: 670px;
  box-sizing: border-box;
  border: 1px solid #f12718;
  margin: 0 0 30px 0;
  padding: 10px 25px 5px;
}
.v2_emergency li {
  color: #f12718;
  font-weight: bold;
  margin-bottom: 5px;
  list-style: disc;
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.v2_emergency a {
  color: #f12718;
  text-decoration: underline;
}

#content_wrap_shop #content {
   float: left;
   box-sizing:border-box;
   overflow: hidden;
}
.content_wrap_shop_inner{
	background-color:#fff;
	}


.side-point-wrap{
	margin-bottom: 10px;
}
/* 求人情報

------------------------------ */
.side-job-wrap {
  margin-bottom: 20px;
}


/* ショップ検索
==================================================== */

/* キラリトギンザ選択
------------------------------ */
.lvl_search {
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.lvl1_search,
.lvl2_search {
  width: 115px;
  height: 80px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70px;
}

.lvl1_search {
  float: left;
  background-image: url("/wp/wp-content/themes/kirarito/img/side/topside-lvl1.png");
  border: #d97c2c solid 1px;
}
.lvl1_search:hover {
  border: #d97c2c solid 3px;
  opacity: 1;
}

.lvl2_search {
  float: right;
  background-image: url("/wp/wp-content/themes/kirarito/img/side/topside-lvl2.png");
  border: #b9d07d solid 1px;
}
.lvl2_search:hover {
  border: #b9d07d solid 3px;
  opacity: 1;
}

/* ====================================================
Content
==================================================== */
#content_wrap_top {
  margin: auto;
  padding: 15px 0px 40px;
  width: 980px;
  overflow: hidden;
}
#pankuz {
  background: #f1f1f1;
  margin: 0 auto;
  color:#666;
  padding: 10px 50px;
  width: 950px;
}
#page_ttl_box {
  width: 640px;
}

/* 各見出しアイコン */
#shop_ttl{
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_shopguide.png") no-repeat 10px center #fcf7ea;
}
#floor_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_floor.png") no-repeat 10px center #fcf7ea;
}
#access_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_access.png") no-repeat 10px center #fcf7ea;
}
#service_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_service.png") no-repeat 10px center #fcf7ea;
}
#recruit_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_job.png") no-repeat 10px center #fcf7ea;
}
#rank_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/rank/rank_list.png") no-repeat 5px center #fcf7ea !important;
}
#scoop_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_scoop.png") no-repeat 10px center #fcf7ea !important;
}
#info_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_info.png") no-repeat 10px center #fcf7ea;
}
#company_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_company.png") no-repeat 10px center #fcf7ea;
}
#contact_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/header/ico_contact.png") no-repeat 10px center #fcf7ea;
}

#page_ttl_box h2,
#search_ttl {
  height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  text-indent: inherit;
}

#content_wrap_shop,
#content_wrap_one,
#content_wrap_one2 {
  background: none;
  background-color: #f7f5f6;
  margin: auto;
  padding: 30px 0 30px 0px;
  width: 980px;
}

.top_border {
  padding: 0 0 10px 0;
  background: none;
}

#content_wrap_shop .ttl_circle {
  height: 50px;
  float:right;
}
.shop_kana{
	font-weight:normal !important;
	font-size:0.8em;
	}

.v2_top_topics {
  background: url("/wp/wp-content/themes/kirarito/img/header/header_bg.png") no-repeat;
  background-position:right;
/*
  border-top: 1px solid #715e47;
  border-right: 1px solid #715e47;
  border-bottom: 3px solid #715e47;
  border-left: 1px solid #715e47;
*/
  width: 650px;
  color: #666;
  font-size: 120%;
  line-height: 40px;
}
.v2_top_topics {
	font-size:120%;
	padding:0px;
	margin-bottom:20px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
}

.v2_top_topics :before{
	content:"";
	display:block;
	width:50%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}

.v2_tabnav {
  width: 640px;
  margin-bottom:30px;
}
.v2_tab {
  overflow: hidden;
  display: table;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f2f0f1), color-stop(0.00, #fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -moz-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -o-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -ms-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: linear-gradient(to bottom, #fafafa 0%, #f2f0f1 88%);
  border-top:1px #efefef solid;
  border-right:1px solid #efefef;
}
.v2_tab li {
  display: table-cell;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f2f0f1), color-stop(0.00, #fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -moz-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -o-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -ms-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: linear-gradient(to bottom, #fafafa 0%, #f2f0f1 88%);
  border-right:1px solid #efefef;
  padding: 0px 15px;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  color:#8b898a;
}
.v2_tab li:last-child {
  border-right: none;
}
.tab_all{
	display: table-cell;
    vertical-align: middle;
	line-height: 50px;
	cursor: pointer;
	color: #afafaf !important;
	text-decoration: none;
	font-size: 90%;
	padding: 0 10px;
	}
.tab_all i{
	margin-left: 5px;
}
.v2_tab li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f7f5f6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -moz-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -o-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -ms-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: linear-gradient(to bottom, #fff 0%, #f7f5f6 88%);
  color: #ff6699;

}
.v2_tab li.v2_select {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f7f5f6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -moz-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -o-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: -ms-linear-gradient(top, #fff 0%, #f7f5f6 88%);
	background: linear-gradient(to bottom, #fff 0%, #f7f5f6 88%);
  color: #ff6699;
      border-top: 1px solid #E4D9C3;
}
.v2_tabcon div.v2_sub {

  padding-top:20px;
}
.v2_hide {
  display: none
}
#top_unit03 {
  padding: 0;
  border: none;
}
#top_unit03 {
  float: none;
  margin-top: 5px;
  margin-left: -5px;
  padding: 0;
  width: 680px;
}
#top_unit03 .shop {
	margin: 0 0 20px 15px;
	width: 194px;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	padding-bottom: 10px;
}
.v3_show #top_unit03 .shop{
	padding-bottom: 30px !important;
}
.button-guide{
	border-top: 1px dashed #e0e0e0;
	margin-top: 20px;
	padding-top: 40px;
}
.button-guide li{
	float: left;
	width: 49%;
}
.button-guide li:first-child{
	margin-right: 2%;
}
.button-guide li a{
	display: block;
	text-decoration: none;
	background: #E6E4E5;
	text-align: center;
	padding: 14px 0;
	color: #FE7AA1;
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #e0e0e0;
	border-radius: 3px;
}
.button-guide li a:hover{
	background: #eaeaea;
	border-top: 1px solid #eaeaea;
}
.button-back{
	position: relative;
}
.button-back::before{
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #BBB9BA;
	border-left: 2px solid #BBB9BA;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-top: -3px;
	left: 20px;
	top: 50%;
}
.button-guide-single li{
	float: none;
	width: 100%;
}
.button-same{
	position: relative;
}
.button-same::before{
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	left: 20px;
	top: 50%;
	background: url("/wp/wp-content/themes/kirarito/img/common/shop-detail_icon.png");
}
#top_unit03 .pht,#sideshop-event .pht,#sideshop-new .pht{
  display: block;
  position: relative;
  width: 194px;
  height: 194px;
  padding-bottom: 0;
  vertical-align: middle;
  overflow: hidden;
}
#sideshop-event .pht,#sideshop-new .pht{
	width: 300px;
	height: 300px;
}
.pht:hover {
  opacity: 1 !important;
}
.pht dd{
	color: #000;
}
#top_unit03 .img_wrap {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 200px;
}
#top_unit03 .tumb a {
  table-layout: fixed;
}
#top_unit03 .tumb img {
  margin-top: 0
}
#top_unit03 .pht img, #sideshop-event .pht img, #sideshop-new .pht img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
/*
  width: 100%;
  height: auto;
*/
}
#sideshop-event .pht img, #sideshop-new .pht img{
}
#top_unit03 dt {
  font-size: 90%;
  text-align:center;
  font-weight: normal;
  padding:10px 0;
  color:#666;
  height:30px;
  width:200px;
  display:table-cell;
  vertical-align:middle;

}
#top_unit03 dt.color0 {
  font-size: 110%;
  font-weight: bold;
  background-color:#F69;
}
#top_unit03 dt.color1 {
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dt.color2 {
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 p {
  margin: 0 auto;
  width: 198px;
}
#top_unit03 dl {
  clear: both;
  margin: 0 auto;
  border-bottom: none;
  background: #fff;


}
*html #top_unit03 dl {
  margin-bottom: 5px
}
#top_unit03 dd {
  margin: 0px 10px;
  color:#000;
  font-size: 90%;
}

.post-categories li a{
	color:#ff7aa1;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;

	}
	dd.txt_shop_news{
		margin: 0;
		font-size: 100% !important;
		/*padding:0 10px 0 5px;*/
		color:#000 !important;
		/*overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
		margin-top: 10px !important;
		font-size: 90%;
		font-weight: bold;
	}
/*#top_unit03 dd.txt_shop_news, #sidebar-event dd.txt_shop_news,  #sidebar-news dd.txt_shop_news{
  margin-top: 0;
  margin-top: 5px;
  font-size: 110%;
  font-weight: bold;
  padding:0 10px 0 5px;
  color:#5b5b5b;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/


.txt_shop_detail {
  margin-top: 0;
  margin-top: 5px;
  font-size: 11px;
  /*padding:10px 5px;*/
}

#top_unit03 dt.txt_event {
  margin-top: 0;
  margin-top: 0;
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dd.day ,#sideshop-new dd.day,#sideshop-event dd.day{
 font-size: 90%;
    /* float: right; */
    color: #666 !important;
    display: block;
    width: 100%;
    text-align: right;
}
#top_unit03 .v2_cat_date {
  margin: 0 auto 0;
  padding: 10px 5px 20px;
  width: 190px;
  background: #fff;
}
#top_unit03 .v2_cat_icon_shop,
#top_unit03 .v2_cat_icon_event {
  float: left;
  padding: 0 0 0 15px;
  font-size: 80%;
  overflow: hidden;
}
#top_unit03 .v2_cat_icon_info {
  padding: 30px 0 0 0px;
  font-size: 80%;
}

#top_unit03 .v2_post_date {
  float: right;
  font-size: 80%;
}
.event-panel dt{
	background: #ffffd5 !important;
}
.sideshop-box dd{
	color: #000;
	font-size: 90%;
	padding: 0 10px;
}
.sideshop-box dd.txt_shop_news, .sideshop-box dd.date_txt{
	font-size: 100%;
}
.sideshop-box dd.txt_shop_news{
	font-weight: bold;
}
.sideshop-box dd.date_txt{
	padding: 0;
}
.v2_btn_list {
  clear: both;
  margin: 0px;
  padding: 10px 0 0 0;
  width: 100%;
}
.v2_top_info {
  background: url("/wp/wp-content/themes/kirarito/img/top/top_ichioshi_h2.png") no-repeat 5px center;
  background-size: 25px auto;
/*   border: 1px solid #715e47; */
  margin: 30px 0 0 0;
  padding: 0 0 0 36px;
  width: 632px;
  color: #715e47;
  font-size: 120%;
  line-height: 40px;
}

/* Banner */
#shop_bnrs_ttl {
  background: none;
  background-color: #F8EA63;
  margin-top: 30px;
  margin-bottom: 5px;
  height: 40px;
  font-size: 120%;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-indent: inherit;
}
#shop_bnrs {
  margin: 0 0 0 -5px;
  padding: 0;
}
#shop_bnrs li {
  float: left;
  width: 220px;
  height: 60px;
  margin: 0 0 5px 5px;
  padding: 5px 0;
  border: 1px solid #EAE7E3;
  text-align: center;
}
#shop_bnrs li a {
  border: none;
}
#shop_bnrs li a:hover {
  opacity: .7
}
#shop_bnrs li img {
  padding: 0;
  height: 60px;
}

.v2_show {
  display: none;
}
.v2_show:nth-of-type(1) {
  display: block;
}

.v2_hide {
  display: none
}

.news_txt iframe,
.event_txt iframe {
  width: 480px;
  height: 360px;
}

.v3_show {
  overflow: hidden;
}
/* ====================================================
Topics
==================================================== */
#page_ttl_box h2.v2_ttl_topics {
  background-image: url("/wp/wp-content/themes/kirarito/img/top/top_topics_h2.png") no-repeat 10px center;
  background-size: 28px auto;
}
.v2_topics_tabnav {
  width: 640px;
  overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f2f0f1), color-stop(0.00, #fafafa));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
    background: -moz-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
    background: -o-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
    background: linear-gradient(to bottom, #fafafa 0%, #f2f0f1 88%);
    border-top: 1px #efefef solid;
    border-right: 1px solid #efefef;
	margin-bottom: 30px;
}
.v2_topics_tab {
  letter-spacing: -.40em;
  overflow: hidden;
	display: table;
	width: 100%;
}
.v2_topics_tab li {
	display: table-cell;
	cursor: pointer;
	vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f2f0f1), color-stop(0.00, #fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -moz-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -o-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: -ms-linear-gradient(top, #fafafa 0%, #f2f0f1 88%);
	background: linear-gradient(to bottom, #fafafa 0%, #f2f0f1 88%);
  border-right:1px solid #efefef;
  padding: 0px 15px;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  color:#8b898a;
}
.v2_topics_tab li:last-child {
  margin: 0;
}
.v2_topics_tab li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f7f5f6), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -moz-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -o-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: linear-gradient(to bottom, #fff 0%, #f7f5f6 88%);
    color: #ff6699;
}
.v2_topics_tab a {
  text-decoration: none;
  display: block;
/*   font-weight: bold; */
}
.v2_topics_tab a:hover {
  color: #ff6699;
  opacity: 1;
}
.v2_topics_tab .v2_select {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f7f5f6), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -moz-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -o-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f5f6 88%);
    background: linear-gradient(to bottom, #fff 0%, #f7f5f6 88%);
    color: #ff6699;
}
.v2_topics_tab .v2_select a {
  color: #ff6699;
  text-decoration: none;
  display: block;
}
.v2_topics_tab .v2_select a:hover {
  color: #ff6699;
  opacity: 1;
}

.v2_topics_tabcon div.v2_sub {
  overflow: hidden
}

.v2_topics_tabcon{
	width:640px;
	float:left
	}

#topics_unit03 {
  padding: 0;
  border: none;
}
#topics_unit03 {
  float: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  overflow: hidden;
}

/* ====================================================
Info
==================================================== */
#scoop_txt {
  padding-top: 10px;
  margin-bottom: 10px;
}
.detail_txt2 p {
  font-size: 77%
}
.info_unit img {
  margin: 10px;
  width: 339px;
}
#article_nav {
  margin-bottom: 10px
}
#article_nav .article_list .pht {
  display: block;
  position: relative;
  border: 1px solid #eae7e3;
  width: 198px;
  vertical-align: middle;
  overflow: hidden;
}
#article_nav .article_list .img_wrap {
  width: 198px;
  height: 198px;
  top: 0;
}
#article_nav .article_list .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 198px;
  max-height: 198px;
}
#article_nav .article_list dl {
  margin: 5px 0 0 0
}

/* ====================================================
PICK UP
==================================================== */
.v2_top_pickup {
  background: url("/wp/wp-content/themes/kirarito/img/top/top_pickup_h2.png") no-repeat 5px center;
  background-size: 25px auto;
/*   border: 1px solid #715e47; */
  margin: 30px 0 0 0;
  padding: 0 0 0 36px;
  width: 632px;
  color: #715e47;
  font-size: 120%;
  line-height: 40px;
}


/* ====================================================
トップページ
==================================================== */

/* スライドショー
=========================================== */
/*
#main_img {
  width: 640px;
  height: 400px;
  margin: 0px 15px 15px;
}
*/

/*
#main_obj {
  width: 640px;
  height: 400px;
  border: 15px solid #fcf7eb;
  top: -415px;
}

#main_obj .wrap {
  width: 640px;
  height: 400px;
}

#main_obj .wrap img {
  width: 640px;
  height: 400px;
  border: none;
}
*/

#main_img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

/* ====================================================
ショップガイド
==================================================== */
.shoplist_box {
  border-bottom: 1px dotted #EAE7E3;
}
.shoplist_box:last-child{
	border-bottom: 0;
}
.shoplist_box dt {
  overflow: hidden;
padding-top: 0;
}
.shoplist_box dt p {
  float: left;
}

.shoplist_box dt p:first-of-type {
  font-size: 120%;
  font-weight: bold;
  width: 274px;
}

.shoplist_box .formats {
  font-size: 100%;
  margin: 5px 0 10px 0;
}

.lvl1-mark {
  border: 1px solid #d97c2c;
  color: #d97c2c;
  float: right !important;
  width: 62px;
  height: 18px;
  line-height: 18px;
/*   margin-top: 3px; */
  text-align: center;
  font-size: .6em;
}
.lvl2-mark {
  border: 1px solid #85b634;
  color: #85b634;
  float: right !important;
  width: 62px;
  height: 18px;
  line-height: 18px;
/*   margin-top: 3px; */
  text-align: center;
  font-size: .6em;
}

.shoplist_box .txt {
  margin-bottom: 3px;
  line-height: 140%;
  min-height: 79px;
  padding-top: 3px;
  color:#666;
}

.shoplist_box .img_wrap {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: 10;
}
.shoplist_box .logo {
width:300px;
}
.shoplist_box .logo2 {
	width:240px;
	float:left;
	}
.shoplist_box .logo img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.shoplist_box .pht .tumb {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block;
}

.shoplist_box .pht .tumb img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floor-content1 .floor-bg{
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
/* ====================================================
フロアマップ
==================================================== */




/* コンテンツ
------------------------------ */
.floor-lvl1,
.floor-lvl2 {
  width: 48%;
  box-sizing: border-box;
  float:left;
}
.floor-lvl1_2{
	width:48%;
	float:right;
	}
.floor-lvl1 h2,
.floor-lvl2 h2 {
  height: 34px;
  color: #776751;
  line-height: 30px;
  font-size: 140%;
  padding: 10px 0 0 0px;
  margin-bottom: 20px;
  border: none;
  border-bottom: solid 1px #776751;
}

.floor-lvl1 img,
.floor-lvl1_2 img,
.floor-lvl2 img {
  margin-bottom: 30px;
}
.floor-lvl1 img:first-of-type,
.floor-lvl1_2 img:first-of-type,
.floor-lvl2 img:first-of-type {
  margin-top: 30px;
}

.floor-lvl1 {

}

.floor-lvl2 {
  padding-left: 15px;
}

.floor-tabsbox {
	padding-top:20px;
	padding-bottom:20px;
  color: #776751;
  height: 50px;
  line-height: 30px;
  font-size: 140%;
  position: relative;
  background-color:#fff;
}

.floor-tabsbox ul {
  overflow: hidden;
  position: absolute;
  padding-left:6px;

}

.floor-tabsbox h2 {
  display: block;
  float: left;
  margin-top: 10px;
/*   margin-left: 15px; */
  margin-right: 115px;
}

.floor-tabsbox li {
  display: block;
  float: left;
  font-size:0.9em;
  padding: 0 14px;
  margin: 0px 1px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  color:#000;
  background-color:#f7f5f6;


}
.floortable{
	width:94%;
	color:#666;
	margin:0 auto;
	border:1px solid #fff;
	margin-bottom:30px;

	}
.floortable th{
	background-color:#f7f5f6;
	color:#666;
	padding:10px;
	text-align:center;
	border:1px solid #fff;
	}
.floortable td{
	background-color:#fbf9fa;
	color:#666;
	padding:10px;
	border:1px solid #fff;
	}


.timetable{
	width:100%;
	color:#666;
	border:1px solid #fff;
	margin-bottom:30px;

	}
.timetable th{
	background-color:#f7f5f6;
	color:#666;
	padding:10px;
	text-align:center;
	border:1px solid #fff;
	}
.timetable td{
	background-color:#fbf9fa;
	color:#666;
	padding:10px;
	border:1px solid #fff;
	}
.time-center{
	text-align:center;
	}
.shop_table{
	width:100%;
	color:#666;
	border:1px solid #fff;
	margin-bottom:30px;

	}
.shop_table th{
	background-color:#f7f5f6;
	color:#666;
	padding:10px;
	text-align:left;
	width:150px;
	border:1px solid #fff;
	}
.shop_table td{
	background-color:#fbf9fa;
	color:#666;
	padding:10px;
	border:1px solid #fff;
	}



.floor-tabsbox #floor-tabs1 li:hover {
  background: #fe7aa1;
  color: #fff;
}
.floor-tabsbox #floor-tabs1 li.on {
  background: #fe7aa1;
  color: #fff;
}
.floor-tabsbox #floor-tabs2 li:hover {
  background: #91b23f;
  color: #fff;
}
.floor-tabsbox #floor-tabs2 li.on {
  background: #91b23f;
  color: #fff;
}
.floor-tabsbox li:last-of-type {
  margin: 0 0 0 1px;
}

.floor-content,
.floor-content2 {
  display: none;
}
.floor-content1:nth-of-type(1),
.floor-content2:nth-of-type(1) {
  display: block;
}

.floor-tabsbox #floor-tabs1 li {

}
.floor-tabsbox #floor-tabs2 li {
  border: 1px solid #91b23f;
}

/*  クリッカブルマップ
------------------------------ */
.floor_map {
  width: 640px;
  margin-bottom:30px;
  background-color:#fff;
  padding-bottom:30px;


}
.floor_margin{
	padding:20px;
	/*background-color:#fff;*/
	}

/* ====================================================
サイトマップ
==================================================== */
#content_wrap_one #content #sitamap_box {
  width: 720px;
  margin: 0 auto;
}


.bg_wh{
	background:#FFF;
	padding:20px;
	}

/* ====================================================
求人情報
==================================================== */
#recruit_box {
  margin-left: -5px;
  margin-right: -5px;
}

#recruit_box .recruit_detail {
  width: 408px;
  float: left;
  padding: 20px 30px 90px 30px;
  border: solid 1px #d5d5d5;
  margin: 0 5px 10px 5px;
  position: relative;
}
#recruit_box h3 {
  border-bottom: 1px solid #776751;
}

#recruit_box h3 .floor {
  display: block;
  float: left;
  width: 80px;
  padding: 10px 0 5px;
  margin-bottom: 1px;
  text-align: left;
}
#recruit_box h3 .shop {
  width: 240px;
}

.info_unit {

}

.info_unit dl {
  padding: 0;
}

.recruit-wrap .info_unit dt {
  width: 78px !important;
  color: #776751;
  clear: left;
  padding: 2px 2px 0;
  text-align: left;
  background: #fff;
  margin-right: 10px;
}

.recruit-wrap #recruit_box .info_unit dd {
  width: 310px;
}

#recruit_box .btn {
  width: 100%;
  margin: 50px auto 0 auto;
}

.recruit_btn {
  width: 408px;
  position: absolute;
  bottom: 30px;
}

/* ====================================================
ショップ一覧
==================================================== */
#ttl_c1, #ttl_c2, #ttl_c3, #ttl_c4, #ttl_c5, .shop-h2 {
  height: 34px;
  color: #776751;
  line-height: 30px;
  font-size: 140%;
  padding: 10px 0 0 0px;
  margin-bottom: 30px;
  border: none;
  border-bottom: solid 1px #776751;
}

.shoplist_box a {
  text-decoration: none;
}


/* ====================================================
ショップ詳細
==================================================== */
#shop_detail_box .detail_left {

}
.detail_left {
  width: 620px;
  }

.ttl_circle {
	font-size:120%;
	width:350px;
	padding:20px 0px 0px 0px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
	margin-bottom:20px;

}
.ttl_circle:before{
	content:"";
	display:block;
	width:35%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}

#shop_detail_box .info_unit {
    margin: 20px;

}
#shop_detail_box .info_unit dt {
  width: 25%;
  color: #999;
  padding:10px 5px;
  background-color:#f7f5f6;
   border-bottom:1px solid #fff;
}

#shop_detail_box .info_unit dd {
  width: 70%;
  padding:10px 5px;
  background-color:#fbf9fa;
  border-bottom:1px solid #fff;
  color:#666;
}

.shop_txt{
	padding:20px;
	width:600px;
	color:#666;
	}

#shop_detail_box .info_unit dl {

}

#gourmet_icon {
  margin: 0 20px;
}

#gourmet_icon img{
  width: auto;
}

#shop_detail_box .logo {
  width: 250px;
  height: 150px;
  overflow: hidden;
}
#shop_detail_box .logo div {
  float: left;
  width: 360px;
  height: 220px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#shop_detail_box .logo img {
  margin: auto;
  display: block;
  position: absolute;
}
#shop_detail_box .logo div:nth-of-type(1) img {
  width: auto;
  max-width: 360px;
  max-height: 220px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#shop_detail_box .logo div:nth-of-type(2) img {
  width: auto;
  height: 100%;
/*
  width: 100%;
  height: auto;
*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* ショップニュース
------------------------------ */
#ttl_shop_news_ttl {
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  padding: 0 15px;
  margin-bottom: 20px;
  border: none;
  background: none;
  background-color: #fcf7ea;
}


/* ショップサイドバー
------------------------------ */
.sideshop-search {
  padding-top: 0;
  margin-bottom: 15px;
}


#sideshop-new, #sideshop-event{
	padding-top: 15px;
    margin-bottom: 20px;
    /* background-color: #fff; */
    float: right;
    width: 320px;
    box-sizing: border-box;
    padding: 15px 0px 30px 20px;
    /* box-shadow: 0px 1px 3px #999; */
}
#lnav .sideshop-new h2 {
  margin-bottom: 15px;
}
#sideshop-event .shop, #sideshop-new .shop{
	margin-bottom: 20px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	padding-bottom: 40px;
	position: relative;
	background: #fff;
}


/* ショップニュース・イベント／キャンペーン　ボックス
========================================== */
#article_nav .article_list,
.sideshop-new .shop,
#topics_unit03 .shop {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#article_nav .article_list,
.sideshop-new .shop {
  width: 198px;
  margin: 0 0 15px 0;
}
#topics_unit03 .shop {
  width: 200px;
  margin: 0 0 20px 10px;
  background-color:#fff;
box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
  padding-bottom: 40px;
}

#article_nav .article_list .pht,
.sideshop-new .pht,
#topics_unit03 .pht {
  display: block;
  position: relative;
  border: none;
/*   height: 183px; */
  vertical-align: middle;
  overflow: hidden;
}
#article_nav .article_list .pht,
.sideshop-new .pht {
  width: 198px;
  height: 198px;
}
#topics_unit03 .pht {
  width: 200px;
  height: 180px;
}

#article_nav .article_list .img_wrap,
.sideshop-new .img_wrap,
#topics_unit03 .img_wrap {
  position: absolute;
  z-index: 10;
}
#article_nav .article_list .img_wrap,
.sideshop-new .img_wrap {
  width: 198px;
  height: 198px;
}
#topics_unit03 .img_wrap {
  width: 180px;
  height: 180px;
}

#article_nav .article_list .tumb img,
.sideshop-new .tumb img,
#topics_unit03 .tumb img {
  margin-top: 0
}

#article_nav .article_list .pht img,
.sideshop-new .pht img,
#topics_unit03 .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#article_nav .article_list .pht img,
.sideshop-new .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#topics_unit03 .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  max-width: none;
  max-height: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#article_nav .article_list dt,
.sideshop-new dt,
{
  font-size: 90%;
  color:#999;
  text-align:center;
}

#topics_unit03 dt {
 font-size: 90%;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    color: #666;
    height: 30px;
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}


#article_nav .article_list p,
.sideshop-new p,
#topics_unit03 p {
  margin: 0 auto;
}
#article_nav .article_list p,
.sideshop-new p {
  width: 188px;
}
#topics_unit03 p {
  width: 170px;
}

#article_nav .article_list dl,
.sideshop-new dl,
#topics_unit03 dl {
  clear: both;
  border-bottom: none;
}
#article_nav .article_list dl,
.sideshop-new dl {
  width: 188px;
}
#topics_unit03 dl {

}

#article_nav .article_list dd,
.sideshop-new dd,
#topics_unit03 dd {
  color:#000;
  padding: 0 10px;
  font-size:11px;
}
#article_nav .article_list dd.txt_shop_news,
.sideshop-new dd.txt_shop_news,
#topics_unit03 dd.txt_shop_news {
  margin-top: 0;
  margin-top: 10px;
/*   color: #FF9BB0; */
  font-size: 110%;
  font-weight: bold;
  /*padding:5px;*/
  /*color:#666 !important;*/
}
#article_nav .article_list dt.txt_event,
.sideshop-new dt.txt_event,
#topics_unit03 dt.txt_event {
  margin-top: 0;
  margin-top: 0;
  font-size: 110%;
  font-weight: bold;
  color:#666;
}
#article_nav .article_list dd.day,
.sideshop-new dd.day,
#topics_unit03 dd.day {
  margin-top: 0;
  font-size: 90%;
  float:right;
  color:#666 !important;
  text-align: right;
}
#article_nav .article_list .v2_cat_date,
.sideshop-new .v2_cat_date,
#topics_unit03 .v2_cat_date {
  margin: 10px 5px 0;
  padding: 0 0 15px 0;
}
#article_nav .article_list .v2_cat_date,
.sideshop-new .v2_cat_date {
  width: 188px;
}
#topics_unit03 .v2_cat_date {
  width: 170px;
}

#article_nav .article_list .v2_cat_icon_shop,
#article_nav .article_list .v2_cat_icon_event,
.sideshop-new .v2_cat_icon_shop,
.sideshop-new .v2_cat_icon_event,
#topics_unit03 .v2_cat_icon_shop,
#topics_unit03 .v2_cat_icon_event {
  float: left;
  padding: 0 0 0 15px;
  font-size: 80%;
}
#article_nav .article_list .v2_post_date,
.sideshop-new .v2_post_date,
#topics_unit03 .v2_post_date {
  float: right;
  font-size: 80%;
}

#topics_unit03 .v2_cat_icon_info {
  margin-top: 20px;
}



/* ====================================================
今週の一押し情報
==================================================== */
#scoop_detail .detail_left {
  width: 470px;
  padding-right: 30px;
}

#scoop_detail .info_unit {
  border: 10px solid #fcf7eb;
  background: none;
  box-sizing: border-box;
  padding: 15px;
}
#scoop_detail .info_unit dt {
  width: 120px;
  box-sizing: border-box;
  margin-right: 0;
  display: inline-block;
}
#scoop_detail .info_unit dd {
  width: 295px;
  box-sizing: border-box;
  display: inline-block;
}
#scoop_detail .info_unit a {
  margin-top: 10px;
}

#scoop_detail .detail_right {
  width: 220px;
}
#scoop_detail .detail_right li {
  margin-bottom: 5px;
}

#scoop_detail .detail_right .imgbox {
  overflow: hidden;
  border: none;
  padding: 0;
}

.detail_right {
  width: 220px;
  /*float:right;*/
}
.single-info h2 {
  border-bottom: solid 1px #d5d5d5;
}

.single-info #scoop_detail {
/*   border-top: solid 1px #d5d5d5; */
  border-bottom: solid 1px #d5d5d5;
  padding-top: 20px;
}

.page_nav {
    margin: 30px 0 20px;
}

#scoop_detail .info-colorlvl1 {
  border: 10px solid #faebde;
}
#scoop_detail .info-colorlvl1 dt {
  color: #e19748;
}

#scoop_detail .info-colorlvl2 {
  border: 10px solid #eef4e1;
}
#scoop_detail .info-colorlvl2 dt {
  color: #85b634;
}

.v2_cat_icon_info {
  font-size: 110% !important;
}
.single-contents{
	width: 600px !important;
	margin: 0 auto !important;
	float: none !important;
}
.single-images{
	float: right;
	width: 260px;
	padding-left: 20px;
}
.single-body{
	float: right;
	width: 320px;
	text-align: left;
}
.single-body img{
	width:auto !important;
	}
/* ====================================================
イベント・キャンペーン
==================================================== */
#event_ttl {
  background: #FCF7EA url("/wp/wp-content/themes/kirarito/img/header/ico_info.png") no-repeat scroll 10px center;
}

#event_detail2 {


  margin-bottom: 20px;
}



/* ====================================================
キラリトギンザからのお知らせ
==================================================== */

/* 一覧
------------------------------ */
.archive-topics-wrap {
}

.archive-topics-wrap #content {
  padding-bottom: 30px!important;
}
.archive-topics-wrap #content:first-of-type {

}

.archive-topics-wrap #content a {
  text-decoration: none;
}

.archive-topics-wrap .ttl_normal {
  font-weight: bold;
  font-size: 110%;
  padding: 20px 10px 5px 100px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: dotted 1px #d5d5d5;
  background-repeat: no-repeat;
}

.archive-topics-wrap .tabcolor-lvl1,
.archive-topics-wrap .tabcolor-lvl2,
.archive-topics-wrap .tabcolor-lvl3 {
  border: none !important;
}

.archive-topics-wrap .tabcolor-lvl1 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo01.png");
  background-size: 80px auto;
  background-position: 60px center;
}

.archive-topics-wrap .tabcolor-lvl2 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo02.png");
  background-size: 80px auto;
  background-position: 60px center;
}

.archive-topics-wrap .tabcolor-lvl3 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo03.png");
  background-size: 120px auto;
  background-position: 40px center;
}

.archive-topics-wrap .info_list .info_detail {
  padding-left: 200px;
  overflow: hidden:
}

.archive-topics-wrap .info_list .info_detail .info_txt {
  width: 520px;
}

.archive-topics-wrap .info_list .info_detail .pht {
  width: 200px;
  float: right;
  margin-left: 30px;
}

.archive-topics-wrap .infinite-nav {
  display: none;
}

/* 詳細
------------------------------ */
.single-topics-wrap #content {
  padding-bottom: 0!important;
}
.single-topics-wrap #content:first-of-type {
  border-top: solid 1px #d5d5d5;
}

.single-topics-wrap #content a {
  text-decoration: none;
}

.single-topics-wrap .ttl_normal {
  font-weight: bold;
  line-height: 140%;
  font-size: 130%;
  padding: 10px 10px 5px 200px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: solid 1px #d5d5d5;
  background-repeat: no-repeat;
}

.single-topics-wrap .tabcolor-lvl1,
.single-topics-wrap .tabcolor-lvl2,
.single-topics-wrap .tabcolor-lvl3 {
  border: none !important;
}

.single-topics-wrap .tabcolor-lvl1 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo01.png");
  background-size: 80px auto;
  background-position: 60px center;
}

.single-topics-wrap .tabcolor-lvl2 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo02.png");
  background-size: 80px auto;
  background-position: 60px center;
}

.single-topics-wrap .tabcolor-lvl3 .ttl_normal {
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo03.png");
  background-size: 120px auto;
  background-position: 40px center;
}

.single-topics-wrap .info_list .info_detail {
  padding-left: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d5d5d5;
  overflow: hidden:
}

.single-topics-wrap .info_list .info_detail .info_txt {
  width: 520px;
}

.single-topics-wrap .info_list .info_detail .pht {
  width: 200px;
  float: right;
  margin-left: 30px;
}


/* ====================================================
サイドバー
==================================================== */

/* common
========================================== */
#lnav h2 {
  background-color: #fff;
  background-size: 16px auto;
  border-bottom: 1px solid #776751;
  margin-bottom: 15px !important;
  height: 45px;
  font-size: 110%;
  line-height: 45px;
  text-indent: inherit!important;
  box-sizing: border-box;
}

#lnav #category h2,
#lnav #floor_nav h2,
#lnav #floor_nav1 h2,
#lnav #floor_nav2 h2 {
}

#lnav #category h3,
#lnav #floor_nav h3,
#lnav #floor_nav1 h3,
#lnav #floor_nav2 h3 {
  width: 260px;
  height: 30px;
  line-height: 30px;
  margin-left:20px !important;
  text-indent: inherit;
  margin-top: 2px;
  padding-right: 10px;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  color:#fff;

}
#lnav #category h3:after,
#lnav #floor_nav h3:after,
#lnav #floor_nav1 h3:after,
#lnav #floor_nav2 h3:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 120%;
}
#lnav #category .clickBtn_on0:after,
#lnav #floor_nav .clickBtn_on1:after,
#lnav #floor_nav1 h3:after,
#lnav #floor_nav2 h3:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 120%;
}
#lnav #category span,
#lnav #floor_nav span,
#lnav #floor_nav1 span,
#lnav #floor_nav2 span {
  font-size: 90%;
  line-height: 30px;
  padding-left: 10px;
  display: inline !important;
  position: absolute;
  left: 0;
  color:#fff;
}

#lnav #category ul,
#lnav #floor_nav ul,
#lnav #floor_nav1 ul,
#lnav #floor_nav2 ul {
  margin-top: -10px;
  display: none;
}

/* ショップガイド
========================================== */
#content_wrap_shop #lnav {

}

#category h4{
	    background: none;
    color: #666;
    margin-left: 10px;
    margin-bottom: 10px;
}


#lnav #category h3 {
  background: #fe7aa1;
}

#lnav #category .side-shopall {
  width: 200px;
  height: 30px;
  font-size: 90%;
  padding-left: 15px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  background: #eae7e3 !important;
  box-sizing: border-box;
}

#lnav #shop_search h2 {
  background: none;
  background-size: 16px auto;
  border-top: 1px solid #776751;
  border-bottom: 1px solid #776751;
  font-size: 140%;
  margin-bottom: 0;
  height: 50px;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit !important;
  text-align: center;
}

#lnav #shop_search {
  margin-top: 0;
}

#lnav #search_unit01 {
  background: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 200px;
}

#lnav #search_unit01 h3 {
    margin-bottom: 5px;
    height: 18px;
    text-indent: inherit;
}

#lnav #search_unit01 input {
    float: left;
    border: solid 1px #776751;
    width: 136px;
    height: 24px;
    padding: 2px;
}

#lnav #search_unit01 a {
    display: block;
    background: #776751;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

#lnav #search_unit03 {
  border-bottom: none;
  padding: 0;
}

#lnav #shop_search h3 {
    margin-bottom: 5px;
    height: 18px;
    text-indent: inherit;
}

#lnav #search_unit03 a {
    display: block;
    color: #776751;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

.lvl-tab {
    background: none;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 50px 0;
    width: 950px;
}

.lvl-tab .v2_tab li {
  width: 33%;

}

/* フロアマップ
========================================== */
.floor-side-lvl1,
.floor-side-lvl2 {
  margin-bottom: 40px;
}

.floor-side-lvl1 h2,
.floor-side-lvl2 h2 {
  border: 1px solid #6e5e49 !important;
}

.floor-side-lvl1 h3 {
  background: #fe7aa1 !important;
  border: 1px solid #ede3d9;
}

.floor-side-lvl2 h3 {
/*   background: url("/wp/wp-content/themes/kirarito/img/shop/shop_side_bgmark.png") 0 0 no-repeat #f4f7ea !important; */
  background: #f4f7ea !important;
  border: 1px solid #eef4e0;
}
.floor-side-lvl2 h3.clickBtn_on1 {
/*   background: url("/wp/wp-content/themes/kirarito/img/shop/shop_side_bgmark.png") 0 -30px no-repeat #f4f7ea !important; */
}

/* 今週の一押し情報
========================================== */


/* 紀伊國屋書店ランキング
========================================== */
.rank-wrap #rank_area h2,
.rank-wrap #map_area_wrap h2 {
  border-top: none;
  border-bottom: 1px solid #efedea;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  line-height: 50px;
  text-indent: inherit;
}

.rank-wrap #rank_area li {
  border-bottom: 1px solid #eae7e3;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
.rank-wrap #rank_area li:hover img {
  opacity: .5
}

.rank-wrap #msp_area img {
  margin: 15px 0;
}
.rank-wrap #msp_area p {
  margin-bottom: 10px;
}

/* ====================================================
交通アクセス
==================================================== */

.access-wrap {

}

.access-cont {
  margin-bottom: 30px;
}

.access-wrap h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px solid #efedea;
  border-bottom: 1px solid #efedea;
}

.access-wrap h4 {
  font-size: 100%;
  font-weight: bold;
}

.access-wrap p {
  margin-bottom: 10px;
}

.access-floatbox {
  overflow: hidden;
}

/* キラリトギンザ駐車場のご案内 */
.access-boxtxt {
  padding-top: 10px;
}
.access-boxtxt p:first-of-type {
  float: left;
  background: #584837;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
}
.access-boxtxt p:nth-of-type(2) {
  float: left;
  height: 24px;
  line-height: 24px;
}

/* 交通アクセス */
.access-num {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.access-num .access-num-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 95px;
  box-sizing: border-box;
}
.access-num .access-num-box:nth-of-type(odd) {
  padding-left: 60px;
  padding-right: 15px;
}
.access-num .access-num-box:nth-of-type(even) {
  padding-left: 75px;
  padding-right: 0;
}
.access-num .access-num-box div:first-of-type {
  display: block;
  overflow: hidden;
  background: #ece9e5;
  font-size: 120%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
}
.access-num .access-num-box:nth-of-type(even) div:first-of-type{
  left: 15px;
}
.access-num h4 {

}
.access-num p {

}

.access-wrap .v2_btn_list {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 100%;
  overflow: hidden;
}

.access-wrap .v2_btn_list .btn_box {
  float: right;
  width: 300px;
}

.access-wrap .g_map {
  margin-bottom: 10px;
}
#g_map,#g_map2{
	height:640px;
	width: 100%;
}
.parkingmap{
	width: 100%;
}
.parkingmap img{
	width: 50%;
	margin-bottom: 20px;
}
/* 駐車場サービス案内テーブル　キラリトギンザ */
.access_tablewrap {
  overflow: hidden;
  margin: 0;
}

.access_table01{
  width:470px;
  border:none;
  color:#5d5238;
  text-align:left;
  margin: 20px 5px 20px 0px;
  float: left;
  display: block;
  }
.access_table01 td{
  padding:10px;
  }
.access_table01 tr:nth-child(2n) {    /* 偶数行 */
   background-color: #fbf2eb;
}
.access_table01 tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #fff;
}
.access_table01 tr:nth-child(1) {     /* 先頭行のみ */
   background-color: #fff;
}
/* 駐車場サービス案内　キラリトギンザ2 */
.access_table02{
  width:470px;
  border:none;
  color:#5d5238;
  margin: 20px 0px 20px 5px;
  float:left;
  display: block;
  }
.access_table02 td{
  padding:10px;
  }
.access_table02 tr:nth-child(2n) {    /* 偶数行 */
   background-color: #f5f8eb;
}
.access_table02 tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #fff;
}
.access_table02 tr:nth-child(1) {     /* 先頭行のみ */
   background-color: #fff;
}

/* ====================================================
サービス案内
==================================================== */

.service-wrap {

}
.service-wrap a {
}

.service-wrap table,
.service-wrap tr,
.service-wrap th,
.service-wrap td {
  box-sizing: border-box;
}

.service-wrap table {
  width: 950px;
}

.service-wrap tr {
  width: 100%;
}

.service-wrap th {
  width: 33.333%;
}

.service-wrap td {
  width: 33.333%;
}

/* タイトル */
.service-wrap .service-table-other1 tr {

}
.service-wrap .service-table-other1 td {
  text-align: center;
  padding-bottom: 10px;
}

.service-wrap .service-table-other1 td img {
  width: auto;
  height: 30px;
}

/* 表部分 */
.service-wrap .service-table tr {
  border-top: 1px solid #eae7e3;
}
.service-wrap .service-table tr:last-of-type {
  border-bottom: 1px solid #eae7e3;
}

.service-wrap .service-table th {
  padding: 15px;
  font-size: 120%;
  font-weight: bold;
}

.service-wrap .service-table td {
  padding: 30px 15px;
  text-align: center;
}
.service-wrap .service-table td:nth-of-type(1) {
  background: #fbf2e9;
  border-right: 5px solid #fff;
}
.service-wrap .service-table td:nth-of-type(2) {
  background: #f4f7ea;
  border-left: 5px solid #fff;
}

/* テキスト */
.service-wrap .service-table-other2 td:nth-of-type(2) {
  width: 480px;
  padding: 30px 15px;
  border-left: 1px solid #eae7e3;
}

/* ====================================================
お問い合わせ
==================================================== */
.contact-wrap #content {
  padding: 0 0 30px;
}

.contact-wrap h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}

.contact-wrap p {

}

.contact-wrap p {

}

/* ====================================================
検索結果
==================================================== */
.search {

}

#search_ttl {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_shopguide.png") no-repeat 10px center #fcf7ea;
}

.search .ttl_normal {
  color: #666;
  background-color:#f1f1f1;
  padding: 10px 10px 10px 20px;
  font-weight:normal !important;
  font-size:0.9em !important;

}

.search .sideshop-search {
  padding-top: 0;
}

/* 会社案内
------------------------------ */
.company-img{
	width: 25%
}
.company-img2{
	width: 15%
}
.company-cont p{
	margin-bottom: 20px;
}
/* ====================================================
イベント・キャンペーン
求人情報
タブによるカラー
==================================================== */

/* kirarito1
------------------------------ */
.tabcolor-lvl1 dt{
	background-color:#ffffd5;
  padding: 10px 0;
  color: #666;
  text-align: center;
}

.recruit-wrap .tabcolor-lvl1 h3{
  border-bottom: 1px solid #d97c2c !important;
}

.tabcolor-lvl1 .v2_cat_icon_event,
.tabcolor-lvl1 .v2_cat_icon_shop,
.tabcolor-lvl1 .txt_event,
.tabcolor-lvl1 .txt_shop_news,
.tabcolor-lvl1 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl1 dt{
  color: #d97c2c;
}

.tabcolor-lvl1 .v2_cat_icon_shop {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_bag1.png") no-repeat left top;
  background-size: 16px auto;
}
.tabcolor-lvl1 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag1.png") no-repeat left top;
  background-size: 16px auto;
}

.recruit-wrap .tabcolor-lvl1 h3 {
  background: url("/wp/wp-content/themes/kirarito/img/common/logo01t.png") no-repeat right center;
  background-size: auto 30px;
}

/* kirarito2
------------------------------ */
.tabcolor-lvl2 {

}

.recruit-wrap .tabcolor-lvl2 h3{
  border-bottom: 1px solid #85b634 !important;
}

.tabcolor-lvl2 .v2_cat_icon_event,
.tabcolor-lvl2 .v2_cat_icon_shop,
.tabcolor-lvl2 .txt_event,
.tabcolor-lvl2 .txt_shop_news,
.tabcolor-lvl2 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl2 dt{
  color: #85b634;
}

.tabcolor-lvl2 .v2_cat_icon_shop {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_bag2.png") no-repeat left top;
  background-size: 16px auto;
}

.tabcolor-lvl2 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag2.png") no-repeat left top;
  background-size: 16px auto;
}
.recruit-wrap .tabcolor-lvl2 h3 {
  background: url("/wp/wp-content/themes/kirarito/img/common/logo02t.png") no-repeat right center;
  background-size: auto 30px;
}

/* kirarito3
------------------------------ */
.tabcolor-lvl3 {
	background-color: #fff;
    padding: 0 0 20px 0;
}



.recruit-wrap .tabcolor-lvl3 h3{
  border-bottom: 1px solid #705e46 !important;
}

#article_nav .tabcolor-lvl3 dt,
.tabcolor-lvl3 .v2_cat_icon_event,
.tabcolor-lvl3 .v2_cat_icon_shop,
.tabcolor-lvl3 .txt_event,
.tabcolor-lvl3 .txt_shop_news,
.tabcolor-lvl3 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl3 dt{
  color: #705e46;
}

.tabcolor-lvl3 .v2_cat_icon_shop {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_bag3.png") no-repeat left top;
  background-size: 16px auto;
}

.tabcolor-lvl3 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag3.png") no-repeat left top;
  background-size: 16px auto;
}

/* ====================================================
トップ・タブカラー
==================================================== */

/* kirarito1
------------------------------ */
.top-tabcolor-lvl1 {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.top-tabcolor-lvl1 .v2_cat_icon_event,
.top-tabcolor-lvl1 .v2_cat_icon_shop {
  color: #d97c2c;
}

.top-tabcolor-lvl1 .txt_event,
.top-tabcolor-lvl1 .txt_shop_news,
.top-tabcolor-lvl1 .v2_cat_icon_info {
  color: #666 !important;
}

.top-tabcolor-lvl1 .v2_cat_icon_shop {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_bag1.png") no-repeat left top;
  background-size: 16px auto;
  background-color:#CCC
}
.top-tabcolor-lvl1 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag1.png") no-repeat left top;
  background-size: 16px auto;
}

.top-tabcolor-lvl1 dt{
	background-color:#ffffd5;

	}



/* kirarito2
------------------------------ */
.top-tabcolor-lvl2 {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);

}

.top-tabcolor-lvl2 .v2_cat_icon_event,
.top-tabcolor-lvl2 .v2_cat_icon_shop {
  color: #85b634;
}

.top-tabcolor-lvl2 .txt_event,
.top-tabcolor-lvl2 .txt_shop_news,
.top-tabcolor-lvl2 .v2_cat_icon_info {
  color: #85b634!important;
}

.top-tabcolor-lvl2 .v2_cat_icon_shop {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_bag2.png") no-repeat left top;
  background-size: 16px auto;
}
.top-tabcolor-lvl2 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag2.png") no-repeat left top;
  background-size: 16px auto;
}

/* kirarito3
------------------------------ */
.top-tabcolor-lvl3 {
  	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);

}
.tabcolor-lvl3 dt{
	background-color:#fff1f5;
	padding:10px 0;
	    color: #666;
		text-align: center;
}
.top-tabcolor-lvl3 dt{
	padding:10px 5px !important;
	background-color:#fff1f5;
	}

.tabtabcolor-lvl3 .v2_cat_icon_event,
.tabtabcolor-lvl3 .v2_cat_icon_shop {
  color: #705e46;
}

.tabcolor-lvl3 .txt_event,
.tabcolor-lvl3 .txt_shop_news,
.top-tabcolor-lvl3 .v2_cat_icon_info {
  color: #000;
}

.top-tabcolor-lvl3 .v2_cat_icon_shop {
}
.top-tabcolor-lvl3 .v2_cat_icon_event {
  background: url("/wp/wp-content/themes/kirarito/img/common/ico_flag3.png") no-repeat left top;
  background-size: 16px auto;
}

/* 選択タブ
------------------------------ */
#page_ttl_box h2.v2_ttl_topics {
  background: url("/wp/wp-content/themes/kirarito/img/top/top_topics_h2.png") no-repeat 5px center #fcf7ea;
  background-size: 28px auto;
  padding-left: 40px;
}
.lvlselect-tabnav {
  width: 100%;
/*   height: 60px; */
  overflow: hidden;
}
.lvlselect-tab {
  letter-spacing: -.40em;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0;
}
.lvlselect-tab li {
  display: block;
  cursor: pointer;
  float: left;
}

.lvlselect-tab li div {
  background: #fff;
  border: solid 3px #eae7e3;
  margin: 0 4px 0 0;
  width: 314px;
  height: 50px;
  padding: 0;
  line-height: 46px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
}

.lvlselect-tab li div a {
  opacity: 1;
  display: block;
  text-decoration: none;
}

.lvlselect-tab li div img {
  width: auto;
  height: 39px;
  vertical-align: middle;
}

.lvlselect-tab .tab-c1:hover {
  border: solid 3px #715e47;
}
.lvlselect-tab .v2_select .tab-c1 {
  border: solid 3px #715e47;
}

.lvlselect-tab .tab-c2 {
}
.lvlselect-tab .tab-c2:hover {
  border: solid 3px #d97c2c;
}
.lvlselect-tab .v2_select .tab-c2 {
  border: solid 3px #d97c2c;
}

.lvlselect-tab .tab-c3 {
  margin: 0 0 0 0;
}
.lvlselect-tab .tab-c3:hover {
  border: solid 3px #90b335;
}
.lvlselect-tab .v2_select .tab-c3 {
  border: solid 3px #90b335;
}

/* ====================================================
common
==================================================== */

.news-sp-mark {
  display: none !important;
}

.list-lvl-mark {
  width: 40px;
  height: 20px;

}
#top_unit03 .list-lvl-mark {


}

.tabcolor-lvl1{
/* 	background-color: #ffffd5; */
	}

.list-lvl-mark,
.top-tabcolor-lvl1 .list-lvl-mark {



}

.tabcolor-lvl2 .list-lvl-mark,
.top-tabcolor-lvl2 .list-lvl-mark {
  background-color:#CCC;
}

.tabcolor-lvl3 .list-lvl-mark,
.top-tabcolor-lvl3 .list-lvl-mark {
/*
  background-image: url("/wp/wp-content/themes/kirarito/img/common/logo03t.png");
  background-size: auto 15px;
*/
}

.btn_box,
.btn_box:visited,
.btn_box:link {
  display: block;
  background: #e6e4e5 ;
  color: #fe7aa1;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.btn_box:hover {
  background: #666 ;
  color: #fff;
  opacity: 1 !important;
}

.btn_box:after {
  content: "\f0ca";
  font-family: FontAwesome;
  font-size: 130%;
  position: absolute;
  right: 10px;
}

/* ====================================================
特集
==================================================== */
.feature_txt {
  width: 720px;
  margin-bottom: 20px;
}

.feature_txt img {
  width: auto;
}

.feature-h2 {
  padding: 10px 10px 10px 0px;
}

/* ====================================================
多言語
==================================================== */

/* ヘッダー
========================================== */
.global-wrap #head_wrap_y {
  background: #fff;
  border-top: 5px solid #f7e871;
}

.global-wrap .head_wrapbox {
  margin: 0px auto;
  padding: 15px 0 0;
  width: 950px;
  height: 64px;
  text-align: right;
  overflow: hidden;
}

.global-wrap #logo {
  width: 320px;
  float: left;
}

.global-wrap #nav_overlay {
  width: 100%;
  float: none;
}

.global-wrap nav li {
  width: 16.666% !important;
  box-sizing: border-box;
  float: left;
  margin: 0px 0 0px 0px;
  text-indent: inherit;
  border-right: #705c41 1px solid;
  border-bottom: #fff 5px solid;
}
.global-wrap nav li:last-of-type {
  border-right: none;
}
.global-wrap nav li:hover {
  border-bottom: #705c41 5px solid;
  background-color: #fcf7e8 !important;
}
.global-wrap nav li a:hover {
  opacity: 1;
}

.global-wrap nav li a {
  text-align: center;
}

/* ナビゲーション */

nav #nav00_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_01.png") no-repeat top center;
    background-size: auto 30px;
    }

nav #nav03_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_02.png") no-repeat top center;
    background-size: auto 30px;
    }
nav #nav01_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_03.png") no-repeat top center;
    background-size: auto 30px;
}
nav #nav02_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_04.png") no-repeat top center;
    background-size: auto 30px;
}
nav #nav04_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_05.png") no-repeat top center;
    background-size: auto 30px;
}
nav #nav07_gl {
    background: url("/wp/wp-content/themes/kirarito/img/global_ar/common/nav_06.png") no-repeat top center;
    background-size: auto 30px;
    margin-right: 0;
}
/* index
========================================== */

/* コンテンツ
------------------------------ */
.global-topimg {
  width: 670px;
  margin-bottom: 30px;
}

.global-topimg img {
  margin-bottom: 15px;
}

.global-topimg p {
  margin-bottom: 15px;
}
.global-topimg p:last-of-type {
  margin-bottom: 0;
}

/* 各種見出し */
.access_ttl{
	background: url("/wp/wp-content/themes/kirarito/img/global_ar/header/ico_access.png") no-repeat 10px center #fcf7ea;
}


/* サイドバー
------------------------------ */
#rnav #hours {
  margin: 0 0 30px;
}

.hours-1 .hours-color-argl {
    border-left: 5px solid #043576;
    height: 250px;
    float: left;
}

/* FAQ */
.global-faq {
  margin-bottom: 30px;
}
.global-faq a {
  display: block;
  background: #fcf7e9;
  border: 1px solid #ebe9e4;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
}
.global-faq a:hover {
  cursor: pointer;
}

/*
交通アクセス
========================================== */
.global-access {
  overflow: hidden;
  margin: 0 -5px;
}

/* コンテンツ
------------------------------ */
.global-access .shop-h2 {
  color: #fff;
  height: 35px;
  background-color: #776751;
  line-height: 35px;
  font-size: 120%;
  padding: 0 40px 0px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  border: none;
}
.global-access h3 {
  border-bottom: 1px solid #eae7e3;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 120%;
  line-height: 40px;
  font-weight: bold;
}

.g-access-text {
  border: 1px solid #eae7e3;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  padding: 10px;
}
.g-access-text table {
  border-collapse: separate;
  border-spacing: 0 10px ;
}
.g-access-text tr {
  margin-bottom: 10px;
}
.g-access-text th {
  border-right: 1px solid #776751;
  width: 100px;
  padding: 15px;
  text-align: right;
}
.g-access-text td {
  padding: 20px;
}

.g-access-img {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.g-access-map {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

/*
ショップガイド
========================================== */
.global-shop {
  overflow: hidden;
  margin: 0 -5px;
}

/* タブ
------------------------------ */
.global-shoptab {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0;
}

.global-shoptab li {
  float: left;
}

.global-shoptab li div {
  background: #fff;
  margin: 0 4px 0 0;
  width: 234.5px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
}
.global-shoptab .tab-c4 {
  margin: 0;
}

.global-shoptab .tab-c1 a {
  background-color: #e78758;
}
.global-shoptab .tab-c2 a {
  background-color: #97c365;
}
.global-shoptab .tab-c3 a {
  background-color: #f0b84d;
}
.global-shoptab .tab-c4 a {
  background-color: #39a262;
}

.global-shoptab a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.align-right{text-align: right;}
/* コンテンツ
------------------------------ */
.global-shop .shop-h2 {
  color: #fff;
  height: 35px;
  background-color: #776751;
  line-height: 35px;
  font-size: 120%;
  padding: 0 40px 0px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  border: none;
}
.h2-genre1 {

}
.global-shop .h2-genre1 {
  background-color: #e78758;
}
.global-shop .h2-genre2 {
  background-color: #97c365;
}
.global-shop .h2-genre3 {
  background-color: #f0b84d;
}
.global-shop .h2-genre4 {
  background-color: #39a262;
}

.global-shoplistbox {
  width: 310px;
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px solid #eeece9;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.global-shoplistbox ul {
  overflow: hidden;
}

.global-shoplistbox li {
  float: left;
  box-sizing: border-box;
  position: relative;
}

.global-shoplistbox .logo {
  width: 78px;
  height: 78px;
  margin-right: 10px;
  box-sizing: border-box;
}

.global-shoplistbox .pht {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.global-shoplistbox .logo img {
  max-width: 100%;
  max-height: 78px;
}

.global-shoplistbox .pht img {
}

.global-shoplistbox .logo img {
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.global-shoplistbox .pht img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.global-shoplistbox table {
  width: 100%;
  margin: 20px 0 10px 0;
}

.global-shoplistbox tr {
  width: 100%;
  border-bottom: 1px solid #776751;
}

.global-shoplistbox th {
  width: 85px;
  box-sizing: border-box;
}
.global-shoplistbox tr:nth-of-type(1) th {
}
.global-shoplistbox tr:nth-of-type(2) th,
.global-shoplistbox tr:nth-of-type(3) th,
.global-shoplistbox tr:nth-of-type(4) th {
  background-color: #fcf7e8;
  padding: 10px;
}

.global-shoplistbox td {
  width: 203px;
  box-sizing: border-box;
}
.global-shoplistbox tr:nth-of-type(1) td {
  text-align: right;
}
.global-shoplistbox tr:nth-of-type(2) td,
.global-shoplistbox tr:nth-of-type(3) td,
.global-shoplistbox tr:nth-of-type(4) td {
  padding: 10px;
}

.global-cat1 {
  color: #e78758;
}
.global-cat2 {
  color: #97c365;
}
.global-cat3 {
  color: #f0b84d;
}
.global-cat4 {
  color: #39a262;
}

/*
サービス案内
========================================== */
.global-service {
  overflow: hidden;
  margin: 0;
}

.g-service-info {
  margin-bottom: 30px;
}
.g-service-box {
  margin-bottom: 15px;
  padding: 0 40px 15px;
  border-bottom: 1px solid #eeece9;
}
.g-service-box h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-service-box p {
  color: #ae9e8a;
}

/*
FAQ
========================================== */
#faq_ttl {
  background: url("/wp/wp-content/themes/kirarito/img/header/ico_faq.png") no-repeat 10px center #fcf7ea;
}

.global-faq {
  overflow: hidden;
  margin: 0;
}

.g-faq-box {
  margin-bottom: 15px;
  padding: 0 40px 15px;
  border-bottom: 1px solid #eeece9;
}
.g-faq-box h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-faq-box span {
  font-weight: bold;
}
.g-faq-box p {
  color: #ae9e8a;
}

.side-bar-info{
	display:inline !important;
	}

.header-style {
	font-size:120%;
	padding:10px 0px 0px 0px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
	margin-bottom:20px;
	background:url("/wp/wp-content/themes/kirarito/img/common/header_bg.png") no-repeat;
	background-position:right;
	width:640px;
	float:left;
}
.header-style-shopguide{
	float: none !important;
}
.header-style:before{
	content:"";
	display:block;
	width:20%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}
.header-style2 {
	font-size:120%;
	padding:0px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
	margin-bottom:20px;

}
h3{
	font-weight:bold;
	}
.header-style2:before{
	content:"";
	display:block;
	width:35%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}

.header-style-shopnews {
	font-size:120%;
	padding:10px 0px;
	line-height:35px;
	border-bottom:1px solid #ccc !important;
	position: relative;
	color:#666;
	margin-bottom:20px;
	background:url("/wp/wp-content/themes/kirarito/img/common/header_news.png") no-repeat;
	background-position:right;

}
.header-style-shopnews:before{
	content:"";
	display:block;
	width:35%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}
.header-style-event {
	font-size:120%;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#666;
	background:url("/wp/wp-content/themes/kirarito/img/common/event.png") no-repeat;
	background-position:right;

}
.header-style-event:before{
	content:"";
	display:block;
	width:35%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}
.event-date{
	padding:10px 0px!important;
	color:#666 !important;
	}
.news_txt p{
	color:#666 !important;
	}
.news_cat{
	/*margin-right:40px;*/
	float:right;
	}
.news_cat li a{
	color: #fff;
	background: #ff7aa1;
	display: block;
	padding: 0 5px;
	border-radius: 3px;
}
.news_cat li{
	float: left;
	margin-right: 5px;
}
.news_cat li:last-child{
	margin-right: 0;
}
.temp_bt {
	margin-top: 20px;
	}
.temp_bt a{
	color:#fff;
	text-decoration:none;
	background-color:#999;
	border-radius:5px 5px 5px 5px;
	padding: 10px 0;
	display: block;
	text-align:center;
	}
.temp_bt a:hover{
	opacity:0.7;

	}
#search_unit02 img{
	width:auto !important;
	margin-left:50px;

	}
#search_unit02 h4{
    background: none;
    color: #666;
	margin-left: 10px;
	margin-bottom:10px;
}
.shop_right{
	float:left;
	padding-right:20px;
	}
.reserve_bt{
	width:350px;
	}

.reserve_bt a{
	width:350px;
	box-sizing:border-box;
	background-color:#acaaab;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	padding:10px 122px;
	text-align:center;


	}
.reserve_bt a:hover{
	background-color:#fe7aa1;
	width:350px;
	box-sizing:border-box;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	padding:10px 122px;
	text-align:center;
		}
.shop_news_shop{
	color:#666;
	float:left;
	width:70%;
	padding:10px 0;
	}

.shopslide	{
	width:600px !important;
	}
.shop_detail_bg{
	background-color:#fff;
	width:640px;
	}
.shop_slider{
	padding:0 !important;
	margin-left:-25px;
	}
.shop_slide_bg{
	background-color:#fff1f6;

	}
ul.bxslider {
padding: 0;
margin: 0;
}


.shop_slider li{
padding: 0;
margin: 0;
height:220px !important;
}
.bx-viewport{
	}
.slide_bg {
    padding: 30px 20px 20px !important;
    background-color: #fff1f6;
	}
.contents_inner{
	padding: 20px;
	background-color:#FFF;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	}
.mail_bt{
	background-color:#fbf9fa;
	text-align:center;
	padding:20px;
	color:#666;
	width:80%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	}
.mail_bt a{
	text-decoration: none;
	display: block;
}
.access_pk_bg{
	padding:20px 0;
	font-size:1.2em;
	width:600px;
	margin:0 auto;
	background-color:#fe7aa1;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;

	}
.map{
	padding-top:20px;
	padding-bottom:20px;
	margin:0 auto;
	width:600px;
	}
.access_detail{
	margin-left:20px;
	float:left;
	margin-bottom:30px;
	}
.access_detail li,
.access_detail2 li{
	color:#666;
	}
.access_detail2 {
	margin-left:50px;
	float:left;
	}
.access_b{
	font-weight:bold;
	}
.bg_gr{
	margin:20px;
	background-color:#fbf9fa;
	}
.sitemap_table{
	width:100%;
	}
.sitemap_table td{
	color:#666;
	padding: 10px 20px;
	text-decoration:underline;
	}
.sitemap_floor_margin{
	padding-left:101px !important;
	}

.sitemap_table tr{
	color:#666;
	border:1px solid #fff;
	}
#content_404 p{
	color:#666;
	}
.about-txt{
	text-align:center;
	color:#666;
	margin:30px;
	}
.about-txt02{
	text-align:left;
	color:#666;
	margin-bottom:30px;

	}

.gr_bt{
	background-color:#adabac;
	border-radius:5px;
	color:#fff;
	text-align:center;
	width:39%;
	padding:10px 20px;
	margin-left:20px;
	float:left;

	}
.gr_bt:hover{
	background: #c0c0c0;
}
.foot_logo{
	width:auto;
	float:left;
	}
.topi_bg{
	background-color:#FFF !important;
	width:600px !important;
	float:left;
	padding:20px;
	}
.info_txt p{
	color:#666;
	}
.date_txt_gr{
	color:#666;
	padding:10px 0px
	}

.topics_margin_bottom{
	margin-bottom:10px !important;
	}
.inner_bottom{
	margin-bottom:20px;
	}
.pcategories{
	color: #ff7aa1 !important;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	width: 66%;
	display: block;
	position: absolute;
	bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*left: 5px;*/
    text-align: left;
	}
.lang-img-bottom{
	margin-bottom:20px;
	}
#tab1-11 {
	line-height:1.2em;

	}
#lineup-font-size-sampler{
	display:none;

	}
.v2_tabcon{
}
#top_unit03 dd.day02 {
    font-size: 90%;
    float: right;

	}
.date_txt_02{
	color: #fe7aa1 !important;
    float: left;
	margin-right:10px;
	}
.sitemap_none{
	text-decoration:none !important;
	}

#bridal_main_img {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
#content-bridal{
	width:980px;
	}
.bridal_tab{
	width:980px !important;
	}
.bridal_box{
	width:980px !important;
	}
.bridal_main_img02{
	width:100%;
	background:url("/wp/wp-content/themes/kirarito/img/bridal/bridal-img02.jpg") no-repeat;
	background-size:cover;
	height:704px;
	padding-top:70px;
	}
.bridal_main_img02_inner{
	width:980px;
	margin:0 auto;
	}
.bridal_txt01{
	font-weight:bold;
	color:#666;
	width:740px;
	margin:0 auto;
	margin-bottom:30px;
	height: 100px;
	line-height:2em;
	font-size:14px;
	}
.bridal_logo{
	float:left;
	width:176px;
	margin-right:50px;
	}
.bridalbox01{
	width:210px;
	float:left;
	}
.bridalbox01 img{
	margin-bottom:20px;
	}
.bridalbox01 p{
	text-align:center;
	font-weight:bold;
	color:#666;
	font-size:1.2em;
	margin-bottom:20px;
	}
.bridalbox01_txt{
	color:#666;
	}
.bridalbox02{
	margin-top:40px;
	margin-left:30px;
	margin-right:30px;
	width:210px;
	float:left;
	}
.bridalbox02 img{
	margin-bottom:20px;
	}
.bridalbox02 p{
	text-align:center;
	font-weight:bold;
	color:#666;
	font-size:1.2em;
	margin-bottom:20px;
	}
.bridalbox02_txt{
	color:#666;
	}




.header-style-bridal {
	font-size:140%;
	padding:10px 0px 0px 0px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	position: relative;
	color:#ff7aa1;
	margin-bottom:20px;
	background:url("/wp/wp-content/themes/kirarito/img/common/header_bg.png") no-repeat;
	background-position:right;
	width:980px;
	float:left;
	font-style:italic;
	color: #666;
	font-style: normal;
}
.header-style-bridal:before{
	content:"";
	display:block;
	width:20%;
	border-bottom:1px solid #fe7aa1;
	position:absolute;
	bottom:0;
	padding-left:10px;
	margin-bottom:-1px;
	color:#666;
}
.bridal_bottom{
	padding-bottom: 30px !important;
	width:980px !important;
	}
.bridal_box{
	width:220px !important;
	float:left;
	}
.bridal_pht{
	width:220px !important;
	height:220px !important;
	}

.bridal_obi{
	width:220px !important;
	}
.bridal_center_txt{
	color:#666;
	text-align:center;
	font-size:16px;
	padding-top:90px;
	font-weight:bold;
	}



/* ====================================================
サービス案内
==================================================== */
.service-table {
	width: 100%;
}

.service-table th,
.service-table td {
	padding: 10px;
	color: #666;
	background-color: #f7f5f6;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.service-table th {
	width: 40%;
}

.service-table td {
	width: 60%;
}

.service-table td a {
	text-decoration: underline;
}

#search_unit02 a {
	text-decoration: none;
}

.side-bar-info a {
    color: #ff7aa1 !important;
    text-indent: 1em;
    text-decoration: underline !important;
}

.footer-shop dl p a {
    color: #ff79a0;
    width: 170px;
    font-size: 105%;
}

.footer-shop dd.formats {
    color: #333;
    font-size: 80%;
}

.ftab_tab li:hover {
	text-decoration: underline;
}

#rnav #shop_search h3:hover {
    opacity: 0.7;
}

header #logo {
    background: url("/wp/wp-content/themes/kirarito/img/common/logo_hover.png") 0 0 no-repeat;
}

header #logo a {
    display: inline-block;
}

header #logo a:hover img {
    visibility: hidden;
}

#rnav #shop_search #lnav #category h3 {
    height: 40px;
    margin-bottom: 0;
}

#lnav #category ul {
    padding-top: 8px;
}

#lnav #category h3, #lnav #floor_nav h3, #lnav #floor_nav1 h3, #lnav #floor_nav2 h3 {
    line-height: 38px;
}

@charset "utf-8";
/* CSS Document */

/* ====================================================
ショップ詳細スライド
==================================================== */
.slide_bg {
  padding: 30px 20px;
  background-color: #fff1f6;
}

.slide_bg .bx-wrapper .bx-viewport {
  background-color: transparent;
}

.slide_bg .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-indent: inherit;
  z-index: 100;
  background: #fe7aa1;
  opacity: .7;
  color: #fff;
}

.slide_bg .bx-wrapper .bx-next {
  right: -20px;
}
.slide_bg .bx-wrapper .bx-next i {
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 15px;
  color: #fff;
  font-size: 40px;
}

.slide_bg .bx-wrapper .bx-prev {
  left: -20px;
}
.slide_bg .bx-wrapper .bx-prev i {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 40px;
}

.slide_bg .bx-wrapper img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.slide_bg .bx-wrapper li {
	overflow: hidden;
}

.slide_bg .bx-wrapper li a {
	width: 290px;
	height: 220px;
	position: relative;
}

/* ====================================================
footerスライド
==================================================== */
.ftab_show {
  overflow: hidden;
}

footer .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 0;
  outline: 0;
  width: 30px;
  height: 150px;
  line-height: 60px;
  text-align: center;
  text-indent: inherit;
  z-index: 100;
  background: #ededed;
  opacity: .7;
  color: #fe7aa1;
}

footer .bx-wrapper .bx-next {
  right: 0px;
}
footer .bx-wrapper .bx-next i {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -18px;
  left: 10px;
  color: #fe7aa1;
  font-size: 36px;
}

footer .bx-wrapper .bx-prev {
  left: 0;
}
footer .bx-wrapper .bx-prev i {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -18px;
  right: 10px;
  color: #fe7aa1;
  font-size: 40px;
}

footer .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

@charset "utf-8";
/* CSS Document */


/*
-------------------------------
 既存追加/変更  style_ctm_pc.css
-------------------------------
*/

/* 4954 */
.side-bar-info{
	color:#666;
}



/* 1606 */
.side_sns_area{
	font-size: 1.5em;
}

/* 1342 */
#rnav #search_unit01 .btn{
	/*width: 58px;*/
}

/* 1318 */
#rnav #search_unit01 input {
    width: 215px !important;
}

#rnav #search_unit01 .btn a{
	border-left:none !important;
}

/* 1423 */
.floor_bt {
	background:url("/wp/wp-content/themes/kirarito/img/side/side_floorg.png") no-repeat 75% center;
	background-color: #fe7aa1;
	text-align: left !important;
	text-indent: 5em;
}

/* 1415 */
.search_unit02_margin dt{
	padding:0px !important;
}

/* 1295 */
#rnav #search_unit01, #rnav #search_unit02, #rnav #search_unit03{
	padding: 10px 0 0 !important;
}

/* 1340 */
#search_unit02 h3 span {
    font-size: 1.2em;
}

/* 1287 */
#rnav #shop_search h3 {
        /*width: 87%;*/
}

/* 3785 */
.floor-side-lvl1, .floor-side-lvl2{
	/*margin-left: 10px;*/
	width: 260px;
    margin: 0 auto 10px auto;
}

/* 1450 */
.access_bt{
	margin:10px auto !important;
}

/*
--------------------------
 新規追加
--------------------------
*/

#info_area a {
	text-decoration: none;
}

#info_area a span{
	float: left;
}

#info_area .info_all {
	font-size:0.8em;
	float:right;
}

#info_area a i{
	margin-left:0.8em;
}

.side_time {
	margin-bottom:1em;
}

.side-bar-info a{
	color:#ff7aa1 !important;
	text-indent: 1em;
}

#floor_nav h3{
	padding:15px 0;
	padding: 10px !important;
	/*margin: 0px 10px 0px !important;*/
}

#floor_nav h3 span{
	color:#fff;
}

#floor_nav h3:after;{
	content: "\f0d8";
	font-family: FontAwesome;
}

.floormap_ico{
	float: right;
	padding-right:22px;
	font-size:1.2em;
	color:#fff;
}

#floor_nav ul li{

}

#floor_nav ul li a{
	background: #f7f6f6;
    /*margin-left: 10px;*/
    padding: 15px;
    border-top: 1px solid #fff;
	text-decoration:none !important;
	display:block;
	/*width:230px;*/
	min-height:20px;
	overflow: hidden;
}

#sideshop-event h2 , #sideshop-new h2{
    font-size: 120%;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #666;
}

#sideshop-event h2:before , #sideshop-new h2:before{
    content: "";
    display: block;
    width: 30%;
    border-bottom: 1px solid #fe7aa1;
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    margin-bottom: -1px;
    color: #666;
}

#sideshop-event .info_all , #sideshop-new  .info_all{
    font-size: 0.8em;
    float: right;
}

.side_ev_box{
	position: relative;
	padding:30px 15px;
	text-align:center;
	background-color:#FFF;
	margin-bottom:20px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	padding: 0px 0px 30px 0px
}
.side_ev_box:nth-of-type(1){
	margin-top:20px;
	}


.side_ev_box img{
	text-align:center;
	/*width: auto !important;*/
}
.side_ev_box .txt_shop_news{
	margin-top: 10px;
	font-weight: bold;
}
#sideshop-event .txt_event{
	font-size: 90%;
    text-align: center;
    font-weight: normal;
}
.event-side p{
	color:#666;
	text-align:left;
	padding:5px;
	font-size:11px;
	}
.event-side-bt{
	width:93% !important
	}
.date_txt_event {
    color: #666 !important;
    float: right;
	padding:5px;
	}
	
/* 画像フィット
========================================== */
#slidesize img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}