@charset "utf-8";

/* ===================================================================
file name	:style.css
=================================================================== */
/*headfoot*/
#headContainer #header #headerIdentity{
	float: left;
}
.reserveArea{
	display: none;
}

body {
	font-size: 14px;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
}
.l-pan-list{
    width: 100%;
    padding: 8px 0 12px;
    background-color: #FFF;
    border-bottom:1px solid #EEE;
    border-top:1px solid #EEE;
}
.pan-box{
    margin: 0 auto;
}
.pan{
    width: 100%;
    height: 39px;
    margin: 0 5px;
    float: left;
}
.pan li{
	float: left;
	padding: 2px;
	font-size: 11px;
	line-height: 9px;
}
.pan li:last-child{
    font-weight: bold;
    float: left;
    padding: 2px 5px 2px 0;
    font-size: 13px;
    line-height: 20px;
}
.pan li a{
    text-decoration: underline;
    color: #666;
}

/*.pan-box{
	background-color:#facdbf;
	padding:10px 0px 5px 0px;
	font-weight:bold;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
}
*/
#contents {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #222;
	text-align: center;
	width: 100%;
}

html, body {
	width: 100%;
	min-width: 320px;
}
a {
	text-decoration: none;
}
#contents img{
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}

#contents * {
	box-sizing: border-box;
}
#contents h2 {
	background: url(../../images/navi_bg.png) repeat-x left top;
	background-size: 10%;
	padding: 8% 0 0;
	margin-top: -1px;
}
#contents p {
	line-height: 1.4em;
}


/*--- pagetop ---*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
}
#contents .pagetop a {
	display: block;
	background-color: #001966;
	text-align: center;
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	padding: 10px 12px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 50%;
}

/*--- commonBtn ---*/
#contents .commonBtn a {
	display: block;
	height: 50px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 3.2em;
	text-decoration: none;
	text-align: left;
	margin: 2% 5%;
	padding: 0 0 0 1em;
	border-radius: 5px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0b1a67), color-stop(0.00, #0b4ebd));
	background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
	background: -moz-linear-gradient(#0b4ebd, #0b1a67);
	background: linear-gradient(#0b4ebd, #0b1a67);
}
#contents .commonBtn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #FFF;
}


/*--- acd-menu ---*/
.acd-menu {
	width: 94%;
	margin: 2% auto;
}
.acd-menu dt {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 3% 0;
	background-color: #256C2D;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 2px;
	box-shadow:0px 0px 30px 1px #1B4B21 inset;
	-moz-box-shadow:0px 0px 30px 1px #1B4B21 inset;
	-webkit-box-shadow:0px 0px 30px 1px #1B4B21 inset;
}
.acd-menu dt.long {
	font-size: 1.0em;
}
.acd-menu dt.small {
	font-size: 14px;
	line-height: 15px;
	padding-top: 7px;
}
.acd-menu dt.line2 {
	position: relative;
	height: 50px;
	line-height: 1.2em;
	padding: 3% 28px 3% 3%;
	font-size: 1.1em;
}

.acd-menu dt::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #fff;
}
.acd-menu .open::before {
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}
.acd-menu .event-wrap {
	position: relative;
	margin: 4px 0 0;
	padding: 4px;
	border: solid 2px #256C2D;
	border-radius: 3px;
}
/*.acd-menu .label-new {
	position: absolute;
	top: -6px;
	left: -2px;
	display: inline-block;
	width: 50px;
    padding: 0 10px;
    font-size: 11px !important;
    color: #fff;
    font-weight: bold;
    background-color: red;
}*/
.acd-menu .sub {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
.acd-menu h5 {
	color: #256C2D;
	font-weight: bold;
	font-size: 15px;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
.pageNavi {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.pageNavi li {
	text-align: center;
	vertical-align: top;
	display: table-cell;
	background: url(../images/icon_arrow.png) no-repeat center bottom;
	background-size: 20%;
	border-top: 4px solid #B09D18;
	border-right: 2px solid #B09D18;
	border-bottom: 3px solid #B09D18;
	border-left: 2px solid #B09D18;
}
.pageNavi a {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 15% 0 25%;
}
/*.pageNavi li:nth-child(1) {
	background-color: #1E67BA;
}*/
.pageNavi li:nth-child(1) {
	background-color: #4B9D1A;
}
.pageNavi li:nth-child(2) {
	background-color: #E15020;
}
.pageNavi li:nth-child(3) {
	background-color: #DD1C8A;
}
.pageNavi li:nth-child(4) {
	background-color: #D90000;
}

.section {
	padding: 0 0 5%;
}
#contents .disney {
	font-size: 0.8em;
	text-align: center;
}

/*----------------------------------------------------
	event
----------------------------------------------------*/
#event {
	background: #E2F8FF;
}
.secWrap {
	width: 96%;
	margin: 0 auto;
}
.secWrap img {
	width: 96%;
	margin: 0 auto;
}
.link {
	background: url(../images/cal/gaibu_link.png) no-repeat left top;
	margin-top: 5px;
}
.link p {
	padding-left: 11px;
	font-weight: bold;
}
.secWrap p {
	text-align: left;
	margin: 0 2%;
}
#contents h4 {
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	margin: 2% 2% 0;
}
#event h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 3% 2%;
	font-weight: bold;
	color: #FFF;
	background: #EE2077;
	border-radius: 5px;
	box-shadow:0px 0px 20px 1px #b61652 inset;
	-moz-box-shadow:0px 0px 20px 1px #b61652 inset;
	-webkit-box-shadow:0px 0px 20px 1px #b61652 inset;
	margin: 3% 0 2%;
}
#event h4 {
	color: #002D79;
}
#event ul {
	width: 96%;
	margin: 0 auto;
}
#event li h4 {
	padding: 0;
	margin: 0;
}
#event li p {
	padding: 0;
	margin: 0;
}
#event li div {
	display: inline-block;
	vertical-align: top;
}
#event li div:first-of-type {
	width: 50%;
}
#event li div:last-of-type {
	font-size: 0.8em;
	width: 48%;
}

