@charset "UTF-8";
body{
	background-color:#ffe1e9;
}

.container{
	width:1200px;
}

#header{
	color:#6a4a3f;
	background-color:#fca9bc;
	font-weight:bold;
}

#header h1{
	font-size:1rem;
}

#main{
	background:url("../img/index/main_bg.jpg") center top no-repeat;
	padding-top:15px;
	padding-bottom:50px;
	min-height:910px;
}

#footer .concept-text h2{
	font-size:1.8rem;
	margin-bottom:15px;
	font-weight:600;
}

@media (max-width:768px){
	#main{
		background-image:url("../img/index/sp/main_bg.jpg");
		height:auto;
	}
	
	#main .main-container{
		justify-content:end;
	}
	
	#main .main-container .inner{
		width:65%;
	}
	
	#main .main-container .age{
		order:3;
	}
	
	#main .main-container .tel-area{
		order:1;
	}
	
	#main .main-container .entrance{
		order:0;
	}
	
	#main .main-container .age .note{
		font-size:0.8rem;
	}
	
	
	#main .entrance{
		flex-direction:row;
		justify-content:center;
		margin-top:15px;
		
	}
	
	.container{
		width:100%;
		padding-left:1%;
		padding-right:1%;
	}
}

