@media screen and (max-width:767px){
	
/*---------------------------mainBnr -------------------------------------*/
	
#mainBnrInner {
	overflow: hidden;
	text-align:center;
	padding: 0;
}

#sliderWrap{
	height:auto;
	padding-bottom:35.3%;
	position:relative;
}

#slider {
	position :absolute;
	top:0;
	left:0;
	margin :0 auto;
}

#carousel {
	position: absolute;
	overflow: hidden;
}

#carousel ul {
	float: left;
	overflow: hidden ;
}
	
#carousel ul li {
	width:auto;
	padding: 0;
	float:left;
}

/*--------------------------- line_brn -------------------------------------*/
#line_brn {
	margin-top: 10px;
}
	
/*==============================================
					#mainCol
==============================================*/

.mTitle {
	display: table;
	width: 100%;
	margin-bottom: 0px;
}

.mTitleInner {
	display: table-cell;
	overflow: hidden;
	float:none;
	width: 100%;
	background: #50bbff;
}

	.mTitleInner .iconM {
		float: left;
		padding: 9px;
		background: #1989ff;
	}
	
	.mTitleInner .iconM img {
		width: 32px;
		height: 32px	
	}
	
	.mTitleInner h2 {
		float: left;
		padding: 11px 10px 5px 12px;
	}
	
	.mTitleInner h2 img {
		width: auto;
		height: 10px;
		display:block;
		margin: 0;
	}
	
	.mTitleInner h2 img:first-child {
		padding-bottom: 4px;
		height: 17px;
	}
	
a.btnMore {
	margin-left:2px;
		
}

	a.btnMore img {
		width: 50px;
		height:auto;
	}


/*-----------------  newsCol  -----------------*/

#newsCol {
	margin-bottom: 20px;
	overflow: hidden;
}

#news {
	margin-left: 0px;
}

.newsBox {
	position: relative;
	display: table;
	float: none;
	width: 100%;
	padding : 8px 33px 8px 10px;
	margin: 0px;
	background: #ffffff;
	overflow: hidden;
	border-top: 1px solid #d3d5da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsBox:first-child {
	border-top: none;
}

	div.newsPhoto {
		float: none;
		width: 100px;
		height: 101px;
		margin-right: 10px;
		position: relative;
		overflow: hidden;
	}
	div.newsPhoto a {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 1000%;
		height: 500px;
		line-height: 500px;
		margin:-250px 0 0 -500%;
		text-align: center;
	}
	div.newsPhoto a:hover {
		opacity: 0.7;
	}
	div.newsPhoto a img{
		min-height: 100px;
		min-width: 100px;
		width:100px;
		height: auto;
		vertical-align: middle;
	}
	
	.nBoxInner {
		display: table-cell;
		width:100%;
		clear: none;
		padding: 10px 0 0 0 ;
		vertical-align: top;
	}
	
.newsArrowSp {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}


/*-----------------  topicsCol  -----------------*/

#topicsCol {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

#topics {
	margin-left: 0;
	margin-top: 1px;
}

.topicBox {
	float: left;
	width: 50%;
	margin-top: 0;
	margin-left: 0;
	background: #ffffff;
	border-right: 1px solid #e4e0e1;
	border-bottom: 1px solid #e4e0e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topicPhoto,
div.topicLogo {
		float: left;
		width: 100%;
		height: 0;
		padding-top: 100%;
		position: relative;
		overflow: hidden;
}

div.topicPhoto a,
div.topicLogo a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000%;
	height: 500px;
	line-height: 500px;
	margin:-250px 0 0 -500%;
	text-align: center;
}

div.topicPhoto a:hover,
div.topicLogo a:hover {
	opacity: 0.7;
}

div.topicPhoto a img {
	width: 13%;
	min-height: 200px;
	min-width:10%;
	vertical-align: middle;
}

/*-- 20250916追加 --*/
div.topicPhoto,
div.topicPhoto a {
	height: 100%;
}

div.topicPhoto a img{
	width: 10%;
	height: auto;
	min-width:10%;
    min-height: calc(100% + 1px);
	margin-top: -2px;
}
/*-- 20250916追加 --*/

div.topicLogo a img {
	width: 5.5%;
	vertical-align: middle;
}
	
.topicCate {
	width: 47px;
	height: 47px;
	z-index: 5;
	top: 0 ;
	left: 0 ;
	position: absolute;
}
	
.topicCate img {
	width: 100%;
	height: 100%;
}
	
.tBoxInner {
	clear: both;
	padding: 12px 15px 0;
}
	
.topicShop {
	color: #333333;
	margin-bottom: 3px;
}
	
.topicName {
	margin-bottom: 6px;
}
	
.topicDate {
	text-align: right;
	padding: 0 15px 12px;
}



/*-----------------  blog  -----------------*/

#blogShinkoshi {
	background: #ffffff;
}

.blogTitle {
	display: table;
	overflow: hidden;
	line-height: 0;
}

