@media screen and (min-width: 861px) {

	.section-box{
		width: 100%;
	    height: 100vh;
	    padding: 85px 0 0;
	}
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/ 
	
	.mainvisual{
		background: #F4F0ED;
		padding: 85px;
	}
	.mainvisual .inner{
		width: 100%;
		height: 100%;
		background: url(../img/main_pc.jpg) 50% no-repeat;
		background-size: cover;
		position: relative;
	}
	.mainvisual .inner .main-logo{
		width: 198px;
		height: 241px;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
	}
	
	
	/*---------------------------------------
	 * Concept
	---------------------------------------*/ 
	
	.concept{
		background: #FFFFFF;
		position: relative;
		display: table;
	}
	.concept .photo{
		float: right;
		width: 30%;
		height: 100%;
		background: url(../img/concept_pc.jpg) 50% no-repeat;
		background-size: cover;
	}
	.concept .text-box{
		float: left;
		width: 70%;
		height: 100%;
		display: table;
	}
	/*
	.concept .img{
		position: absolute;
		bottom:0;
		right:0;
		display: block;
		height: 100%;
		width: auto;
		z-index: 0;
	}
	*/
	.concept .deco{
		position: absolute;
		top: 21%;
		right: 26.5%;
		display: block;
		width: 225px;
		height: auto;
		z-index: 1;
	}
	
	/* 内容
	---------------------------------------*/ 
	
	.concept .inner{
		padding: 0 85px;
		display: table-cell;
		vertical-align: middle;
	}
	.concept .inner .midashi{
		font-size: 10px;
		float: left;
		width: 55px;
		margin:8px 0 20px;
	}
	.concept .inner .text{
		font-size: 12px;
		float: left;
		margin-left: 40px;
		width: 80%;
		max-width: 510px;
	}
	.concept .inner .en{
		color: #db8d40;
		font-size: 21px;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	.concept .inner .ja{
		color: #999999;
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.concept .inner .copy{
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.concept .inner .read{
		line-height: 1.8;
		color: #999999;
	}
	
	
	
	
	/*---------------------------------------
	 * Style
	---------------------------------------*/ 
	
	.style{
		background: url(../img/style_bk_pc.jpg) center no-repeat;
		background-size:cover;
		display: table;
	}
	.style .inner{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 600px;
		color: #FFFFFF;
		
	}
	.style .inner .midashi{
		font-size: 31px;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.style .inner .copy{
		font-size: 25px;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.style .inner .sub-copy{
		font-size: 11px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.style .inner .sub-copy::after{
		content: "・・・";
		display: block;
		font-size: 10px;
		margin-bottom: 15px;
	}
	.style .inner .read{
		line-height: 1.8;
		margin-bottom: 40px;
	}
	.style .inner .linkbtn{
		width: 182px;
		background: #FFFFFF;
		padding: 13px 0;
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #db8d40;
		display: block;
		margin: 0 auto;
		
	}
	.style .inner .linkbtn span{
		padding-right: 10px;
	}
	
	
	/*---------------------------------------
	 * Menu
	---------------------------------------*/ 

	.food{
		background: #FFFFFF;
		position: relative;
		display: table;
	}
	.food .photo{
		float: left;
		width: 30%;
		height: 100%;
		background: url(../img/menu_pc.jpg) 50% no-repeat;
		background-size: cover;
	}
	.food .photo img{
		width: 100%;
	}
	.food .text-box{
		float: right;
		width: 70%;
		height: 100%;
		display: table;
	}
	/*
	.food .img{
		position: absolute;
		bottom:0;
		left:0;
		display: block;
		height: 100%;
		width: auto;
		z-index: 0;
	}
	*/
	.food .deco{
		position: absolute;
		bottom: 21%;
		left: 26%;
		display: block;
		width: 237px;
		height: auto;
		z-index: 1;
	}


	/* 内容
	---------------------------------------*/
	 
	.food .inner{
		width: 100%;
		padding: 0 85px 0 25%;
		display: table-cell;
		vertical-align: middle;
	}
	.food .inner .midashi{
		font-size: 10px;
		float: left;
		width: 55px;
		margin: 8px 0 20px;
	}
	.food .inner .text{
		font-size: 12px;
		float: left;
		margin-left: 40px;
		width: 80%;
		max-width: 510px;
	}
	.food .inner .en{
		color: #db8d40;
		font-size: 21px;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	.food .inner .ja{
		color: #999999;
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.food .inner .copy{
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.food .inner .read{
		line-height: 1.8;
		margin-bottom: 20px;
		color: #999999;
	}
	.food .inner .linkbtn-reserve{
		width: 182px;
		background: url(../../common/img/outlink_wh.png) 10px 48% no-repeat #db8d40;
		background-size: 12px;
		padding: 13px 0;
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #FFFFFF;
		display: block;
	}
	.food .inner .link{
		color: #db8d40;
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	.food .inner .link a{
		display: inline-block;
		margin-right: 20px;
	}

	
	/*---------------------------------------
	 * Menu
	---------------------------------------*/ 

	.footer-content {
		padding-top: 0 !important;
	}
	.footer-content .footer-contentbox{
		padding-top: 235px !important;
	}

	
}





@media screen and (max-width: 860px) {
	
	.section-box{
		width: 100%;
	    
	}
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/ 
	
	.mainvisual{
		height: 100vh;
		background: #F4F0ED;
		padding: 0 20px 20px;
	}
	.mainvisual .inner{
		width: 100%;
		height: 100%;
		background: url(../img/main_pc.jpg) 50% no-repeat;
		background-size: cover;
		position: relative;
	}
	.mainvisual .inner .main-logo{
		width: 198px;
		height: 241px;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		display: none;
	}
	
	
	/*---------------------------------------
	 * Concept
	---------------------------------------*/ 
	
	.concept{
		width: 100%;
		margin-bottom: 50px;
		overflow-x: hidden;
		background: #FFFFFF;
		position: relative;
	}
	.concept .photo{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.concept .deco{
		display: none;
		position: absolute;
		top: 31%;
		right: -6%;
		display: block;
		width: 34%;
		height: auto;
		z-index: 1;
	}
	
	/* 内容
	---------------------------------------*/ 
	
	.concept .inner{
		padding: 0 20px;
		
	}
	.concept .inner .midashi{
		font-size: 10px;
		margin-bottom: 15px;
		font-weight: 700;
	}
	.concept .inner .text{
		font-size: 12px;
	}
	.concept .inner .en{
		color: #db8d40;
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	.concept .inner .ja{
		color: #999999;
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.concept .inner .copy{
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.concept .inner .read{
		line-height: 1.8;
		color: #999999;
		margin-bottom: 30px;
	}
	.concept .inner .linkbtn{
		display: block;
		width: 100%;
		border :1px solid #db8d40;
		padding: 17px 0;
		text-align: center;
		color: #db8d40;
		position: relative;
	}
	.concept .inner .linkbtn::before{
		content: "→";
		position: absolute;
		left:20px;
		top: 18px;
		
	}
	
	
	
	
	/*---------------------------------------
	 * Style
	---------------------------------------*/ 
	
	.style{
		background: url(../img/style_bk_sp.jpg) center no-repeat;
		background-size:cover;
		display: table;
	}
	.style .inner{
		padding: 100px 60px;
		text-align: center;
		color: #FFFFFF;
		
	}
	.style .inner .midashi{
		font-size: 25px;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.style .inner .copy{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.style .inner .sub-copy{
		font-size: 11px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.style .inner .sub-copy::after{
		content: "・・・";
		display: block;
		font-size: 10px;
		margin-bottom: 15px;
	}
	.style .inner .read{
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	.style .inner .linkbtn{
		width: 100%;
		background: #FFFFFF;
		padding: 17px 0;
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #db8d40;
		display: block;
		margin: 0 auto;	
		position: relative;
	}
	.style .inner .linkbtn::before{
		content: "→";
		position: absolute;
		left:20px;
		top: 18px;
	}
	.style .inner .linkbtn span{
		display: none;
	}
	
	
	/*---------------------------------------
	 * Menu
	---------------------------------------*/ 

	.food{
		width: 100%;
		margin-bottom: 50px;
		overflow-x: hidden;
		background: #FFFFFF;
		position: relative;
	}
	.food .photo{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.food .deco{
		position: absolute;
		top: 24.5%;
		right: -12%;
		display: block;
		width: 27%;
		height: auto;
		z-index: 1;
	}


	/* 内容
	---------------------------------------*/
	 
	.food .inner{
		padding: 0 20px;	
	}
	.food .inner .midashi{
		font-size: 10px;
		margin-bottom: 15px;
		font-weight: 700;
	}
	.food .inner .text{
		font-size: 12px;
	}
	.food .inner .en{
		color: #db8d40;
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	.food .inner .ja{
		color: #999999;
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.food .inner .copy{
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.food .inner .read{
		line-height: 1.8;
		color: #999999;
		margin-bottom: 30px;
	}
	.food .inner .linkbtn{
		display: block;
		width: 100%;
		border :1px solid #db8d40;
		padding: 17px 0;
		letter-spacing: 1px;
		font-size: 12px;
		text-align: center;
		color: #db8d40;
		position: relative;
		margin-bottom: 10px;
	}
	.food .inner .linkbtn::before{
		content: "→";
		position: absolute;
		left:20px;
		top: 18px;
	}
	.food .inner .linkbtn-reserve{
		width: 100%;
		background: url(../../common/img/outlink_wh.png) 20px 48% no-repeat #db8d40;
		background-size: 12px;
		padding: 17px 0;
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #FFFFFF;
		display: block;
	}
	.food .inner .link{
		color: #db8d40;
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	.food .inner .link a{
		display: inline-block;
		margin-right: 20px;
	}
	
	
}