@charset "UTF-8";

/*=======================
　コンテンツ
=======================*/

/*--タイトル（PC）--*/

h2#title{
	background: url("../img/menu/bg_title3.jpg") 50% 50% no-repeat;
	background-size: cover;
}

/*--コスメメニュー（PC）--*/

.menu{
	max-width: 960px;
	margin: 0 auto 5rem;
	padding: 3%;
	text-align: center;
	background-color:#fff6e9;
}

.menu_title{
	margin-bottom: 3%;
	font-size: 1.6rem;
	font-weight: bold;
	color:#b55b9a;
}

.menu_price{
	padding: 2% 1% 1%;
	background-color: #fff;
	font-size: 1.1rem;
	border-radius: 10px;
}

.price{
	font-size: 1.5rem;
	font-weight: bold;
	color:#b7679d;
}

.text{
	font-size: 1.0rem;
	font-weight: bold;
}

.main_text{
	font-size: 1.0rem;
}

/*--コスメメニュー（SP・TB）--*/
@media screen and (max-width:960px){
	.menu{
		margin: 0 auto 2rem;
	}
	
	.menu_title{
		font-size: 1.3rem;
	}
	
	.menu_price{
		font-size: 1rem;
	}
	
	.price{
		font-size: 1.3rem;
	}
}