.blogTitle h2 {
	display: table-cell;
	float: none;
	width: 100%;
	border-bottom: 1px solid #e4e0e1;
	padding: 10px 0 0 10px;
	vertical-align: top;
}
	
	.blogTitle h2 img {
		display: block;
		height: 17px;
		width: auto;
		padding-bottom: 10px;
	}

	.blogTitle h2 span {
		font-size: 77%;
		padding-left: 0;
	}

.blogTitle a.btnMore {
	margin-left: 0;
	float: none;
	
}

#blogBox {
	padding: 0;
}

#feed {
	overflow: hidden;
	margin-left: 0px;
}

.entry {
	position: relative;
	overflow: hidden;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 34px 10px 10px;
	display: table;
	border-bottom: 1px solid #e4e0e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.entry:last-child {
		border-bottom: none;
	}

	.entry>a {
		display: block;
		width: 70px;
		/*height: 70px;*/
		margin-right: 10px;
	}


	.entry a img {
		width: 70px;
		/*height: 70px;*/
		line-height: 0;
		margin: 0;
		float: none;
	}

	.entryInner {
		display: table-cell;
		float: none;
		width: 100%;
		padding-top: 6px;
		margin-left: 0px;
		vertical-align: top ;
	}
	
	.blogDate {
		margin-top: 8px;
		text-align: right;
	}

.blogArrowSp {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -5px;

}

.entry img {
	width: 70px !important;
	height: auto !important;
}


/*-----------------  mainBnr  -----------------*/

#mainBnr {
	min-width: 0px;
}

#slider {
	width:100%;
	height:auto;
}
	
#carousel {
	position: absolute;
}

#carousel ul li {
	width:100%;
	padding: 0;
}

#slider #next  , #slider #previous{
	display: none;
}
	

.selecter {
	height: 44px;
	padding-top: 0 ;
	line-height: 44px;
	background-color: #ffffff;
}
.selecter li , #selecter2 li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	background-image: url(../../images/selecterSp.png);
	background-repeat: no-repeat;
	}


.selecter li:first-child, #selecter2 li:first-child {
	margin-left: 0;
}

.selecter li.selected {
	background-image: url(../../images/selectedSp.png);
	}
#selecter2 li.selected {
		background-image: url(../../images/selected.png);
	}
	
.selecter li:hover, #selecter2 li:hover {
	cursor: pointer;
	}
	
/*--------------------- topicselecter --------------------*/	

#topicsSelecter {
	display: none;
}

#topicsSelecterSp {
	display: block;
	width:100%;
	position: relative;
}

#topicsSelecterSp #topicsSelect {
	width: 100%;
	padding: 11px 10px;
	border: none;
	margin: 0;
	color: #333333;
	background: #ffffff  url(/shinkoshi/common/images/arrowPulldown.png) no-repeat;
	background-position: right center;
	 -webkit-appearance:none;
     -moz-appearance:none;
	 appearance: none;
	
}

#topicsSelecterSp div {
	display:table;
	height: 45px;
	padding-left: 5px;
	background-color: #ffffff;
}
	
#topicsSelecterSp div img {
	display: table-cell;
	vertical-align: middle;
}

/*---------------------------------------floorNavi-------------------------------*/
/*
ul.localNavi {
}

	ul.localNavi li {
		margin-left:  0;
		border-bottom: 1px solid #d5d5da;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	ul.localNavi li:first-child {
		margin: 0;
	}
	
	ul.localNavi li.current {
		position: relative;
		background-image: none;
	}
	
	ul.localNavi li.current:after{
		display: none;
	}
	
	ul.localNavi li:first-child.current a {
		border-left: none;	
	}

	ul.localNavi li a {
		overflow: hidden;
		border: none;
		padding: 0;
	}
	
	ul.localNavi li a.b-right {
		border-right:  1px solid #d5d5da;
	}
	
	ul.localNavi li.current a {
		border: none;
	}

	ul.localNavi .floorNaviLeft {
		float: left;
		padding: 9px 0 8px 12px;
		vertical-align: bottom;
	}
	
	ul.localNavi .floorNaviLeft  img {
		vertical-align: middle;
		margin-right: 7px;
		height: 26px;
		width: auto;
	}
	
	ul.localNavi .floorNaviLeft.adjust	{
		padding: 9px 0 8px 10px;
	}

	
	ul.localNavi .floorNaviLeft  img:first-child {
		height:19px;
	}

	ul.localNavi .floorNaviRight{
		float: left;
		padding: 12px 0 4px 0;
		vertical-align: bottom;
	}
	
	ul.localNavi .floorNaviRight img{
		display:block;
		margin-bottom: 5px;
		height: 7px;
		width: auto;
	}
	
	ul.localNavi .floorNaviRight img:first-child {
		height: 10px;
	}
*/	
	
