/*スマホ*/
body{
	font-size: 1.5em;
}


.wrap{
}

section{
	display: block;
	min-height: 100px;
	margin: auto;
}

section img,
section video
{width: 100%;
	height: auto;
}


/*-画像--*/
.img100{width: 100%;
	height: auto;
}
.img80{
    display: block;
    width: 80%;
	height: auto;
    margin: auto;
}
.img70{
    display: block;
    width: 70%;
	height: auto;
    margin: auto;
}
.img50{
    display: block;
    width: 50%;
	height: auto;
    margin: auto;
}



.title{
	padding:0 0 0.3em 0  ;
}

.p-title{text-align: center;
	padding: 1em 0 0 0 ;
	letter-spacing: 0.1em;

}

/*-フォント関連　見出し--*/
h1,h2,h3,h4{
	padding: 5px 0;
}

h1{
	display: block;
	font-size: 3.0rem;
	font-family: 'M PLUS 1p', sans-serif; /* 24px */
	color: #000000;
	margin: 10px;
	line-height: 4.4rem;
}
h2{font-size: 1.8rem; /* 22px */
font-family: 'M PLUS 1p', sans-serif;}
h3{font-size: 1.5rem; /* 20px */
font-family: 'M PLUS 1p', sans-serif;}
h4{font-size: 1.3rem; /* 18px */
	font-family: 'M PLUS 1p', sans-serif;}



div{
	display: block;
	padding: 0.2em 0.5em;}

/*-改行--*/
.br-sp{display: block;}
.br-pc{display: none;}


/*--header--*/
header{
    width:100%;
	z-index:300; 
	height: auto;
}

div.site-title{
    display: table;
    width:100%;
    height: 60px;
}

/*--SNS--*/
div#sns{
	width: auto;
	display:table-cell;
	float: right;
	height: auto;
	position: absolute;
	top:15px;
	right:10px;
}



.w-title{
    display: table-cell;
	max-width:50%;
    min-height:auto;
	padding-top:10px;
    clear: both;
}

section.nav-top{
	min-height: 60px;
}



.nav{
	display: block;
	background: #E72D30;
	max-width: 100%;
	margin:auto;
	z-index:300; 
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	font-size: 1.5rem;
}

.nav ul{width:auto;
	display: table;
	margin: auto;
}

.nav li{
	width: 20%;
	height: 70px;
	line-height: 20px;
	display: table-cell;
	padding: 0 3px;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.b-mid{
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}	
.b-l{
	border-left: 2px solid #FFFFFF;
}
.b-r{
	border-right: 2px solid #FFFFFF;
}	


/*-index-スライドショー--*/
.swiper-wrapper,
.swiper-container{
	width:100%;
	height: 500px;
}

.swiper-container{
padding: 0;
overflow: hidden;
}

.slide-item img{width: auto;
height: 500px;
	margin: auto;
	text-align: center;
vertical-align: middle;}


.main-img{
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
	position: absolute;
	top:135px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:100; 
	background:url("../index/description_sp.png") no-repeat ;
	background-size: contain;
	background-position:top center;
}
/*-メニュー--*/

.menu{background:none;}

#order section span.i-info{
	width: 80%;
	margin: auto;
	background: #FFFFFF;
	font-size: 0.5em;
}

#allergies{font-size: 0.5em;}

#allergies ul{
	width: 90%;
	padding: 10px 0.5em 0 1.5em;
	margin: auto;
}

#allergies li{
	margin: 0 0 0.8em 0;
	list-style: circle;
}



#place li span{
	clear: both;
}


/*-フッター--*/
.footer img{width:auto;}
	
.footer{
	width:100%;
	background:#E72D30;
	padding: 10px 0 0 0 ;
	margin-top: 5em;
	line-height: 2.0em;
	color:#FFFFFF;
}

.footer section{
	display: block;
	background-color:hsla(0,0%,100%,0.00) ;
	padding-top: 1em;
}

.footer img{width: 30px;
	height: auto;
	}
.cell{display: block;}
.cell3{
	width:96%;
	height:auto;
	padding: 2%;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
		font-size: 1.5rem;

}

.cell3:nth-child(1){
	border-left: none;
	height:auto;
}
.cell3:nth-child(2){
	border-left: none;
	border-right: none;
	height:200px;
}
.cell3:nth-child(3){
	border-right: none;
	height:200px;}


	

