@charset "UTF-8";

/* reset
---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section ,main{
	display: block;
}

body{
	margin:0 auto;
	padding:0px;
	color:#000;
	text-align:left;
	_text-align:center;
	line-height:1.4em;
  font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Verdana,Helvetica,arial,"ＭＳ Ｐゴシック",Osaka;
	background:#fff;
}
a{
	color:#000;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
#container{
	overflow: hidden;
}

.clear{
	clear:both;
}

a{
  border:none;
  outline:none;
}
.red{
	color:#e71d27;
}
.red_bold{
	color:#e71d27;
	font-weight:bold;
}
*:focus {
  outline: none;
}
.more{
	border:1px solid #020202;
	cursor:pointer;
	box-sizing:border-box;
	padding:3.5%;
}
.more img{
	width:80px;
	vertical-align:middle;
}
/*===========================

    sp layout

===========================*/	
.pcBlc{
	display:none;
}
.spBlc{
	display:block;
}
body{
	text-align:center;
}	
.section{
	padding:6% 0 10% 0;
	position: relative;
	background:#fff;
}
.gray{
	background:#f6f6f6;
}
.section h2{
	padding-bottom:6%;
}

/* ekinaka
---------------------*/
#ekinaka h1{
	background:#e5e634;
}
#ekinaka #link{
	background:#f7f4ee;
	font-size:0;
	padding:3% 3% 3% 2%;
	border-bottom:2px solid #000;
	z-index:1000;
}
#ekinaka #link li{
	width:33.333%;
	display:inline-block;
	padding:0 2%;
	box-sizing:border-box;
}
#ekinaka #link li img{
	vertical-align:middle;
}

/* newstyle
---------------------*/
#newstyle h3,
#newstyle #cnt01 .point{
	background:#e9f3f5;
}
#newstyle .ttl01{
	padding:0 0 15%;
}
#newstyle .ttl02{
	background:#fff;
}
#newstyle .more{
	width:75%;
	margin:0 auto;
}
#newstyle #cnt02{
	opacity:0;
	height:0;
}
#newstyle #cnt02 .point{
	margin:4% 0 0;
}

/* event
---------------------*/
#event #accordion{
	border:1px solid #020202;
	border-bottom:none;
	text-align:left;
	margin:0 4.5%;
}
#event #accordion dt{
	border-bottom:1px solid #020202;
	cursor:pointer;
	position: relative;
	padding:4.4%;
	text-align:center;
}
#event #accordion dt .ttl{
	width:85%;
}
#event #accordion dd{
	background:#fff;
	font-size:13px;
	border-bottom:1px solid #020202;
	padding:6% 10% 7%;	
}
#event #accordion .image{
	padding:5% 0 0;
}
#event .kome{
	max-width: 865px;
	margin:3px auto 0;
	padding-right:4.5%;
	text-align:right;
	font-size:12px;
}

/* information
---------------------*/
#information li{
	border:1px solid #eee;
	box-sizing:border-box;
	display:inline-block;
	font-size:13px;
	padding:3%;
	margin:0 15% 4%;
	box-sizing:border-box;
}
#information #infolist{
	background:url(../img/bg_information_sp.gif) repeat-y;
	background-size:100%;
}
#information #infolist dt{
	border-top:1px solid #eee;
	padding:10px 0;
}
#information #infolist .info .tag{
	width: 50%;
	text-align:center;
	display:inline-block;
	background:#6dd7dc;
	color:#fff;
	padding:1px 0 0;
}
#information #infolist .info .tag.shop{
	background:#6dd7dc;
}
#information #infolist .info .tag.floor{
	background:#ff8b9c;
}
#information #infolist .info .date{
	display:inline-block;
	float: right;
}
#information #infolist .info{
	padding:4px 0 13px 0;
	text-align:left;
	overflow: hidden;
}
#information .more{
	width:70%;
	margin:0 auto;
}

