@charset "UTF-8";


/* -------------------------------------
food
------------------------------------- */
#menu #menu_pdf {
	font-size:13px;
	font-weight:500;
	text-align:center;
	color:#FFF;
	max-width:280px;
	padding:20px 10px;
	margin:0 auto 80px auto;
	border:2px solid #999;
	background-color:#999;
	transition:color 0.5s,background 0.5s;
}
#menu #menu_pdf:hover {
	color:#999;
	background-color:#FFF;
	opacity:1.0;
}
#menu .menu {
	max-width:845px;
	margin:0 auto;
}
#menu .menu:not(:last-child) {
	margin-bottom:90px;
}
#menu .menu .name_price {
	max-width:660px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:25px;
}
#menu .menu .name_price h4 {
	font-size:16px;
	width:285px;
}
#menu .menu .name_price .type {
	flex:1;
}
#menu .menu .name_price .type dl {
	display:flex;
}
#menu .menu .name_price .type dl:not(:last-child) {
	margin-bottom:5px;
}
#menu .menu .name_price .type dt {
	flex:1;
}
#menu .menu .name_price .type dd {
	margin-left:auto;
}
#menu .menu .name_price2 {
	max-width:660px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:25px;
}
#menu .menu .name_price2 h4 {
	font-size:16px;
	flex:1;
}
#menu .menu .name_price2 .price {
	margin-left:auto;
}
#menu .menu p.text {
	font-size:12px;
	margin-bottom:35px;
}

#business.menu {
	max-width: 845px;
	margin: 0 auto;
	padding-top: 65px;
}

.business__list-item {
	padding: 14px 0;
	display: flex;
	align-items: center;
	line-height: 1.6;
	border-bottom: 1px solid #E6E6E6;
}

.business__list-item:first-child {
	border-top: 1px solid #E6E6E6;
}

.business__list-name {
	min-width: 140px;
}

@media screen and (max-width:1400px) {
	
	
}
@media screen and (max-width:1240px) {

	
}
@media screen and (max-width:1060px) {
	
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:700px) {
	
}
@media screen and (max-width:640px) {
	#menu .menu .name_price {
		margin-bottom:20px;
	}
	#menu .menu .name_price h4 {
		width:100%;
		margin-bottom:15px;
	}
	#menu .menu .name_price .type {
		flex:auto;
	}
	#menu .menu .name_price2 {
		margin-bottom:20px;
	}
	#menu .menu .name_price2 h4 {
		flex:auto;
		width:100%;
	}
	#menu .menu p.text {
		margin-bottom:30px;
	}

	.business__list-name {
		margin-bottom: 5px;
	}

	.business__list-item {
		align-items: flex-start;
		flex-direction: column;
		font-size: 12px;
	}
}
@media screen and (max-width:500px) {
	
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}