@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){
	
	
	
	body{
		min-width: auto;
	}
	
	.sp_none{
		display: none;
	}
	
	.pc_none{
		display: block;
	}
	
	.inner{
		width: 90%;
	}
	
	
/*----------------------------------------

	header(SP)

----------------------------------------*/	
	header{
		background-color: rgba(255,255,255,1);
		position: fixed;
		top: 0;
		z-index: 80;
		width: 100%;
		padding: 10px 0;
	}
	
	header .inner{
		padding: 0;
	}
	
	header h1,
	header h1 img{
		display: inline-block;
		width: 90px;
		height: auto;
	}
	
	header h1 a{
		transition: all 0.3s 0s ease;
	}
	
	header h1 a:hover{
		opacity: 0.6;
	}
	
	nav{
		background-color: rgba(255,255,255,0.97);
		padding: 70px 0;
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
		z-index: 90;
	}
	
	nav.active{
		left: 0;
	}
	
	nav li{
		text-align: center;
		margin-bottom: 30px;
	}
	
	nav a{
		color: #501703;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.4;
	}
	
	nav a span{
		font-size: 2rem;
		font-weight: 600;
	}
	
	/*経営者の方はこちら*/
	nav+a{
		display: inline-block;
		height: auto;
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 70;
		transition: all 0.3s 0s ease;
	}

	nav+a:hover{
		opacity: 0.6;
	}

	nav+a img{
		width: 40px;
		height: auto;
	}
	
	/*ハンバーガーメニューボタン*/
	header img.menu_btn{
		display: inline-block;
		width: 50px;
		height: auto;
		position: absolute;
    top: 50%;
    right: 10px;
    z-index: 100;
    transform: translateY(-50%);
	}
	
	header img.menu_btn.active{
	}
	
	header img.menu_btn:hover{
		opacity: 0.6;
	}
	
	
	
	
	
	
/*----------------------------------------

	ビジネスモデル、フランチャイズ　.banner(SP)

----------------------------------------*/
	.business_model{
		background-image: url("../images/common/business_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 65.2vw;
		margin: auto;
		position: relative;
	}
	
	.business_model p{
		font-size: 1.8rem;
		color: #fff;
    line-height: 1.2;
    text-align: center;
	}
	
	.business_model p:first-of-type{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-3.5em);
	}
	
	.business_model p:last-of-type{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.business_model p.btn a{
		display: block;
		font-size: 1.8rem;
		color: #fff;
		width: 200px;
		height: 50px;
		line-height: 50px;
		border: 3px solid #fff;
		border-radius: 10px;
		text-align: center;
		transition: all 0.3s 0s ease;
	}
	
	.business_model p.btn a:hover,
	.franchise a:hover{
		background-color: #fff;
		color: #501703;
	}
	
	.franchise{
		background-image: url("../images/common/franchise_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 65.2vw;
		margin: auto;
		position: relative;
	}
	
	.franchise p{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.franchise a{
		position: relative;
		display: block;
		width: 250px;
		height: 100px;
		font-size: 1.5rem;
		color: #fff;
		border: 5px solid #fff;
		transition: all 0.3s 0s ease;
	}
	
	.franchise a span{
		font-weight: 500;
		display: block;
		text-align: center;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,13px);
	}
	
	.franchise span.uppercase{
		font-size: 3rem;
		font-weight: bold;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-65%);
	}		
	
	
	
/*----------------------------------------

	footer(SP)

----------------------------------------*/

	footer{
		background-image: url("../images/common/logo.png");
		background-repeat: no-repeat;
		background-position: center 20px;
    background-size: 35%;
    background-color: #228b22;
    text-align: center;
    padding: 30% 0 10px;
	}
	
	.page_top{
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	
	.page_top,
	.page_top a,
	.page_top img{
		display: block;
		width: 40px;
		height: auto;
		background-color: rgba(255,255,255,0.6);
		transition: all 0.3s 0s ease;
	}
	
	.page_top a:hover{
		opacity: 0.4;
	}
	
	footer ul{
		margin: 0 auto 50px;
	}
	
	footer ul li{
		text-align: center;
		line-height: 1.5;
		margin: 20px;
	}
	
	footer ul a{
		color: #fff;
		font-size: 1.3rem;
		transition:  all 0.3s 0s ease;
	}
	
	footer ul a:hover{
		color: #e50012;
	}
	
	footer ul .uppercase{
		font-size: 1.6rem;
	}
	
	footer small{
		color: #fff;
		font-size: 1.1rem;
	}	
	
	
	
}