/*h2*/
h2{
	color: #000;
}
h2::after{
	display: none;
	/*background: #000;*/
}

/*main*/
.main-date{
	float: left;
	padding-right: 20px;
}
.main-plan img{
	margin: 10px auto;
}
.main-plan p{
	line-height: 1.2;
}
.main-plan strong{
	font-size: 36px;
	padding: 0 0.1em;
}
.main-spec{
	margin-top: -40px;
	text-align: right;
}
.main-spec p{
	padding: 0 4px;
	/*background:linear-gradient(to bottom, transparent 70%,#f9dd59 70%);*/
	display: inline;
	border-bottom: 6px solid #f9dd59;
}
/*.main-spec p:after{
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	height: 8px;
	background: #f9dd59;
	padding: 0 10px;
	z-index: -1;
}*/
.main-spec strong{
	font-size: 30px;
	padding: 0 0.1em;
}
@media (max-width: 767px) {
	.main-date{
		padding-right: 10px;
	}
	.main-date img{
		max-width: 100px;
	}
	.main-plan img{
		max-height: 30px;
	}
	.main-plan strong{
		font-size: 24px;
	}
	.main-spec{
		margin-top: 0;
	}
	.main-spec strong{
		font-size: 20px;
	}
	h2 br{
		display: none;
	}
}

/*plan*/
.plan{
	margin: 30px auto;
	font-size: 0;
}
.plan-nav li{
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
	vertical-align: top;
}
.plan-nav li p{
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.2;
}
.plan-nav img{
	border: 2px solid #fff;
}
.plan-nav .over img{
	border: 2px solid #000;
}
@media (max-width: 767px) {
	.plan{
		margin: 15px auto;
	}
	.plan-nav{
		margin-top: 10px;
	}
	.plan-nav li{
		width: 20%;
		display: inline-block;
		margin-right: 10px;
	}
}


/*recommend*/
.recommend h3{
	position: relative;
	margin: 60px auto;
}
.recommend h3:after{
	display: none;
}
.recommend h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	border-bottom: 6px solid #fff;
}
.recommend h4 span{
	font-size: 24px;
	font-weight: bold;
	background: none;
	color: #333;
	padding: 0 4px;
	margin-bottom: 0;
	border-radius: 0;
	/*background:linear-gradient(to bottom, transparent 80%,#f9dd59 80%);*/
	border-bottom: 6px solid #f9dd59;
	display: inline;
}
.recommend > .row{
	margin-bottom: 60px;
}
.recommend > .row:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
@media (max-width: 767px) {
	.recommend h3{
		margin: 30px auto;
	}
	.recommend h4{
		margin-top: 10px;
	}
	.recommend h4,
	.recommend h4 span{
		font-size: 18px;
	}
	.recommend > .row{
		margin-bottom: 30px;
	}
	.recommend-photo{
		margin-top: 10px;
	}
}


/*btn-detail*/
.btn-detail, .btn-detail:link, .btn-detail:visited, .btn-detail:active{
	background: #000;
	padding: 20px;
	margin-top: 120px;
	margin-bottom: 60px;
}
.btn-detail{
	max-width: 50%;
	position: relative;
}
.btn-detail img{
	position: absolute;
	bottom: 0;
	left: 5px;
}
@media (max-width: 767px) {
	.btn-detail, .btn-detail:link, .btn-detail:visited, .btn-detail:active{
		padding: 20px;
		margin-top: 60px;
	}
	.btn-detail{
		max-width: 80%;
	}
	.btn-detail img{
		max-width: 60px;
	}
}
