@charset 'uft-8';

.trip{
	text-align: left;
}
.trip img{
	vertical-align: top;
	border:none;
}
.trip .fit{
	width: 100%;
	height: auto;
}
.trip .fullfit{
	max-width:1200px;
	width: 100%;
	height: auto;
}

/* ----------------------------- トップコンテンツ ----------------------------- */

.trip_section{
	margin-bottom: 100px;
}
.trip_section.mb0{
	margin-bottom: 0px;
}
.trip_section.mb30{
	margin-bottom: 30px;
}
.trip_section.mb50{
	margin-bottom: 50px;
}
.trip_section.mb80{
	margin-bottom: 80px;
}
.trip_section:last-child{
	margin-bottom: 0;
}
.trip_section .inner{
	margin: 0 auto;
	width: 980px;
}
.trip_section .pointinner{
	margin: 0 auto;
	width: 980px;
}

.inner.mb60{
	margin-bottom: 60px;
}

