@charset "UTF-8";
/*------------------------
#main
------------------------*/
#MAUREwrap #main {
	display: block;
	content: '';
	width: 100%;
	height: 360px;
	background: url(../img/cuisine/main.jpg) top center no-repeat;
}

/*------------------------
#common
------------------------*/
#MAUREwrap .content{
	background:
		url(../img/cmn/bg_left.jpg) top left no-repeat,
		url(../img/cmn/bg_right.jpg) top right no-repeat;
	overflow: hidden;
}
#MAUREwrap .content .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#MAUREwrap .content .list li{
	width: 48%;
	max-width: 530px;
	margin-bottom: 100px;
}
#MAUREwrap .content .list li h4{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 33px;
	text-align: center;
	margin-bottom: 25px;
}
#MAUREwrap .content .list li img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
#MAUREwrap .content .list li .line{
	border-top: solid gray 1px;
	padding-top: 20px;
	margin-top: 20px;
}
#MAUREwrap .content .ph .inner .box{
	display: flex;
	align-items: center;
	width: 450px;
	height: 450px;
	background-color: rgba(244,244,244,0.85);
	backdrop-filter: blur(2px);
	padding: 0 40px;
}
#MAUREwrap .content .box h3{
	font-size: 55px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 35px;
}
#MAUREwrap .content .box h3 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}
/*------------------------
#dinner
------------------------*/
#MAUREwrap #dinner {
	background:
		url(../img/cuisine/ph_dinner_07.png) top 770px left calc(50% - 880px) no-repeat,
		url(../img/cuisine/bg_02.jpg) top 520px right repeat-x;
	padding: 120px 0 0 0;
}
#MAUREwrap #dinner .intro{
	text-align: center;
	margin-bottom: 110px;
}
#MAUREwrap #dinner .ph{
	width: 100%;
	height: 600px;
	padding: 0 0 0 0;
	margin-bottom: 100px;
	box-sizing: content-box;
	background: url(../img/cuisine/ph_dinner_01.jpg) ;
	background-position: top right calc(50% - 230px);
	background-repeat: no-repeat;
	position: relative;
}
#MAUREwrap #dinner .ph::before{
	display: block;
	content: '';
	width: 332px;
	height: 332px;
	background: url(../img/cuisine/ph_dinner_06.png) top center no-repeat;
	position: absolute;
	top: -210px;
	right: calc(50% - 910px);
}
#MAUREwrap #dinner .ph .inner{
	position: relative;
}
#MAUREwrap #dinner .ph .inner .box{
	position: absolute;
	top: 75px;
	left: 0;
}
/*------------------------
#room
------------------------*/
#MAUREwrap #room{
	padding: 140px 0;
	position: relative;
}
#MAUREwrap #room::after{
	display: block;
	content: '';
	width: 541px;
	height: 746px;
	background: url(../img/cuisine/ph_room_02.png) top center no-repeat;
	position: absolute;
	top: -210px;
	right: calc(50% - 1080px);
	overflow: hidden;
}
#MAUREwrap #room .ph{
	width: 100%;
	height: 600px;
	padding: 0 0 0 0;
	box-sizing: content-box;
	background: url(../img/cuisine/ph_room_01.jpg) top left calc(50% - 230px) no-repeat;
}
#MAUREwrap #room .ph .inner{
	position: relative;
}
#MAUREwrap #room .ph .inner .box{
	position: absolute;
	top: 75px;
	right: 0;
}

/*------------------------
#bkf
------------------------*/
#MAUREwrap #bkf{
	background: 
		url(../img/cuisine/bg_01.png) top 770px left calc(50% - 730px) no-repeat,
		url(../img/cmn/bg_03.jpg) bottom right no-repeat,
		url(../img/cmn/bg_01.jpg) top center repeat;
	padding: 140px 0;
	position: relative;
}
#MAUREwrap #bkf::before{
	display: block;
	content: '';
	width: 587px;
	height: 846px;
	background: url(../img/cuisine/ph_bkf_04.png) top center no-repeat;
	position: absolute;
	top: -140px;
	left: calc(50% - 1050px);
}
#MAUREwrap #bkf .ph{
	width: 100%;
	height: 665px;
	padding: 0 0 0 0;
	margin-bottom: 100px;
	box-sizing: content-box;
	background: url(../img/cuisine/ph_bkf_01.jpg) ;
	background-position: top right calc(50% - 230px);
	background-repeat: no-repeat;
}
#MAUREwrap #bkf .ph .inner{
	position: relative;
}
#MAUREwrap #bkf .ph .inner .box{
	position: absolute;
	top: 105px;
	left: 0;
}
#MAUREwrap #bkf .list li{
	margin-bottom: 0;
}
/*------------------------
#info
------------------------*/
#MAUREwrap #info{
	
background:
	url(../img/top/plan_bg_01.jpg) top left calc(50% + 100px) no-repeat,
	url(../img/top/plan_bg_02.jpg) bottom right calc(50% + 100px) no-repeat;
	color: white;
	padding: 100px 0 240px 0;
	margin: 100px 0 150px 0;
}
#MAUREwrap #info h3{
	font-size: 64px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	margin-bottom: 60px;
}
#MAUREwrap #info h3 span{
	display: block;
	font-size: 22px;
	margin-top: 5px;
}
#MAUREwrap #info .list li{
	margin-bottom: 0;
}