@charset "UTF-8";

/* ===================================================================
file name	:style.css
=================================================================== */
* { -webkit-box-sizing: border-box; }
#header #header_Right #accountMenu02{
	margin-top: 10px!important;
}
body {
	font-size: 14px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #111;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
}

a,
a:visited {
	color: #0E4D8B;
	text-decoration: none;
}
a:hover {
	color: #1367BB;
}

/*--- mouseOn fade ---*/
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=30);  
}

/*----------------------------------------------------
	pan-list
----------------------------------------------------*/
.l-fl{
    float: left;
}

.l-fr{
    float: right;
}

.l-pan-list{
    width: 100%;
    padding: 8px 0 12px;
    background-color: #FFF;
    border-bottom:1px solid #EEE;
    border-top:1px solid #EEE;
}
.pan-box{
    width: 960px;
    height: 20px;
    margin: 0 auto;
}
.pan{
    width: 77%;
    height: 20px;
    margin: 0;
    float: left;
}
.pan li{
	float: left;
	padding: 2px 5px 2px 0;
	font-size: 12px;
	line-height: 20px;
	/* [disabled]color: #CC3366; */
}
.pan li:last-child{
    font-weight: bold;
    float: left;
    padding: 2px 5px 2px 0;
    font-size: 13px;
    line-height: 20px;
}
.pan li img{
    padding: 4px 4px 2px 3px;
}
.pan li a{
    text-decoration: underline;
    color: #666;
}
.pan li a:hover{
    text-decoration: none;
}
.pan-sns{
    width: 23%;
    height: 20px;
    float: right
}
.pan-facebook{
    float: right;
    width: 100px;
    height: 20px;
    margin: 0 0;
}
.pan-twitter{
    float: right;
    width: 80px;
    height: 20px;
    margin: 0 5px 0 10px;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents * {
	box-sizing: border-box;
}
#contents .disney {
	font-size: 0.8em;
	text-align: center;
}
.section {
	padding: 100px 0;
	width: 100%;
}
#contents h2 {
	padding: 30px 0;
}
/*----------------------------------------------------
	main
----------------------------------------------------*/
#main {
	display: table;
	width: 100%;
	border-top: 3px solid #B5A019;
	position: relative;
}
#main div {
	display: table-cell;
	table-layout: fixed;
}
#main .mainImg {
	width: 57%;
}
#main .mainImg img {
	width: 100%;
}
#main .mainCopy {
	background: url(../images/cal/main_bg.jpg) no-repeat right top;
	background-size: cover;
	text-align: left;
	vertical-align: top;
}
#main .mainCopy img {
	width: 85%;
	margin: 6% 0 0 3%;
}

/*----------------------------------------------------
	pageNavi
----------------------------------------------------*/
#pageNavi {
	position: relative;
	background: url(../images/navi_bg.png) repeat-x left top;
	z-index: 999;
}
#pageNavi ul {
	display: table;
	margin: 0px auto;
	padding: 40px 0 10px;
	/*width: 1040px;*/
}
#pageNavi li {
	display: table-cell;
}
#pageNavi.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color: rgba(255,255,255,0.5);
}

/*----------------------------------------------------
	event
----------------------------------------------------*/
#event {
	background: url(../images/hotel_bg.jpg) no-repeat fixed center center;
	background-size: cover;
	margin-top: 0;
}
.eventWrap,
.eventList {
	margin: 0 auto;
	width: 1000px;
	display: table;
	table-layout: fixed;
}
.eventWrap div,
.eventList li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.eventTxt {
	width: 590px;
}
.eventTxt h3 {
	font-size: 1.6em;
	line-height: 2.6em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/event_sub_bgL.png) no-repeat left top;
	padding: 0 0 0 30px;
	height: 2.6em;

}
.eventTxt h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #002D79;
	padding: 10px 30px 5px;
}
.eventTxt p {
	font-size: 1.2em;
	padding: 0 30px 5px;
}
.eventList li {
	text-align: center;
	padding: 30px 0 20px;
}
.eventList h3 {
	font-size: 1.2em;
	line-height: 2.6em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/event_sub_bg.png) no-repeat center top;
	height: 2.6em;

}
.eventList h4 {
	text-align: left;
	font-weight: bold;
	color: #002D79;
	padding: 3px 25px;
}
.eventList p {
	text-align: left;
	padding: 0 25px;
}
#event dt{
	text-align: center;
	font-weight: bold;
    color: #e61014;
	font-size: 18px;
	margin: 10px;
}
#event dd{
	font-weight: bold;
    color: #000;
	font-size: 15px;
	background-image: url(../images/event_img03.png);
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#event dt img{
	width: 90%;
}
/*----------------------------------------------------
	park
----------------------------------------------------*/
#park {
	background: url(../images/park_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.parkWrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
	padding-top: 5px;
}

