@charset "utf-8";

/* ========================================================
	index_sp.css
======================================================== */

/* indexContents
============================================================================================================ */
#indexContents {
	width: auto;
	float: none;
	padding-bottom: 20px;
}


/* main
============================================================================================================ */
#main {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 5px;
	z-index: 1;
}
#mainImgs {
	margin-bottom: 0;
}
#mainImgs .slide {
	position: relative;
	width: auto;
	zoom: 1;
}
#mainImgs .slide:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#main .slide p {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	float: none;
	padding: 0;
}
#main .slide p:first-child {
	display: block;
	position: relative;
}
#main .slide img {
	width: 100%;
	height: auto;
}

#mainThumbs {
	height: 35px;
	background: -moz-radial-gradient(#b11782, #991369);
	background: -webkit-gradient(radial, center center, 20, center center, 100, from(#b11782), to(#991369));
	position: relative;
}
#mainThumbs .slide {
	display: none;
}
#mainThumbs .current {
	display: none;
}

#mainThumbs p {
	width: 50px;
	height: 35px;
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
}
#mainThumbs p img {
	display: none;
}
#mainThumbs p.prev {
	background-image: url(../images/sp/btn-main_prev.png);
}
#mainThumbs p.next {
	background-image: url(../images/sp/btn-main_next.png);
}

#mainThumbs .sp_thumbs {
	text-align: center;
	padding-top: 8px;
}
#mainThumbs .sp_thumbs span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	background-color: #ffffff;
	border: 3px solid #ab167b;
	border-radius: 10px;
}
#mainThumbs .sp_thumbs span.on {
	background-color: #b21782;
	border-color: #ffffff;
}



/* mainNav
============================================================================================================ */
#mainNav {
	margin-bottom: 0;
	padding: 0;
	background-color: #ffffff;
}
#mainNav ul li {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	border-bottom: 1px solid #dfdfdf;
}
#mainNav ul li:nth-child(even) {
	background-color: #f6f6f6;
}

#mainNav ul li a {
	display: table;
	width: 100%;
	padding: 5px 20px 5px 5px;
	background: url(../common/images/parts/sp/link_arrow.png) no-repeat right;
	background-size: 20px 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#mainNav ul li a > * {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#mainNav ul li .img {
	width: 90px;
	padding: 0;
}
#mainNav ul li .img img {
	width: 75px;
	height: auto;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#mainNav ul li strong {
	display: table-cell;
	height: auto;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	font-size: 150%;
	text-align: left;
	line-height: 1.3;
}
#mainNav ul li .btn {
	display: none;
}


/* news
============================================================================================================ */
#news {
	margin: 0 15px;
	padding-top: 15px;
	border-top: 0;
}
#news h1 {
	font-size: 150%;
}
#news ul li a {
	padding: 10px 15px;
	background: url(../common/images/parts/sp/link_arrow.png) no-repeat right;
	background-size: 20px 16px;
}



/* indexSide
============================================================================================================ */
#indexSide {
	display: none;
}
#amd {
	display: block;
	width: 100%;
	
	text-align: center;
}



/* locations
============================================================================================================ */
#locations {
	padding: 15px;
	border-top: 0;
}
#locations h1 {
	padding-bottom: 0.4em;
	font-size: 150%;
	line-height: 1.4;
}
#locations .wrap {
	margin-bottom: 10px;
	border: 1px solid #e0e0e1;
	border-bottom: 0;
	background: none;
}
#locations .wrap > div {
	width: auto;
	float: none;
	padding: 0;
}
#locations .wrap > div:first-child {
	width: auto;
}

#locations h2 {
	margin-bottom: 0;
	padding: 0.3em 0.5em;
	font-weight: bold;
	font-size: 134%;
	font-style: normal;
	background: #f2f2f3 url(../images/ico-plus.gif) no-repeat right;
	background-size: 31px auto;
	border-bottom: 1px solid #e0e0e1;
}
#locations h2.open {
	background-image: url(../images/ico-minus.gif);
}

#locations h2 + div {
	overflow: hidden;
	max-height: 0;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#locations dl {
	padding: 10px;
	border-bottom: 1px solid #e0e0e1;
}
#locations dt {
	color: #cf0000;
	font-weight: bold;
}
#locations dd {
	padding-bottom: 1em;
}
#locations dd a {
	color: #333333;
	text-decoration: none;
}
#locations dd a:hover {
	text-decoration: underline;
}




#bottomBnr {
	display: block;
	margin: 10px;
}
#bottomBnr li {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}
#bottomBnr li img {
	width: 100%;
	height: auto;
}
#bottomBnr li a {
	display: block;
	margin: 0 5px;
}
#bottomBnr li img {
	width: 100%;
	height: auto;
}
/* .foodRow
============================================================================================================ */
#mainNav .foodHalal {
  display: block;
}
#mainNav .foodRow {
  display: none;
}
