/*nav*/
.mainnav2 a{
	background-color: #35c380;
	background-image: url(../../common/images/nav2-on.png);
}
.mainnav2 a:hover{
	opacity: 1;
}

/*h2*/
h2{
	color: #000;
}
h2::after{
	display: none;
}
@media (max-width: 767px) {
	h2 br{
		display: none;
	}
}

/*main*/
.main{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 2px solid #000;
}
.main > div{
	display: table-cell;
	vertical-align: bottom;
}
.main > div:first-child{
	padding: 0 20px 0 0;
	width: 50%;
}
.main > div:last-child{
	text-align: right;
	padding: 10px 0 0 0;
}
.main > div:last-child img{
	display: inline;
}
.main > div img{
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.main > div{
		display: inline-block;
		vertical-align: middle;
		padding: 10px 0;
		width: 65%;
	}
	.main > div:first-child{
		width: 100%;
		padding: 0;
	}
	.main > div:last-child{
		width: 100%;
		padding: 0;
		text-align: left;
	}
}

/*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 small{
	color: #333;
}
.recommend h4 span{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	background: none;
	color: #333;
	padding: 0 2px;
	margin-bottom: 0;
	border-radius: 0;
	/*background:linear-gradient(to bottom, transparent 80%,#f9dd59 80%);*/
	border-bottom: 5px solid #f9dd59;
	display: inline;
	position: relative;
}
.recommend p span{
	font-size: 18px;
	color: #ea5514;
	font-weight: bold;
}
.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;
	}
}


/*btn-list*/
.btn-list{
	margin-top: 60px;
	text-align: center;
}
.btn-list p{
	margin-bottom: 60px;
}
.btn-list img{
	display: inline-block;
}
@media (max-width: 767px) {
	.btn-list p{
		margin-bottom: 30px;
	}
}


/*backnumber*/
.backnumber-title{
	color: #fff;
	background: #8cc999;
	margin-bottom: 5px;
}
.backnumber-copy{
	text-align: center;
}
.backnumber .row > div{
	text-align: center;
	margin-bottom: 30px;
}
/*.backnumber a{
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
*/
.backnumber a p{
	color: #fff;
	background: #666;
	position: relative;
	padding-right: 20px;
}
.backnumber a p::after{
	content: "＞";
	position: absolute;
	right: 5px;
}
.backnumber a:hover{
	text-decoration: none;
}
@media (max-width: 767px) {
	.backnumber .row > div{
		margin-bottom: 15px;
	}
	.backnumber a{
		max-width: 300px;
		margin: auto;
		display: block;
	}
}

