@charset "UTF-8";

.breakfast_menu {
	
	}
.the-ten_menu {
	
	}
	.the-ten_menu .container {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 30px;
		padding-right: 30px;
    	}
	.breakfast_menu .container h2 {
		text-align: left;
		margin-top: 70px;
		font-size: 21px;
		}
	.breakfast_menu .container h2:first-of-type {
		margin-top: 0;
		}
	.breakfast_menu .container p {
		max-width: 940px;
		margin: 35px auto;
		text-align: left;
		line-height: 1.6;
		}
	.the-ten_menu .container img {
		max-width: 700px;
		}

		.breakfast_menu .alter_list {
			max-width: 940px;
			margin: auto;
			}
			.alter_list .alter_item .alter_info {
				padding: 15px 20px 20px;
			}

	.breakfast_menu .container dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: 940px;
		margin: 70px auto 10px;
		font-size: 15px;
		line-height: 1.6;
		border-top: 1px solid rgb(84,88,90);
		}
		.breakfast_menu .container dl dt {
			width: 150px;
			padding: 10px;
			border-bottom: 1px solid rgb(84,88,90);
			font-weight: 300;
			}
		.breakfast_menu .container dl dt.center {
			display: flex;
			align-items: center;
			}
		.breakfast_menu .container dl dd {
			width: calc(100% - 150px);
			padding: 10px;
			border-bottom: 1px solid rgb(84,88,90);
			font-weight: 300;
			}
@media screen and (max-width: 450px) {
	.breakfast_menu .container dl dt {
		width: 100%;
		padding: 10px 0 0;
		font-weight: 500;
		border-bottom: none;
	}
	.breakfast_menu .container dl dd {
		width: 100%;
		padding: 10px 0;
	}
}

			
.one_slick {
	max-width: 940px;
		margin: 35px auto 70px !important;
	}
	.one_slick article {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
			background-color: rgb(84,88,90)
		}
	/*.one_slick article:last-of-type {
		margin-bottom: 0;
		}*/
		.one_slick article img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 16 / 10;
			}
		.one_slick article .information_area {
			/*position: absolute;*/
			bottom: 0;
			right: 0;
			width: 100%;
			/*background-color: rgba(0, 0, 0, .5);*/
			padding: 20px;
			color: #fff;
			}
			.one_slick article .information_area p {
				margin: 0;
				line-height: 1.6;
				text-align: left;
				}
			.one_slick article .information_area h3 {
				margin: 0 0 10px;
				font-size: 21px;
				font-weight: 400;
				color: #fff;
				}
			.one_slick article > .information_area > .information {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
				margin: 20px 0 0;
				}
@media screen and (max-width: 600px) {
	.one_slick article {
		background-color: rgba(0, 0, 0, .5);
		}
	.one_slick article .information_area {
		position: relative;
		bottom: auto;
		right: auto;
		background-color: transparent;
	}
}
				
.slick-slider .slick-track,
.slick-slider .slick-list {
	display: flex;
}



/* Restaurant Chef */
#restaurant_chef {
	background-color: rgb(236,236,235);
	}
	#restaurant_chef .container {
		padding: 70px 32px;
		}
@media screen and (max-width: 600px) {
#restaurant_chef .container {
	padding: 70px 30px;
	}
}
		#restaurant_chef h2 {
			margin: 0 0 40px;
			}
		#restaurant_chef p {
			line-height: 1.6;
			}

#restaurant_chef .container .chef_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 768px;
	margin: 0 auto;
	padding: 0;
	}
	#restaurant_chef .container .chef_item .chef_img {
		width: 50%;
		order: 1;
		}
		#restaurant_chef .container .chef_item .chef_img img {
			width: 100%;
			object-fit: cover;
			}
	#restaurant_chef .container .chef_item .chef_info {
		width: calc(50% - 30px);
		padding: 0;
		order: 2;
		}
	#restaurant_chef .container .chef_item:nth-of-type(2n) .chef_img {
		order: 2;
		}
	#restaurant_chef .container .chef_item:nth-of-type(2n) .chef_info {
		order: 1;
		}

@media screen and (max-width: 600px) {
	#restaurant_chef .container .chef_item .chef_img {
		width: 100%;
		margin-bottom: 15px;
	}
	#restaurant_chef .container .chef_item .chef_info {
		width: 100%;
		}
	#restaurant_chef .container .chef_item:nth-of-type(2n) .chef_img {
		order: 1;
		}
	#restaurant_chef .container .chef_item:nth-of-type(2n) .chef_info {
		order: 2;
		}
}

#restaurant_moreinfo {
	
	}
	#restaurant_moreinfo ul {
		margin: 0;
		list-style-type: none;
		}
		#restaurant_moreinfo ul li {
			margin: 10px 0;
			text-indent: -1em;
			}
			#restaurant_moreinfo ul > li:before {
				content: "※";
				text-indent: -1em;
				}

.other_menu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	}
	.other_menu_list div {
		width: calc(50% - 20px);
		border-bottom: 1px solid #666;
		}
		.other_menu_list div h3 {
			margin:20px auto 0;
			}
		.other_menu_list div p {
			margin:0 auto 20px !important;
			text-align:left !important;
			}
@media screen and (max-width: 1024px) {
	.other_menu_list div {
		width: 100%;
		border-bottom: none;
		}
		.other_menu_list div h3 {
			margin:20px auto 0;
			text-align:center !important;
			}
		.other_menu_list div p {
			margin:0 auto 20px !important;
			text-align:center !important;
			}
}



