@charset "utf-8";

/* tour_visual */

#tour_visual {
	width: 100%;
	height: 548px;
	background: url(../img/tour_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
	margin-bottom: 80px;
}
#tour_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}


#tour {
	
	
}
#tour h3 {
	margin-top: 0;
	font-size: 2.6vw;
}
#tour .tour_right {
	display: inline-block;	
}
#tour .tour_left {
	float: right;
}
#tour li:first-child {
	padding-top: 0;
}
#tour li {
	padding-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 50px;
}
#tour li p {
	color: #666666;
	line-height: 28px;
	text-align: justify;
	font-size: 0.94vw;
}
#tour .tour_content {
	width: 47%;
}
#tour .tour_content+img {
	width: 47%;
}
#tour .tour_right+img {
	float: right;	
}
#tour .tour_left+img {
	float: left;	
}






