@charset "utf-8";


.rooms-catch-text {
	line-height: 2;
	text-align: center;
}

.rooms-gallery-second__item {
	position: relative;
}

.rooms-gallery-third__image {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.rooms-gallery-third__image__item {
	width: calc((100% - 2px) / 3);
}

.rooms-gallery-fourth {
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;*/
}


@media screen and ( max-width: 880px ) {

	.rooms-catch-text {
		margin: 20vw 0;
		padding: 0 5vw;
		font-size: 1.6rem;
	}

	.rooms-gallery-first {
		margin: 80px 0 10px;
		padding: 0 5vw;
	}

	.rooms-gallery-first__image {
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 10vw;
	}

	.rooms-gallery-first__title {
		margin: 3vw auto;
	}

	.rooms-gallery-first__text {
		max-width: 600px;
		margin: 0 auto;
	}

	.rooms-gallery-first__sub-image {
		margin-top: 10vw;
	}

	.rooms-gallery-second {
		margin: 10px 0;
		padding: 0 5vw;
	}

	.rooms-gallery-third {
		margin: 10vw 0 1px 0;
		padding: 0 5vw;
	}

	.rooms-gallery-third__image {
		margin-top: 10vw;
	}

	.rooms-gallery-fourth {
		padding: 0 5vw;
		/*-webkit-flex-wrap: wrap;
				flex-wrap: wrap;*/
	}

	.rooms-gallery-fourth__item {
		width: 100%;
		margin-bottom: 1px;
		/*width: calc((100% - 1px) / 2);
		margin-top: 1px;
		-webkit-flex: 0 0 calc((100% - 1px) / 2);
				flex: 0 0 calc((100% - 1px) / 2);*/
	}

}


@media screen and ( max-width: 600px ) {

	.rooms-catch-text {
		text-align: left;
	}

	.rooms-catch-text br {
		display: none;
	}

	.rooms-gallery-first__sub-image__item,
	.rooms-gallery-second__item {
		margin-top: 10px;
	}

}


@media screen and ( min-width: 881px ), print {

	.rooms-catch-text {
		margin: 12vw 0;
		padding: 0 calc(60px + 5vw);
		font-size: 1.8rem;
	}

	.rooms-gallery-first {
		margin: 160px 0 80px;
		padding: 0 10vw;
		display: -webkit-flex;
		display: flex;
	}

	.rooms-gallery-first__wrapper {
		width: 30vw;
		margin-left: 5vw;
		-webkit-flex: 0 0 30vw;
				flex: 0 0 30vw;
	}

	.rooms-gallery-first__title {
		margin-bottom: 3vw;
		margin-left: auto;
	}

	.rooms-gallery-first__text {
		margin: 3vw 0;
	}

	.rooms-gallery-first__sub-image__item {
		margin-top: 10px;
	}

	.rooms-gallery-second,
	.rooms-gallery-third {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.rooms-gallery-second {
		padding-right: 10vw;
	}

	.rooms-gallery-second__item {
		width: calc((100% - 1px) / 2);
		-webkit-flex: 0 0 calc((100% - 1px) / 2);
				flex: 0 0 calc((100% - 1px) / 2);
	}

	.rooms-gallery-third {
		margin: 5vw 0;
		padding-left: 10vw
	}

	.rooms-gallery-third__text {
		margin-bottom: 40px;
	}

	.rooms-gallery-third__image {
		width: 70%;
		margin-left: 60px;
		-webkit-flex: 0 0 70%;
				flex: 0 0 70%;
	}

	.rooms-gallery-fourth {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	
	.rooms-gallery-fourth__item {
		/*width: calc((100% - 3px) / 4);
		-webkit-flex: 0 0 calc((100% - 3px) / 4);
				flex: 0 0 calc((100% - 3px) / 4);*/
		width: calc((100% - 3px) / 3);
		-webkit-flex: 0 0 calc((100% - 3px) / 3);
				flex: 0 0 calc((100% - 3px) / 3);
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 880px ) {

	.rooms-gallery-first__sub-image,
	.rooms-gallery-second {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.rooms-gallery-first__sub-image__item,
	.rooms-gallery-second__item {
		width: calc((100% - 10px) / 2);
	}

}


/*------------------------------------*/



@media screen and ( max-width: 880px ) {

	.data__wrapper_side__section {
		margin-top: 10vw;
	}

}


@media screen and ( min-width: 881px ), print {

	.data__wrapper_side {
		margin-top: 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.data__wrapper_side {
		display: -webkit-flex;
		display: flex;
	}

	.data__wrapper_side__section {
		width: calc((100% - 5vw) / 2);
		-webkit-flex: 0 0 calc((100% - 5vw) / 2);
				flex: 0 0 calc((100% - 5vw) / 2);
	}

}

