@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: -115px;
}
.eventWrap,
.eventList {
	margin: 0 auto;
	width: 960px;
	display: table;
	table-layout: fixed;
}
.eventWrap div,
.eventList li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.eventTxt {
	width: 540px;
}
.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 20px;
	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: 23px 25px 0px 25px;
}
.eventList p {
	text-align: left;
	padding: 20px 25px;
}

/*----------------------------------------------------
	park
----------------------------------------------------*/
#park {
	background: url(../images/park_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.parkWrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;
	padding-top: 5px;
}

.parkTxt {
	width: 500px;
}
.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;
}
.parkWrap.park01 {
	height: 290px;
}
.park01 .parkImg {
	position: absolute;
	left: 520px;
	top: 0px;
}
.parkList {
	display: table;
	margin: 10px auto 0;
	width: 960px;
}
.parkList li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.parkList li:not(.parkMap) {
	width: 300px;
	padding: 50px 0 0 30px;
}
.parkList div {
	/*margin-top: 50px;*/
	padding-top: 25px;
	background: url(../images/icon_koko.jpg) no-repeat left top;
}
.parkList p {
	font-size: 0.9em;
}
.parkList p.sub {
	font-weight: bold;
}
.parkWrap.park02 {
	margin-top: 50px;
	margin-bottom: 115px;
	padding-left: 430px;
}
.park02 .parkImg {
	position: absolute;
	right: 550px;
	top: 0px;
}
.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;
	width: 930px;
}

.parkWrap.subBox#carsBox {
	background: url(../images/cal/park_cars_logo.png) no-repeat right top, rgba(255,255,255,0.5);
}
.parkWrap.subBox#carsBox ul{
	width: 930px;
	padding: 0px 10px;
}
.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: 930px;
}
.parkWrap.subBox li {
	display: table-cell;
	padding: 0 6px;
	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: 0px 20px 10px 0px;
}
#hotel p.point {
	color: #B20000;
	font-weight: bold;
}
#hotel h3.small {
	font-size: 1.3em;
	line-height: 3.4em;
	padding: 0 0 0 20px;
}
#hotel .hotelImg img{
	width: 380px;
}

/*----------------------------------------------------
	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: 960px;
	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 .special_term {
	width: 550px;
	margin: 10px 0 0;
	overflow: hidden;
	border: 1px solid #002C79;
	background-color: #fff;
}
#tour .special_term li {
	margin: 0;
	background-image: none;
}
#tour .special_term li {
	padding: 10px 20px;
	float: left;
}
#tour .special_term li.ttl {
	width: 20%;
	padding: 30px 0 0;
	background-color: #002C79;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#tour .special_term li.dtl {
	width: 80%;
}
#tour .tourImg {
	display: table;
	table-layout: fixed;
}
.tourImg div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.tourImg div:first-child {
	width: 730px;
}
#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 .tourImg .charabre {
	width:700px;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
	color:#D8007D;
	font-weight: bold;
	background-color: #fff;
	border: solid 1px #e6e6e6;
	}

#tour .tourImg .charabre .cbttl{
	background-color:#D8007D;
	color: #FFF;
	padding: 5px;
	margin: 10px auto;
	font-size: 1em;
	}
#tour .tourImg .limited {
	width: 600px;
}
/*----------------------------------------------------
	recommend 商品枠
----------------------------------------------------*/
#recommend {
	background: url(../images/flo/main_bg.jpg) no-repeat fixed center center;
	background-size: cover;
	padding-bottom: 0;
}
#tourImport02{
	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: 940px;
}
#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;
}





/*----------------------------------------------------
	park
----------------------------------------------------*/
.parkMap .parkImg {
	position: absolute;
	right: 450px;
	top: -50px;
}
.parkMap .parkTxt {
	/*width: 390px;*/
	/*margin: 0 0 50px 550px;*/
}
.flo .park01 .parkTxt {
	width: 695px;
}
.flo .park01 .parkImg {
	left: 695px;
}
.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;
}

/*----------------------------------------------------
	告知
----------------------------------------------------*/
#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: 800px;
}
#dinning2 li {
	padding: 20px 10px 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;
}


.tokuten_img{
	text-align: right; 
	padding-right: 140px;
}

/*カリフォルニア ホテル特典2017.10.6追加*/
.hotel_gift img{
	width: 90%;
    padding: 10px;
    margin-top: 20px;
}

.label-new {
    text-align: center;
    width: 50px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    font-size: 11px !important;
    color: #fff;
    font-weight: bold;
    background-color: red;
}
.parkList.park01 li {
	padding: 50px 0 0 24px;
}