@charset "utf-8";

#menu_list_main > ul > li#course-lyon > ol.row-rev > li:nth-child(1) {
	width: 40%;
}
#menu_list_main > ul > li#course-lyon > ol.row-rev > li:nth-child(2) {
	width: calc(60% - 30px);
}

#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(1) {
	width: 40%;
}

#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(2) {
	width: calc(60% - 30px);
}

#menu_list_main > ul > li::before {
	content: "";

	display: block;
	width: 76px;
	height: 79px;
	margin: 0 auto 3.00rem auto !important;
	background: url(../xmas/2025/snowflake.png) no-repeat center center;

	text-align: center;
}

/*
#header #global_nav {
	background-color: rgba(200 10 55/ 0.6);
}

#header #global_nav #global_nav_inner nav ul li:not(:first-child):before {
    border-left: solid 1px #edbf43;
}
#header #global_nav #global_nav_inner nav ul li a {
	color: #edbf43;
}


#header #global_nav #global_nav_inner nav ul li a:hover {
	background-color: rgba(155 2 40/ 1.00);
	color: white;
}

#header #global_nav #global_nav_inner nav ul li a small {
	color: rgb(19 199 105);
	font-size: 11.00px;
	font-style: oblique;
}
*/
.menu_info article > ul > li:not(:last-child) {
	border: none;
}

h1 {
	margin-bottom: 0.75rem !important;
	color: red !important;
}

.menu_info section h3 > strong {
	color: rgba(170 155 65/ 1.00) !important;
	font-size: 1.75rem;
}

.menu_info section h3 > strong small {
	color: inherit;
}

#xmasinfo {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 3.00rem auto !important;
}

#xmasinfo * {
	text-align: center;
}

#xmasinfo ol {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.00rem 4.00rem !important;
	margin-top: 1.50rem !important;
	border: 1px solid red; 
}

#xmasinfo ol li {
	width: calc(50% - 8px);
}

#xmasinfo ol li,
#xmasinfo ol li * {
	font-size: 0.90rem;
}

#xmasinfo ol li:nth-child(1) {
	width: 100%;
	padding-bottom: 0.75rem !important;
}

#xmasinfo ol li:nth-child(1) > p:nth-child(3) {
	font-size: 1.25rem;
}

#xmasinfo ol li:nth-child(1) > p:nth-child(1) {
	font-size: 1.50rem;
}

#xmasinfo ol li:nth-child(1) > p:nth-child(2) {
	color: rgba(200 50 50/ 1.00);
	font-size: 1.75rem;
}

#xmasinfo ol li:nth-child(2),
#xmasinfo ol li:nth-child(3) {
	width: calc(100% / 4 - 7px);
}

#xmasinfo ol li:nth-child(4) {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% / 2 - 7px);
}

#xmasinfo ol li:nth-child(4) span {
	margin-bottom: 1.00rem !important;
	font-size: 1.10rem;
	line-height: 1.50;
}

#xmasinfo ol li img {
	width: 100%;
}

#xmasinfo ol li dl {
	display: flex;
	flex-direction: column-reverse;
}

#xmasinfo dt {
	font-weight: normal;
}

#xmasinfo > *:not(.inc_tax) {
	margin-bottom: 0.50rem !important;
}

#xmasinfo > :nth-child(1) {
	font-size: 1.75rem;
}

#xmasinfo > :nth-child(3) {
	font-size: 1.50rem;
}



/*
補正
*/
.menu_info section h3 > i {
    font-size: 1.60rem;
}

@media screen and (max-width: 650px) {
	#xmasinfo ol {
		flex-wrap: wrap;
	}
}



@media screen and (max-width: 960px) {
	#menu_list_main > ul > li#course-lyon > ol.row-rev > li:nth-child(1) {
		width: 100%;
	}
	#menu_list_main > ul > li#course-lyon > ol.row-rev > li:nth-child(2) {
		width: 100%;
	}

	#course-lyon .sub_imgs {
		justify-content: center;
	}

	#course-legumes .sub_imgs {
		justify-content: center;
	}

	#course-lyon .sub_imgs > figure {
		width: 40%;
	}

	#course-legumes .sub_imgs > figure {
		width: 40%;
	}

	#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(1) {
		width: 100%;
	}
	#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(2) {
		width: 100%;
	}

	#course-koiki .sub_imgs > figure {
		width: 40%;
	}

	/*
	補正
	*/
	#menu_list_main > ul > li {
		width: 100%;
		border: none;
	}
}

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

	#xmasinfo ol li:nth-child(2),
	#xmasinfo ol li:nth-child(3) {
		width: calc(50% - 7px);
		margin-bottom: 1.00rem !important;
	}

	#xmasinfo ol li:nth-child(4) {
		width: 100%;
	}

	#to_banquet li.text-left {
		display: flex;
		flex-direction: column;
	}

	#to_banquet li.text-left a {
		margin-bottom: 10px !important;
		text-align: center !important;
	}
}


/*
補正
*/
#fl_btn {
	display: none;
}