.parkTxt {
	width: 570px;
}
.parkTxt h4 {
	font-size: 1.7em;
	font-weight: bold;
	color: #256C2D;
	padding: 10px 30px 5px;
}
.parkWrap h5,
.parkList h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #256C2D;
	padding: 5px 0 0;
}
.parkTxt p:first-of-type {
	font-size: 1.1em;
	padding: 0 30px 20px;
}
.park01 .parkImg {
	position: absolute;
	left: 600px;
	top: 0px;
}
.parkList {
	display: table;
	margin: 10px auto 0;
	width: 1200px;
}
.parkList li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.parkList li:not(.parkMap) {
	width: 300px;
	padding: 100px 0 0 30px;
}
.parkList div {
	padding-top: 25px;
	background: url(../images/icon_koko.jpg) no-repeat left top;
}
.parkList p {
	font-size: 0.9em;
}
.parkWrap.park02 {
	margin-top: 50px;
	padding-left: 430px;
}
.park02 .parkImg {
	position: absolute;
	right: 600px;
	top: 80px;
}
.parkList.park02 li:not(.parkMap) {
    padding-top: 40px;
}
.parkWrap.subBox {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	/*padding-top: 60px;*/
	position: relative;
	margin: 0px auto 70px;
}

.parkWrap.subBox#carsBox {
	background: url(../images/cal/park_cars_logo.png) no-repeat right top, rgba(255,255,255,0.5);
}

.parkWrap.subBox h3 {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	
}
.parkWrap.subBox p.lead {
	font-size: 1.1em;
}
.parkWrap.subBox ul {
	display: table;
	margin: 10px auto 0;
	width: 950px;
}
.parkWrap.subBox li {
	display: table-cell;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
}
.parkWrap.subBox h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #256C2D;
	padding: 5px 0 0;
}
.parkWrap.subBox p {
	font-size: 0.8em;
}
.parkWrap.subBox .disney {
	padding: 5px 20px;
}
.park03 {
	padding-top: 0;
}
.park03 .parkTxt {
	width: 490px;
}
.park03 .parkImg {
	position: absolute;
	left: 520px;
	top: 0px;
}
.park06{
	padding-top:50px;
}







/*----------------------------------------------------
	hotel
----------------------------------------------------*/
#hotel {
	background: url(../images/hotel_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
#hotel ul {
	margin: 0px auto;
	width: 1000px;
}
#hotel li {
	display: table;
	margin-bottom: 40px;
	table-layout: fixed;
}
#hotel div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#hotel .hotelTxt {
	width: 570px;
	padding-left: 20px;
}
#hotel h3 {
	font-size: 1.6em;
	line-height: 2.6em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/hotel_sub_bg.png) no-repeat left top;
	padding: 0 0 0 30px;
	height: 56px;

}
#hotel h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #DD6600;
	padding: 10px 0;
}
#hotel p {
	font-size: 1.1em;
	padding: 0 0 10px;
}
#hotel p.point {
	color: #B20000;
	font-weight: bold;
}
#hotel h3.small {
	font-size: 1.3em;
	line-height: 3.4em;
	padding: 0 0 0 20px;
}

/*----------------------------------------------------
	hoteltokuten
----------------------------------------------------*/
#hoteltokuten {
	background: url(../images/event_bg.jpg) no-repeat fixed center center;
	background-size: cover;
	margin-top: -115px;
}
.hoteltokutenWrap,
.hoteltokutenList {
	margin: 0 auto;
	width: 1000px;
	display: table;
	table-layout: fixed;
}
.hoteltokutenWrap div,
.hoteltokutenList li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.hoteltokutenTxt {
	width: 590px;
}
.hoteltokutenTxt h3 {
	font-size: 1.6em;
	line-height: 2.6em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/event_sub_bgL.png) no-repeat left top;
	padding: 0 0 0 30px;
	height: 2.6em;

}
.hoteltokuten h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #002D79;
	padding: 10px 30px 5px;
}
.hoteltokuten p {
	font-size: 1.2em;
	padding: 0 30px 5px;
}
.hoteltokutenList li {
	text-align: center;
	padding: 30px 0 20px;
}
.hoteltokutenList h3 {
	font-size: 1.2em;
	line-height: 2.6em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/event_sub_bg.png) no-repeat center top;
	height: 2.6em;

}
.hoteltokutenList h4 {
	text-align: left;
	font-weight: bold;
	color: #002D79;
	padding: 3px 25px;
}
.hoteltokutenList p {
	text-align: left;
	padding: 0 25px;
}

