@charset "UTF-8";
/* skylounge */

#skylounge {
}

.skylounge-main {
	padding-bottom: 40px;
	padding-bottom: 60px;
	color: #fff;
}
.skylounge-main-image {
}

.skylounge-main h2 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
@media screen and (max-width:600px) {
    .skylounge-main h2 {
		font-size: 1.2rem;
	}
}


.skylounge-main p {
	line-height: 2;
}
.skylounge-main-txt {
	padding-top: 32px;
}
@media screen and (max-width:600px) {
	.skylounge-main-txt {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.skylounge-main p {
		font-size: .9rem;
	}
}


/*sl-info*/
.sl-info {
	background: url("../img/skylounge/sl_bg.jpg") no-repeat top center;
	background-size: cover;
	padding-top: 48px;
}

.sl-info .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

.sl-info-image {
	max-width: 50%;
}
.sl-info-txt {
	max-width: 50%;
}

.sl-info h3 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.sl-info p {
	line-height: 1.8;
}
@media screen and (max-width:600px) {
	.sl-info h3 {
		font-size: 1.1rem;
	}
	.sl-info-image {
		max-width: 90%;
	}
	.sl-info-txt {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.sl-info p {
		font-size: .9rem;
	}
}


/*sl-photos*/
.sl-photos {
	color: #fff;
	padding-bottom: 60px;
}
.sl-concept-txt {
	margin-top: 20px;
	max-width: 67%;
	margin-bottom: 60px;
}

.sl-concept-txt h4 {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.sl-concept-txt p {
	font-size: .9rem;
}

@media screen and (max-width:600px) {
	.sl-concept-txt {
		margin-top: 20px;
		max-width: 82%;
		margin-bottom: 40px;
	}
}