/*----------------------------------------------------
	park
----------------------------------------------------*/
#park {
	background: #E6FFE1;
}
#park h3 {
	margin: 5% 0 2%;
}
#park h4 {
	color: #256C2D;
}
.acd-menu dd p {
	text-align: left;
	padding: 2% 0;
}
span.coco {
	display: inline-block;
	font-size: 0.8em;
	color: #FFF;
	background: #C70729;
	font-weight: bold;
	padding: 0.5% 1.5%;
	margin: 0 0.5em 0 0;
}
p#cars {
	background: url(../../images/cal/park_cars_logo.png) no-repeat left top;
	background-size: 4em;
	padding-left: 4em;
	min-height: 3em;
}

/*----------------------------------------------------
	hotel
----------------------------------------------------*/
#hotel {
	background: #FFF4C4;
}
#hotel h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 3% 2% 2%;
	font-weight: bold;
	color: #FFF;
	margin: 3% 0 0;
	background: #F76F00;
	border-radius: 5px 5px 0 0;
	box-shadow:0px 0px 30px 1px #BF4D00 inset;
	-moz-box-shadow:0px 0px 30px 1px #BF4D00 inset;
	-webkit-box-shadow:0px 0px 30px 1px #BF4D00 inset;
}
#hotel .secWrap img {
	width: 100%;
}
#hotel h4 {
	color: #DD6600;
}
#hotel p.point {
	color: #B20000;
	font-weight: bold;
	font-size: 0.8em;
}
#hotel li {
	padding: 0 0 3%;
}

/*----------------------------------------------------

	hotel特典追加

----------------------------------------------------*/
li .disney{
	text-align: left!important;
    margin-top: 10px;
}

.ttl_hotel_gift {
	margin-bottom: 0.5em;
	margin-left: -3px;
}
.ttl_hotel_gift{
	width: 103%;
}

.hotel_text{
    font-size: 90%;
	margin-bottom: 10px;
}

.pink{
	background-color: #EA5780;
    font-size: 85%;
    text-align: center;
    padding: 5px 0.7px;
	color: #fff;
	font-weight: bold;
}

.pink small{
	font-size: 65%;
}
.text_box{
	margin-top:10px; 
}

