@charset "utf-8";
/* -----------------------------------------------------------------------

food.css

----------------------------------------------------------------------- */



.bg_live {
	background: #dba795;
	color: #2c1919;
}


.bg_chinise {
	background: #a31927;
}


.bg_western {
	background: #647f9d;
}

.bg_other {
	background: #85715e;
}

.bg_dessert {
	background: #e1777f;
}

.bg_live,
.bg_chinise,
.bg_other,
.bg_chinise,
.bg_dessert {
	position: relative;
}

.bg_live::before,
.bg_chinise::before,
.bg_other::before,
.bg_chinise::before,
.bg_dessert::before {

	width: 100%;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 0;
}

.mdsfood {
	letter-spacing: 8px;
}

.headLine .in {
	display: inline-block;
	position: relative;
}

.headLine .dessert img {
	max-width: 380px;
	width: 80%;
	margin: 0 auto;
}

.headLine .number {
	background: #54331c;
	width: 130px;
	height: 130px;
	margin: auto 0;
	padding-top: 30px;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	border-radius: 100vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	z-index: 2;
}

.headLine .number::before {
	content: "";
	display: block;
	width: 91%;
	height: 91%;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 100vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.headLine .number em {
	display: block;
}

@media only screen and (max-width: 559px) {
	.headLine .in {
		padding: 25px 15px 25px 80px;
	}

	.headLine .number {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		font-size: 1.1rem;
		top: 10px;
		left: -10px;
	}

	.headLine .number em {
		font-size: 2.4rem;
	}

	.mdsfood {
		letter-spacing: 8px;
		margin: 0px 0 40px;
	}

	.mdsfood .fsD2 {
		font-size: 0.9em;
		letter-spacing: 6px;
	}
}

@media only screen and (min-width: 560px) {
	.headLine .in {
		padding: 0 110px;
	}

	.headLine .number {
		width: 110px;
		height: 110px;
		padding-top: 20px;
		font-size: 1.4rem;
		left: -25px;
	}

	.headLine .number em {
		font-size: 3.0rem;
	}
}

@media only screen and (min-width: 769px) {
	.headLine .in {
		padding: 28px 0 30px 120px;
	}

	.headLine .number {
		width: 130px;
		height: 130px;
		padding-top: 30px;
		font-size: 1.6rem;
		left: -30px;
	}

	.headLine .number em {
		font-size: 3.6rem;
	}
}



/*############################################*/
/* .menuList */
/*############################################*/

.menuList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}

.menuList li {
	margin: 0 0 15px;
	position: relative;
}

.menuList li img {
	width: 101%;
	margin-left: -0.5%;
	border-radius: 10px;
}

.menuList li .name {
	margin: 0;
	line-height: 1.6;
	text-align: center;
}

.menuList li .txt {
	margin: 0;
	line-height: 1.8;
	font-weight: 500;
}

