
body.travel {
	padding-top: 94px;
}


.section__title .mainVis {
	margin: 30px auto 0;
}


section.intro {
	text-align: center;
	margin-bottom: 88px;
}
section.intro .logo {
	width: 150px;
	text-align: center;
	margin-bottom: 16px;
}
section.intro p {
	font-size: 13px;
    text-align: center;
    font-weight: bold;
    line-height: 1.95;
}
@media all and (max-width: 374px){
	section.intro p {
		font-size: 12px;
	}
}

h1.section__headline {
	margin-top: 0;
}

.travel__area {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	margin-bottom: 120px;
}
.travel__area h2 {
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.travelArea__hotelList li {
	margin-bottom: 62px;
}
.travelArea__hotelList li .hotel-copy {
	line-height: 1.7;
	margin: 16px auto 8px;
	position: relative;
	font-size: 11px;
}

.travelArea__hotelList li .hotel-copy:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -40px;
}