/*----------------------------------------------------
	tour
----------------------------------------------------*/
#tour {
	background: url(../images/tour_bg.jpg) no-repeat fixed center center;
	background-size: cover;
	padding-bottom: 50px;
}
#tour ul {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}
#tour li {
	margin-bottom: 30px;
	background: no-repeat left top;
	padding: 0 0 0 100px;
	min-height: 90px;
}
#tour li:nth-child(1) {
	background-image: url(../images/tour_no01.png);
}
#tour li:nth-child(2) {
	background-image: url(../images/tour_no02.png);
}
#tour li:nth-child(3) {
	background-image: url(../images/tour_no03.png);
}
#tour li:nth-child(4) {
	background-image: url(../images/tour_no04.png);
}
#tour li:nth-child(5) {
	background-image: url(../images/tour_no05.png);
}
#tour li:nth-child(6) {
	background-image: url(../images/tour_no06.png);
}
#tour .tourImg {
	display: table;
	table-layout: fixed;
}
.tourImg div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.tourImg div:first-child {
	width: 730px;
	padding: 0 20px 0 0;
}
#tour h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #D8007D;
}
#tour span {
	font-size: 0.8em;
}
.pageEnd {
	font-size: 0.8em;
	background: url(../images/page_end_bg.png) repeat-x left bottom;
	padding: 60px 0px 40px;
	width: 100%;
}
#tour .limit-wrap {
	margin: 10px 0 0;
    padding: 10px;
    border: solid 2px #2b5c9d;
    border-radius: 4px;
    background-color: #E3FBFF;
}
#tour .limit-wrap .sub {
    width: 100%;
    margin: 0 0 4px;
    font-weight: bold;
}
#tour .limit-wrap .body {
    display: flex;
}
#tour .limit-wrap p {
    width: 80%;
}
#tour .limit-wrap .img-wrap {
    width: 20%;
    text-align: right;
}
#tour .limit-wrap .img-wrap img {
	width: 100%;
}
/*----------------------------------------------------
	recommend 商品枠
----------------------------------------------------*/
#recommend {
	background: url(../images/flo/main_bg.jpg) no-repeat fixed center center;
	background-size: cover;
	padding-bottom: 0;
}
#tourImport01{
	min-height: 550px;
	display: block;
}
.tour-box{
	width: 960px;
	margin: 0 auto;
}
.tour-box-mini{
	margin: 10px;
	padding: 10px 0;
	width: 31%;
	background-color: #fff;
	float: left;
	text-align: left;
	box-shadow: 0px 1px 5px 3px #6a6a6a4d;
}
.special-box-pic img{
	width: 100%;
}
.special-box-ttl{
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.special-box-txt{
	padding: 10px;
	font-size: 12px;
	color: #000;
}
.special-box-price{
	padding: 10px;
	font-size: 19px;
	font-weight: bold;
	color: red;
	text-align: right;
}
.special-box-btn{
	background: #2b66bf;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    width: 90%;
    margin: 0 auto;
}

/*----------------------------------------------------
	pageFooter
----------------------------------------------------*/
#pageFooter {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	background-size: 100%;
	padding: 0 0 40px;
}
#pageFooter ul {
	display: table;
	margin: 0px auto;
	padding: 40px 0 0;
	width: 1040px;
}
#pageFooter li {
	display: table-cell;
}
#pageFooter div {
	padding: 40px 0 0 0;
}

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
#pagetop{
    position:fixed;
    right:20px;
    bottom: 20px;
    cursor:pointer;
	z-index: 999;
}

/*----------------------------------------------------

	Florida

----------------------------------------------------*/
/*----------------------------------------------------
	main
----------------------------------------------------*/
.flo #main .mainCopy {
	background: url(../images/flo/main_bg.jpg) no-repeat right top;
	background-size: cover;
	text-align: left;
	vertical-align: top;
}
.flo #main .mainCopy img {
	width: 90%;
	margin: 15% 0 0 3%;
}

