@charset "iso-8859-1";
/*------------------------------
	Contents
------------------------------*/
/*-- Icons --*/
.contents .icon,
.panel_startBtn > a:after,
.faq_list > dt:before,
.faq_list > dd:before {
	background-image:url(/en/dom/mt_fuji/img/icons_contents.png);
	background-repeat:no-repeat;
}
.contents .icon {
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.contents .icon.icon_dep {
	background-position:0 0;
	width:26px;
	height:28px;
}
.contents .icon.icon_arr {
	background-position:-36px 0;
	width:26px;
	height:28px;
}
.contents .icon.icon_time {
	background-position:-72px 0;
	width:26px;
	height:28px;
}
.contents .icon.icon_fb {
	background-position:0 -83px;
	width:32px;
	height:32px;
}
.contents .icon.icon_tw {
	background-position:-42px -83px;
	width:32px;
	height:32px;
}
.contents .icon.icon_gp {
	background-position:-84px -83px;
	width:32px;
	height:32px;
}


/*	Contents
------------------------------*/
/*-- mainArea --*/
.mainArea img {	vertical-align:bottom; }

/* cockpit */
.mainArea .cockpit {
	height:540px;
	position:relative;
	overflow:hidden;
}
.cockpit_inr {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:11;
}

.cockpit .bgItem_sky {
	width:100%;
	height:540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	position:absolute;
	top:0;
}

.cockpit .bgItem_cockpit {
	width:100%;
	height:540px;
	background-color:#000;
	position:absolute;
	top:0;
	overflow:hidden;
}
.cockpit .bgItem_cockpit .elm_sky {
	width:100%;
	height:540px;
	position:absolute;
	top:0;
	background:url(/en/dom/mt_fuji/img/elm_sky.jpg) no-repeat center center;
}
.cockpit .bgItem_cockpit .elm_cloud {
	width:100%;
	height:540px;
	background:url(/en/dom/mt_fuji/img/elm_cloud_flow.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
}
.cockpit .bgItem_cockpit .elm_cloud.cloud_lft {
	max-width:1030px;
	right:50%;
	margin-right:-230px;
	background-position:right bottom;
}
.cockpit .bgItem_cockpit .elm_cloud.cloud_rgt {
	max-width:570px;
	left:50%;
	margin-left:230px;
	background-position:lef bottom;
}
.cockpit .bgItem_cockpit .elm_cockpit {
	width:100%;
	height:540px;
	position:absolute;
	top:0;
	background:url(/en/dom/mt_fuji/img/elm_cockpit.png) no-repeat center center;
}

.cockpit .hideCloud {
	width:100%;
	height:540px;
	background:url(/en/dom/mt_fuji/img/elm_cloud_hide.png) no-repeat center top;
	position:absolute;
	top:0;
	z-index:11;
}
.cockpit .aboveBalloon {
	position:absolute;
	top:194px;
	left:50%;
	margin-left:-250px;
	z-index:11;
}
.cockpit .loading {
	width:100%;
	height:540px;
	background:url(/en/dom/mt_fuji/img/bg_panel.png) repeat left top;
	background:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	z-index:11;
}
.cockpit .loading > img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px;
}
.cockpit .JS_image_foreground {
	z-index:10;
}

/* panel */
.mainArea .panel {
	width:310px;
	position:absolute;
	top:110px;
	right:0;
	background:url(/en/dom/mt_fuji/img/bg_panel.png) repeat left top;
	background:rgba(0,0,0,0.7);
}
.panel_inr {
	padding:25px 20px 35px;
}
.panel_lead {
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}
.panel .selectBox {
	display:table;
	width:100%;
	height:40px;
	background-color:#fff;
}
.panel .selectBox_icon {
	display:table-cell;
	vertical-align:middle;
	width:50px;
	text-align:center;
}
.panel .selectWrap {
	display:table-cell;
	*display:block;
	vertical-align:middle;
	background:url(/en/dom/mt_fuji/img/icon_arw_dwn_bk.png) no-repeat 186px center;
	background-position:-webkit-calc(100% - 8px);
	background-position:calc(100% - 8px);
	overflow:hidden;
}
.panel .selectWrap > select {
    vertical-align:middle;
	width:150%;
	width:calc(100% + 25px);
	height:40px;
	line-height:40px;
	border:none;
	background:transparent;
	color:#333;
	font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
	cursor:pointer;
	-webkit-appearance:button;
	appearance:button;
}
.panel_startBtn > a {
	display:block;
	height:40px;
	line-height:40px;
	background-color:#ca3540;
	position:relative;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	transition:background-color 0.2s ease-in-out;
}
.panel_startBtn > a:hover,
.panel_startBtn > a:focus {
	background-color:#da727a;
	text-decoration:none;
}
.panel_startBtn > a:after {
	content:"";
	display:block;
	width:9px;
	height:16px;
	background-position:0 -57px;
	position:absolute;
	top:50%;
	right:8px;
	margin-top:-8px;
}


/* result */
.mainArea .result {
	background-color:#ca3540;
}
.result_inr {
	width:950px;
	margin:0 auto;
	padding-bottom:30px;
	background:url(/en/dom/mt_fuji/img/bg_result.gif) no-repeat left top;
}
.result_txtWrap {
	min-height:230px;
	position:relative;
}
.result_txt {
	position:absolute;
	top:20px;
	text-align: center;
	color: #fff;
	width: 100%;
}
.result_txt * {
	margin: 0 0 20px 0;
}
.result_txt *:last-child {
	margin-bottom: 0;
}
.result_btn {
	text-align:center;
	/* font-size:0; */
}
.result_btn > a {
	display:inline-block;
	width:410px;
	min-height:54px;
	border:3px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	padding: 12px 6px 10px;
	box-sizing: border-box;
	transition:background-color 0.2s ease-in-out;
	position: relative;
}
.result_btn > a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(-135deg) translateY(-50%);
	position: absolute;
	top: calc(50% - 15px);
	margin: 0 0 0 20px;
}
.result_btn > a:hover,
.result_btn > a:focus {
	background-position:left -54px;
	background-color:#fff;
	text-decoration: none;
	color: #ca3540;
}
.result_btn > a:hover::after,
.result_btn > a:focus::after {
	border-color: #ca3540
}