/* tabMenu
---------------------*/
.tabCont .hidden{
	display:none;
}
.tabMenu{
	width: 85%;
	margin:0 auto;
	background:#fff;
	box-sizing:border-box;
	border:1px solid #000;
	overflow: hidden;
	font-size:14px;
	line-height:1;
}
.tabCont h3{
	position: absolute;
	top:0;
	padding:17px 15px 0 0;
	height:47px;
	border-right:1px solid #000;
	box-sizing:border-box;
	left:12%;
	font-size:14px;
	line-height:1;
}
.tabMenu ul{
	float: right;
	margin:10px 0;
	overflow: hidden;
	width:170px;
}
.tabMenu ul li{
	width:50%;
	float: left;
	box-sizing:border-box;
	padding:0 10%;
}
.tabMenu ul li:first-child{
	border-right:1px solid #000;
}
.tabMenu ul li a{
	background:#fff;
	color:#000;
	padding:5px;
	border-radius:30px;
}
.tabMenu ul li.selected a{
	background:#000;
	color:#fff;
}
/* shoplist
---------------------*/
#shoplist .shop{
	position: relative;
}
#shoplist .list img{
	width: 85%;
}
#shoplist .more{
	width: 85%;
	margin:4% auto 0;
}

/* floormap
---------------------*/
#floormap .tabCont h3{
	font-size:13px;
	left:5%;
}
#floormap .tabMenu{
	height:47px;
	border-bottom:none;
}
#floormap #mapArea{
	width:80%;
	margin:0 auto;
	padding:0 2%;
	position: relative;
}
#floormap #mapArea .tabMenu{
	width: 100%;
}
#floormap .detail{
	padding:6% 10% 0;
}

/* access
---------------------*/
#access h2{
	width: 41%;
	margin:0 auto;
}
#access .address{
	display:table;
	margin:4% auto 0;
}
#access .address li{
	font-size:12px;
	line-height:1.5;
	display:table-cell;
	text-align:left;
	padding:0 2%;
}
#access .address li span{
	display:table-cell;
}
#access .address li:first-child{
	border-right:1px solid #000;
}
#access .address li:first-child:before{
	content:'';
	width:23px;
	display:table-cell;
	padding-right:10px;
	background:url(../img/access_icon01.gif) no-repeat left center;
	background-size:23px;
}
#access .address li:nth-child(2):before{
	content:'';
	width:26px;
	display:table-cell;
	padding-right:10px;
	background:url(../img/access_icon02.gif) no-repeat left center;
	background-size:26px;
}
#access #map{
	width: 80%;
	margin:0 auto;
	position: relative;
	padding-top:56%;
}
#access #map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* report
---------------------*/
.facebook {
	background:url(../img/bg_report_sp.gif) no-repeat center top;
	background-size:100%;
}
.fb-page {
    width:80% ;
		padding:0 11%;
		box-sizing:border-box;
}
.facebook .fb_iframe_widget,
.facebook .fb_iframe_widget span,
.facebook .fb_iframe_widget iframe[style]{
    width: 100% !important;
		max-width:500px !important;
}
#report .btn{
	padding:10% 6% 0;
}
/* footer
---------------------*/
footer{
	border-top:1px solid #000;
	position: relative;
	padding:20px 0 0;
	clear:both;
}
footer:before{
	content:'';
	display:block;
	border-top:1px solid #000;
	width: 100%;
	position: absolute;
	top:1px;
}
footer #logo{
	width:17%;
	vertical-align:middle;
	padding:0 10px 10px;
	margin:0 auto;
}
footer .copy{
	vertical-align:middle;
	font-size:9px;
	padding-right:10px;
	line-height:1.4;
}
footer .copy a{
	display:inline-block;
}
footer #pagetop{
	width:12%;
	position: absolute;
	top:-49px;
	right:7px;
	cursor:pointer;
}
.sns{
	float: left;
}
.sns li{
	display:inline-block;
	padding:20% 5px 5%;
	vertical-align:top;
}
.sns li:first-child{
	margin-top:-2px;
}

@media screen and (min-width:769px){

/*===========================

    pc layout

===========================*/	
html,bdoy{
	height:100%;
}
.pcBlc{
	display:block;
}
.spBlc{
	display:none;
}
.section{
	padding:0 0 70px 0 !important;
}
.section h2{
	padding:70px 0 50px 0;
}
img.pcBlc{
	width:auto;
	margin:0 auto;
}
.more{
	padding:25px 0;
	border:1px solid #020202;
	cursor:pointer;
	transition:all 0.2s;
}
.more img{
	width:auto;
}
.more:hover{
	background:#f6f6f6;
}
.gray .more:hover{
	background:#fff;
}
.opa{
	transition:opacity 0.2s;
}
.opa:hover img{
	opacity:0.7;
}

/* ekinaka
---------------------*/
#ekinaka #anim:after{
	content:'';
	background:url(../img/logo.png) no-repeat;
	display:block;
	width:413px;
	height:776px;
	position: absolute;
	top:0;
	left:97px;
}
#ekinaka #link{
	padding:0;
}
#ekinaka #link li{
	width:auto;
	padding:25px 30px;
}
#ekinaka #main{
	background:#eee6d7;
	position: relative;
}

