@charset "utf-8";

/* ===================================================================
file name	:style.css
=================================================================== */
#headContainer #header #headerIdentity{
	float: left;
}
#wrap{
	padding-top: 0;
}
.reserveArea{
	display: none;
}
#breadcrumbArea a{text-decoration:underline;display:inline-block;line-height:2.5em;}
#breadcrumbArea .breadcrumbList{padding:.3em 5px;background-color:#FFF;white-space:nowrap;overflow:auto;font-size: 12px;}
#breadcrumbArea .breadcrumbList > li{display:inline-block;}
#breadcrumbArea .breadcrumbList > li+li:before{content:"＞";margin:0 .3em;}

body {
	font-size: 14px;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
}
#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;
}

#contents img{
	max-width: 100%;
	height: auto;
}

#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% 0;
	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.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;
}

/*----------------------------------------------------
	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: 1.2em;
	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(2) {
	background-color: #4B9D1A;
}
.pageNavi li:nth-child(3) {
	background-color: #E15020;
}
.pageNavi li:nth-child(4) {
	background-color: #DD1C8A;
}

.section {
	padding: 0 0 5%;
}
#contents .disney {
	font-size: 0.8em;
	text-align: center;
}

/*----------------------------------------------------
	旅行説明会
----------------------------------------------------*/
#news {
	width: 90%;
	margin: 2% auto;
}
#news span{
	color: #FFF;
	background-color: #dd1d8b;
	padding: 0 2%;
}
#news .news_box{
	text-align: left;
	margin:2% auto;
	padding: 2%;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 3px 0 #BBB; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #BBB; /* Firefox用 */
	box-shadow: 0 0 3px 0 #BBB; /* CSS3 */
	position: relative;
}
#news .news_box b {
	font-size: 14px;
}
#news a{
	margin-top: 10px;
	text-decoration:underline;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#news a:hover{
	text-decoration:none;
}

/*----------------------------------------------------
	event
----------------------------------------------------*/
#event {
	background: #E2F8FF;
}
.secWrap {
	width: 96%;
	margin: 0 auto;
}
.secWrap img {
	width: 96%;
	margin: 0 auto;
}
.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%;
}

/*----------------------------------------------------
	hoteltokuten
----------------------------------------------------*/
#hoteltokuten {
	background: #e3fbff;
	padding-bottom: 0;
}
#hoteltokuten li {
	text-align: left;
	margin: 0 2% 3%;
	padding: 0 0 3%;
	border-bottom: dashed 1px #002c79;
}
#hoteltokuten h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #002c79;
}
#hoteltokuten span {
	font-size: 0.8em;
	line-height: 0.8em;
}
#hoteltokuten .hoteltokutenImg {
	display: table;
	table-layout: fixed;
}
.hoteltokutenImg div,
.hoteltokutenImg h3 {
	display: table-cell;
	vertical-align: top;
}
.hoteltokutenImg h3 {
	width: 80%;
	padding: 0 1% 0 0;
}
.pageEnd {
	font-size: 0.8em;
	background: url(../../images/page_end_bg.png) repeat-x left bottom;
	background-size: 10%;
	padding: 5% 2%;
}


/*----------------------------------------------------
	tour
----------------------------------------------------*/
#tour {
	background: #FFEBFC;
	padding-bottom: 0;
}
#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 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;
}
.pageEnd {
	font-size: 0.8em;
	background: url(../../images/page_end_bg.png) repeat-x left bottom;
	background-size: 10%;
	padding: 5% 2%;
}

/*----------------------------------------------------
	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-size: 1.1em;
	font-weight: bold;
	color: #EC1F77;
	padding: 0px;
}
.acd-menu p strong {
	color: #DF002A;
	font-weight: bold;
}
.dinning .infoBox h6,
.dinning .infoBox strong {
	font-weight: bold;
	color: #002c79;
	padding: 0px;
}



/*----------------------------------------------------

	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;
}

