 
 /* hotels */
 @media (min-width: 1001px) {
.hotels{
	text-align: center;
	padding: 12% 20px 150px;
	background: url(../images/subpage/plan_bg.svg) no-repeat;
	background-size: 100%;
	background-position: 0 -14%;
	background-color: #3F82C4;
	overflow: hidden;
}
.hotelsTtl{
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 40px;
	font-weight: bold;
	font-family: 'Mochiy Pop One', sans-serif;
}
.hotelsTxt{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 80px;
}
 }

 @media (max-width: 1000px) {
	.hotels{
		text-align: center;
    padding: 15% 15px 15%;
    background: url(../images/subpage/plan_bg.svg) repeat-y;
    background-size: 100%;
    background-color: #3F82C4;
		overflow: hidden;
	}
	.hotelsTtl{
		font-size: 5.33333vw;
    font-size: clamp(13px,5.33333vw,40px);
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
		color: #fff;
	}
	.hotelsTxt{
		font-weight: 500;
    font-size: 2.66667vw;
    font-size: clamp(13px,2.66667vw,20px);
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 40px;
		color: #fff;
		text-shadow: #3F82C4 0 0 20px;
	}
 }

 .blockImage.slider {
	border: none;
}
  .hotelsWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding: 20px 0 70px;
	margin: 0 auto;
	max-width: 1000px;
}

@media screen and (max-width: 1000px) {
	 .hotelsWrapper {
			padding: 0
	}
}

 .block {
	width: 475px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .2);
	margin-bottom: 56px;
	border-radius: 0 0 20px 20px;
	background: #FFF;
}

@media screen and (max-width: 1000px) {
	.block {
			-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
			width: 90%;
			margin: 4vw auto;
			height: auto
	}
}

 .blockTitle {
	width: 100%;
	min-height: 90px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

 .blockTitle::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 148px;
	top: 0;
	left: 0;
	background-color: #102985
}

 .blockTitle .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
	color: #102985
}

.blockTitle .title.small{
	font-size: 22px;
	line-height: 1.4;
}


@media screen and (max-width: 1000px) {
	.blockTitle .title,
	.blockTitle .title.small {
			font-size: 4.6vw
	}
}

.blockImage,
.blockImage iframe,
.blockImage .slide img {
	width: 100%;
	height: 267px;
	object-fit: cover;
	background-color: #ccc;
}

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

	.blockImage,
	.blockImage iframe,
	.blockImage .slide img {
			height: 55.076vw
	}
}

.blockImage.slider {
	position: relative
}

.blockImage .slick-arrow {
	position: absolute;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #102985;
	background-image: url(../images/subpage/icon-chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	border: none;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	cursor: pointer;

}


.blockImage .slick-arrow.slick-prev {
	right: -17px;
	left:auto;
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus,
.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:focus{
	background-color: #102985;
	background-image: url(../images/subpage/icon-chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
}

.blockImage .slick-arrow.slick-next {
	left: -17px;
	-webkit-transform: translate(0, -50%) scale(-1, 1);
	transform: translate(0, -50%) scale(-1, 1)
}

.blockText {
	padding: 40px 35px 30px;
	overflow: hidden;
	text-align: left;
}

.blockText .text-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	color: #102985;
}

.blockText .text-heading span {
	font-size: 16px;
	color: #fff;
	padding: .3em .5em;
	background-color: #102985;
	border-radius: 2px;
	margin-right: .5em
}

@media screen and (max-width: 1000px) {
	.blockText .text-heading span {
			font-size: 3.8vw
	}
}

@media screen and (max-width: 1000px) {
	.blockText .text-heading {
			font-size: 3.9vw
	}
}

.blockText p {
	font-size: 16px;
	color: #000;
	line-height: 1.6
}

@media screen and (max-width: 1000px) {
	.blockText p {
			font-size: 3.8vw
	}
}

.blockLink {
	text-align: center;
	padding: 0 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.button {
			width: 100%;
			font-size: 3.8vw;
	}
}

.blockLink .button {
	position: relative;
	color: #102985 !important;
	border: #102985 solid 2px;
	border-radius: 50px;
	padding: 10px;
	width: 80%;
	display: block;
	margin: 0 auto;
	font-weight: 600;
}

.blockLink .button:hover{
	opacity: 1 !important;
	color: #fff !important;
}

@media screen and (max-width: 1000px) {
	.blockLink .button {
		width: 100%;
	}
}


.button::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 14px;
	-webkit-mask-image: url(../images/subpage/icon-arrow.svg);
	mask-image: url(../images/subpage/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #102985;
	top: 50%;
	-webkit-transition: .1s;
	transition: .1s
}

.button.arrow-right::after {
	right: 23px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.button:hover {
	background-color: #102985;
	color: #fff
}

.button:hover::after {
	background-color: #fff
}

.slider{
	overflow: visible !important;
}