/*----------------------------------------------------
	tour
----------------------------------------------------*/
#tour {
	background: #FFEBFC;
	padding-bottom: 1%;
}
#tour ul {
	margin: 3% 0 0;
}
#tour li {
	text-align: left;
	margin: 0 2% 3%;
	padding: 0 0 3%;
	border-bottom: dashed 1px #CEBA31;
}
#tour .special_term li {
	margin: 0;
	padding: 2%;
	border: 1px solid #002C79;
	border-collapse: collapse;
	background-color: #fff;
}
#tour .special_term li.ttl {
	padding: 0.5% 0;
	border-bottom: none;
	background-color: #002C79;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#tour h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #D8007D;
}
#tour span {
	font-size: 0.8em;
	line-height: 0.8em;
}
#tour .tourImg {
	display: table;
	table-layout: fixed;
}
.tourImg div,
.tourImg h3 {
	display: table-cell;
	vertical-align: top;
}
.tourImg h3 {
	width: 80%;
	padding: 0 1% 0 0;
}
.tourImg h3.short {
	width: 67%;
}
.pageEnd {
	font-size: 0.8em;
	background: url(../../images/page_end_bg.png) repeat-x left bottom;
	background-size: 10%;
	padding: 5% 2%;
}
/*----------------------------------------------------
	recommend 商品枠
----------------------------------------------------*/
#recommend {
	background: #ffeded;
	padding-bottom: 0;
}
#tourImport02{
	width: 100%;
	display: block;
}
.tour-box{
	width: 100%;
	margin: 0 auto;
}
.tour-box-mini{
	margin: 7px 10px;
	padding: 10px 0;
	background-color: #fff;
	float: left;
	text-align: left;
	box-shadow: 0px 1px 5px 3px #6a6a6a4d;
}
.special-box-pic img{
	width: 38%;
	position: absolute;
}
.special-box-ttl{
	width: 60%;
	margin-left: 40%;
	padding: 0 5px 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.special-box-txt{
	width: 60%;
	margin-left: 40%;
	padding: 10px 5px 0 10px;
	font-size: 12px;
	color: #000;
}
.special-box-price{
	padding: 5px 10px 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: red;
	text-align: right;
}
.special-box-btn{
	background: #2b66bf;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    width: 90%;
    margin: 0 auto;
	font-size: 12px;
}
.recommend_btn{
	width: 80%;
	margin: 10px auto 0;
	display: inline-block;
}

/*----------------------------------------------------
	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;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footerMenu li {
	background: #001966;
	border-bottom: solid 1px #FFF;
	padding: 0;
	position: relative;
	text-align: left;
}
#footerMenu li a {
	display: block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5% 3% 5%;
}
#footerMenu li a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #fff;
}
#copyRightArea {
	margin-top: 5%;
}

/*----------------------------------------------------

	Florida

----------------------------------------------------*/
#event h3.dinning {
	padding: 0;
	margin: 5% 0 2%;
	background: none;
	border-radius: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#event ul.dinning {
	margin: 2% auto 0;
}
.dinning dt {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 3% 0;
	font-size: 1.1em;
	background: #EE2077;
	box-shadow:0px 0px 20px 1px #b61652 inset;
	-moz-box-shadow:0px 0px 20px 1px #b61652 inset;
	-webkit-box-shadow:0px 0px 20px 1px #b61652 inset;
}
.dinning dt::before {
	top: 15px;
}
.dinning .open::before {
	top: 8px;
}
#event .dinning div {
	display: block;
	width: 100% !important;
}
.dinning .setBox h5 {
	font-weight: bold;
	color: #002C79;
	text-align: left;
	padding: 2% 0;
}
.dinning p {
	font-size: 0.8em;
}
.dinning .infoBox {
	background: #F2F9CE;
	margin: 2% 0;
	padding: 3%;
}
.dinning p:not(:last-child) {
	padding: 0 0 5px 0 !important;
}

.dinning .infoBox h5 {
	text-align: center;
}
.dinning .infoBox h5,
.dinning .infoBox strong {
	font-weight: bold;
	color: #EC1F77;
	padding: 0px;
}
.acd-menu p strong {
	color: #DF002A;
	font-weight: bold;
}

/*----------------------------------------------------

	TOP

----------------------------------------------------*/
#topMenu {
	background: #D2EFFF url(../../images/navi_bg.png) repeat-x left top;
	background-size: 10%;
	padding: 8% 0 0;
}

#topMenu li {
	margin: 0 1% 2%;
}

/*20170117共通フッター非表示暫定対応*/
#footerArea .tel-box-wrap h2,
#footerArea .tel-box-wrap .section-ttl,
#footerArea .tel-box-wrap .tel-box {
	display: none;
}

.img_cars{
		width: 50% !important;
 		float: left; 
		margin-right: 10px;
	margin-bottom:10px;
	
}

.clear { clear:both; }
.clear hr { display:none; }