/*-- faq --*/
.faq_head {
	padding-top: 40px;
	color: #2876a5;
	font-size: 30px;
	text-align: center;
}
.faq_list > dt,
.faq_list > dd {
	padding-left:60px;
	position:relative;
}
.faq_list > dt {
	margin-top:50px;
	color: #2876a5;
	font-size:18px;
	font-weight:bold;
	line-height:2.2;
}
.faq_list > dd { margin-top:10px; }
.faq_list > dt:first-child { margin-top:40px; }
.faq_list .faq_icon {
	display:inline-block;
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
}
.faq_list > dd.inImg { overflow:hidden; }
.faq_list > dd.inImg .txt {
	float:left;
	width:530px;
}
.faq_list > dd.inImg .img {	float:right; }


/*	CSS Animation
------------------------------*/
.cockpit .bgItem_cockpit.animated_cockpit .elm_sky {
	-webkit-animation:animeSky 15s linear infinite;
	animation:animeSky 15s linear infinite;
}
.cockpit .bgItem_cockpit.animated_cockpit .elm_cloud.cloud_lft {
	-webkit-animation:animeCloudL 16s linear infinite;
	animation:animeCloudL 16s linear infinite;
}
.cockpit .bgItem_cockpit.animated_cockpit .elm_cloud.cloud_rgt {
	-webkit-animation:animeCloudR 16s linear infinite;
	animation:animeCloudR 16s linear infinite;
}
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 0;
	background: #ececec;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	opacity: .7;
	display: block;
	width: 28px;
	height: 28px;
}
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state:hover,
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state:focus {
	opacity: .5;
}
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state::before {
	display: block;
	content: '';
	width: 28px;
	height: 28px;
}
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state::after {
	margin: auto;
	display: block;
	content: '';
	width: 4px;
	height: 16px;
	border-right: 4px solid #707070;
	border-left: 4px solid #707070;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.cockpit .bgItem_cockpit.animated_cockpit .JS_cockpit_state.is_paused::after {
	margin: -8px 0 0 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #707070;
	position: absolute;
	top: 50%;
	left: 10px;
}

@-webkit-keyframes animeSky {
	from {
		-webkit-transform:translate3d(0,0,0)
	}
	25% {
		-webkit-transform:translate3d(0,-10px,0)
	}
	75% {
		-webkit-transform:translate3d(0,10px,0)
	}
	to {
		-webkit-transform:translate3d(0,0,0)
	}
}
@keyframes animeSky {
	from {
		transform:translate3d(0,0,0)
	}
	25% {
		transform:translate3d(0,-10px,0)
	}
	75% {
		transform:translate3d(0,10px,0)
	}
	to {
		transform:translate3d(0,0,0)
	}
}

@-webkit-keyframes animeCloudL {
	from {
		background-position:0 0;
	}
	to {
		background-position:-1000px 0;
	}
}
@keyframes animeCloudL {
	from {
		background-position:0 0;
	}
	to {
		background-position:-1000px 0;
	}
}

@-webkit-keyframes animeCloudR {
	from {
		background-position:0 0;
	}
	to {
		background-position:1000px 0;
	}
}
@keyframes animeCloudR {
	from {
		background-position:0 0;
	}
	to {
		background-position:1000px 0;
	}
}
