@charset "UTF-8";

wrapper{
	background-color: #f5f5f5;
}

/****************************
ヘッダーの設定 START
****************************/
header{
	display: block;
	width: 100%;
	text-align: center;
}
header h1{
	display: none;
	padding: 50px;
	margin: auto;
	background: #444;
	color: #FFF;
	font-weight: 900;
	font-size: 30px;
}
header .mv{
	padding: 50px;
	margin: auto;
	background: #444;
	color: #FFF;
	font-weight: 900;
	font-size: 30px;
}

header img{
	width: 100%; 
}

/****************************
ヘッダーの設定 END
****************************/
.point{
	width: 1100px;
	margin: 0 auto;
}
.point img{
	width: 100%;
}

/****************************
ヘッダーメニューの設定 START
****************************/
gnav{
    background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
gnav ul li a,
gnav ul li a:link{
	color: #fff;
}
/****************************
ヘッダーメニューの設定 END
****************************/


/****************************
ツアーポイントの設定 START
****************************/
point{
	background: #999;
	padding: 50px;
	color: #FFF;
	font-weight: 900;
	text-align: center;
}

point ul{
	padding-top: 30px;
}

point ul li{
	font-size: 20px;
	text-align: left !important;
}
/****************************
ツアーポイントの設定 END
****************************/


/****************************
申し込みフローの設定 START
****************************/
flow .stepbox{
	border: 1px solid #444
}
flow .stepbox .index{
	background: #444;
}
flow .stepbox .index span{
	background: #FFF;
	border: 1px solid #444;
}
flow .stepbox h5{
	color: #FFF;
}
flow .stepbox dl.account,
flow .stepbox dl.account dt,
flow .stepbox dl.account dd{
	border: 0 !important;
}
flow .stepbox .account li{
	display: inline-block;
	margin-right: 20px;
}
/****************************
申し込みフローの設定 END
****************************/


/****************************
オプション料金表の設定 START
****************************/
#optionBox-1-2 td{
	width: 50%;
}
/****************************
ツアーポイントの設定 END
****************************/


