@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

img {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#PageName {
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
	font-size: 16px;
	color: #333;
}
.seoarea {
	overflow: hidden;
	clear: both;
	width: 960px;
	height: auto;
	margin: 0 0 20px;
}
p.seotxt {
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	width: 660px;
	margin-top: 11px;
	color: #333;
}
.containner .seoarea .snsArea {
	margin-top: 11px;
	width: 288px;
	height: 38px;
	float: right;
}
.containner .seoarea .snsArea > .snsList {
	letter-spacing: -.4em;
	text-align: right;
	line-height: 1;
}
.containner .seoarea .snsArea > .snsList > .snsListItem {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-left: 12px;
	letter-spacing: 0;
	vertical-align: top;
}
.containner .seoarea .snsArea > .snsList > .snsListItem:first-child {
	margin-left: 0;
}
.containner .seoarea .snsArea > .snsList > .snsListItem > a {
	display: block;
	line-height: 0;
	background-color: #fff;
	border-radius: 50%;
}
.containner .seoarea .snsArea > .snsList > .snsListItem > a > img {
	max-width: 100%;
	height: auto;
	transition: opacity .2s linear 0s;
	opacity: 1;
}
.containner .seoarea .snsArea .snsList > .snsListItem > a:hover > img {
	opacity: .7;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn {
	background-color: white;
	border-radius: 50%;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background-color: #00b833;
	overflow: hidden;
	position: relative;
	opacity: 1;
	transition: opacity 0.2s linear 0s;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span:hover {
	opacity: 0.7;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span > iframe {
	position: absolute !important;
	width: 38px !important;
	height: 38px !important;
	padding: 4px 0 0 4px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
button.icon.t60 {
	width: 38px !important;
	height: 38px !important;
	padding-left: 5px;
	padding-top: 5px;
}
.MainContBox h2 {
	background: #ccc;
	color: #333;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
}
.MainContBox h3 {
	color: #333;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
.MainContBox dl {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.MainContBox dl dt {
	width: 280px;
	height: 210px;
	background: #4c4c4c;
	color: #fff;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.MainContBox dl dd {
	width: 660px;
	height: auto;
	color: #333;
	font-size: 14px;
	display: table-cell;
	padding-left: 20px;
}
/*----------------------------------180327追加分----------------------------------*/

header, .breadbox, .txt_d, .footerArea {
	min-width: 980px;
}
.disneyContent {
	min-width: 980px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
}
.disneyContent .ft-serif {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}
.disneyContent:not(.Search_module--horizontal)  {
	color: #000;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.45;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.disneyContent *, .disneyContent *:before, .disneyContent *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.disneyContent a {
	color: #000;
	text-decoration: none;
}
.disneyContent a:hover {
	text-decoration: none;
}
.disneyContent a:focus {
	outline: 0;
}
.disneyContent img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.disneyContent .slider_cap {
	text-align: right;
	font-size: 10px;
	color: #fff;
}
.disneyContent .wrapper {
	width: 980px;
	margin: 0 auto;
}
.disneyContent .wrapIn {
	width: 960px;
	margin: 0 auto;
}
.disneyContent .trans {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.26s ease;
	-o-transition: opacity 0.26s ease;
	-webkit-transition: opacity 0.26s ease;
	transition: opacity 0.26s ease;
}
.disneyContent .trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.disneyContent .clearfix {
 *zoom: 1;
}
.disneyContent .clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.disneyContent .txtCenter {
	text-align: center !important;
}
.disneyContent .txtRight {
	text-align: right;
}
.disneyContent input:focus, .disneyContent button:focus, .disneyContent select:focus {
	outline: 0;
}
.disneyContent ::-webkit-search-decoration {
 display: none;
}
.disneyContent input[type="submit"], .disneyContent input[type="button"] {
	cursor: pointer;
}
.disneyContent select::-ms-expand {
 display: none;
}
.disneyContent button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.disneyContent .dFlex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.disneyContent .flexBetween {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.disneyContent .flexCenter {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.disneyContent .alignCenter {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.disneyContent .secDisneyKeyv {
	background: url(/attending/kaigai/disney/images/pc/bg_mv.png) repeat-x 50% 0;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	padding: 12px 0 31px;
	overflow: hidden;
}
.disneyContent .secDisneyKeyv .slideChild {
	background: url(/attending/kaigai/disney/images/pc/bg_dot.png) repeat 0 0;
	padding: 10px;
}
.disneyContent .slider_cap {
	text-align: right;
	font-size: 10px;
	color: #fff;
}
.disneyContent .secDisneyKeyv .keyvTtl {
	margin: 0 auto 29px;
	padding: 0;
	background: none;
	text-align: center;
    max-width: 1275px;
}
.disneyContent .secDisneyKeyv .txt {
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #fff;
	font-size: 10px;
}
.disneyContent .secDisneyKeyv .slideWrap {
	position: relative;
	height: 450px;
}
.disneyContent .secDisneyKeyv .slideWrapIn {
	width: 2880px;
	height: 413px;
	position: absolute;
	left: 50%;
	margin-left: -1440px;
}
.disneyContent .secDisneyKeyv .bx-wrapper {
	margin: 0 auto;
}
.disneyContent .secDisneyKeyv .bx-wrapper .bx-pager {
	bottom: -33px;
}
.disneyContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 12px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.disneyContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a:hover, .disneyContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a.active, .disneyContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #fff100;
}
.disneyContent .secDisneyKeyv .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.disneyContent .secLinkCmn {
	background: url(/attending/kaigai/disney/images/pc/bg_pattern.png) no-repeat 50% 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 62px 0 35px;
}
.disneyContent .secLinkCmn .linkList {
	background: #fff;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-ms-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
	margin: 29px 9px;
}
.disneyContent .secLinkCmn .linkList a {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20%;
	min-height: 55px;
	padding: 5px 14px 6px 10px;
	position: relative;
	background: #fff;
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	transition: all 0.26s ease;
	line-height: 1.125;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.disneyContent .secLinkCmn .linkList a.gray, .disneyContent .secLinkCmn .linkList a.gray:hover {
	background-color: #d8d8d8;
	cursor: default;
}
.disneyContent .secLinkCmn .linkList a.gray span {
	color: #fff;
	background: url(/attending/kaigai/disney/images/pc/icn_arrow01.png) no-repeat 100% 50%;
}
.disneyContent .secLinkCmn .linkList a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 35px;
	background: #ccc;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.disneyContent .secLinkCmn .linkList a:first-child {
	-ms-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
.disneyContent .secLinkCmn .linkList a:last-child {
	-ms-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.disneyContent .secLinkCmn .linkList a:last-child:after {
	background: none;
}
.disneyContent .secLinkCmn .linkList a span {
	display: block;
	position: relative;
	background: url(/attending/kaigai/disney/images/pc/icn_arrow02.png) no-repeat 100% 50%;
	-moz-background-size: 8px auto;
	-ms-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	width: 100%;
	line-height: 1.125;
	font-weight: 600;
	font-size: 16px;
}
.disneyContent .secLinkCmn .linkList a.current, .disneyContent .secLinkCmn .linkList a:hover {
	color: #fff;
	background-color: #4dacbf;
}
.disneyContent .secLinkCmn .linkList a.current:after, .disneyContent .secLinkCmn .linkList a:hover:after {
	background: none;
}
.disneyContent .secLinkCmn .linkList a.current span, .disneyContent .secLinkCmn .linkList a:hover span {
	color: #fff;
	background-image: url(/attending/kaigai/disney/images/pc/icn_arrow01.png);
}
.disneyContent .snsBox {
	margin: 51px 0 58px;
	text-align: center;
}
.disneyContent .snsBox .ttlSns {
	margin-bottom: 14px;
	color: #ff8280;
	font-size: 30px;
	font-weight: 800;
}
.disneyContent .snsBox ul {
	display: inline-block;
}
.disneyContent .snsBox ul li {
	float: left;
	margin: 0 14px;
}
.disneyContent .secMap {
	padding: 40px 0 75px;
	text-align: center;
}
.disneyContent .secMap .ttlMap img {
	height: 70px;
}
.disneyContent .secMap .txtMap {
	margin-top: 9px;
	font-weight: 400;
	letter-spacing: -0.05em;
}
.disneyContent .secMap .blkMap {
	position: relative;
	margin-top: 16px;
}
.disneyContent .secMap .blkMap .link-local {
	position: absolute;
	z-index: 2;
}
.disneyContent .secMap .blkMap .link-local.local01 {
	width: 186px;
	height: 54px;
	top: 172px;
	left: 288px;
}
.disneyContent .secMap .blkMap .link-local.local01 img {
	width: 186px;
	height: 54px;
}
.disneyContent .secMap .blkMap .link-local.local02 {
	width: 137px;
	height: 54px;
	bottom: 174px;
	left: 339px;
}
.disneyContent .secMap .blkMap .link-local.local03 {
	width: 151px;
	height: 54px;
	top: 207px;
	left: 472px;
}
.disneyContent .secMap .blkMap .link-local.local04 {
	width: 296px;
	height: 54px;
	top: 164px;
	right: 102px;
}
.disneyContent .secMap .blkMap .link-local.local05 {
	width: 236px;
	height: 54px;
	bottom: 200px;
	right: 77px;
}
.disneyContent .secMap .blkMap .link-local.local06 {
	width: 270px;
	height: 54px;
	bottom: -54px;
	right: 71px;
}

.disneyContent .descCmn {
	margin-bottom: 9px;
	line-height: 1.45;
}
.disneyContent .wBtn {
	text-align: right;
}
.disneyContent .wBtn a {
	display: inline-block;
}
.disneyContent .wBtn a img {
	width: 372px;
	height: 54px;
}
.disneyContent .ttlCmn {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.disneyContent .ttlCmn .space {
	padding-right: 20px;
}
.disneyContent .ttlSec {
	margin-bottom: 22px;
	text-align: center;
}
.disneyContent .rowBox {
	width: 850px;
	margin: 0 auto;
	padding-left: 5px;
}
.disneyContent .rowBox .thumb {
	float: left;
	width: 375px;
	margin-top: 4px;
}
.disneyContent .rowBox .info {
	float: right;
	width: 451px;
}
.disneyContent .imgLg {
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	text-align: center;
}
.disneyContent .sec {
	background: url(/attending/kaigai/disney/images/pc/index/bg_pink.png) no-repeat 50% 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0 50px;
}
.disneyContent .sec .wrapper {
	position: relative;
}
.disneyContent .sec .wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 7px;
	width: 100%;
	height: 100%;
	background: url(/attending/kaigai/disney/images/pc/index/bg_box_pink.png) no-repeat 50% 0;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.disneyContent .sec .innerCt {
	position: relative;
	padding: 101px 0 54px;
}
.disneyContent .sec.sec01 .ttlCmn {
	margin-bottom: 12px;
	line-height: 1.75;
}
.disneyContent .sec.sec01 .descCmn {
	margin-bottom: 11px;
	line-height: 1.8;
}
.disneyContent .sec.sec01 .rowBox .thumb {
	margin-top: 6px;
}
.disneyContent .index_caption {
	font-size: 11px;
	text-align: right;
}
.disneyContent .sec.sec02 {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_purple.png);
	padding: 35px 0 68px;
}
.disneyContent .sec.sec02 .wrapper:before {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_box_purple.png);
}
.disneyContent .sec.sec02 .innerCt {
	padding-bottom: 46px;
}
.disneyContent .sec.sec02 .imgLg {
	top: 45px;
}
.disneyContent .sec.sec03 {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_green.png);
	padding: 41px 0 36px;
}
.disneyContent .sec.sec03 .wrapper:before {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_box_green.png);
}
.disneyContent .sec.sec03 .innerCt {
	padding: 112px 0 64px;
}
.disneyContent .sec.sec03 .imgLg {
	top: 19px;
}
/*.disneyContent .sec.sec03 .rowBox .thumb {
	width: 450px;
}*/
.disneyContent .sec.sec03 .rowBox .info {
	width: 451px;
	margin-top: 2px;
}
.disneyContent .sec.sec03 .descCmn {
	margin-bottom: 24px;
	margin-left: 4px;
}
.disneyContent .sec.sec04 {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_yellow.png);
	padding: 49px 0 42px;
}
.disneyContent .sec.sec04 .wrapper:before {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_box_yellow.png);
	left: 1px;
}
.disneyContent .sec.sec04 .innerCt {
	padding: 109px 0 65px;
}
.disneyContent .sec.sec04 .imgLg {
	top: 30px;
}
.disneyContent .sec.sec04 .ttlCmn, .disneyContent .sec.sec04 .descCmn {
	letter-spacing: -0.05em;
}
.disneyContent .sec.sec04 .descCmn {
	margin-bottom: 19px;
}
.disneyContent .sec.sec05 {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_blue.png);
	padding: 41px 0 53px;
}
.disneyContent .sec.sec05 .wrapper:before {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_box_blue.png);
}
.disneyContent .sec.sec05 .innerCt {
	padding: 109px 0 71px;
}
.disneyContent .sec.sec05 .ttlCmn, .disneyContent .sec.sec05 .descCmn {
	letter-spacing: -0.02em;
}
.disneyContent .sec.sec05 .descCmn {
	margin-bottom: 19px;
}
.disneyContent .sec.sec06 {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_orange.png);
	padding: 41px 0 53px;
}
.disneyContent .sec.sec06 .wrapper:before {
	background-image: url(/attending/kaigai/disney/images/pc/index/bg_box_orange.png);
}
.disneyContent .sec.sec06 .innerCt {
	padding: 109px 0 71px;
}
.disneyContent .sec.sec06 .ttlCmn, .disneyContent .sec.sec06 .descCmn {
	letter-spacing: -0.02em;
}
.disneyContent .sec.sec06 .descCmn {
	margin-bottom: 19px;
}

/*----------------------------------
	おっかけ検索
----------------------------------*/
/*input, button, select {
	font-size: 1.2rem;
}*/
/*div.SearchTourBox {
	width: 970px;
	height: auto;
	margin: 0 auto 20px;
	padding: 39px 0 52px;
	background: url(/attending/kaigai/disney/images/pc/index/bg_box.png) no-repeat 50% 0;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}*/
/*div.SearchBox {width:960px; height:auto; margin-bottom:10px; background:#ffffff;}*/
div.SearchBox {
	width: 890px;
	height: auto; /*background:url(../images/search_bg.gif)*/
	;
	margin: 0 auto;
	border-top: none;
	position: relative;
}
div.SearchBoxBarPos {
	width: 960px;
	position: relative;
}
div.SearchBoxBarPos .step1 {
	position: absolute;
	left: 603px;
	top: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #ffffff;
}
div.SearchBoxBarPos .step2 {
	position: absolute;
	left: 295px;
	top: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #ffffff;
}
ul.SearchBtnBox {
	width: 960px;
	height: auto;
	overflow: hidden;
}
ul.SearchBtnBox li {
	position: relative;
	width: auto;
	height: 50px;
}
ul.SearchBtnBox li p {
	position: absolute;
	top: 4px;
	right: 18px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	z-index: 100;
}
li.Asia1Btn, li.Asia2Btn, li.AmericaBtn, li.HawaiiBtn {
	width: 118px;
	height: 60px;
}
li.EurBtn, li.MiddleeastBtn, li.OceaniaBtn, li.EtcBeachBtn {
	width: 117px;
	height: 60px;
}
dl.DirectionBtn {
	position: relative;
	cursor: pointer;
}
li#btnG dl.DirectionBtn {
	position: relative;
	cursor: default;
}
dd.Number {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-weight: bold;
}
dd.Number span {
	color: #ee0000;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
}
div.SearchStanding {/*width:840px;*//*padding: 10px 20px;*/
	background: #FFF;
	height: auto;
	overflow: hidden;
}
dl.Src {
	width: 780px;
	height: auto;
	margin-bottom: 5px;
}
dl.Src2 {
	width: 300px;
	height: auto;
	margin-bottom: 5px;
}
dl.Src28 {
	width: 300px;
	height: auto;
	margin-bottom: 8px;
}
/*dl.Src2 dt {width:50px !important;}*/
dl.Src1 {
	width: 850px;
	height: auto; /*border-bottom: 1px dashed #D9D8D4;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
}
dl.Src3 {
	width: 475px;
	height: auto;
}
dl.Src35 {
	width: 300px;
	height: auto;
}
dl.Src36 {
	width: 300px;
	height: auto;
}
dl.Src4 {
	width: 850px;
	height: auto;
	margin-bottom: 5px;
	border-bottom: 1px dashed #D9D8D4;
	padding-bottom: 5px;
}
dl.Src5 {
	width: 420px;
	height: auto;
}
dl.Src6 {
	width: 850px;
	height: auto;
	margin-bottom: 5px;
	border-bottom: 1px dashed #D9D8D4;
	padding-bottom: 5px;
}
dl.Src7 {
	width: 850px;
	height: auto;
	margin-bottom: 10px;
}
dl.Src8 {
	width: 850px;
	height: auto;
	margin-bottom: 5px;
	border-bottom: 1px dashed #D9D8D4;
	padding-bottom: 5px;
}
dl.Src9 {
	width: 340px;
	height: auto;
	margin-bottom: 5px;
}
dl.Src10 {
	width: 360px;
	height: auto;
	margin-bottom: 5px;
}
dl.Src10 dd {
	float: left;
}
dl.Src11 {
	width: 900px;
	height: auto;
	margin-bottom: 5px;
	border-bottom: 1px dashed #D9D8D4;
	padding-bottom: 5px;
}
dl.Src12 {
	width: 670px;
	height: auto;
	margin-bottom: 5px; /*border-bottom:1px dashed #D9D8D4;*/
	padding-bottom: 5px;
}
dl.Src_s dt {
	margin-right: 10px;
	padding-top: 2px;
}
dl.Src_s dd {
	margin-right: 20px;
}
dl.Src3 dd select {
	margin-right: 5px;
}
dl.Src5 dd {
	margin-right: 10px;
}
dl.Src5 dd input {
	margin-right: 5px;
}
dl.Src6 dd {
	margin-right: 20px;
}
dl.Src6 dd input {
	margin-right: 5px;
}
/*dl.Src7 dd {margin-right:15px; width:766px;}*/
dl.Src7 dd input {
	margin-right: 5px;
}
dl.Src7 dd img {
	margin-bottom: 2px;
}
dl.Src8 dd, dl.Src11 dd, dl.Src12 dd {
	margin-right: 20px;
	float: left;
}
dl.Src1 dd {
	margin-right: 20px;
	float: left;
}
dl.Src12 dd {
	padding-top: 2px;
}
dl.Src9 dd {
	margin-right: 20px;
}
dt.SearchTtl {
	font-size: 12px;
	font-weight: bold;
	border-left: 4px solid #e9dac5;
	padding-left: 10px; /*float:left; width:75px;*/
	height: 24px; /*text-align:center;*/
	margin-right: 5px;
	padding: 1px 0;
}
/*.Src7 dt.SearchTtl {font-size:13px; font-size:1.3rem; line-height:16px; line-height:1.6rem; font-weight:bold; color:#0055ff; background:#ffae00; padding-left:5px; float:left; width:90px; color:#FFFFFF; padding:2px; text-align:center; margin-right:5px;}*/
/*dt.SearchTtl2 {font-size:12px; font-size:1.2rem; font-weight:bold; border-left:4px solid #e9dac5; padding-left:5px; float:left; width:auto; height:23px;  padding:0 10px; text-align:center; margin-right:5px;}*/
dt.SearchTtl3 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	border-left: 4px solid #e9dac5;
	padding-left: 5px;
	float: left;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	margin-right: 5px;
}
div.SearchAccordion {/*width:840px; padding:10px 20px;*/
	background: #FFF;
	height: auto;
	overflow: hidden;
	position: relative;
}
dt.AccordionBtn {
}
/*dd.InAccordion {padding-top:10px; overflow:hidden; display:none;}*//*20171003*/
/*dd.InAccordion dl { border-bottom:1px dashed #d9d8d4; margin-bottom:10px; padding-bottom:10px;}*/
dd.InAccordion2 {
	padding-top: 10px;
	overflow: hidden;
	display: none;
}
.SearchBox {
	width: 960px;
	height: 250px;
}
.fixed {
	position: fixed !important;
	top: 0;
	margin: 0px;
}
*:first-child+html .fixed {
	position: fixed !important;
	top: 0;
	margin: 0px;
}
.SB_OneSetBtns {
	float: left;
	margin-right: 5px;
}
.SB_Val {
	float: left;
	width: auto;
}
.Src8 .SB_OneSetBtns a {
	background: url(/attending/e-very/tokyo/summer/images/SB_OneSetBtns.gif) no-repeat;
	float: left;
	height: 21px;
	width: 126px;
	display: inline-block;
}
a.JS_SB_BtnSet, a.JS_SB_BtnClear {
	display: none;
}
.bdrBtm01 {
	clear: both;
	overflow: hidden;
	width: 780px; /*border-bottom:1px dashed #D9D8D4;*/
	margin-bottom: 10px; /*padding-bottom:7px;*/
}
.bdrBtm02 {
	clear: both;
	overflow: hidden; /*width:850px;*/ /*border-bottom:1px dashed #D9D8D4;*/
	margin-bottom: 10px; /*padding-bottom:7px;*/
}
.clBtn {
	clear: both;
	position: absolute;
	top: 5px;
	right: 20px;
	min-width: 197px;
	background: #8e8e8e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	text-align: center;
}
.clBtn a {
	color: #FFFFFF;
}
.clBtn2 {
	clear: both;
	background-color: #5f4838;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	width: 200px;
	height: auto;
	position: absolute;
	right: 20px;
}
.clBtn2 a {
	color: #FFFFFF;
}
.Src35 dd select.js_p_hatsu {
	font-size: 1.4rem;
}
.Src35 dd select.js_p_hatsu option {
	font-size: 1.4rem;
	line-height: 3rem;
}
.hatsuSpan {
	font-size: 1.4rem;
	line-height: 3rem;
}
/*----------------------------------
	おっかけ検索
----------------------------------*/
div.SearchAnswer {/*width:840px;*/
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding: 7px 20px 7px 14px;
}
div.SearchAnswer dl {
	float: left;
	overflow: hidden;
	margin-top: 11px;
}
div.SearchAnswer #jsSubmit {
	float: right;
}
.Sanswer dt {
	background-color: #5fc9ec;
	color: #FFFFFF;
	float: left;
	line-height: 22px;
	line-height: 2.2rem;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.Sanswer dd {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
	line-height: 2.4rem;
	float: left;
}
.Sanswer dd span {
	color: #ff5050;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 4px 0 6px;
}
.Sprice dt {
	background-color: #5fc9ec;
	color: #FFFFFF;
	float: left;
	line-height: 22px;
	line-height: 2.2rem;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.Sprice dd {
	width: 264px;
	float: left;
}
.Sprice dd span {
	color: #ed3030;
	font-size: 160%;
	font-weight: bold;
	line-height: 22px;
	line-height: 2.2rem;
}
.Sday dt {
	background-color: #5fc9ec;
	color: #FFFFFF;
	float: left;
	line-height: 22px;
	line-height: 2.2rem;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.Sday dd {
	width: 200px;
	float: left;
}
.Sday dd span {
	color: #ed3030;
	font-size: 160%;
	font-weight: bold;
	line-height: 22px;
	line-height: 2.2rem;
}
div.SR_SortBlock {
	width: 940px;
	height: auto;
	overflow: hidden;
	padding: 0px 10px 5px !important;
	background: #FFFFFF;
}
.SR_GoodsArea {
	padding-bottom: 10px;
}
/*.SB_OneSetBtns a, .SB_MktAddNote, .SB_BtnMktAdd, .SB_BtnMktDel, .SB_PriceBtnLeftSet a, .SB_PriceBtnRightSet a, .SB_PriceSet li, .SR_SrtNumTtl, .SR_GB_BtnView a, .SB_SWClsTtl a, .SR_GB_BtnConsiderAdd a, .SR_GB_BtnConsiderDel a {background: url(/search/images/search_icon.gif) no-repeat;}*/
.SR_SortBlock .SR_SrtNumTtl {
	width: 65px;
	height: 25px;
	background: url(/attending/e-very/tokyo/summer/images/SR_SrtNumTtl.gif) no-repeat;
}
.SR_SortBlock .SR_SrtNumVal {
	margin-top: 3px;
	width: 400px;
	font-size: 12px;
}
.SR_SortBlock .SR_SrtPager {
	width: 280px;
}
.SR_SrtPgrShortCut {
	width: 35px;
}
.SR_SrtPgrShortCut, .SR_SrtPager li {
	display: inline;
	float: right;
	margin: 2px 0 0 5px;
	text-align: center;
}
.SR_SrtPgrShortCut a {
	width: 35px;
}
.SR_SrtPager a {
	background-color: #F2F2F2;
	display: block;
	float: left;
	font-size: 77%;
	padding: 3px 0;
	text-decoration: none;
	width: 30px;
}
.SR_SrtPgrNums li {
	width: 30px;
}
.SR_SrtPgrShortCut, .SR_SrtPager li {
	display: inline;
	float: right;
	margin: 2px 0 0 5px;
	text-align: center;
}
.SR_SortBlock .SR_SrtPager a.SR_Selected {
	background-color: #ed7700;
}
.SR_SrtPager a {
	background-color: #F2F2F2;
	display: block;
	float: left;
	font-size: 77%;
	padding: 3px 0;
	text-decoration: none;
	width: 30px;
}
.SR_CompareBlock {
	background-position: 0 0;
	height: 51px;
	margin-top: 10px;
}
.SRB_LVB_Title, .SRB_LVB_Bottom, .SW_List th, .SB_BgTopN, .SB_BgBtmN {
	background: url(/attending/e-very/tokyo/summer/images/search_icon_g.gif) no-repeat !important;
}
.SR_CompareBlock {
	height: 51px;
}
.SB_Label, .SB_BgTitle .SB_OneSetBtns a, .SB_SearchBtns a, .SR_CompareBlock a, .SB_SWSetBtns a, .SW_CalBtn a {
	background: url(/search/images/search_icon_g.gif) no-repeat;
}
.SR_CompareBlock a {
	height: 26px;
	margin-top: 5px;
	text-indent: -12345px;
	width: 95px;
}
a.SR_CmpBtnClear {
	background-position: -180px 0px !important;
	margin-left: 5px;
}
a.SR_CmpBtnClear:hover {
	background-position: -180px -30px !important;
}
a.SR_CmpBtnClear:active {
	background-position: -180 -30px !important;
}
.SR_CompareBlock .SR_CmpNote {
	margin: 10px 0 0 5px;
	font-size: 100%;
}
#preDestDisp {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
}
.NS_Watermark {
	font-size: 100% !important;
	margin-right: 5px;
	width: 100px;
}
a.SR_CmpBtnCompare:hover {
	background-position: 0 -30px !important;
}
a.SR_CmpBtnCompare:active {
	background-position: 0 -30px !important;
}
.SearchTourBox .SR_CompareBlock {
	background: url(/attending/e-very/tokyo/summer/images/SR_CompareBlock.png) no-repeat;
	height: 70px;
	width: 960px;
	margin-bottom: 20px;
}
/*検索枠 CSSデザイン合わせ*/
.search {
	padding: 68px 0 41px;
}
.search h2 {
	text-align: center;
	margin-bottom: 26px;
}
.serchBoxWarp {
	background-color: #fff;
	width: 870px;
	margin: 0 auto;
}
dt.SearchTtl {
	font-size: 15px;
	font-weight: 500;
	border-left: 5px solid #ff8280;
	float: left;
	min-width: 64px;
	height: 27px;
	text-align: left;
	margin-right: 5px;
	padding: 4px 0 0 9px;
	color: #000;
}
dt.SearchTtl2 {
	font-size: 15px;
	font-weight: 500;
	border-left: 5px solid #ff8280;
	float: left;
	width: 75px;
	height: 27px;
	padding: 5px 0 0 9px;
	text-align: left;
	margin-right: 5px;
	color: #000;
}
dt.SearchTtl3 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	border-left: 4px solid #00266b;
	padding-left: 5px;
	float: left;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	margin-right: 5px;
	color: #00266b;
}
.serchBoxWarp .addBox:after {
	content: "";
	display: block;
	clear: both;
}
.serchBoxWarp .addBoxWrap {
	width: 900px;
}
.serchBoxWarp .addBox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 900px;
}
.serchBoxWarp .addBox + .addBox {
	border-top: 1px dashed #D9D8D4;
	padding-top: 10px;
}
/* 目的地追加 */
.SB_MktAdd {
	padding-bottom: 10px;
}
.SB_MktAdd dt.SB_MktAddNT {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	font-size: 15px;
}
.SB_MktAdd a.SB_BtnMktAdd {
	width: 126px;
	height: 30px;
	background-image: url(/attending/kaigai/disney/images/pc/index/btn_add_off.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-right: 24px;
	text-indent: -9999px;
}
.SB_MktAdd a.SB_BtnMktDel {
	width: 80px;
	height: 21px;
	background-image: url(../images/btn_del_off.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	text-indent: -9999px;
}
.SB_MktAdd a.SB_BtnMktAdd:hover {
	/* background-image: url(../images/btn_add_on.gif); */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.SB_MktAdd a.SB_BtnMktDel:hover {
	/* background-image: url(../images/btn_del_on.gif); */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.SB_MktAdd a.SB_BtnMktAdd:hover, .SB_MktAdd a.SB_BtnMktDel:hover {
	cursor: pointer;
}
.SB_MktAdd dd.SB_MktAddRadioBx, .SB_MktAdd dd.SB_MktAddNote {
	float: left;
	display: inline-block !important;
}
.search .SB_MktAdd dd.SB_MktAddNote {
	color: #999;
	margin-top: 5px;
}
.search .SB_MktAdd dd.SB_MktAddRadioBx .SB_MktAddRadio {
	margin-right: 16px;
}
.bdrCover01 dt.SearchTtl {
	margin-top: 4px;
}
.bdrCover02 {
	margin-bottom: 6px;
}
.bdrCover03 {
	margin-bottom: 12px;
}
.bdrCover03 dl.Src1 {
	margin-bottom: 12px;
}
.bdrCover03 dt.SearchTtl {
	margin-right: 13px;
}
.bdrCover03 dl.Src1 dd {
	margin-right: 27px;
}
.bdrCover03 dt.SearchTtl2 {
	margin-right: 27px;
}
.bdrCover04 dt.SearchTtl {
	margin-right: 27px;
}
.bdrBtm02.mb0 {
	margin-bottom: 0;
}
/*.search .priceWrapper {
	width: 490px;
}
.search .priceWrapper dt.SearchTtl {
	min-width: 98px;
}
.search .ticketWrapper {
	width: 378px;
}
.search .ticketWrapper dt.SearchTtl {
	margin-right: 8px;
}
.search select {
	background-color: #FFF;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 5px;
	width: 190px;
}
.search dd.arrow {
	position: relative;
}
.search dd.arrow:after {
	content: "▼";
	display: block;
	font-size: 12px;
	position: absolute;
	top: 9px;
	right: 9px;
}
.search .jsDepdate input {
	border: none;
	height: auto;
	padding-right: 0;
	width: 170px;
	letter-spacing: -0.05em;
}
.search .jsDepdate {
	border: 1px solid #000;
	padding-right: 8px;
	height: 35px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.search .icon_cale {
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
}
.clBtn {
	margin-top: -2px;
}
.clBtn a {
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
}
.search .dest {
	margin-bottom: 13px;
}
.search .dest dt.SearchTtl {
	margin-right: 8px;
	margin-top: 0;
}
.search .dest dd.space {
	margin-left: 20px;
}
.search .dest dd.space01 {
	margin-left: 13px;
}
.search input, .search select {
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 400;
	height: 35px;
	padding: 5px 14px;
}
 .search input::-moz-placeholder, .search button::-moz-placeholder, .search select::-moz-placeholder {
 color: #999;
}
.search input:-ms-input-placeholder, .search button:-ms-input-placeholder, .search select:-ms-input-placeholder {
 color: #999;
}
.search input[type="checkbox"], .search input[type="radio"] {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	display: none;
}
.search input[type="checkbox"] + span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 5px 0 5px 19px;
	background: url(/attending/kaigai/disney/images/pc/index/icn_check.png) no-repeat 0 center;
	font-size: 15px;
	letter-spacing: -0.055em;
	line-height: 1.2;
}
.search input[type="checkbox"]:checked + span {
	background-image: url(/attending/kaigai/disney/images/pc/index/icn_checked.png);
}
.search input[type="radio"] + span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 5px 0 5px 25px;
	background: url(/attending/kaigai/disney/images/pc/index/icn_radio.png) no-repeat 0 center;
	font-size: 15px;
	line-height: 1.2;
}
.search input[type="radio"]:checked + span {
	background-image: url(/attending/kaigai/disney/images/pc/index/icn_radio_check.png);
}
.search .ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;
}
.search .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff;
	border: 1px solid #94c6f2;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.search .ui-widget-header {
	background: #94c6f2;
	border: none;
}*/
/*ページトップへ戻る*/
#tour-link {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 5;
}
#tour-link img {
	width: 60px
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
#tour-link img, #page-top img {
	width: 72px
}
.pht{
	position: relative;
}
.copyright{
	font-size: 11px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	bottom:3px;
	right:3px;
	/* text-shadow: 3px 2px 2px rgb(0 0 0 / .7), -1px -1px 2px rgb(0 0 0 / .7); */
	text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
	color: #fff;
}

.Bn__img {
	width: 960px;
	margin: 40px auto 0;
}

.Bn__img:hover {
	opacity: 0.7;
}

.Search__form {
    border: 2px solid #d5d5d5;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}