#anim{
	width: 1280px;
	height:776px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
#anim .animImg{
	position: absolute;
}
#anim0{
	background:url(../img/anim_img0.png);
	width:24px;
	height:23px;
	top:102px;
	left:428px;
}
#anim1{
	background:url(../img/anim_img1.png);
	width:42px;
	height:41px;
	top:153px;
	left:88px;
}
#anim2{
	background:url(../img/anim_img2.png);
	width:17px;
	height:17px;
	top:266px;
	left:39px;
}
#anim3{
	background:url(../img/anim_img3.png);
	width:40px;
	height:39px;
	top:394px;
	left:500px;
}
#anim4{
	background:url(../img/anim_img4.png);
	width:21px;
	height:21px;
	top:556px;
	left:86px;
}
#anim5{
	background:url(../img/anim_img5.png);
	width:24px;
	height:24px;
	top:703px;
	left:202px;
}
#anim6{
	background:url(../img/anim_img2.png);
	width:17px;
	height:17px;
	top:709px;
	left:544px;
}

/* newstyle
---------------------*/

/* エキナカ 4th floor */
#newstyle{
	position: relative;
}
#newstyle:before{
	content:'';
	display:block;
	width: 1096px;
	height:931px;
	position: absolute;
	top:-70px;
	left:0;
	right:0;
	margin:0 auto;
	background:url(../img/bg_newstyle01.png) no-repeat center;
	z-index:1000;
}
#newstyle h2{
	padding:70px 0;
}
#newstyle #cnt01 h3{
	background:none;
	z-index:1000;
}
#newstyle .ttl01{
	margin:0;
	padding:0;
}
#newstyle .ttl01 img{
	margin-top:-78px;
}
#newstyle #cnt01{
 background-color:#e9f3f5;
 position: relative;
 height:1000px;
	margin-top:125px;
}
#newstyle #cnt01 .point{
	width: 800px;
	margin:0 auto;
	position: relative;
}
#newstyle #cnt01 .point li{
	position: absolute;
}
#newstyle #cnt01 .point li:first-child{
	top:92px;
	right:53px;
}
#newstyle #cnt01 .point li:nth-child(2){
	top:40px;
	left:14px;
}
#newstyle #cnt01 .point li:nth-child(3){
	top:356px;
	left:58px;
}
#newstyle #cnt01 .point li:nth-child(4){
	top:250px;
	right:0;
}
#newstyle #cnt01 .point li:nth-child(5){
	top:599px;
	right:56px;
}

#newstyle #cnt01 .point li:nth-child(6){
	top:534px;
	left:83px;
}
#newstyle .ttl02{
	margin-top:-20px;
	padding-bottom:20px;
}
#newstyle .ttl02 img{
	position: relative;
}
#newstyle .more{
	width: 485px;
	margin:0 auto;
}

/* エキナカ 3rd floor */
#newstyle #cnt02 .point{
	width: 1089px;
	margin:0 auto;
	height:883px;
	position: relative;
	background:url(../img/bg_newstyle02.png) no-repeat center top;
}
#newstyle #cnt02 .point li{
	position: absolute;
}
#newstyle #cnt02 .point li:first-child{
	top:77px;
	right:221px;
}
#newstyle #cnt02 .point li:nth-child(2){
	top:0;
	left:115px;
}
#newstyle #cnt02 .point li:nth-child(3){
	top:401px;
	left:247px;
}
#newstyle #cnt02 .point li:nth-child(4){
	top:284px;
	right:138px;
}
#newstyle #cnt02 .point li:nth-child(5){
	top:671px;
	right:238px;
}

#newstyle #cnt02 .point li:nth-child(6){
	top:579px;
	left:174px;
}



