@charset "utf-8";

/******************************************************
 SP・PC共通
******************************************************/
/**/

/******************************************************
 SP
******************************************************/
@media only screen and (max-width: 768px) {	
	/* menuTtl */
	.menuTtl {
		position: relative;
		background-color: #000;
	}
	.menuTtl::after {
		content: '';
		display: block;
		padding-top: 69.388888888%;
		background-image: url(/img/menu/img_menu_01.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.menuTtl .hn {
		font-size: 2.8rem;
		color: #fff;
		text-align: center;
		padding: 30px 20px 20px;
	}
	.menuTtl-inner {
		color: #fff;
		padding: 0 5% 7%;
	}
	.menuTtl-inner dt {
		font-size: 2.3rem;
		padding-bottom: .3em;
	}
	.menuTtl-inner dd {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.menuItemPhoto img {
		width: 100%;
	}
	
	/* menuGuide */
	.menuGuide .inner {
		padding: 7% 7% 2%;
	}
	.menuGuide-ttl {
		position: relative;
		transform: translateY(50%);
		overflow: hidden;
	}
	.menuGuide-ttl .hn {
		display: flex;
		flex-flow: row nowrap;
		font-size: 2.8rem;
		word-break: keep-all;
	}
	.menuGuide-ttl .hn span {
		display: inline-block;
		padding: 0 30px;
	}
	.menuGuide-ttl .hn::before,
	.menuGuide-ttl .hn::after {
		content: '';
		top: 0;
		bottom: 0;
		margin: auto 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #948a54;
		
	}
	.menuGuide-list {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #948a54;
		padding: 40px 20px 30px;
		margin-bottom: 30px;
	}
	.menuGuide-list dl {
		font-size: 2rem;
	}
	.menuGuide-list dl:not(:first-child) {
		margin-top: 2em;
	}
	.menuGuide-list dl dt {
		text-align: center;
	}
	.menuGuide-list dl dd {
		line-height: 2.4;
	}
	.menuGuide-list dl dd span {
		display: inline-block;
		width: 10em;
	}
	.menuGuide-txt {
		font-size: 2.0rem;
		line-height: 2.2;
	}
	
	/* menuBento */
	.menuBento {
		background-color: #000;
	}
	.menuBento .inner {
		padding: 7% 5%;
	}
	.menuBento .inner > div.photo {
		margin-bottom: 5%;
	}
	.menuBento .inner > div.photo img {
		width: 100%;
	}
	.menuBento .inner > div.txt {
		color: #fff;
		padding: 0 5%;
	}
	.menuBento .inner > div.txt dl dt {
		font-size: 2.3rem;
		padding-bottom: .6em;
	}
	.menuBento .inner > div.txt dl dd {
		font-size: 1.8rem;
		line-height: 1.8;
	}
}

/******************************************************
 PC
******************************************************/
@media print,
screen and (min-width: 769px) {
	/* menuTtl */
	.menuTtl {
		position: relative;
		background-color: #000;
	}
	.menuTtl::after {
		content: '';
		display: block;
		padding-top: 69.388888888%;
		background-image: url(/img/menu/img_menu_01.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.menuTtl .hn {
		font-size: 3.6rem;
		color: #fff;
		text-align: center;
		padding: 50px 10% 30px;
	}
	.menuTtl-inner {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
		color: #fff;
		padding: 0 0 50px;
	}
	.menuTtl-inner dt {
		font-size: 3.0rem;
		padding-bottom: .3em;
	}
	.menuTtl-inner dd {
	}
	.menuItemPhoto img {
		width: 100%;
	}
	
	/* menuGuide */
	.menuGuide {
		position: relative;
		color: #fff;
		text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
		background-image: url(/img/menu/img_menu_05.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 80px 0 100px;
	}
	.menuGuide .inner {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.menuGuide-ttl {
		position: relative;
		transform: translateY(50%);
		overflow: hidden;
	}
	.menuGuide-ttl .hn {
		display: flex;
		flex-flow: row nowrap;
		font-size: 3.6rem;
		word-break: keep-all;
	}
	.menuGuide-ttl .hn span {
		display: inline-block;
		padding: 0 30px;
	}
	.menuGuide-ttl .hn::before,
	.menuGuide-ttl .hn::after {
		content: '';
		top: 0;
		bottom: 0;
		margin: auto 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #948a54;
		
	}
	.menuGuide-list {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #948a54;
		padding: 8% 5% 7%;
		margin-bottom: 60px;
	}
	.menuGuide-list dl {
		display: table;
		font-size: 1.8rem;
	}
	.menuGuide-list dl:not(:first-child) {
		margin-top: 2em;
	}
	.menuGuide-list dl dt {
		display: table-cell;
		width: 15em;
	}
	.menuGuide-list dl dd {
		display: table-cell;
		line-height: 2.4;
	}
	.menuGuide-list dl dd span {
		display: inline-block;
		width: 10em;
	}
	.menuGuide-txt {
		text-align: center;
		line-height: 2.6;
	}
	
	/* menuBento */
	.menuBento {
		background-color: #000;
		padding: 70px 0;
	}
	.menuBento .inner {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.menuBento .inner > div {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.menuBento .inner > div.photo img {
		width: 100%;
	}
	.menuBento .inner > div.txt {
		color: #fff;
		padding-left: 5%;
	}
	.menuBento .inner > div.txt dl dt {
		font-size: 3.0rem;
		padding-bottom: .6em;
	}
}