@charset "UTF-8";



@media screen and (min-width:1024px) {
	.menu-list-container {
		position: relative;
	}
	.menu-list-container .tax {
		position: absolute;
		right: 0;
		top: 25px;
		font-size: 0.9375rem;
	}

	.menu-list {
		padding: 30px 0 0;
	}
	.menu-title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 25px 0 30px;
	}
	.menu-title strong {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-right: 25px;
		font-size: 2.0rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
		background: #fff;
	}
	.menu-title .price {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-left: 25px;
		background: #fff;
	}
	.menu-title::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		border-top: 1px dashed #000;
	}
	
	.menu-subtitle {
		margin: 0 0 25px;
		font-size: 0.9375rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	
	.slide + .menu-column {
		margin-top: 40px;
	}
	.slide + .menu-subtitle {
		margin-top: 40px;
	}
	.slide.single + .menu-column {
		margin-top: 0;
	}
	.slide.single + .menu-subtitle {
		margin-top: 10px;
	}
	.slide.single .slide-nav {
		display: none;
	}
	
	.menu-column + .slide {
		margin-top: 60px;
	}
	
	.menu-column + .menu-subtitle {
		margin-top: 40px;
	}
	
	.menu-column > dl {
		display: flex;
		justify-content: space-between;
	}
	.menu-column > dl + dl {
		margin-top: 25px;
	}
	
	.menu-column > dl > dt {
		box-sizing: border-box;
		width: 30%;
		padding-right: 30px;
		font-size: 1.375rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.menu-column > dl > dd {
		width: calc(70%);
	}
	
	.menu-column > dl > dd ul li {
		line-height: 1.6;
	}
	.menu-column > dl > dd ul li + li {
		margin-top: 5px;
	}
	.menu-column > dl > dd ul li::before {
		content: "・";
	}
	
	.menu-column > dl.compact {
		align-items: flex-end;
	}
	.menu-column > dl.compact > dd {
		text-align: right;
	}
	
	
	#drink .menu-column > dl > dd ul li::before {
		content: "";
	}
	#drink .menu-column dl dl {
		display: flex;
		justify-content: space-between;
	}
	#drink .menu-column dl dl + dl {
		margin-top: 20px;
	}
	#drink .menu-column dl dt {
		line-height: 1.6;
	}
	#drink .menu-column dl dd {
		line-height: 1.6;
	}
	#drink .menu-column dl dd .option {
		position: relative;
		display: inline-block;
		width: 1.25em;
		right: -1.25em;
		top: -2px;
		margin-left: -1.25em;
		font-size: 0.875rem;
		text-align: right;
	}
	
	
	#side .menu-column > dl > dd ul li::before {
		content: "";
	}
	#side .menu-column dl dl {
		display: flex;
		justify-content: space-between;
	}
	#side .menu-column dl dl + dl {
		margin-top: 20px;
	}
	#side .menu-column dl dt {
		line-height: 1.6;
	}
	#side .menu-column dl dd {
		line-height: 1.6;
	}
	#side .menu-column dl dd .option {
		position: relative;
		display: inline-block;
		width: 1.25em;
		right: -1.25em;
		top: -2px;
		margin-left: -1.25em;
		font-size: 0.875rem;
		text-align: right;
	}
	
	
	.chef {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	.chef .image {
		width: 30%;
	}
	.chef .logo {
		display: block;
		margin: 0 50px 0 0;
		box-sizing: border-box;
		border: 1px solid #999;
	}
	.chef dl {
		width: calc(70%);
	}
	.chef dt {
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.chef dd {
		margin: 10px 0 0;
		line-height: 1.8;
	}
	
	
	#reservation {
		margin-top: 0 !important;
		padding-top: 70px;
	}
}


@media screen and (min-width:1024px) and (max-width:1439px) {
	.menu-title strong {
		font-size: 1.5rem;
	}
	.menu-column > dl > dt {
		font-size: 1.25rem;
	}
}









@media screen and (max-width:1023px) {
	.menu-list-container {
		position: relative;
	}
	.menu-list-container .tax {
		position: absolute;
		right: 0;
		top: 25px;
		font-size: 0.75rem;
	}

	.menu-list {
		padding: 30px 0 0;
	}
	.menu-title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 25px 0 20px;
	}
	.menu-title strong {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-right: 10px;
		font-size: 1.25rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
		background: #fff;
	}
	.menu-title .price {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-left: 10px;
		font-size: 0.875rem;
		background: #fff;
	}
	.menu-title::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		border-top: 1px dashed #000;
	}
	
	.menu-subtitle {
		margin: 0 0 15px;
		font-size: 0.875rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	
	.slide + .menu-column {
		margin-top: 30px;
	}
	.slide + .menu-subtitle {
		margin-top: 30px;
	}
	.slide.single + .menu-column {
		margin-top: -15px;
	}
	.slide.single + .menu-subtitle {
		margin-top: -10px;
	}
	.slide.single .slide-nav {
		display: none;
	}
	
	.menu-column + .slide {
		margin-top: 30px;
	}
	
	.menu-column + .menu-subtitle {
		margin-top: 40px;
	}
	
	.menu-column > dl {
	}
	.menu-column > dl + dl {
		margin-top: 30px;
	}
	
	.menu-column > dl > dt {
		box-sizing: border-box;
		padding-right: 30px;
		font-size: 1.0rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.menu-column > dl > dd {
		margin: 10px 0 0;
	}
	
	.menu-column > dl > dd ul li {
		font-size: 0.875rem;
		line-height: 1.6;
	}
	.menu-column > dl > dd ul li + li {
		margin-top: 5px;
	}
	.menu-column > dl > dd ul li::before {
		content: "・";
	}
	
	
	#drink .menu-column > dl > dd ul li::before {
		content: "";
	}
	#drink .menu-column dl dl {
		display: flex;
		justify-content: space-between;
	}
	#drink .menu-column dl dl + dl {
		margin-top: 20px;
	}
	#drink .menu-column dl dt {
		line-height: 1.6;
	}
	#drink .menu-column dl dd {
		line-height: 1.6;
	}
	#drink .menu-column dl dd .option {
		margin-left: 2px;
		font-size: 0.8125rem;
	}
	
	
	.chef {
		display: flex;
		flex-direction: column;
		margin: 30px 0 0;
	}
	.chef .image {
		margin: 20px 0 0;
	}
	.chef .logo {
		display: block;
		box-sizing: border-box;
		border: 1px solid #999;
	}
	.chef dl {
	}
	.chef dt {
		font-size: 0.875rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.chef dd {
		margin: 10px 0 0;
		font-size: 0.875rem;
		line-height: 1.8;
	}
	
	
	#reservation {
		margin-top: 0 !important;
		padding-top: 56px;
	}
}