/*----------------------------------------------------
	plan
----------------------------------------------------*/
.eventTxt span {
	font-size: 0.8em;
}
#dinning {
	padding-bottom: 20px;
	margin-bottom: 0;
}
#dinning p.lead {
	margin-top: 30px;
}
#dinning ul {
	width: 890px;
}
#dinning li {
	padding: 20px 20px 0;
	width: 445px;
}
.dinningli li dt{
	font-size:15px;
	padding: 20px 20px 0;
	width: 445px;
}
#dinning h4 {
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/flo/plan_sub_bg.png) no-repeat center top;
	height: 45px;
	text-align: center;

}
#dinning dl {
	margin: 5px 0 0 5px;
}
#dinning dt {
	font-weight: bold;
	color: #002C79;
}
#dinning dd {
	font-size: 0.8em;
}
#dinning li div {
	background: #F2F9CE;
	margin: 10px;
	padding: 10px;
}
#dinning li div p:not(:last-child) {
	padding: 0 0 5px 0;
}

#dinning h5 {
	text-align: center;
}
#dinning h5,
#dinning strong {
	font-weight: bold;
	color: #EC1F77;
	padding: 0px;
	margin-top: -5px;
}

/*----------------------------------------------------
	3014追記
----------------------------------------------------*/
.park_img_f{
	width:450px;
}

.park_img_f02{
	position: absolute;
	left: 490px;
	top: 240px;
}

.C_park05{
	position:relative;

}
#park05_img{



}

.park05_btn{
	position:absolute;
	z-index: 1; 
	top:709px;
	left:208px;
}


.atrInfo_park04 {
	margin: 20px 0px 50px 235px;
}
ul.atrInfo_park04 li {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 350px;
	vertical-align: top;
}
.atrInfo_park04 div {
	display: inline-block;
	margin-right: 10px;
	width: 300px;
	vertical-align: top;
}


.parkTxt .atrInfo_park04 p,
.parkImg p {
	font-size: 0.9em;
	padding: 0px;
}


.park04_img{
	text-align: right;

}

.pb30{
	padding-bottom:30px;
}

#hotel_n{
	font-size: 0.8em;
	
}


.text_limited{
	text-align: left;
	width:900px;
	margin: 0 auto;
	margin-top:30px;
	background: #ffffe0;
	padding: 30px;
}

.text_limited h3{
	font-size: 1.6em;
	line-height: 2.6em;
	font-weight: bold;
	color: #D8007D;
	text-align: center;
}

.text_limited h4{
	font-size: 1.6em;
	font-size: 1em;
	line-height: 2.6em;
	font-weight: bold;
	color: #002C79;
}
.text_limited .lead{
    font-size: 1.1em;
	font-weight: bold;
	color: #D8007D;
	text-align: center;
}



/*----------------------------------------------------
	park
----------------------------------------------------*/
.parkMap .parkImg {
	position: absolute;
	right: 450px;
	top: -50px;
}
.parkMap .parkTxt {
	width: 450px;
	margin: 0 0 50px 550px;
}
.flo .park01 .parkTxt {
	width: 695px;
}
.flo .park01 .parkImg {
	left: 695px;
}


.atrInfo_park02 {
	margin: 20px 0 10px 30px;
}
ul.atrInfo_park02 li {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 300px;
	vertical-align: top;
}
.atrInfo_park02 div {
	display: inline-block;
	margin-right: 10px;
	width: 250px;
	vertical-align: top;
}


.parkTxt .atrInfo_park02 p,
.parkImg p {
	font-size: 0.9em;
	padding: 0px;
}


.atrInfo {
	margin: 20px 0 120px 30px;
}
ul.atrInfo li {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 300px;
	vertical-align: top;
}
.atrInfo div {
	display: inline-block;
	margin-right: 10px;
	width: 250px;
	vertical-align: top;
}
.parkTxt .atrInfo p,
.parkImg p {
	font-size: 0.9em;
	padding: 0px;
}
.parkImg strong {
	color: #DF002A;
	font-weight: bold;
}
.flo .park03 .parkTxt {
	width: 595px;
}
.flo .park03 .parkImg {
	left: 595px;
	top: -40px;
}
.park04 {
	margin-top: 80px;
}
.park04 div {
	display: inline-block;
	vertical-align: top;
}
.park04 .parkTxt {
	width: 460px;
	margin: 10px 0 0 20px;
}