/*--------------------floor map -----------------------------*/
#mapWrap {
	width: 100%;
	margin-bottom: 0;
}
	

#mapHead {
	background-color: #ffffff;
}
	
	 #mapHead h2 {
		 display: table;
		 width: 100%;
		 height: 100%;
		 overflow: hidden;
	  }
	
		#mapHead h2 #mapHeadLeft {
			display: table-cell;
			height: 100%;
		}
	  
		#mapHead h2 #mapHeadLeft #mapHeadLeftInner {
			display: table;
			width: 100%;
			height: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
	  
  	 #mapHead h2 #mapHeadLeft  #floorNumber {
		 	min-width: 52px;
			width: 52px;
			height: 100%;
			padding: 0 0 0 12px;
	  }
	  
		#mapHead h2 #mapHeadLeft  #floorNumber img {
			width:auto;
			height: 19px;
		}

	  

  	 #mapHead h2 #mapHeadLeft  #floorTitle {
		padding-left: 9px;
		vertical-align: middle;
		display: table-cell;
	  }
	  
	  #mapHead h2 #mapHeadLeft #floorTitle img {
		  width:auto;
		  height: 9px;
	  }
	  
	  #mapHead h2 #mapHeadLeft #floorTitle img:first-child {
		  width:auto;
		  height: 13px;	
		  margin-bottom: 5px;
	  }


	 #mapHead h2 #mapHeadRight {
		 padding: 5px 17px 6px 20px;
		 text-align: left;
		 font-size: 72%;
		 line-height: 120%;
	  }
	 
#map {
	display: none;
}

#mapSp {
	display: block;
	width: 100%;
	position:relative;
}

	#mapSp #mapImage {
		background: #fffdf7;
	}
	
	#mapSp #mapImage img{
		width:100%;
		height: auto;
	}

	
	#mapSp #mapImageLayer {
		width: 200%;
		height: 500px;
		line-height: 500px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -250px 0 0 -100%;
	}
	
	#mapSp #mapImageLayer img {
		width: 13%;
		height: auto;
		vertical-align: middle;
	}

	
#mapBtn {
	display: none;
}


/*--------------------floor shop list ----------------------------*/
	
.contBox02 {
	width: 100%;
}

ul.shopList {
	margin-bottom: 0 ;
}

	ul.shopList li {
		border-top: 1px solid #e4e0e1;
		background: #ffffff;
	}
	
		ul.shopList li:first-child {
			border-top: none;
		}
		
.shopListBox {
	display: table;
	width: 100%;
	height: 100%;
}

.shopListBox .fsLeft,
.shopListBox .fsRight {
	display: table-cell;
	vertical-align: middle;
}

.shopListBox .fsLeft {
	width: 103px;
	height: 100%;
	min-width:103px;
	border-right: 1px solid #ebe8e9;
}

.shopLogoWrap {
	overflow: hidden;
	padding: 0;
	display:table;
	height: 100%;
}

.shopLogoWrap .shopNumber {
	float: none;
	width: 22px;
	height: 100%;
	display: table-cell;
	padding: 0;
	font-size: 77%;
	text-align: center;
	vertical-align: middle;
	background-color: #eeeeee;

}

.shopLogo {
	float: none;
	width: 81px;
	display: table-cell;
	vertical-align: middle;
}

.shopLogo a {
	display: block;
	padding: 35px 13px;
}

.shopLogo a img {
	width: auto;
	height:35px;
}

	.fsLeft a:hover {
		opacity: 0.7;
	}
	

.shopListBox .fsRight {
	display: table-cell;
	width: 100%;
	padding: 10px;
}

.shopListBox .fsRight .shopListBoxInner {
	display: table;
	width: 100%;
}

.fsRight .fsData,
.fsRight .fsCoupon {
	display: table-cell;
}

.fsData {
	width: 75%;
	padding-right: 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fsCoupon {
	width: 25%;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e0e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

	.fsCoupon a {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.fsCoupon img {
		width: auto;
		margin: 0px;
		height: 34px;
	}

.shopCategory {
	display: block;
	width: 100%;
	margin-bottom: 0;
	background: transparent;
}

.shopCategory .lCategoryFood {
	display: block;
	width: 70px;
	padding: 3px 0;
	color: #ffffff;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	background: #33b8bd;
}

.shopCategory .lCategoryFashion {
	display: block;
	width: 90px;
	padding: 2px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #f35cad;
}

.shopCategory .mCategory {
	display: block;
	padding: 5px 0;
	font-size: 77%;
	line-height: 145%;
	vertical-align: middle;
}

.fsData p.fsName {
	font-size: 116%;
	margin-bottom: 5px;
	line-height: 130%;
}

.fsData p.fsIntro {
	display: none;
}

.fsData p.fsInfo {
	display: none;
}
	
#contBtn {
	display: none;
}

/*-------------------- keyLogoSp ----------------------------*/
#keyLogoSp {
	margin: 20px 0;
}

}