#ConceptBird {
	bottom:45%;
}

#PageNavi {
	background:url(../img/page_navi_BG_fac.png) no-repeat;
	padding:20px;
	padding-left:34px;
	height:80px;
}

#PhotoBox img {
	bottom:-40%;
}

#PageNavi li {
	width:25%;
	margin-bottom:15px;
}

/* #PageNavi li.first {
	width:24%;
} */

#p01,
#p03 {
	padding-bottom:40px;
}

#MenuTabWrapper {
	background:url(../img/menu_ami_BG.png) repeat-x;
	height:60px;
}

#MenuTabWrapper ul {
	width:1000px;
	margin:auto;
	overflow:hidden;
}
	
#MenuTabWrapper li {
	float:left;
	background:#FFF;
}

#MenuTabWrapper li.Now a {
	opacity:1;
}

#MenuTabWrapper li a {
	display:block;
	opacity:0.5;
	cursor:pointer;
	transition: all  0.3s ease;
}

#MenuTabWrapper li a:hover {
	opacity:1;
}

.tabCont {
	padding-top:20px;
	padding-bottom:20px;
}

.tabCont h4 {
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size:1.6em;
	line-height:1.3;
	text-align:center;
	padding-bottom:5px;
	font-weight:normal;
	letter-spacing:0.1em;
}

.tabCont p {
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size:0.8em;
	line-height:1.3;
	padding-top:10px;
}

.MenuListWrapper {
	overflow:hidden;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px dotted #CCC;
}

.MenuListLeft {
	width:48%;
	float:left;
	overflow:hidden;
}

.MenuListRight {
	width:48%;
	float:right;
	overflow:hidden;
}

.MenuListWrapper dl {
	overflow:hidden;
	line-height:1.5;
}

.MenuListWrapper dt {
	width:80px;
	font-size:1em;
	float:left;
	background:url(../img/title_monyou01.png) no-repeat left;
	padding-left:30px;
}

.MenuListWrapper dd {
	width:350px;
	float:right;
}

.MenuListWrapper dd span {
	font-size:0.8em;
}

.Morning dd {
	width:100%;
	float:none;
}

.none {
	display:none;
}

#MenuCal {
	border:1px solid #00ADFF;
	margin-bottom:40px;
}

#MenuCalTitle dl {
	background:#C7EFFF;
	overflow:hidden;
}

#MenuCalTitle dt {
	width:240px;
	text-align:center;
	padding:15px;
	background:#00ADFF;
	float:left;
}

#MenuCalTitle dd {
	width:710px;
	padding-top:10px;
	float:right;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1.6;
	font-size:1em;
}

#MenuCalInner {
	padding:15px;
	overflow:hidden;
}

.MenuCalSeason {
	width:220px;
	float:left;
}

.MenuCalSeason h4 {
	height:100px;
}

.MenuCalSeason dl {
	padding-top:15px;
}

.MenuCalSeason dt {
	text-align:center;
	font-size:1em;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1.4;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:3px;
}

.MenuCalSeason dd {
	font-size:0.8em;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1.6;
	padding-top:5px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#Spring dt {background:#85B200;}
#Summer dt {background:#00B0FF;}
#Autumn dt {background:#8C6900;}
#Winter dt {background:#4C0066;}

#Spring,
#Summer,
#Autumn {
	padding-right:25px;
}


.Cont2colBox h4 strong {
	background:url(../img/title_monyou01.png) no-repeat left, url(../img/title_monyou01.png) no-repeat right;
	padding-left:30px;
	padding-right:30px;
	-pie-background:url(../img/title_monyou01.png) no-repeat left, url(../img/title_monyou01.png) no-repeat right;
	behavior: url(PIE.htc);
	font-weight:normal;
}

.LoungeMenu ul {
	overflow:hidden;
}

.LoungeMenu li {
	width:40%;
	float:left;
	background:url(../img/menu_lounge_list.png) no-repeat left;
	padding-left:10px;
	margin-bottom:5px;
	font-size:0.9em;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1.6;
}

.LoungeMenu li span {
	font-size:0.85em;
}

.LoungeMenu li.Right {
	width:54%;
}

.flexbox {
	justify-content: space-between;
}