/*----------------------------------------------------
	top
----------------------------------------------------*/
#topMenu {
	border-top: 3px solid #B5A019;
	background: url(../images/top_bg.jpg) no-repeat fixed top center;
	background-size: cover;
}
#topMenu ul {
	display: table;
	margin: 0px auto;
	width: 1000px;
	background: url(../images/top_map_usa.png) no-repeat center 30px;
}
#topMenu li {
	display: table-cell;
	text-align: left;
}
#topMenu li:last-child {
	text-align: right;
}
#topMenu div {
	background: url(../images/top_map_hawaii.png) no-repeat left top;
	width: 920px;
	margin: 30px auto 0;
	padding: 10px 0 0 195px;
}


.store-tel-box #yomi{
	display: block;
	margin: 0 0 10px 0;
	width: 300px;
	position: relative;
	left: 240px;
	font-size: 12px;
	top: 13px;
	color: red;
}
.store-tel small {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
/*----------------------------------------------------
	Halloween
----------------------------------------------------*/
.Hallo {
	margin-top:30px;
	margin-bottom:10px;
}
/*----------------------------------------------------
	waterpark
----------------------------------------------------*/
#waterpark .waterpark {
	margin: 0 0 50px;
}
#waterpark h3{
	display: none;
}
/*----------------------------------------------------
	告知
----------------------------------------------------*/
#info {
	width: 100%;
	margin: 30px 0;
}
#info span{
	color: #FFF;
	background-color: #dd1d8b;
	padding: 0 10px;
}
#info p{
	width: 760px;
	text-align: left;
	margin:0 auto;
	padding: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 5px 0 #777; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #777; /* Firefox用 */
  box-shadow: 0 0 5px 0 #777; /* CSS3 */
}
#info a{
	margin-left: 52px;
	text-decoration:underline;
}
#info a:hover{
	text-decoration:none;
}
/*----------------------------------------------------
	カリフォルニア ホテル特典
----------------------------------------------------*/
#dinning2 {
	padding-bottom: 20px;
	margin-bottom: 0;
}
#dinning2 p.lead {
	margin-top: 30px;
}
#dinning2 ul {
	width: 890px;
}
#dinning2 li {
	padding: 20px 20px 0;
	width: 445px;
}
.dinningli li dt{
	font-size:15px;
	padding: 20px 20px 0;
	width: 445px;
}
#dinning2 h4 {
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/flo/plan_sub_bg.png) no-repeat center top;
	height: 45px;
	text-align: center;

}
#dinning2 dl {
	margin: 5px 0 0 5px;
}
#dinning2 dt {
	font-weight: bold;
	color: #002C79;
}
#dinning2 dd {
	font-size: 0.8em;
}
#dinning2 li div {
	background: #F2F9CE;
	margin: 10px;
	padding: 10px;
}
#dinning2 li div p:not(:last-child) {
	padding: 0 0 5px 0;
}

#dinning2 h5 {
	text-align: center;
}
#dinning2 h5,
#dinning2 strong {
	font-weight: bold;
	color: #EC1F77;
	padding: 0px;
	margin-top: -5px;
}
.video-contents {
	width: 100%;
	margin: 0 0 40px;
	overflow: hidden;
}
.video-wrap {
	width: 560px;
	margin: 0 0 10px;
	float: left;
}
#park .video-contents .parkTxt {
	width: 400px;
	float: right;
}
#park .video-contents .parkTxt p {
	padding: 0;
}
.park-img-wrap {
	overflow: hidden;
}
.park-img-wrap .park_img_f{
	position: static;
	top: auto;
	left: auto;
	float: left;
	clear: both;
}
.park-img-wrap .park_img_f02 {
	width: 450px;
	position: static;
	top: auto;
	left: auto;
	float: right;
}
#park .video-contents p.label-new {
	display: inline-block;
	margin: 0 0 4px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: red;
}
.park02 p.label-new {
	display: inline-block;
	margin: 10px 0 4px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: red;
}

.atrInfo p.label-new {
	text-align: center;
	width: 50px;
    margin: 0 0 4px;
    padding: 0 10px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: red;
}
p.label-25 {
	display: inline-block;
	text-align: center;
    margin: 0 0 4px;
    padding: 0 10px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #f685ca;
}
.atrInfo_park04 .sub {
	font-weight: bold;
}

#dinning .plan {
	width: 890px;
	margin: 30px auto;
	border: solid 2px #9a771a;
	border-radius: 4px;
}
#dinning .plan h4 {
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background-color: #9a771a;
	background-image: none;
}
#dinning .plan .title {
	font-size: 14px;
	font-weight: bold;
	color: #9a771a;
	text-indent: -1em;
}
#dinning .plan li {
	padding: 0 20px 10px 30px;
}
#dinning .plan .body {
	margin: 10px 0 0;
	font-size: 0.8em;
}