/* event
---------------------*/
#event{
	background:#f6f6f6 url(../img/bg_event.gif) no-repeat center 140px;
}
#event #accordion{
	width: 865px;
	margin:0 auto;
}
#event #accordion dt{
	padding:10px 0 ;
}
#event #accordion dt .ttl{
	width:auto;
}
/*#event #accordion dt:after{
	content:'';
	display:block;
	width:64px;
	height:76px;
	background:url(../img/arrow_down.gif) no-repeat;
	position: absolute;
	right:0;
	top:0;
}	*/
#event #accordion dd{
	padding:30px 40px;
	overflow: hidden;
}
#event #accordion dd .image{
	display:table-cell;
	padding:0 30px 0 0;
	float: left;
}
#event #accordion dd .txt{
	width: 615px;
	display:table-cell;
	float: right;
}
#event .kome{
	padding-right:0;
}
/* information
---------------------*/
#information{
	background:url(../img/bg_information_pc.gif) no-repeat center 200px;
}
#information #infolist{
	font-size:0;
	background:none;
}
#information li{
	width: 313px;
	padding:20px;
	margin:0 10px 20px;
	vertical-align:top;
	box-sizing:border-box;
}
#information #infolist{
	width:999px;
	margin:0 auto;
}
#information #infolist .info{
	padding:4px 0 13px 0;
}
#information #infolist .info .tag{
	width: 135px;
	font-size:15px;
	padding:1px 0 0;
}
#information #infolist .info .date{
	display:inline-block;
	float: right;
}
#information #infolist dt{
	font-size:15px;
	padding:15px 0;
}
#information #infolist dd{
	font-size:14px;
	line-height:1.4;
}
#information .more{
	width: 975px;
}

/* tabMenu
---------------------*/
.tabMenu{
	width:100%;
	background:none;
}
.tabMenu ul li a{
	background:none;
}
.tabCont h3{
	left:30px;
	top:0;
	font-size:15px;
	height:47px;
	padding:17px 30px 0 0;
	box-sizing:border-box;
	border-right:1px solid #000;
}
.tabMenu ul{
	width: 180px;
	margin:10px 0;
}
.tabMenu li{
	letter-spacing:2px;
}

/* shoplist
---------------------*/
#shoplist{
	background:#f6f6f6 url(../img/bg_shoplist.gif) no-repeat center 125px;
}
#shoplist .shop{
	width:865px;
  margin:0 auto;
}
#shoplist .list img{
	width:100%;
}
#shoplist .more{
	margin:20px auto 0;
	width: 865px;
}

/* floormap
---------------------*/
#floormap #mapArea{
	width:1118px;
	margin:0 auto;
	padding:0;
}
#floormap #mapArea .tabMenu{
	width: 859px;
}
#floormap #mapArea .tabCont h3{
	left:160px;
	font-size:15px;
}
#floormap #mapArea .tabCont #map01,
#floormap #mapArea .tabCont #map02{
	width: 857px;
	height:530px;
	padding:10px 0 0;
	margin:-25px auto 0;
	border:1px solid #000;
	background:#f6f6f6;
}
#floormap #mapArea .tabCont #map02{
	padding:5px 0;
}
#floormap #mapArea .tabCont #map01 img,
#floormap #mapArea .tabCont #map02 img{
	border-top:1px solid #000;
}
#floormap #mapArea .tabCont{
	padding:25px 0 0 ;
	box-sizing:border-box;
}
#floormap #mapArea .pcBlc{
	display:inline-block;
}
#floormap #mapArea a:hover{
	opacity:0.8;
}
#floormap .detail{
	padding:30px 0 0;
}

/* access
---------------------*/
#access .address{
	margin-top:20px;
}
#access .address li{
	font-size:14px;
	line-height:1.5;
	padding:0 40px;
	margin:20px 0 0;
}
#access .address li:first-child:before{
	width:39px;
	padding-right:15px;
	background-size:auto;
}
#access .address li:nth-child(2):before{
	width:43px;
	padding-right:15px;
	background-size:auto;
}
#access #map{
	width: 860px;
	height:490px;
	padding-top:0;
}
/* report
---------------------*/
#report{
	width:1280px;
	margin:0 auto;
}
.facebook{
		background:url(../img/bg_report_pc.gif) no-repeat center top;
}
.fb-page {
    width:500px ;
    margin:0 auto;
		padding:0;
}
#report .btn{
	width: 469px;
	margin:0 auto;
	padding:50px 0 0;
}
#report .btn a:hover{
	background:#f6f6f6;
}

/* footer
---------------------*/
footer{
	padding:25px 0 0;
}
footer #pagetop{
	width:auto;
	position: absolute;
	right:35px;
	top:-55px;
}
footer #logo{
	display:inline-block;
}
footer #logo img{
	vertical-align:bottom;
}
footer #logo{
	width:auto;
	float: none;
	padding:0;
}
footer .copy{
	display:inline-block;
	text-align:left;
	font-size:12px;
	padding:0 0 0 15px;
	text-align:left;
}

.sns{
	padding-left:30px;
}
.sns li{
	padding:30px 5px 0;
}

}
