@charset "utf-8";
#header-footer-standard {
	margin-top: 130px !important;
}
body article,article p,article span,article a,article li,article h1,article h2,article h3,article h4,article table,article th,article td{
	color: #121212;
}
.pt60{
	padding-top: 60px;
}
.pt20{
	padding-top: 20px;
}
.pb60{
	padding-bottom: 60px;
}
.btn-gray,
.btn-book{
	font-size: 22px;
	color: #000;
	padding: 13px 45px;	
	border-radius: 5px;
	display: inline-block;
	margin-top: 13px;
}
.btn-book{
	background-color: #feb404;
}
.btn-gray{
	background-color: #d4d4d4;
}
a.btn-book:hover{
	background-color: #fed204;
	color: #000;
}
.mt5{
	margin-top: 5px;
}
/*----- Banner -----*/
.banner .btn-book{
	font-size: 30px;
}
.banner{
	background: url(img/bnr.jpg) no-repeat top center;
	background-size: 100% auto;
	padding: 160px 0 110px 0;
	text-align: center;
}
.bnr-detail{
	width: 650px;
	margin: 0 auto;
	background:url(/tw/tour/sagami-illumillion/img/bnr-border.png) no-repeat rgba(0, 0, 0, 0.8);
	background-size: 100% 100%;
	padding: 20px 50px;
	margin-top: 60px;
	position: relative;
}
.bnr-detail table{
	width: 100%;
	text-align: left;
}
.bnr-detail > table table{
	width: auto;
}
.bnr-detail > table table tr> td:nth-child(2){
	padding-left: 40px;
}
.bnr-detail > table table td{
	vertical-align: text-bottom;
}
.bnr-detail table td{
	vertical-align: middle;
}
.bnr-detail td{
	font-size: 25px;
	color: #fff;
}
.bnr-price{
	font-size: 40px;
	font-weight: bold;
	color: #fed204;
}
.bnr-departure{
	display: block;
	border-top:1px solid rgba(255,255,255,0.2);
	padding: 15px 0 0 0;
	text-align: center;margin-top: 20px;
}
.bnr-departure span{
	font-size: 16px;
	display: block;
	color: #fff;
	margin-top: 5px;
}
.bnr-departure p{
	font-size: 22px;
	color: #fff;
}
@media (max-width:1900px){
	.banner{
		background-size: auto 100%;
	}
}
@media (max-width:1170px){
	.banner{
		padding: 10vw 0 4vw 0;
	}
	.bnr-text{
		width: 68%;
	}
	.bnr-detail{
		margin-top: 3vw;
		padding: 20px 30px;
	}
}
@media (max-width:991px){
	.banner{
		background-size: 120% !important;
		padding: 21vw 0 0vw 0;
	}
	.bnr-detail td{
		font-size: 22px;
	}
	.bnr-departure p{
		font-size: 20px;
	}
	.bnr-price{
		font-size: 35px;
	}
	.bnr-text{
		width: 80%;
	}
}
@media (max-width:767px){
	.pt60{
		padding-top: 30px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.banner{
		background: url(/tw/tour/sagami-illumillion/img/bnr-mb.jpg) no-repeat top center;
		background-size: 100% auto;
		padding: 34vw 0 0 0;
	}
	.bnr-text {
    width: 90%;
		margin: 0 auto;
	}
	.bnr-detail{
		padding: 20px 15px;
	}
	.bnr-detail > table > tbody > tr > td{
		display: block;
		width: 100%;
	}
	.banner .btn-book{
		display: inline-block;
		font-size: 25px;
		margin-top: 0;
	}
	.bnr-detail > table >tbody>tr>td.text-right{
		text-align: center !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 20px;
	}
	.bnr-departure{
		border-top: none;
		padding: 0;
	}
	.bnr-detail{
		width: 100%;
	}
	.bnr-detail > table table{
		margin: 0 auto;
	}
}
@media (max-width:425px){
	.bnr-price {
    font-size: 25px;
	}
	.bnr-detail td {
    font-size: 22px;
	}
	.bnr-detail td.text-right{
		font-size: 18px;
	}
	.btn-gray,
	.btn-book{
		font-size: 22px;
		padding: 10px 40px;
	}
	.bnr-departure p{
		font-size: 18px;
	}
	
}

/*----- Plan -----*/
.plan-info{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.plan-wrap{
	border-radius: 7px;
	box-shadow: 1px 1px 3px #ccc;
	border:1px solid #bec0c0;
	overflow: hidden;
}
.plan-title02{
	position: relative;
}
.plan-title{
	text-align: center;
	background: url(/tw/tour/sagami-illumillion/img/bg-title.jpg) repeat;
	padding: 15px;
	width: 100%;
	
}
.plan-title02 > h2{
		margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 0 15px;
}
.plan-title h2{
	font-size: 20px;
	font-weight: bold;	
	color: #fff;
}
.list-cm {
	margin-top: -4px;
	position: relative;
}
.list-cm li{	
	padding: 25px 15px 15px 15px;
	background: url(/tw/tour/sagami-illumillion/img/line.png) repeat-x top left;	
	text-align: center;
}
.list-cm li p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-cm li p > span{
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
.plan-price{
	font-size: 28px;
	color: #fb3102;
}
@media (max-width:767px){
	.plan-info{
		text-align: left;
	}
	.mt60{
		margin-top: 30px !important;
	}
	.plan-title02 > h2{
		position: inherit;
		top:inherit;
		left: inherit;
		margin-right: 0;
		transform: none;
	}
	.plan-list > li{
		margin-bottom: 15px;
	}
	.list-cm > li > p{
		width: 60%;
		float: left;
		text-align: left;
		font-size: 20px;
	}
	.list-cm > li .plan-book{
		width: 40%;
		float: right;
	}
	.list-cm > li .plan-book .btn-gray,
	.list-cm > li .plan-book .btn-book{
		padding: 13px 0;
		text-align: center;
		width: 100%;
		font-size: 22px;
		margin-top: 5px;
	}
	.list-cm li p > span{
		display: block;
		margin-left: 0;
	}
}

/*----- Tour Point -----*/
.tourpoint{
	background: url(/tw/tour/sagami-illumillion/img/bg-tour.png) repeat;
}
.tourpoint p{
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
}
.tourpoint-title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.line{
	height: 3px;
	width: 120px;
	display: block;
	margin: 3px auto 0 auto;
	background: rgb(16,4,253);
	background: -webkit-linear-gradient(left, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
	background: -o-linear-gradient(left, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
	background: linear-gradient(to right, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
}
.tourpoint-list li.row{
	margin-left: 0;
	margin-right: 0;
}
.tourpoint-list .row .col-md-6{
	padding-left: 0;
	padding-right: 0;
}
.tourpoint-list li{
	position: relative;
	margin-bottom: 2px;
}
.tourpoint-list li:after{
	content: '';
	width: 16px;
	height: 100%;
	position: absolute;
	top:0;
	left: 49%;
	display: block;
	background: rgb(16,4,253);
	background: -webkit-linear-gradient(bottom, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
	background: -o-linear-gradient(bottom, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
	background: linear-gradient(to top, rgba(16,4,253,1) 0%, rgba(4,250,253,1) 45%, rgba(216,3,254,1) 98%);
}
.tourpoint-list li:nth-child(odd){
	background-color: #666;
}
.tourpoint-list li:nth-child(even){
	background-color: #333;
}
.tourpoint-list li img{
	width: 100%;
	display: block;
}
.tourpoint-info{
	color: #fff;
	position: relative;
	overflow: hidden;
}
.tourpoint-info > div{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 20px 15px 20px 35px;
	color: #fff;
}
.num{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(/tw/tour/sagami-illumillion/img/bg-num.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 15px;
	display: block;
}
.tour-title{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 9;
	padding: 0;
}
.tourpoint-info table{
	width: 100%;
}
.tourpoint-info table td{
	vertical-align: middle;
	width: 100%;
}
.tourpoint-info.pull-left{
	text-align: right;
}
.tourpoint-info.pull-left > div{
	padding: 20px 35px 20px 15px;
}
.tourpoint-info.pull-left .num{
	margin-left: 15px;
	margin-right: 0;
}
@media (max-width:991px){
	.tourpoint-info > div {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-right: 0;
    transform: none;
	}
}
@media (max-width:767px){
	.tourpoint-list li:after{
		left: 0;
		width: 10px;
	}
	.tourpoint-list li{
		margin-bottom: 5px;
	}
	.tourpoint-info.pull-left{
		text-align: left;
	}
	.tourpoint-info.pull-left > div{
		padding: 20px 15px 20px 35px;
	}
	.tourpoint-info.pull-left .num{
		margin-left: 0;
		margin-right: 0;
	}
	.tourpoint-info.pull-left .tour-title{
		padding-left: 15px;
	}
}

/*===== Modal =====*/
.block-mobile{
	display: none;
}
.modal-body{
	padding: 0;
}
.modal-title{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	padding: 15px;
}
.cont-routes{	
	text-align: center;
}
.cont-routes p,
.cont-routes span{
	display: block;
	font-weight: bold;
	padding-top: 5px;
	font-size: 20px;
}
.rOne-way{
	padding: 15px 15px 15px 15px;
    background: url(/tw/tour/sagami-illumillion/img/line.png) repeat-x top left;
}
.cont-routes .rOne-way:nth-child(1){
	margin-top: -4px;
}
.cont-routes .btn-book{
	margin-top: 15px;
}
.modal-footer{
	text-align: center;
}

@media (max-width:767px){
	.block-mobile{
		display: block;
	}
	.hidden-mobile{
		display: none;
	}
}













































