@charset "UTF-8";

body {
	background-color: #fff;
}

.container {

}

#header {
	color: white;
	background-color: #ff5f9b;
}

#header h1 {
	font-size: 1rem;
}

#main {
	background: url("../img/index/main_bg.jpg") center top no-repeat;
	padding-top: 15px;
	padding-bottom: 50px;
}

#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 .contents {
		width: 100%;
	}
	#main .brand {
		justify-content: flex-start;
	}
	#main .tel-area {
		flex-direction: column;
		align-items: center;
		width: 70%;
	}
	#main .entrance {
		flex-direction: row;
		justify-content: center;
		margin-top: 15px;
	}
	#main .age {
		font-size: 0.8rem;
	}
	.container {
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
	}
}

.concept-text {
	display: none;
}