@media only screen and (max-width: 559px) {
	.menuList {
		margin-top: 20px;
	}

	.menuList li {
		width: 49%;
		margin: 0 0 10px;
	}

	.menuList li:nth-child(2n) {
		margin-left: 2%;
	}

	.menuList li .name {
		padding: 15px 5px 8px;
		font-size: 1.3rem;
	}

	.menuList li .txt {
		padding: 0 10px 10px;
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 560px) {
	.menuList {
		margin-top: 30px;
	}

	.menuList li {
		width: 32.33%;
		padding-bottom: 10px;
		margin: 0 0 30px;
	}

	.menuList li.c2 {
		width: 49%;
	}

	.menuList li.c2:nth-child(2) {
		width: 49%;
		margin-left: 2%;
	}

	.menuList li:nth-child(2),
	.menuList li:nth-child(5) {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.menuList li .name {
		padding: 10px 10px 10px;
		font-size: 1.7rem;
	}

	.menuList li .txt {
		padding: 0 20px 10px;
		font-size: 1.3rem;
	}
}



/*############################################*/
/* .menuListTxt */
/*############################################*/

.menuListTxt {
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.menuListTxt ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}

.menuListTxt li {
	margin: 5px 0;
}

@media only screen and (max-width: 559px) {
	.menuListTxt li {
		width: 50%;
		font-size: 1.3rem;
	}
}

@media only screen and (min-width: 560px) {
	.menuListTxt li {
		width: 50%;
	}
}

@media only screen and (min-width: 769px) {
	.menuListTxt li {
		width: 33.33%;
	}
}



/*############################################*/
/* .menuListTxt */
/*############################################*/

.mainmenuBox {
	width: 100%;
	border-radius: 5px;
}

.mainmenuBox .txtBox {
	padding: 20px;
	line-height: 1.8;
	vertical-align: middle;
}

.mainmenuBox .txtBox .menuName {
	margin-bottom: 12px;
	font-size: 1.55em;
	letter-spacing: 0.01em;
}

.mainmenuBox .txtBox .box {
	margin-top: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainmenuBox .txtBox .box .photo {
	width: 190px;
	border-radius: 5px;
	overflow: hidden;
}

.mainmenuBox .txtBox .box .txt {
	width: calc(100% - 210px);
	font-size: 0.86em;
	line-height: 1.5;
}

.mainmenuBox .photoBox {
	position: relative;
}

.mainmenuBox .photoBox .icon {
	width: 100px;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 50;
}

.mainmenuBox .photoBox .sub {
	width: 180px;
	position: absolute;
	top: -20px;
	left: -40px;
	z-index: 60;
}

.mainmenuBox .photoBox .sub2 {
	width: 260px;
	position: absolute;
	bottom: -10px;
	right: -40px;
	z-index: 60;
}

.mainmenuBox .photoBox .sub2_2 {
	width: 160px;
	position: absolute;
	top: 97px;
	right: -25px;
	z-index: 60;
}

.menuList li .icon_sweets {
	width: 200px;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 50;
}

.mainmenuBox .photoBox .catchCopy {
	width: 200px;
	position: absolute;
	top: 0;
	right: -24px;
}

@media only screen and (max-width: 879px) {
	.mainmenuBox {
		display: block;
		margin: 20px auto;
	}

	.mainmenuBox .photoBox {
		width: 100%;
	}

	.mainmenuBox .txtBox {
		width: 100%;
		padding: 20px 15px;
		display: table-cell;
	}
}

@media only screen and (max-width: 540px) {
	.mainmenuBox .txtBox .box .photo {
		width: 120px;
	}

	.mainmenuBox .txtBox .box .txt {
		width: calc(100% - 130px);
	}

	.mainmenuBox .photoBox .icon {
		width: 80px;
		top: -15px;
		right: -5px;
	}

	.mainmenuBox .photoBox .sub {
		width: 120px;
		bottom: -15px;
		left: -5px;
	}

	.mainmenuBox .photoBox .sub2 {
		width: 180px;
		bottom: -10px;
		right: -8px;
	}

	.mainmenuBox .photoBox .sub2_2 {
		width: 110px;
		top: 57px;
		right: -5px;
	}

	.mainmenuBox .photoBox .catchCopy {
		width: 168px;
		position: absolute;
		top: -21px;
		left: auto;
		right: -15px;
	}
}

@media only screen and (min-width: 880px) {
	.mainmenuBox {
		margin: 60px auto;
		display: table;
	}

	.mainmenuBox .photoBox {
		width: 55%;
		display: table-cell;
	}

	.mainmenuBox .txtBox {
		width: 45%;
		padding: 20px 25px 20px 60px;
		display: table-cell;
	}
}



/*############################################*/
/* .menuListTxt */
/*############################################*/

.menuPhotoBox {
	width: 100%;
	max-width: 720px;
	margin: 40px auto;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.menuPhotoBox .txtBox {
	padding: 20px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

@media only screen and (max-width: 559px) {
	.menuPhotoBox {
		display: block;
	}

	.menuPhotoBox .photoBox {
		width: 100%;
	}

	.menuPhotoBox .txtBox {
		width: 100%;
		display: table-cell;
	}
}

@media only screen and (min-width: 560px) {
	.menuPhotoBox {
		display: table;
	}

	.menuPhotoBox .photoBox {
		width: 45%;
		display: table-cell;
	}

	.menuPhotoBox .txtBox {
		width: 55%;
		display: table-cell;
	}
}


/*############################################*/
/* .dessertSubBox */
/*############################################*/

.dessertSubBox {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.dessertSubBox .photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dessertSubBox .photo .box {
	width: 49%;
	text-align: center;
}

.dessertSubBox .photo.c1 .box {
	width: 100%;
}

.dessertSubBox .photo .box p {
	margin-top: 5px;
	font-size: 0.86em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.dessertSubBox .photo .box img {
	width: 100%;
	border-radius: 5px;
}

.dessertSubBox .menu {
	font-weight: bold;
}

@media only screen and (max-width: 559px) {
	.dessertSubBox {
		padding: 12px;
	}

	.dessertSubBox .menu {
		padding: 15px 5px;
		font-size: 1.4rem;
	}
}

@media only screen and (min-width: 560px) {
	.dessertSubBox {
		width: 100%;
		padding: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dessertSubBox .photo {
		width: 25%;
	}

	.dessertSubBox .menu {
		width: 72.5%;
		margin-top: -20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}







/*############################################*/
/* .nostalgicMenu */
/*############################################*/


.nostalgicMenu {
	background: #fff;
	border: 3px solid #1e588d;
	padding: 20px 20px 0;
	position: relative;
	margin: 110px 0 40px;
}

.nostalgicMenu .ttl {
	position: absolute;
	background: #fff;
	border-top: 3px solid #1e588d;
	border-left: 3px solid #1e588d;
	border-right: 3px solid #1e588d;
	top: calc(-1.8em - 2px);
	line-height: 1em;
	padding: 0.8em 1em 0;
	color: #1e588d;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8em;
	left: -3px;
}

.nostalgicMenu .ttl span {
	position: absolute;
	background: #cd3b27;
	color: #fff;
	padding: 0 25px;
	line-height: 2em;
	font-size: 0.55em;
	top: -1.5em;
	left: -10px;
}

.nostalgicMenu .menuList {
	margin-top: 10px;
}

.nostalgicMenu .menuList li {
	box-shadow: none;
	border-radius: 0;
}

.nostalgicMenu .menuList li img {
	border-radius: 10px;
}

@media only screen and (min-width: 560px) {
	.nostalgicMenu .menuList li:nth-child(2) {
		margin-left: 1.5%;
		margin-right: 1.5%;
		position: relaive;
	}
}

@media only screen and (max-width: 559px) {

	.nostalgicMenu {
		padding: 10px 12px 0;
		margin: 80px 0 30px;
	}

	.nostalgicMenu .ttl {
		font-size: 1.4em;
	}

	.nostalgicMenu .menuList li:nth-child(2n) {
		margin-left: 2%;
	}

}

.times {
	font-size: 0.7em;
	background: #c86217;
	color: #fff;
	padding: 2px 20px;
	border-radius: 30px;
	margin: 0;
}